#content {
    padding: 0 14px 0 14px;
}

.site-logo {
    margin: 5px 0 0;
    padding-left: 45px;
}

.site-header ul.menu > li > a {
    font-size: 18px !important;
}

.menu-fb-subscription {
    float:left;
    vertical-align: middle;
    font-size: 18px;
    margin-top: 6px;
}

.menu-fb-subscription a {
    text-transform: uppercase;
    color: #FFF;
    display: block;
    line-height: 32px;
    height: 32px;
    padding-right: 40px;
    background: url('../images/menu-fb-icon.png') no-repeat top right;
}

.menu-fb-subscription a:hover {
    background: url('../images/menu-fb-icon.png') no-repeat bottom right;
    color: #e33725;
}

a.site-mobile-menu-toggle {
    line-height: 45px;
}

a.site-mobile-menu-toggle:hover {
    color: #e33725;
}

.primary-shares label {
    cursor: pointer;
}

/* Homepage stuff */
#site-hero {
    border: none;
    padding-top: 0;
}

#site-hero article {
    margin-top: 0
}

@media all and (min-width: 960px) {
    .menu-fb-subscription {
        margin-top: 12px;
    }

    .front #content .entry-thumbnail {
        width: 50%;
        float: left;
        margin-right: 18px;
    }

    .site-content[role="main"] > article.post, .site-content[role="main"] div > article.post {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media all and (max-width: 959px) {
    .site-content[role="main"] > article.post, .site-content[role="main"] div > article.post {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.front #content .node-promoted {
    display: none;
}

.front .site-content article .entry-title {
    font-size: 24px;
    margin: 5px 0;
}

.front .site-content article .entry-header {
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.front .site-content article .entry-content {
    margin-top: -20px;
}

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: #69B980;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
}

.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: #69B980;
    border-color: #69B980;
    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: #5fa773;
    border-color: #5fa773;
}

.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: #69B980 !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: #69B980;
}

.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: #69B980;
}

.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: #69B980;
}

.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: #69B980;
}

.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: #69B980;
}

.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: #69B980;
    border-color: #69B980;
    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: #69B980;
}

.panel-primary > .panel-heading {
    background: #69B980;
    border-color: #69B980;
}

.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: #69B980;
    color: #ffffff;
}

::-moz-selection {
    background-color: #69B980;
    color: #ffffff;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #777777;
}

a {
    color: #69B980;
}

a:hover {
    color: #363b3f;
}

a.active, .active a {
    color: #69B980;
}

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: #69B980;
    box-shadow: 0 0 5px #69B980;
    -webkit-box-shadow: 0 0 5px #69B980;
    -moz-box-shadow: 0 0 5px #69B980;
}

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: #69B980;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #69b980;
}

#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: #69B980;
}

#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: #69B980;
}

#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: #2a2e31;
}

.site-mobile-navigation ul li a {
    color: #9b9d9f;
}

.site-mobile-navigation ul li a:hover {
    color: #ffffff;
}

.site-header .site-top-menu {
    color: #9b9d9f;
    background-color: #2a2e31;
}

.site-header .site-top-menu li.current-menu-item > a {
    color: #ffffff;
}

.site-header .site-top-menu a {
    color: #9b9d9f;
}

.site-header .site-top-menu a:hover {
    color: #ffffff;
}

.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,
.main-navigation .menu li.active {
    background-color: #ffffff;
}

.site-header .main-navigation .menu > li > a {
    color: #d7d8d9;
}

.site-header .main-navigation .menu li.current > a {
    color: #69B980;
}

.site-header .main-navigation .menu li.current-menu-item > a {
    color: #69B980;
}

.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: #69B980;
}

.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: #69B980;
}

#secondary a:hover, #tertiary a:hover {
    color: #363b3f;
}

#secondary a.active, #secondary .active > a, #tertiary a.active, #tertiary .active > a {
    color: #69B980;
}

#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: #69B980;
}

#secondary ul li a, #tertiary ul li a {
    color: #363b3f;
}

#secondary ul li a:hover, #tertiary ul li a:hover {
    color: #69B980;
}

.footer-widgets {
    color: #777777;
}

.footer-widgets a {
    color: #69B980;
}

.footer-widgets a:hover {
    color: #363b3f;
}

.footer-widgets a.active, .footer-widgets .active > a {
    color: #69B980;
}

.footer-widgets ul li.current-cat a, .footer-widgets ul li.current_page_item a {
    color: #69B980;
}

.footer-widgets ul li a {
    color: #777777;
}

.footer-widgets ul li a:hover {
    color: #2b2b2b;
}

.cat-tag {
    color: #ffffff;
    background-color: #69B980;
    background-color: rgba(105, 185, 128, 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: #d7d8d9;
}

.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: #69B980;
}

.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: #69B980;
}

.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: NovecentoWide;
    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: NovecentoWide;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
}

/* pager-wrapper for in-page pager */
#content article.node-blog div.pager-wrapper {
    border: 0 none;
    padding: 0;
    position: relative;
    display: block;
    margin: 4em 0;
    background-color: #e74c3c;
}

#content article.node-blog .book-navigation div.pager-wrapper {
    margin: 1em 0;
}

#content .book-navigation .pager-wrapper {
    border: 0 none;
    display: block;
    background-color: #e74c3c;
    padding: 0;
    height: 75px;
}

#content article.node-blog div.pager-wrapper .pager-jump-menu,
article.node-blog div.pager-wrapper span.total,
#content article.node-blog div.pager-wrapper ul.pager li.pager-last,
#content article.node-blog div.pager-wrapper ul.pager li.pager-first {
    display: none;
    visibility: hidden;
}

#content article.node-blog div.pager-wrapper .item-list {
    position: relative;
    display: block;
    width: 100%;
}

#content article.node-blog div.pager-wrapper .item-list ul.pager {
    margin: 0;
    height: 75px;
    line-height: 65px;
    float: right;
    padding-top: 3px;
}

#content article.node-blog div.pager-wrapper ul.pager li.pager-current {
    background-color: #fff;
    margin: 0;
    height: 75px;
    line-height: 65px;
    padding: 20px 26px;
}

#content article.node-blog div.pager-wrapper ul.pager li a {
    color: #fff;
    border: none;
    background-color: #e74c3c;
    font-size: 1.4em;
}

#content article.node-blog div.pager-wrapper ul.pager li.pager-item a {
    padding: 0px 26px;
}

#content article.node-blog div.pager-wrapper ul.pager li a:hover,
#content article.node-blog div.pager-wrapper ul.pager li.pager-previous a:hover,
#content article.node-blog div.pager-wrapper ul.pager li.pager-next a:hover,
#content .book-navigation .pager-wrapper a.book-nav-pager:hover {
    background-color: #363b3f;
}

#content article.node-blog div.pager-wrapper ul.pager li.pager-previous a {
    color: transparent;
    padding: 0px 16px;
    background: url('../images/download.png') no-repeat top center #e74c3c;
}

#content article.node-blog div.pager-wrapper ul.pager li.pager-next a {
    padding: 0px 16px;
    background: url('../images/download.png') no-repeat bottom right #e74c3c;
    font-family: 'Roboto Slab';
    font-size: 26px;
    font-weight: bold;
    padding-right: 30px;
    color: #fff;
}

#content .book-navigation .pager-wrapper .book-nav-pager.page-next {
    background: url('../images/download.png') no-repeat 100% 110% #e74c3c;
    font-family: 'Roboto Slab';
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    height: 75px;
}

#content .book-navigation .pager-wrapper .book-nav-pager.page-up {
    background: url('../images/up.png') no-repeat 50% 50% #e74c3c;
    font-family: 'Roboto Slab';
    font-weight: bold;
    color: transparent;
    line-height: 70px;
    height: 75px;
    margin: 0 25px;
}

#content .book-navigation .pager-wrapper .book-nav-pager.page-previous {
    background: url('../images/download.png') no-repeat 0% -5% #e74c3c;
    font-family: 'Roboto Slab';
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    height: 75px;
}

#content article.node-blog div.pager-wrapper .go-to-page {
    margin-bottom: -50px;
    line-height: 1.5;
    padding-left: 10px;
    color: #fff;
}

#block-book-navigation .menu .active-trail > a {
    font-weight: bold;
}

#block-book-navigation .menu .active-trail ul {
    border-left: 2px solid #e74c3c;
    padding-left: 15px;
    margin-left: 0;
}

#content .book-navigation h2 {
    border-top: 1px solid #888;
    margin-bottom: 0;
    padding-top: 5px;
}

#content .book-navigation .menu {
    border-top: 0 none;
    margin-bottom: 1em;
}

/* Primary tab links */
.tabs.primary a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none !important;
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}

.tabs.primary a:hover {
    background-color: #363b3f;
    border-color: #363b3f;
}

/*
 * Search top bar - J.Z
 */

.main-menu-right {
    float: right;
    display: block;
}

#search-btn {
    float: left;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 10px;
    display: block;
    margin-left: 10px;
    width: 55px;
    height: 55px;
    font-family: FontAwesome;
    color: #fff;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-property: all;
    transition-property: all;
}
#search-btn:hover {
    color: #e74c3c;
}

#search-btn:after{
    position: relative;
    top: -22px;
    display: block;
    width: 55px;
    height: 55px;
    font-size: 20px;
    content: "\f002";
}

.wrap-top {
    height: 55px;
    width: 100%;
    line-height: 55px;
}

.wrap-top ul {
    position: relative;
    width: 100%;
    height: 100%;
}

.wrap-top ul li {
    float: left;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    height: 100%;
}

.width {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

#search-wrap {
    background: #363b3f;
    transform: translateZ(0);
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-property: all;
    transition-property: all;
    border-top: 1px solid #e74c3c;
    border-bottom: 1px solid #e74c3c;
}

.search-wrap {
    margin-top: -55px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.25s,opacity 0.25s linear;
}

.search-wrap.active {
    margin-top: 0;
    display: block;;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

#search-wrap ul li {
    width: 75%;
    color: #aaa;
    height: 53px;
}

#search-wrap ul li:first-child {
    position: relative;
}

#search-wrap ul li:first-child i {
    position: absolute;
    top: 17px;
    left: 3.5%;
    color: #aaa;
    font-size: 20px;
}

#search-wrap input {
    text-align: left;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 8%;
    background: none;
    color: #fff;
    font-family: 'Anton', sans-serif;
}

#search-wrap #li-3 {
    width: 20%;
    font-size: 18px;
    float: left;
    color: #fff;
}
#search-wrap #li-3 input {
    float: left;
    font-size: 1em;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    padding-left: 0;
    background-color: #e74c3c;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
#search-wrap #li-3 input:hover {
    background-color: #363b3f;
}
#search-wrap #li-4 {
    width: 5%;
    float: right;
    cursor: pointer;
    color: #fff;
    background-color: #363b3f;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
#search-wrap #li-4 .fa {
    font-size: 24px;
    vertical-align: inherit;
}

#search-wrap #li-3:hover, #search-wrap #li-4:hover {
    background: #2c3e50;
    color: #363b3f;
    background-color: #fff;
}

#search-wrap input:focus {
    background: #2c3e50;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

#search-wrap input::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}

#search-wrap input:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

#search-wrap input::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

#search-wrap input:-ms-input-placeholder {
    color: #aaa;
    opacity: 1;
}
div.box{
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    padding: 0 2em;
    margin: 2em 0;
}
.term-link {
    color: #555;
    border-bottom: 1px dotted #555;
}
.term-link:hover {
    color: #333;
    border-bottom: 1px dotted #333;
}
/* Search result page */
.page-search .search-form .form-type-textfield label {
    display: none;
}
.page-search .search-form #edit-keys {
    width: 80%;
    display: inline-block;
}
.page-search .search-form #edit-submit {
    width: 19%;
    display: inline-block;
}
.page-search .field-name-author, .page-search .field-name-post-date {
    display: inline-block;
    margin-right: 1em;
}
.page-search h2, .page-search h3 {
    margin-bottom: 10px;
}
.page-search h1 {
    margin-bottom: 0;
}

.footer-widget ul {
    border-left: solid 3px #e74c3c;
    padding-left: 15px;
    min-height: 10em;
}

.front #content .entry-content {
    min-height: 16em;
}

.page-user .view-all-blogs-authored-by .views-field-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: 5px;
}

.page-user .title-from-this-author {
    border-bottom: 1px solid rgba(54, 59, 63, 0.08);
    padding-bottom: 10px;
}

/* mobile fixes */

@media all and (min-width: 992px) {
    #search-btn {
        padding-top: 9px;
    }
    #search-wrap #li-3 input {
        font-size: 24px;
    }
}

@media all and (max-width: 991px) {
    #search-btn {
        padding-top: 4px;
    }
    #search-wrap #li-3 input {
        font-size: 15px;
    }
}

@media all and (min-width: 620px) {
    #content .book-navigation .pager-wrapper .book-nav-pager.page-previous {
        font-size: 26px;
        width: 35%;
        padding-left: 30px;
    }
    #content .book-navigation .pager-wrapper .book-nav-pager.page-up {
        font-size: 26px;
        padding-right: 30px;
        width: 20%;
    }
    #content .book-navigation .pager-wrapper .book-nav-pager.page-next {
        font-size: 26px;
        width: 35%;
        padding-right: 30px;
    }
}

@media all and (min-width: 300px) and (max-width: 619px) {
    #content .book-navigation .pager-wrapper .book-nav-pager.page-previous {
        font-size: 20px;
        width: 32%;
        padding-left: 30px;
    }
    #content .book-navigation .pager-wrapper .book-nav-pager.page-up {
        font-size: 20px;
        padding-right: 30px;
        width: 20%;
    }
    #content .book-navigation .pager-wrapper .book-nav-pager.page-next {
        font-size: 20px;
        width: 32%;
        padding-right: 30px;
    }
}