/*
	Theme Name: GoodLife Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>GoodLife Magazine WordPress Theme by <a href="http://themeforest.net/user/fuelthemes?ref=fuelthemes">Fuel Themes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: goodlife-wp
*/
@import url('inc/webfonts/MyFontsWebfontsKit.css');
@import url("../goodlife-wp/style.css");

.header {
    background-color: #f0f4f6;
    border-bottom: 9px solid #747276;
    height: 109px;
}

@media only screen and (min-width: 64.063em) {
    .header > .row {

        position: relative;
        z-index: 10;
        display: table;
    }
}

.wrap {

    margin: 0 auto;
    background-color: #f0f4f6;

    width: 100%;
    border-bottom: 9px solid #747276;
    overflow: hidden;
    height: 100px;
    position: relative;
    z-index: 10;
}

.new-header {

    overflow: hidden;
    position: relative;

    margin: 0 auto;

    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
}

.header.style1 .logo .logolink {
    padding: 28px 0;
}

.new-header .menu-top-top-nav-container li a {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    color: #858585 !important;
    font-size: 14px !important;
    line-height: 27px;
}

.new-header .menu-top-top-nav-container {
    float: left;
}

.new-header .menu-top-top-nav-container li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 10px;
}

.new-header .menu-top-top-nav-container li a {
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    color: #858585;
    font-size: 14px;
    line-height: 27px;

}

.menu-top-top-nav-container li a:hover {
    color: #00476d !important;
}

.leftContainer {
    margin-top: 109px;
}

/* Icons */
.icon {
    display: block;
    background-color: transparent;
    background-image: url('assets/img//icon_sprite.png');
    background-repeat: no-repeat;
    transition: none;
}

#slideButton {
    top: 116px;
}

.new-header .top-logo {
    text-align: left;
    display: inline-block;
    text-align: left;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 26px;

}

.new-header .main-nav {
    float: right;
    padding-top: 15px;

}

.new-header .main-nav li {
    display: inline;

}

.social-main-nav {
    max-width: 630px;
    width: calc(100% - 100px);
    overflow: hidden;
    float: right;
    display: block;
}

.new-header .top-top-menu {
    float: left;

    position: relative;
}

.new-header .top-top-menu li {
    display: inline;
}

.social_icon_divider {
    width: 1px;
    height: 26px;
    background-color: #D5D5D5;
    float: left;
    margin: 1px 9px 0 0;
}

.top-top-menu .current-menu-item a, .top-top-menu a:hover, .top-top-menu .current-page-ancestor a {
    color: #00476d;
}

#header_social_icons {
    float: right;
    width: 280px;
    height: 27px;
    margin-top: 21px;
}

.main-nav > div > ul {
    float: right;
    display: inline-block;
    white-space: nowrap;
}

.main-nav > div > ul a {
    color: #858585;
    font-family: HelveticaNeueLT-Light, Helvetica, Arial;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 5px 21px;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}

.main-nav > div > ul .current-menu-item a {
    color: #00476d !important;

}

.main-nav > div > ul li {
    display: inline-block;
    float: none;
}

.rightHeader {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.rightHeader #headerNav {
    text-align: left;
}

.logo {
    text-align: left;

}

.social-icons {
    float: left;

    height: 27px;

}

.rightHeader span {
    color: white;
    font-weight: 300;
}

.rightHeader .logo-big {
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size: 65px;
}

.rightHeader .logo-small {
    font-size: 35px;
    padding-left: 5px;
}

.rightContainer .rightHeader .logo .image {
    border-bottom: 6px solid #7dadc3;
}

.rightContainer .rightHeader .tagline h3 {
    font-size: 28px;
    font-family: Helvetica Neue, Helvetica, Arial;
}

.rightContainer .rightHeader #headerNav ul li.current-menu-item a {
    font-weight: bold;
}

@media screen and (max-width: 768px) {

    .new-header .top-top-menu, .new-header .social-icons, .new-header .main-nav {
        display: none;
    }

    .new-header .top-logo {
        text-align: center;
        position: relative;
        display: block;
        float: none;
    }

    .rightHeader .logo-big {
        font-size: 40px;
    }

    .rightHeader .logo-small {
        font-size: 25px;
    }

    .logoImage .top-logo .image {
        text-align: center;
    }

    .rightHeader .tagline h3 {
        text-align: center;
    }
}

#globalWrap .leftContainer {
    transition: 0.4s ease all;
}

#globalWrap.open .leftContainer {
    margin-top: 0px;
    z-index: 10000;
}

/* Icons */
.icon {
    display: block;
    background-color: transparent;
    background-image: url('assets/img/icon_sprite.png');
    background-repeat: no-repeat;
    float: left;
}

.mail_icon {
    width: 27px;
    height: 27px;
    background-position: 0 0;
    margin-right: 10px;
}

.mail_icon:hover {
    background-position: 0 -27px;
}

.facebook_icon {
    width: 27px;
    height: 27px;
    background-position: -27px 0;
    margin-right: 10px;
}

.facebook_icon:hover {
    background-position: -27px -27px;
}

.twitter_icon {
    width: 27px;
    height: 27px;
    background-position: -54px 0;
    margin-right: 10px;
}

.twitter_icon:hover {
    background-position: -54px -27px;
}

.google_plus_icon {
    width: 27px;
    height: 27px;
    background-position: -81px 0;
    margin-right: 10px;
}

.google_plus_icon:hover {
    background-position: -81px -27px;
}

.linkedin_icon {
    width: 27px;
    height: 27px;
    background-position: -108px 0;
}

.linkedin_icon:hover {
    background-position: -108px -27px;
}

.share_icon {
    width: 27px;
    height: 27px;
    background-position: -135px 0;
}

.share_icon:hover {
    background-position: -135px -27px;
}

.rss_icon {
    width: 27px;
    height: 27px;
    background-position: -162px 0;
}

.rss_icon:hover {
    background-position: -162px -27px;
}

.print_icon {
    width: 23px;
    height: 21px;
    background-position: -189px 0;
    margin: 5px 12px 0 0;
}

.print_icon:hover {
    background-position: -189px -27px;
}

.top-title {
    font-family: HelveticaNeueLT-Thin, Helvetica, Arial;
    font-size: 25px;
    letter-spacing: 1px;
}

.home .top-title a {
    color: white;
}

.top-content p {
    color: white;
    font-size: 13px;
}

.top-content {
    margin-bottom: 10px;
}

#headerNav {

    display: flex;
}

.home #headerNav {
    margin-bottom: 0px;
}

#headerNav li {
    list-style: none;
    float: left;
    line-height: 20px;
    border-left: 2px solid #7c9eb0;
}

#headerNav li:first-child {
    border-left: none;
}

#headerNav li a {
    font-weight: 500;

    color: #064668;

}

.top-content p:last-child {
    margin-bottom: 0px;
}

.home #headerNav li a {
    color: white;
}

#headerNav li:first-child a {
    padding-left: 0px;

}

#headerNav ul {
    margin-bottom: 0px;
}

.top-container {
    padding-top: 20px;
}

.home .top-container {

    margin-bottom: 20px;
}

#headerNav li a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;

}

.new-header {
    display: none;
}

#headerNav {
    margin-top: 0px;
}

@media only screen and (min-width: 64.063em) {

    #headerNav li a {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;

    }

    #headerNav {
        margin-top: 30px;
        margin-bottom: 24px;
    }

    .home #headerNav {
        margin-bottom: 24px;
    }

    .top-title {
        font-family: HelveticaNeueLT-Thin, Helvetica, Arial;
        font-size: 44px;
        margin-top: 35px;
        margin-bottom: 22px;

    }

    .top-content p {

        font-size: 14px;
    }

    .top-content {
        margin-bottom: 0px;
    }

    .top-container {
        padding-top: 0px;
    }

    .new-header {
        display: block;
    }

}

.header .logo .logoimg {
    max-height: 50px;
}

#menu-bottom-links {
    display: inline-block;
    margin-bottom: 0px;
}

#menu-bottom-links li {
    list-style: none;
    float: left;
    margin-bottom: 0;
    line-height: 9px;
    height: 9px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid white;
}

#menu-bottom-links li:last-child {
    border-right: none;
}

#menu-bottom-links li a {
    font-size: 10px;
    font-weight: 600;
    margin: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    color: white;

}

.subfooter-menu-holder {

}

#subfooter p {
    display: inline-block;
    color: white !important;
}

.widget > strong {
    text-transform: none;
    border-color: #9b9b9b !important;
}

.widget a {
    color: #0085a3;
}

.textwidget {
    line-height: 22px;
}

.widget input[type="text"], .widget
input[type="password"], .widget
input[type="date"], .widget
input[type="datetime"], .widget
input[type="email"], .widget
input[type="number"], .widget
input[type="search"], .widget
input[type="tel"], .widget
input[type="time"], .widget
input[type="url"], .widget
textarea {
    background: white;
}

.searchform fieldset input[type="submit"] {

    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMC4xIDE4LjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwLjEgMTguNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggZmlsbD0iIzA2NDY2OCIgc3Ryb2tlPSIjMDY0NjY4IiBzdHJva2Utd2lkdGg9IjAuNzUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTE4LjQsMTYuNGwtNC43LTQuNmMxLTEuMiwxLjUtMi43LDEuNS00LjNjMC0zLjgtMy4xLTYuOS02LjktNi45UzEuNCwzLjcsMS40LDcuNWMwLDMuOCwzLjEsNi45LDYuOSw2LjljMS42LDAsMy0wLjUsNC4xLTEuNGw0LjcsNC42YzAuMiwwLjIsMC40LDAuMywwLjYsMC4zYzAuMiwwLDAuNC0wLjEsMC42LTAuM0MxOC43LDE3LjMsMTguNywxNi44LDE4LjQsMTYuNHogTTMuMiw3LjVjMC0yLjgsMi4zLTUuMiw1LjItNS4yYzIuOSwwLDUuMiwyLjMsNS4yLDUuMmMwLDIuOC0yLjMsNS4yLTUuMiw1LjJDNS41LDEyLjcsMy4yLDEwLjMsMy4yLDcuNXoiLz48L2c+PC9nPjwvc3ZnPg==);
    background-size: 23px;

}

.category_title:before {
    background: #1177b3;
}

.menu-holder.style1 {
    margin-bottom: 30px;
}

.page-numbers.current {
    background-color: #004569 !important;

}

.pagination .page-numbers {
    border-color: #004569 !important;
    color: #004569 !important;
}

.pagination .page-numbers.dots {
    border-color: transparent !important;

}

.page-numbers.current {
    background-color: #004569 !important;
    color: white !important;
}

.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers.current {
    color: #fff !important;
    background-color: #004569 !important;
}

.single-post .post-title.entry-header a {
    color: #004569;
}

.single-format-quote .post-title .entry-title {
    display: none;
}

.single-format-quote .time {
    display: none;
}

.single-format-quote .post-bottom-meta strong {
    display: none;
}

.single-format-quote .post-bottom-meta .shares {

}

.single-format-quote .post-author {
    display: none;

}

.single-format-quote .quote-title, .single-format-quote .quote {
    color: #ffffff;
}

.single-format-quote .quote p {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.single-format-quote .quote-title {
    text-indent: 30px;
    padding-top: 30px;
    line-height: 20px;
}

.single-format-quote .quote-title::before {
    font-family: 'FontAwesome';
    content: "\f10d";
    position: absolute;
    left: 0;
}

.twitter-tweet {

}

.post.blog-post.format-video {
    background: white;
}

.other_videos {
    background: white;
}

.post.format-video .post-gallery > a:before {
    content: '';
    border: 3px solid #fff;
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    border-radius: 22px;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}

.post.format-video .post-gallery > a:after {
    content: "\f04b";
    color: #fff;
    font-family: FontAwesome;
    text-indent: 2px;
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 15px;
    z-index: 1;
}

.video-entry-title {
    border-bottom: 1px dotted #a8a8a8 !important;
    margin-bottom: 18px !important;
}

.authorpage {
    background: #f0f4f6 !important;
}

.authorpage h5 a {
    color: #000;
    background: transparent;
}

.authorpage span {
    color: #9c9c9c;
    background: transparent;
}

.other_videos.dark-color {
    background: white !important;
}

.widget.widget_nav_menu ul li a {
    color: #0085a3;
}

.authorpage p, .authorpage span {
    color: black;
}

.post .post-bottom-meta [rel=author] {
    float: left;
    font-weight: 500;
}

.author-container {
    float: left;
}

.post .post-bottom-meta [rel=author] {
    float: none;
}

.time {
    margin-left: 4px;
}

.time:before {
    content: '-';
    display: inline-block;
    margin-right: 4px;
}

.co-author {
    margin-top: 15px;
}

.co-author:first-child {
    margin-top: 0px;
}

.featured-post {
    position: absolute;
    bottom: 10px;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    background-color: #064668;
    padding: 4px 4px 3px;
    color: #fff;

}

.header.style1 .featured-post {
    left: 0;
}

.video-container {
    position: relative;
}

.single-format-video .author-container {
    float: none;
}

.widget ul li {
    font-size: 12px;

}

.post .post-gallery {
    background: transparent !important;
}

.post .post-title h5 {
    overflow: hidden;
    position: relative;
    line-height: 20px;
    max-height: 40px;
    min-height: 40px;
    text-align: left;
    margin-right: -1em;
    padding-right: 1em;
}

.post .post-title h5:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}

.post .post-title h5:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.battery-blue a {
    background-color: #064668 !important;
    color: white !important;
}

.battery-blue.vc_btn3-container {
    width: 51%;
    text-align: center;
    position: relative;
    display: block !important;
    margin-right: auto;
    margin-left: auto;
}

.widget_text p {
    font-size: 12px;
}

.share-article-vertical .social {
    display: block;
    width: 60px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 14px;
    color: #aeaeae;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom:none;
    position: relative;
    border-top: 1px solid #eee;
}

.share-article-vertical .social:last-child {
    border-bottom: 1px solid #eee;
}