/* 
Theme Name: Child of Florian
Theme URI: http://magniumthemes.com/;
Description: Child theme based on Florian
Author: Your Name
Version: 1.0
Template: florian
*/





body,
body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body a,
body .btn {
    font-family: 'Raleway', sans-serif !important;
}

body {
    color: #232323;
}

body h1 {
    font-size: 36px;
    line-height: 47px;
}

body h2 {
    font-size: 26px;
    line-height: 32px;
}

body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #232323;
}

body a {
    color: #7AB4BA;
    text-decoration: none;
}

body a:hover,
body a:focus {
    color: #5F9197;
}

body ul,
body ol {
    margin: 20px 0;
    font-weight: 500;
}

body .btn,
body .btn.btn-bordered,
body .btn:focus,
body .btn.btn-bordered:focus {
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: normal;
    color: #fff;
    border: 0;
    border-radius: 2px;
    background: #7AB4BA;
}

body .btn:hover,
body .btn.btn-bordered:hover,
body .btn:active,
body .btn.btn-bordered:active {
    background: #5F9197;
}

body .scroll-to-top.btn {
    padding: 0 !important;
    right: 20px;
    bottom: 20px !important;
    line-height: 44px;
    background: #F8F8F8 !important;
}

@media (min-width: 1200px) {
    body .scroll-to-top.btn {
        right: 60px;
        bottom: 60px !important;
    }
}

body .scroll-to-top:before {
    color: #000;
}

body .scroll-to-top:hover {
    background: #DFDFDF !important;
}

body .search-fullscreen-wrapper {
    border-bottom: 1px solid #DFDFDF;
}

body input {
    padding: 9px 12px;
    color: #777777;
    border: 1px solid #B0B0B0;
}

body input[type="email"] {
    max-width: 220px;
}

@media (min-width: 768px) {
    body input[type="email"] {
        max-width: 257px;
    }
}

/* IE Fix - Input Field Height */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body input[type="email"] {
        height: 46px;
    }
}

body input[type="submit"] {
    padding: 17px 18px;
    color: #fff;
    border: 0;
    background-color: #7AB4BA;
}

body input[type="submit"]:hover {
    background-color: #5F9197;
}

body .search-form input[type="submit"] {
    padding: 14px 35px;
}

body .header-menu-bg.menu_black {
    background-color: #F8F8F8;
}

body .header-menu-bg.menu_black .header-info-text {
    padding: 10px 0 0;
}

body .header-menu-bg.menu_black .header-info-text a:hover .fa {
    color: #7AB4BA;
}

body .header-menu-bg.menu_black .header-info-text span {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #777777;
    text-transform: none;
}

body .header-visit {
    position: absolute;
    top: 10px;
}

@media (min-width: 1024px) {
    body .header-visit {
        padding: 10px 0 0;
        position: relative;
        top: auto;
    }
}

body .header-visit img {
    display: none;
    margin: 0 25px 0 0;
}

@media (min-width: 1024px) {
    body .header-visit img {
        display: inline-block;
    }
}

body .header-visit a {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}

body .header-info-text .fa {
    font-size: 20px;
    color: #000;

    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

body .header-info-text .fa-youtube:before {
    content: "\f16a"
}

body .header-logo-center {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    background: #F8F8F8;
}

@media (max-width: 1024px) {
    body .header-logo-center .header-center {
        padding: 0 20px;
    }
}

body header .col-md-12 {
    height: 130px;
}

body header .logo-link img {
    width: 180px;
}

@media (min-width: 768px) {
    body header .logo-link img {
        width: 240px;
    }
}

body .navbar .navbar-inner .container {
    padding: 0;
    width: 100%;
}

body .navbar-center-wrapper {
    border: 0;
    background: linear-gradient(270deg, #67A0A6 0%, #79B3B9 100%);
}

body .navbar .nav>li {
    padding: 0;
}

body .navbar .nav>li>a {
    padding: 20px 0;
    margin: 0 40px;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 2px !important;
    color: #fff;
    border: 0;
}

body .navbar .nav>li>a:hover {
    color: #fff;
}

body .navbar .nav>li>a:after {
    content: "";
    margin-top: 1px;
    position: absolute;
    top: 90%;
    left: 0;
    height: 5px;
    width: 100%;
    background: #5F9197;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

body .navbar .nav>li>a:hover:after,
body .navbar .nav>li.current-menu-item>a:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 767px) {
    body .navbar .navbar-toggle {
        width: 100%;
        left: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 800;
        line-height: 16px;
        letter-spacing: 1.75px;
        color: #fff;
        text-align: center;
        border: 0;
        background: #7AB4BA;
    }
    body .navbar .navbar-toggle:hover {
        background: #7AB4BA;
    }
    body .navbar .navbar-toggle:after {
        content: "\f107";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
    }
    body .navbar-center-wrapper {
        background: #5F9197;
    }
    body .mainmenu-belowheader.mainmenu-with-margin {
        margin-bottom: 15px;
    }
    body .mainmenu-belowheader.menu-center .nav {
        padding: 10px 0;
        margin: 0;
    }
    body .mainmenu-belowheader.menu-center .navbar .nav>li>a {
        padding: 15px 0;
        font-size: 14px;
        font-weight: 800;
        line-height: 16px;
        letter-spacing: 1.75px;
        text-align: center;
    }
    body .mainmenu-belowheader.menu-center .navbar .nav>li>a:hover {
        color: #fff !important;
    }
}

body.single-post .mainmenu-belowheader,
body.category .mainmenu-belowheader {
    margin: 0;
}

body .mainmenu-belowheader.fixed {
    border: 0;
}

body .mainmenu-belowheader.fixed .navbar .nav>li {
    padding: 0;
}

body .sidebar .widgettitle {
    padding: 0 0 5px;
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    border-top: 0;
    border-bottom: 1px solid #DFDFDF;
}

body .sidebar .widget .post-categories a {
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 1.25px;
    color: #232323;
}

body .sidebar .widget .post-title {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #7AB4BA;
}

body .sidebar .widget .post-date {
    display: none;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #232323;
    text-transform: none;
}

body .sidebar .widget .post-title:hover {
    color: #5F9197;
}

body .sidebar .widget .widget-post-thumbsmall-wrapper-container {
    background-color: #7AB4BA !important;
}

body .sidebar .widget .widget-post-position {
    font-weight: 500 !important;
    background-color: #7AB4BA !important;
}

body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5 {
    font-weight: 500;
}

body .page-item-title-single h1 {
    font-size: 47px;
    font-weight: 700;
    line-height: 54px;
}

body .with-bg .page-item-title-single h1 {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    body .page-item-title-single h1 {
        font-size: 36px;
        line-height: 42px;
    }
}

body .page-item-title-single p {
    font-weight: 700;
    letter-spacing: 1.5px;
}

body .with-bg .page-item-title-single p {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

body .page-item-title-single .post-categories a {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.5px;
}

body .with-bg .page-item-title-single .post-categories a {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

body .page-item-title-single .post-subtitle-container .post-date {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: none;
}

body .with-bg .page-item-title-single .post-date {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

body .florian-blog-posts-slider {
    background: #7AB4BA;
}

body .florian-blog-posts-slider .florian-post .florian-post-details .florian-post-title h5,
body .florian-post .florian-post-details .florian-post-category a,
body .florian-post .florian-post-info .florian-post-date {
    color: #fff;
}

body .florian-post .florian-post-details .florian-post-category {
    color: #fff;
}

body .florian-blog-posts-slider .florian-post-counter {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #232323;
}

body .florian-blog-posts-slider .florian-post .florian-post-details .florian-post-title {
    margin-bottom: 20px;
}

body .florian-blog-posts-slider .florian-post .florian-post-details .florian-post-title h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
}

@media (max-width: 767px) {
    body .florian-blog-posts-slider .florian-post .florian-post-details .florian-post-title h5 {
        font-size: 24px;
        line-height: 30px;
    }
}

body .florian-post .florian-post-details .florian-post-category a,
body .florian-post .florian-post-info .florian-post-date {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
}

body .florian-post .florian-post-details .florian-post-category a {
    font-weight: 700;
}

body .florian-post .florian-post-info .florian-post-date {
    font-weight: 500;
    text-transform: none;
}

body .florian-blog-posts-slider .btn.alt {
    padding: 14px 38px;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    border: 0;
    border-radius: 2px;
    background: #FB9536;
}

body .florian-blog-posts-slider .btn.alt:hover {
    background: #D88334;
}

body .florian-blog-posts-slider .florian-post-list .owl-theme .owl-controls .owl-nav div {
    border: 0;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

body .florian-blog-posts-slider .florian-post-list .owl-theme .owl-controls .owl-nav div:hover {
    background-color: #fff;
    opacity: 1;
}

body .florian-blog-posts-slider .florian-post-list .owl-theme .owl-controls .owl-nav div:after {
    font-size: 30px;
    color: #232323;
}

body .florian-blog-posts-slider .florian-post-list .owl-theme .owl-controls .owl-nav div.owl-next {
    margin-left: 1px;
}

body .subscribe-block {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

@media (max-width: 767px) {
    body .subscribe-block {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    body .subscribe-block {
        display: flex;
        align-items: center;
    }
}

body .subscribe-block h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

@media (min-width: 768px) {
    body .subscribe-block h3 {
        margin: 0;
    }
}

body .subscribe-block p {
    margin: 0 auto;
    position: relative;
    max-width: 306px;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 768px) {
    body .subscribe-block p {
        max-width: 343px;
    }
}

@media (min-width: 1200px) {
    body .subscribe-block p {
        margin: auto;
        max-width: none;
    }
}

body .subscribe-block .ajax-loader {
    position: absolute;
    right: -20px;
}

@media (min-width: 1200px) {
    body .subscribe-block .ajax-loader {
        right: 0;
    }
}

body .subscribe-block .subscribe-block__col {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 1200px) {
    body .subscribe-block .subscribe-block__col {
        margin: 0 55px 0 0;
        width: calc(100% / 3);
        text-align: initial;
    }
}

body .subscribe-block .subscribe-block__col:last-child {
    margin: 0;
}

body .subscribe-block #emma-form-elements {
    display: flex;
    justify-content: center;
}

body .subscribe-block #emma-form-elements .emma-form-row {
    margin: 0;
    width: auto;
}

body .subscribe-block .emma-form-label {
    clip: rect(1px 1px 1px 1px);
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    position: absolute;
}

body .subscribe-block #emma-form-elements .emma-form-input {
    width: 100%;
    color: #777777;
    border: 1px solid #B0B0B0;
}

body .subscribe-block #emma-form input[type="submit"] {
    padding: 17px 18px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    border: 0;
    background-color: #7AB4BA;
}

body .subscribe-block #emma-form input[type="submit"]:hover {
    background-color: #5F9197;
}

body.single-post .subscribe-block {
    justify-content: space-between;
}

body.single-post .subscribe-block .subscribe-block__col {
    margin: 0;
    width: auto;
}

body.single-post .subscribe-block .subscribe-block__col--blurb {
    display: none;
}

body .blog-post .tags a {
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #232323;
    background: #F8F8F8;
}

body .blog-post .tags a:hover {
    color: #fff;
    background: #7AB4BA;
}

@media (max-width: 767px) {
    body .florian-featured-categories-wrapper {
        margin-bottom: 45px;
    }
}

body .florian-featured-categories-wrapper .florian-featured-category {
    height: 240px;
}

@media (max-width: 767px) {
    body .florian-featured-categories-wrapper .florian-featured-category {
        margin-bottom: 15px;
    }
}

body .florian-featured-categories-wrapper .florian-featured-categories-title h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
}

body .florian-featured-categories-wrapper .florian-featured-category .florian-featured-category-link {
    padding: 18px 30px;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 2px;
    border: 0;
    background-color: rgba(95, 145, 151, 0.9);
    transform: none;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

body .florian-featured-categories-wrapper .florian-featured-category .florian-featured-category-link:hover {
    background-color: #5f9197;
}

body .blog-post .blog-post-thumb-wrapper,
body .blog-post .blog-post-thumb,
body .florian-post .florian-post-image-wrapper {
    background-color: #7AB4BA !important;
}

/* IE Fix - Blog Post Thumb Height */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body .blog-post-list-layout.blog-post .blog-post-thumb {
        height: 300px;
    }
}

body .hover-effect-img:hover {
    opacity: 1 !important;
}

body .blog-post .post-categories a {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #232323;
}

body .blog-post .post-categories a:hover {
    color: #5F9197;
}

body .blog-post .post-header-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
}

body .blog-post .post-header-title a {
    color: #7AB4BA
}

body .blog-post .post-header-title a:hover {
    color: #5F9197;
}

body .post-subtitle-container {
    font-family: 'Raleway', sans-serif;
}

body .blog-post .post-info-date {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: none;
    color: #777777;
}

body .blog-post-related>h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

body .blog-post-related .florian-post-details .florian-post-category a {
    color: #232323;
}

body .blog-post-related .florian-post-details .florian-post-title h5 {
    max-width: 100%;
    color: #7AB4BA;
}

body .blog-post-related .florian-post-details .florian-post-title h5:hover {
    color: #5F9197;
}

body .blog-post-related .florian-post-info .florian-post-date {
    color: #777777;
}

body.single-post .blog-post-related-item {
    margin-bottom: 70px;
}

body .florian-editorspick-post-list-wrapper {
    margin-bottom: 100px;
}

body .florian-editorspick-wrapper .florian-editorspick-title h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    color: #232323;
}

body .florian-editorspick-wrapper .florian-post .florian-post-details .florian-post-category a {
    color: #232323;
}

body .florian-editorspick-wrapper .florian-post .florian-post-details .florian-post-title h5 {
    font-weight: 500;
    color: #7AB4BA;
}

body .florian-editorspick-wrapper .florian-post .florian-post-details .florian-post-title h5:hover {
    color: #5F9197;
}

body .florian-editorspick-wrapper .florian-post .florian-post-info .florian-post-date {
    color: #777777;
}

body .florian-editorspick-wrapper .florian-post .florian-post-details .btn {
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    background: #7AB4BA;
}

body .florian-editorspick-wrapper .florian-post .florian-post-details .btn:hover {
    background: #5F9197;
}

body .author-bio h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

body .author-bio p {
    font-size: 14px;
    line-height: 25px;
}

body .navigation-post,
body .navigation-post:before {
    border-color: #DFDFDF;
}


@media (max-width: 767px) {
    body .navigation-post .nav-post-prev a {
        padding-bottom: 0;
    }
}

body .navigation-post .nav-post-title {
    margin: 0 0 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #777777;
    text-transform: none;
}

body .navigation-post .nav-post-name {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #232323;
}

body .navigation-post .nav-post-prev:hover .nav-post-name,
body .navigation-post .nav-post-next:hover .nav-post-name {
    color: #7AB4BA !important;
}

body .navigation-post .nav-post-name:before,
body .navigation-post .nav-post-name:after {
    display: none !important;
}

body .navigation-paging .wp-pagenavi a:hover {
    background: #7AB4BA;
    border-color: #7AB4BA;
}

body .post-social-wrapper .post-social-title {
    color: #777777;
}

body .post-social-wrapper .post-social a {
    font-size: 18px;
}

body .post-social-wrapper .post-social a:hover {
    color: #7AB4BA;
}

body .bk-cta {
    padding: 0;
    background-color: #fff !important;
}

body .bk-cta-body {
    margin: 0 0 10px;
}

body .bk-cta .bk-normal {
    padding: 14px 35px;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px !important;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 2px;
    background: #7AB4BA;

    -webkit-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

body .bk-cta .bk-normal:hover {
    background: #5F9197;
    opacity: 1;
}

body .post-worthreading-post-wrapper {
    border: 0;
    background: #7AB4BA;
}

body .post-worthreading-post-wrapper .post-worthreading-post-button a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #fff;
}

body .post-worthreading-post-wrapper .post-worthreading-post-button a:after {
    content: "\f105";
    display: inline-block;
    margin: 0 0 0 5px;
    font: normal normal normal 14px/1 FontAwesome;
}

body .post-worthreading-post-wrapper .post-worthreading-post-container {
    border: 0;
    background: #7AB4BA;
}

body .post-worthreading-post-container .post-worthreading-post-title a {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}

body footer {
    padding: 40px 0 15px;
    border-top: 1px solid #DFDFDF;
}

body footer a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.75px;
    color: #232323;
}

body footer a:hover {
    color: #5F9197;
}

body footer .footer-copyright p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #777777;
}