@charset "utf-8";
/* CSS Document */

blockquote p {
    font-size:1.28571em;
}
.form-control, .btn, .navbar, .alert, .list-group {
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
}
.form-control:focus {
    border-color:#e74c3c;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e74c3c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e74c3c;
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e74c3c;
}
.btn-default, .btn-primary, .btn-secondary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    box-shadow:none!important;
    -webkit-box-shadow:none!important;
    -moz-box-shadow:none!important;
}
.btn:active, .btn.active {
    background-image:none;
}
.btn-default, [type="button"], button, .button, [type="submit"].btn-default {
    background-color:#fafafa;
    color:#777777!important;
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, [type="button"]:hover, [type="button"]:focus, [type="button"]:active, [type="button"].active, button:hover, button:focus, button:active, button.active, .button:hover, .button:focus, .button:active, .button.active, [type="submit"].btn-default:hover, [type="submit"].btn-default:focus, [type="submit"].btn-default:active, [type="submit"].btn-default.active {
    background-color:#ffffff;
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
    color:#777777!important;
}
.btn-primary, [type="submit"] {
    background-repeat:repeat-x;
    background-color:#e74c3c;
    border-color:#e74c3c;
    color:#ffffff!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, [type="submit"]:hover, [type="submit"]:focus, [type="submit"]:active, [type="submit"].active {
    background-color:#d04436;
    border-color:#d04436;
}
.btn-secondary, [type="reset"] {
    background-repeat:repeat-x;
    background-color:#363b3f;
    border-color:#363b3f;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, [type="reset"]:hover, [type="reset"]:focus, [type="reset"]:active, [type="reset"].active {
    background-color:#313539;
    border-color:#313539;
}
.btn-success {
    background-repeat:repeat-x;
    background-color:#5cb85c;
    border-color:#5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color:#53a653;
    border-color:#53a653;
}
.btn-info {
    background-repeat:repeat-x;
    background-color:#5bc0de;
    border-color:#5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color:#52adc8;
    border-color:#52adc8;
}
.btn-warning {
    background-repeat:repeat-x;
    background-color:#f0ad4e;
    border-color:#f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color:#d89c46;
    border-color:#d89c46;
}
.btn-danger {
    background-repeat:repeat-x;
    background-color:#d9534f;
    border-color:#d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color:#c34b47;
    border-color:#c34b47;
}
.btn-link {
    color:#e74c3c!important;
    background:none;
    border-color:transparent;
}
.btn-link:hover {
    color:#363b3f!important;
}
.btn-primary, [type="submit"], .btn-secondary, [type="reset"], .btn-success, .btn-info, .btn-warning, .btn-danger {
    color:#ffffff!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, [type="submit"]:hover, [type="submit"]:focus, [type="submit"]:active, [type="submit"].active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, [type="reset"]:hover, [type="reset"]:focus, [type="reset"]:active, [type="reset"].active, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color:#ffffff!important;
}
input.btn-xs[type="submit"], input.btn-xs[type="reset"], button.btn-xs[type="submit"], button.btn-xs[type="reset"] {
    padding:1px 5px;
    font-size:0.85714em;
    line-height:1.5;
}
input.btn-sm[type="submit"], input.btn-sm[type="reset"], button.btn-sm[type="submit"], button.btn-sm[type="reset"] {
    padding:5px 10px;
    font-size:0.85714em;
    line-height:1.5;
}
input.btn-lg[type="reset"], button.btn-lg[type="reset"] {
    padding:10px 16px;
    font-size:1.28571em;
    line-height:1.33;
}
.label-primary {
    background:#e74c3c;
}
.label-success {
    background:#5cb85c;
}
.label-info {
    background:#5bc0de;
}
.label-warning {
    background:#f0ad4e;
}
.label-danger {
    background:#d9534f;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background:#fafafa;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background:#e74c3c;
}
.form-group .control-label {
    color:#333333;
}
.has-success .form-control {
    border-color:#aedcae;
}
.has-success .form-control:focus {
    border-color:#5cb85c;
    -webkit-box-shadow:0 0 6px #5cb85c;
}
.has-info .form-control {
    border-color:#ade0ef;
}
.has-info .form-control:focus {
    border-color:#5bc0de;
    -webkit-box-shadow:0 0 6px #5bc0de;
}
.has-error .form-control {
    border-color:#eca9a7;
}
.has-error .form-control:focus {
    border-color:#d9534f;
    -webkit-box-shadow:0 0 6px #d9534f;
}
.has-warning .form-control {
    border-color:#f2b969;
}
.has-warning .form-control:focus {
    border-color:#f0ad4e;
    -webkit-box-shadow:0 0 6px #f0ad4e;
}
.navbar-default {
    background:#fafafa;
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
.navbar-default .navbar-nav>.active>a {
    background:#eeeeee;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
.navbar-inverse {
    background:#363b3f;
    border-color:#363b3f;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background:#e74c3c;
}
.alert {
    background-color:#fafafa;
    border-color:#ddd;
    color:#777777;
}
.alert-success {
    background-color:#e7f4e7;
    border-color:#aedcae;
}
.alert-info {
    background-color:#e6f6fa;
    border-color:#ade0ef;
}
.alert-warning {
    background-color:#fdf3e4;
    border-color:#f8d6a7;
}
.alert-danger {
    background-color:#f9e5e5;
    border-color:#eca9a7;
}
.text-muted {
    color:#aaaaaa;
}
.text-primary {
    color:#e74c3c;
}
.text-secondary {
    color:#363b3f;
}
.text-success {
    color:#5cb85c;
}
.text-info {
    color:#5bc0de;
}
.text-warning {
    color:#f0ad4e;
}
.text-danger {
    color:#d9534f;
}
.progress {
    background:#fafafa;
}
.progress-bar {
    background:#e74c3c;
}
.progress-bar-secondary {
    background:#363b3f;
}
.progress-bar-success {
    background:#5cb85c;
}
.progress-bar-info {
    background:#5bc0de;
}
.progress-bar-warning {
    background:#f0ad4e;
}
.progress-bar-danger {
    background:#d9534f;
}
.list-group-item p:last-child {
    margin-bottom:5px;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color:#e74c3c;
    border-color:#e74c3c;
    color:#ffffff;
}
.list-group-item {
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
.list-group-item:first-child {
    -webkit-border-radius:2px 2px 0 0;
    -moz-border-radius:2px 2px 0 0;
    -ms-border-radius:2px 2px 0 0;
    -o-border-radius:2px 2px 0 0;
    border-radius:2px 2px 0 0;
}
.list-group-item:last-child {
    -webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
    -ms-border-radius:0 0 2px 2px;
    -o-border-radius:0 0 2px 2px;
    border-radius:0 0 2px 2px;
}
.panel-footer {
    background:#fafafa;
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
.panel-default {
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
.panel-default>.panel-heading {
    background-color:#fafafa;
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
.panel-primary {
    border-color:#e74c3c;
}
.panel-primary>.panel-heading {
    background:#e74c3c;
    border-color:#e74c3c;
}
.panel-secondary {
    border-color:#363b3f;
}
.panel-secondary>.panel-heading {
    background:#363b3f;
    border-color:#363b3f;
}
.panel-success {
    border-color:#aedcae;
}
.panel-success>.panel-heading {
    background-color:#e7f4e7;
    border-color:#aedcae;
}
.panel-info {
    border-color:#ade0ef;
}
.panel-info>.panel-heading {
    background-color:#e6f6fa;
    border-color:#ade0ef;
}
.panel-warning {
    border-color:#f8d6a7;
}
.panel-warning>.panel-heading {
    background-color:#fdf3e4;
    border-color:#f8d6a7;
}
.panel-danger {
    border-color:#eca9a7;
}
.panel-danger>.panel-heading {
    background-color:#f9e5e5;
    border-color:#eca9a7;
}
.well {
    background:#fafafa;
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
::selection {
    background-color:#e74c3c;
    color:#ffffff;
}
::-moz-selection {
    background-color:#e74c3c;
    color:#ffffff;
}
body {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height:1.75;
    color:#777777;
}
a {
    color:#e74c3c;
}
a:hover {
    color:#363b3f;
}
a.active, .active a {
    color:#e74c3c;
}
b, strong {
    color:#363b3f;
}
h1, h2, h3, h4, h5, h6 {
    color:#363b3f;
}
pre {
    background-color:#f5f5f5;
    background-color:rgba(0, 0, 0, 0.035);
}
.divider, .list-with-separator li, .border-top, .border-right, .border-bottom, .border-left {
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
select:focus, select:active {
    border-color:#e74c3c;
    box-shadow:0 0 5px #e74c3c;
    -webkit-box-shadow:0 0 5px #e74c3c;
    -moz-box-shadow:0 0 5px #e74c3c;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, textarea.form-control {
    line-height:1.75;
    font-size:1em;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, textarea.form-control:focus {
    border-color:#e74c3c;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e74c3c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e74c3c;
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e74c3c;
}
#page .wp-video {
    min-width:100%;
}
#page .mejs-container, #page #page .mejs-embed, #page #page .mejs-embed body {
    background:none;
}
#page .mejs-container .mejs-mediaelement {
    background-color:#000;
    overflow:hidden;
}
#page .mejs-container .mejs-controls {
    background-color:#363b3f;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    background-image:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0)));
    background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
    background-image:-o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
    background-image:-ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 51%);
}
#page .mejs-container .mejs-controls .mejs-button button {
    background-image:url(../../../../../../sparkle/wp-content/themes/yeahthemes-sparkle/images/mejs-controls.svg);
}
.no-svg #page .mejs-container .mejs-controls .mejs-button button {
    background-image:url(http://demo.yeahthemes.com/sparkle/wp-content/themes/yeahthemes-sparkle/images/mejs-controls.png);
}
#page .mejs-container .mejs-controls .mejs-time-rail span, #page .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
#page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total, #page .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background:#4a4f52;
}
#page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background:#5e6265;
}
#page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current, #page .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background:#e74c3c;
}
#page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    border-color:#CCC;
    border-color:rgba(0, 0, 0, 0.2);
    -moz-background-clip:padding;
    -webkit-background-clip:padding;
    background-clip:padding-box;
}
#page .mejs-container.mejs-audio .mejs-mediaelement {
    visibility:hidden;
}
#page .mejs-container.mejs-video .mejs-controls {
    left:15px;
    right:15px;
    bottom:15px;
    width:auto;
    opacity:.95;
}
#page .mejs-container .mejs-poster {
    display:none!important;
}
#page .wp-playlist {
    padding:0;
    border-width:0;
    background:none!important;
    margin-bottom:30px;
}
#page .wp-playlist-item {
    padding:8px 0;
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
#page .wp-playlist-light {
    color:#777777;
}
#page .wp-playlist-item .wp-playlist-caption {
    color:#777777;
    width:95%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
}
#page .wp-playlist-item.wp-playlist-playing .wp-playlist-caption {
    color:#e74c3c;
}
#page .wp-playlist-item-length {
    top:8px;
}
#page .wp-playlist .wp-playlist-current-item img {
    margin-right:15px;
}
#page .wp-playlist-current-item {
    margin-bottom:15px;
}
.site-mobile-navigation {
    background-color:#363b3f;
}
.site-mobile-navigation ul li a {
    color:#f3a69e;
}
.site-mobile-navigation ul li a:hover {
    color:#FFF;
}
.site-header .site-top-menu {
    color:#808080;
    background-color:#E43725;
}
.site-header .site-top-menu li.current-menu-item>a {
    color:#e74c3c;
}
.site-header .site-top-menu a {
    color:#808080;
}
.site-header .site-top-menu a:hover {
    color:#e74c3c;
}
.site-header .site-banner {
    background-color:#363b3f;
    box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.site-header .site-banner.fixed-site-banner {
    opacity:.95;
    filter:alpha(opacity=95);
}
.site-header .main-navigation .menu>li.menu-item:hover, .site-header .main-navigation .menu>li.current-menu-item {
    background-color:#f2f2f2;
}
.site-header .main-navigation .menu>li>a {
    color:#FFF;
}
.site-header .main-navigation .menu li.current>a {
    color:#e74c3c;
}
.site-header .main-navigation .menu li.current-menu-item>a {
    color:#e74c3c;
}
.site-header .main-navigation .menu li.menu-item:hover>a {
    color:#363b3f;
}
.site-header .main-navigation .menu ul li a {
    color:#777777;
}
.site-header .main-navigation .menu ul li a:hover, .site-header .main-navigation .menu ul li:hover>a {
    color:#e74c3c;
}
.site-hero a, .site-hero .entry-meta, .site-hero .entry-meta * {
    color:#ffffff;
}
.site-hero.style-color-gradient article .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #2cae8c 0%, rgba(44, 174, 140, 0) 100%);
    background-image:linear-gradient(45deg, #2cae8c 0%, rgba(44, 174, 140, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-shamrock-skyblue:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #2ecc71 0%, #3498db 100%)!important;
    background-image:linear-gradient(45deg, #2ecc71 0%, #3498db 100%)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-cerise-yellow:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #E73C91 0%, #f4cb0d 100%)!important;
    background-image:linear-gradient(45deg, #E73C91 0%, #f4cb0d 100%)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-yellow-skyblue:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #f4cb0d 0%, #3498db 100%)!important;
    background-image:linear-gradient(45deg, #f4cb0d 0%, #3498db 100%)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-shamrock-yellow:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #2ecc71 0%, #f4cb0d 100%)!important;
    background-image:linear-gradient(45deg, #2ecc71 0%, #f4cb0d 100%)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-waikawagray-cerise:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #566090 0%, #E73C91 100%)!important;
    background-image:linear-gradient(45deg, #566090 0%, #E73C91 100%)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.site-hero.style-mixed-color-gradient .goverlay-pictonblue-purple:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #2AB5D8 0%, #9b59b6 100%)!important;
    background-image:linear-gradient(45deg, #2AB5D8 0%, #9b59b6 100%)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
#secondary a, #tertiary a {
    color:#e74c3c;
}
#secondary a:hover, #tertiary a:hover {
    color:#363b3f;
}
#secondary a.active, #secondary .active>a, #tertiary a.active, #tertiary .active>a {
    color:#e74c3c;
}
#secondary ul li.current-cat>a, #secondary ul li.current_page_item>a, #tertiary ul li.current-cat>a, #tertiary ul li.current_page_item>a {
    color:#e74c3c;
}
#secondary ul li a, #tertiary ul li a {
    color:#363b3f;
}
#secondary ul li a:hover, #tertiary ul li a:hover {
    color:#e74c3c;
}
.footer-widgets {
    color:#777777;
}
.footer-widgets a {
    color:#e74c3c;
}
.footer-widgets a:hover {
    color:#363b3f;
}
.footer-widgets a.active, .footer-widgets .active>a {
    color:#e74c3c;
}
.footer-widgets ul li.current-cat a, .footer-widgets ul li.current_page_item a {
    color:#e74c3c;
}
.footer-widgets ul li a {
    color:#777777;
}
.footer-widgets ul li a:hover {
    color:#2b2b2b;
}
.cat-tag {
    color:#ffffff;
    background-color:#e74c3c;
    background-color:rgba(231, 76, 60, 0.9);
}
.cat-tag:hover {
    color:#ffffff;
}
.entry-tags a {
    color:#777777;
}
.entry-tags a:hover {
    color:#ffffff;
}
.site-banner .site-logo a, .main-navigation ul.menu>li.site-mobile-menu-toggle {
    color:#777777;
}
.primary-2-secondary a, .secondary-2-primary a:hover, .secondary-2-primary a:hover>*, .gray-2-primary:hover, .gray-2-primary a:hover, .gray-2-primary a:hover *, .current-cat a, .current_page_item a, .pagination-nav .page-numbers.current {
    color:#e74c3c;
}
.secondary-2-primary a, .primary-2-secondary a:hover, .primary-2-secondary a:hover *, .gray-2-secondary:hover, .gray-2-secondary a:hover, .gray-2-secondary a:hover *, .form-allowed-tags code, .pagination-nav a.page-numbers:hover {
    color:#363b3f;
}
.gray-2-secondary a, .gray-2-primary, .gray-2-primary a, .gray-icon, .gray-icon i, time, .pagination-nav a.page-numbers, .yt-social-sharing span.show-all-social-services i {
    color:#aaaaaa;
}
.inner-wrapper {
    background-color:#ffffff;
}
.yt-social-sharing span.show-all-social-services, .entry-tags a {
    background-color:#fafafa;
}
.yeahslider .slides li .caption, .yeahslider .yeahslider-direction-nav a, .yeahslider .yeahslider-pauseplay a {
    background-color:#363b3f;
}
.entry-tags a:hover {
    background-color:#e74c3c;
}
.yt-sliding-tabs-header-trigger>span:before {
    border-color:#ffffff;
}
fieldset legend, .wp-caption:before, .boundary-column:before, .site-content[role="main"] article.post, .widget:before, .yt-twitter-profile-wrapper .yt-twitter-profile-body, .slashes-navigation, .slashes-navigation li:before, .pagination-nav .page-numbers:before, .yt-sliding-tabs-header-trigger>span, .post-list-with-thumbnail.vertical li:before, .post-list-with-thumbnail li a span.number:before, .post-page-navigation, .post-page-navigation:before, .comments-area, .comment-body, .yt-font-size-changer span, .yt-impressive-like-button .yt-il-symbol, .yt-impressive-like-button .yt-il-symbol>span, .infinite-scroll #infinite-handle span {
    border-color:#efeff0;
    border-color:rgba(54, 59, 63, 0.08);
}
.cat-tag.advertising {
    background-color:#d64343;
}
.site-hero.style-color-gradient article.category-advertising .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #d64343 0%, rgba(214, 67, 67, 0) 100%);
    background-image:linear-gradient(45deg, #d64343 0%, rgba(214, 67, 67, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.business {
    background-color:#33b3d3;
}
.site-hero.style-color-gradient article.category-business .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #33b3d3 0%, rgba(51, 179, 211, 0) 100%);
    background-image:linear-gradient(45deg, #33b3d3 0%, rgba(51, 179, 211, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.crime-justice {
    background-color:#0e3159;
}
.site-hero.style-color-gradient article.category-crime-justice .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #0e3159 0%, rgba(14, 49, 89, 0) 100%);
    background-image:linear-gradient(45deg, #0e3159 0%, rgba(14, 49, 89, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.decor {
    background-color:#766ce4;
}
.site-hero.style-color-gradient article.category-decor .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #766ce4 0%, rgba(118, 108, 228, 0) 100%);
    background-image:linear-gradient(45deg, #766ce4 0%, rgba(118, 108, 228, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.entertainment {
    background-color:#25ae5f;
}
.site-hero.style-color-gradient article.category-entertainment .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #25ae5f 0%, rgba(37, 174, 95, 0) 100%);
    background-image:linear-gradient(45deg, #25ae5f 0%, rgba(37, 174, 95, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.facebook {
    background-color:#4c66a4;
}
.site-hero.style-color-gradient article.category-facebook .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #4c66a4 0%, rgba(76, 102, 164, 0) 100%);
    background-image:linear-gradient(45deg, #4c66a4 0%, rgba(76, 102, 164, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.family {
    background-color:#78559b;
}
.site-hero.style-color-gradient article.category-family .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #78559b 0%, rgba(120, 85, 155, 0) 100%);
    background-image:linear-gradient(45deg, #78559b 0%, rgba(120, 85, 155, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.film {
    background-color:#7cc576;
}
.site-hero.style-color-gradient article.category-film .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #7cc576 0%, rgba(124, 197, 118, 0) 100%);
    background-image:linear-gradient(45deg, #7cc576 0%, rgba(124, 197, 118, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.food {
    background-color:#6fa021;
}
.site-hero.style-color-gradient article.category-food .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #6fa021 0%, rgba(111, 160, 33, 0) 100%);
    background-image:linear-gradient(45deg, #6fa021 0%, rgba(111, 160, 33, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.gaming {
    background-color:#f39c12;
}
.site-hero.style-color-gradient article.category-gaming .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #f39c12 0%, rgba(243, 156, 18, 0) 100%);
    background-image:linear-gradient(45deg, #f39c12 0%, rgba(243, 156, 18, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.google {
    background-color:#dd4b39;
}
.site-hero.style-color-gradient article.category-google .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #dd4b39 0%, rgba(221, 75, 57, 0) 100%);
    background-image:linear-gradient(45deg, #dd4b39 0%, rgba(221, 75, 57, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.health {
    background-color:#d82271;
}
.site-hero.style-color-gradient article.category-health .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #d82271 0%, rgba(216, 34, 113, 0) 100%);
    background-image:linear-gradient(45deg, #d82271 0%, rgba(216, 34, 113, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.inspire {
    background-color:#7a997b;
}
.site-hero.style-color-gradient article.category-inspire .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #7a997b 0%, rgba(122, 153, 123, 0) 100%);
    background-image:linear-gradient(45deg, #7a997b 0%, rgba(122, 153, 123, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.jobs {
    background-color:#63b9d3;
}
.site-hero.style-color-gradient article.category-jobs .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #63b9d3 0%, rgba(99, 185, 211, 0) 100%);
    background-image:linear-gradient(45deg, #63b9d3 0%, rgba(99, 185, 211, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.life-living {
    background-color:#00a3d3;
}
.site-hero.style-color-gradient article.category-life-living .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
    background-image:linear-gradient(45deg, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.marketing {
    background-color:#516899;
}
.site-hero.style-color-gradient article.category-marketing .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #516899 0%, rgba(81, 104, 153, 0) 100%);
    background-image:linear-gradient(45deg, #516899 0%, rgba(81, 104, 153, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.media {
    background-color:#77cc33;
}
.site-hero.style-color-gradient article.category-media .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #77cc33 0%, rgba(119, 204, 51, 0) 100%);
    background-image:linear-gradient(45deg, #77cc33 0%, rgba(119, 204, 51, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.misc {
    background-color:#000000;
}
.site-hero.style-color-gradient article.category-misc .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-image:linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.music {
    background-color:#ea4c89;
}
.site-hero.style-color-gradient article.category-music .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #ea4c89 0%, rgba(234, 76, 137, 0) 100%);
    background-image:linear-gradient(45deg, #ea4c89 0%, rgba(234, 76, 137, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.science-tech {
    background-color:#7cc576;
}
.site-hero.style-color-gradient article.category-science-tech .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #7cc576 0%, rgba(124, 197, 118, 0) 100%);
    background-image:linear-gradient(45deg, #7cc576 0%, rgba(124, 197, 118, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.sports {
    background-color:#a252b1;
}
.site-hero.style-color-gradient article.category-sports .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #a252b1 0%, rgba(162, 82, 177, 0) 100%);
    background-image:linear-gradient(45deg, #a252b1 0%, rgba(162, 82, 177, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.startups {
    background-color:#7870cc;
}
.site-hero.style-color-gradient article.category-startups .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #7870cc 0%, rgba(120, 112, 204, 0) 100%);
    background-image:linear-gradient(45deg, #7870cc 0%, rgba(120, 112, 204, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.style {
    background-color:#e07798;
}
.site-hero.style-color-gradient article.category-style .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #e07798 0%, rgba(224, 119, 152, 0) 100%);
    background-image:linear-gradient(45deg, #e07798 0%, rgba(224, 119, 152, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.television {
    background-color:#58cb8e;
}
.site-hero.style-color-gradient article.category-television .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #58cb8e 0%, rgba(88, 203, 142, 0) 100%);
    background-image:linear-gradient(45deg, #58cb8e 0%, rgba(88, 203, 142, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.twitter {
    background-color:#55acee;
}
.site-hero.style-color-gradient article.category-twitter .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #55acee 0%, rgba(85, 172, 238, 0) 100%);
    background-image:linear-gradient(45deg, #55acee 0%, rgba(85, 172, 238, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.us-world {
    background-color:#e02154;
}
.site-hero.style-color-gradient article.category-us-world .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #e02154 0%, rgba(224, 33, 84, 0) 100%);
    background-image:linear-gradient(45deg, #e02154 0%, rgba(224, 33, 84, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.vine {
    background-color:#00bf8f;
}
.site-hero.style-color-gradient article.category-vine .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #00bf8f 0%, rgba(0, 191, 143, 0) 100%);
    background-image:linear-gradient(45deg, #00bf8f 0%, rgba(0, 191, 143, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
.cat-tag.youtube {
    background-color:#cc181e;
}
.site-hero.style-color-gradient article.category-youtube .entry-thumbnail:before {
    background-repeat:repeat-x;
    background-image:-webkit-linear-gradient(45deg, #cc181e 0%, rgba(204, 24, 30, 0) 100%);
    background-image:linear-gradient(45deg, #cc181e 0%, rgba(204, 24, 30, 0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
}
@media (min-width: 1400px) {
    .boxed-layout.large-display-layout #page, .boxed-layout.large-display-layout .site-banner {
        width:1400px;
    }
    .container {
        width:1370px;
    }
    .site-hero .hero-brick .entry-header h2 {
        font-size:24px;
    }
    .site-hero .hero-brick.hero-brick-large .entry-header h2 {
        font-size:48px;
        line-height:1.25;
    }
    .site-hero .hero-brick .posted-on, .site-hero .hero-brick .entry-category {
        display:block;
    }
}
.site-footer .yt-categories-descendants-widget ul {
    text-transform:uppercase;
}
@media (max-width: 991px) {
    body {
        font-size:16px;
    }
}
.fixed-site-banner .site-banner {
    opacity:.95;
}
@font-face {
    font-family:'NovecentoWide';
    src:url('http://demo.yeahthemes.com/sparkle/wp-content/uploads/2014/05/Novecentowide-Bold-webfont.eot');
    src:url('http://demo.yeahthemes.com/sparkle/wp-content/uploads/2014/05/Novecentowide-Bold-webfont.eot#iefix') format('embedded-opentype'), url('http://demo.yeahthemes.com/sparkle/wp-content/uploads/2014/05/Novecentowide-Bold-webfont.woff') format('woff'), url('http://demo.yeahthemes.com/sparkle/wp-content/uploads/2014/05/Novecentowide-Bold-webfont.ttf') format('truetype'), url('../../../../../../sparkle/wp-content/uploads/2014/05/Novecentowide-Bold-webfont.svg') format('svg');
    font-weight:700;
    font-style:normal;
}
h1 {
    font-family:Roboto Slab;
    font-size:30px;
    font-weight:700;
    font-style:normal;
    line-height:1.35;
    letter-spacing:0px;
    text-transform:none;
    margin-bottom:35px;
}
h2 {
    font-family:Roboto Slab;
    font-size:26px;
    font-weight:700;
    font-style:normal;
    line-height:1.35;
    letter-spacing:0px;
    text-transform:none;
    margin-bottom:30px;
}
h3, .widget-title {
    font-family:Roboto Slab;
    font-size:22px;
    font-weight:700;
    font-style:normal;
    line-height:1.75;
    letter-spacing:0px;
    text-transform:none;
    margin-bottom:20px;
}
h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:700;
    font-style:normal;
    line-height:1.75;
    letter-spacing:0px;
    text-transform:none;
    margin-bottom:20px;
}
h5 {
    font-family:Roboto Slab;
    font-size:16px;
    font-weight:700;
    font-style:normal;
    line-height:1.75;
    letter-spacing:0px;
    text-transform:none;
    margin-bottom:15px;
}
h6 {
    font-family:Roboto Slab;
    font-size:13px;
    font-weight:700;
    font-style:normal;
    line-height:1.75;
    letter-spacing:0px;
    text-transform:none;
    margin-bottom:10px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family:Roboto Slab;
    font-weight:700;
    font-style:normal;
}
body {
    color:#777777;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    line-height:1.75;
    letter-spacing:0px;
    text-transform:none;
}
.inner-wrapper {
}
.site-header .site-banner {
}
.site-header ul.menu>li>a, .site-mobile-navigation ul.menu>li {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    letter-spacing:0px;
    text-transform:uppercase;
}
.site-header ul ul.sub-menu>li, .site-mobile-navigation ul ul.sub-menu>li {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    letter-spacing:0px;
    text-transform:uppercase;
}
h2.entry-title {
    font-family:Roboto Slab;
    font-size:36px;
    font-weight:700;
    font-style:normal;
    line-height:1.35;
    letter-spacing:0px;
    text-transform:none;
}
h1.page-title, h1.entry-title {
    font-family:Roboto Slab;
    font-size:40px;
    font-weight:700;
    font-style:normal;
    line-height:1.35;
    letter-spacing:0px;
    text-transform:none;
}
.widget-title {
    font-family:Roboto Slab;
    font-size:16px;
    font-weight:700;
    font-style:normal;
    line-height:1.75;
    letter-spacing:0px;
    text-transform:none;
    margin-bottom:15px;
}
#site-hero h2.entry-title {
    font-family:Roboto Slab;
    font-weight:700;
    font-style:normal;
    line-height:1.25;
    letter-spacing:0px;
    text-transform:none;
    max-height:2.5em;
}
.footer-widgets {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
    font-weight:normal;
    font-style:normal;
    line-height:1.75;
    letter-spacing:0px;
    text-transform:none;
}
.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {
    font-family:Roboto Slab;
    font-size:14px;
    font-weight:700;
    font-style:normal;
    line-height:1.75;
    letter-spacing:0px;
    text-transform:none;
    margin-bottom:10px;
}
.site-header .site-top-menu a, .site-banner .site-logo a, .main-navigation ul.menu>li.site-mobile-menu-toggle {
    color:#f3a69e
}
.site-header .site-top-menu a:hover {
    color:#FFF
}