
/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/

/* Theme customization starts here */

/* Google Material icons */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/iconfont/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(fonts/iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype'),
    url('fonts/iconfont/MaterialIcons-Regular.svg#MaterialIcons') format('svg');
    /* Legacy iOS */
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}


/* Styling the hidden label of Gravity Form
---------------------------------------------- */

.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.gform_wrapper li.hidden_label input {
    margin-top: 12px
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 12px
}

.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%
}

.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
    width: 100%
}


/*Typography*/

p {
    color: #000000;
}


/*Header & Menu - long menu responsive */

header .container {
    width: 100%;
    padding: 0 80px;
}

#logo .logo_img {
    height: 52px;
    /* Total height: 92px */
    padding: 20px 0;
}

#header.scrolled #logo .logo_img {
    height: 52px;
    padding: 6px 0;
}

@media (max-width: 1560px) {
    #menu > ul > li > a {
        font-size: 13px !important;
    }
    header .container {
        padding: 0 30px;
    }
}

@media (max-width: 1050px) {
    #menu {
        display: none;
    }
    #mobile_menu_toggler {
        display: block;
    }
    #mobile_menu_toggler {
        margin-top: 35px;
    }
}


/* Footer reset */

#footer {
    border-top: 1px solid #e9e9e9;
}

#footer.footer_light {
    background: #fbfcfe;
}

#footer li.menu-item {
    text-transform: capitalize;
}

@media (min-width: 769px) {

    #footer,
    #footer.footer_light {
        padding-top: 0px;
    }
    #footer .flex.section {
        display: flex;
        flex-wrap: wrap;
    }

    #footer .flex.section .col {
        float: none;
        margin-bottom: 0;
        padding-top: 68px;
        padding-bottom: 80px;
    }

    #footer .flex.section .col:last-child {
        margin-left: 0;
        padding-left: 36px;
        border-left: 1px solid #e9e9e9;
    }

}

#footer.footer_white {
    background: #fff;
    color: #000000;
}

#footer h3 {
    color: #7b7b7b;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

#footer a,
#footer.footer_light a {
    color: #0355a3;
    font-weight: normal;
}

#footer a:not(.footer_soc_icon):after {
    font-family: 'icomoon';
    font-size: 14px;
    content: "\e78f";
    display: inline-block;
    position: relative;
    line-height: normal;
    position: relative;
    top: 2px;
    left: 0px;
    margin-left: 6px;
    transition: all .25s ease-in-out;
}

#footer a:not(.footer_soc_icon):hover:after {
    margin-left: 10px;
}

#footer .footer_btm a:after,
#footer .col ul li a:after,
#footer .col ul li a:before {
    display: none;
}

#footer .col a.footer_soc_icon {
    float: none;
}

#footer .footer_btm,
#footer.footer_light .footer_btm {
    margin-top: 0;
    background: #07162b;
    padding: 13px 0;
}

#footer #powered {
    color: rgba(255, 255, 255, 0.68);
    float: none;
}

#footer.footer_light #powered span {
    font-size: 13px;
}

#footer.footer_light #powered a {
    font-size: 14px;
}

#footer #powered a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: all .2s ease-in-out;
}

#footer #powered a:hover {
    opacity: 1;
    color: #d88f27;
}

#footer h3 {
    margin-top: 12px;
    color: #d88f27;
}

#footer .textwidget p {
    margin-bottom: 0;
}

#powered:after {
    clear: both;
}

#menu > ul > li.phone > a .number:before,
#powered .phone a:before {
    font-family: 'icomoon';
    content: "\f095";
    margin-right: 6px;
    position: relative;
    top: 1px;
    transition: all .25s ease-in-out;
}

#powered .float {
    float: left;
}

#powered .float.right {
    float: right;
}

#footer #powered a:hover:before {
    margin-right: 12px;
    color: #d88f27;
}

@media (max-width: 480px) {
    #powered .float {
        float: none !important;
        display: block;
    }
}

/*Header*/

#menu a {
    color: #231f20;
    font-weight: 600;
}

.main_menu_underline_effect #menu > ul > li > a:after {
    background-color: #0355a3 !important;
    height: 4px;
}

.main_menu_underline_effect #menu > ul > li.phone > a:after {
    display: none;
}

#menu > ul > li.current-menu-item > a:after {
    width: calc(100% - 30px);
    opacity: 1;
    left: 15px;
}

#menu > ul > li.phone > a {
    color: #184b8d;
    line-height: 24px;
    text-align: center;
}

#menu > ul > li.phone {
    min-height: 88px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px !important;
}

#menu > ul > li.phone .tagline {
    color: #184b8d;
    font-weight: 600;
}

#menu > ul > li.phone > a:hover,
#menu > ul > li.phone > a:hover strong {
    color: #063F7C;
}

#header.scrolled #menu > ul > li.phone {
    min-height: 64px;
}

#header.scrolled #menu > ul > li.phone > a {
    line-height: 20px;
}

@media (max-width: 1200px) {
    #menu > ul > li.phone {
        display: none;
    }
}

/* General Element - image gallery */

.center.grid_holder.mfp_gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
}

.center.grid_holder.mfp_gallery .col {
    float: none;
    position: inherit !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 200px;
}

@media (max-width: 768px) {
    .center.grid_holder.mfp_gallery .col {
        width: 100%;
    }
    .center.grid_holder.mfp_gallery {
        flex-direction: column;
    }
}

.square.grid_holder.mfp_gallery {}

/* General Element - side image box */

.image_featured_text.title-only {
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.image_featured_text.title-only > img {
    width: 90px;
    height: auto;
    float: none;
    margin-right: 20px;
    margin-top: 0;
}

.image_featured_text.title-only .text {
    padding-top: 0;
    margin: 0;
    width: calc(100% - 140px);
}

.image_featured_text h3 {
    margin: 0;
}

.image_featured_text.header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0354a0;
    text-transform: uppercase;
}

.image_featured_text.header .text {
    margin-left: 120px;
}

.image_featured_text.uppercase h3 {
    text-transform: uppercase;
    color: #1b1b1b;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2em;
}

.image_featured_text.title-only.small > img {
    width: 40px;
    margin-right: 12px;
}

@media (max-width: 768px) {
    .image_featured_text.title-only {
        display: block;
        padding: 25px 0;
    }
    .image_featured_text.title-only .text {
        width: 100%;
    }
    .image_featured_text.title-only > img {
        margin: 0 auto;
    }

    .image_featured_text.title-only.small {
        display: flex;
    }

    .image_featured_text.title-only.small > img {
        width: 48px;
    }
    .image_featured_text.title-only.small .text {
        width: calc(100% - 60px);
    }

    .side-article-row .image_featured_text.title-only.small {
        padding-top: 10px;
        text-align: left;
    }
    .image_featured_text.header .text {
        margin-left: 0;
    }
}

.basic1-content .image_featured_text.title-only {
    padding: 20px 0 40px;
}

/* Button - default */

a.button.btn_medium, a.button.btn_large, a.button.btn_huge {
    padding: 15px 30px;
    font-size: 15px;
    text-shadow: none;
}

a.button.btn_medium, a.button.btn_large, a.button.btn_huge {
    font-weight: 600;
    background-image: none;
    text-transform: inherit;
}

a.button.btn_theme_color:hover {
    background: #063F7C;
    border-color: #063F7C;
}

/*General class - hide ajax button*/

ul.paging-list.alm-paging li.active a {
    background: #0355a3;
    border-color: #0355a3;
}

.hide-button + .alm-btn-wrap {
    display: none !important;
}

/*Single image - Default*/

@media (max-width: 768px) {
    .wpb_single_image img {
        margin-bottom: 35px;
    }
}

/* General class - ajax load template */

.download-index-section {
    border-left: 1px solid #eef0f5;
}

.download-index-section li {
    list-style: none;
}

.download-section .content > .vc_column-inner {
    border-radius: 3px;
    padding: 40px 30px;
}

.download-section .content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #1a1a1a;
}

.download-section .content p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.86;
    letter-spacing: -0.2px;
    color: #606060;
    margin-bottom: 20px;
}

.download-section .content strong {
    font-weight: 600;
}

.download-section .content li {
    list-style: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}

.download-section .content li a,
.download-section .content a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.3px;
    color: #0355a3;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.download-section .content li:before {
    font-family: 'icomoon';
    font-size: 16px;
    content: "\e78f";
    display: inline-block;
    line-height: normal;
    position: relative;
    top: 2px;
    left: 0px;
    margin-right: 6px;
    color: #c9cbd4;
    transition: all .2s ease-in-out;
}

.download-section .content li a:hover {
    margin-left: 6px;
}

.flex.side-image-box {
    margin-bottom: 35px;
}

.flex.side-image-box h3 {
    margin-bottom: 6px;
}

.flex.side-image-box p {
    font-size: 15px;
    line-height: 2.13;
}

.flex.side-image-box span {
    font-size: 14px;
    font-weight: bold;
    color: #aaaaae;
    margin-bottom: 12px;
    display: inline-block;
}

.flex.side-image-box a.read-more:not(.button) {
    font-size: 13px;
    font-weight: bold;
}

.flex.side-image-box .img-col {
    text-align: center;
    margin-bottom: 20px;
}

.list-view > p {
    font-weight: normal;
    color: #0355a3;
}

.list-view .side-image-box .entry-meta {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.list-view .side-image-box h3 a:not(.button) {
    color: #000;
}

.list-view .side-image-box h3 a:not(.button):hover {
    color: #0355a3;
}

.list-view .side-image-box h3 a:hover {
    color: #0355a3;
}

.list-view .side-image-box p {
    color: #85878e;
    font-size: 15px;
}

.list-view .flex.side-image-box {
    padding: 35px 0px;
    border-top: 1px solid #f4f4f4;
}

.list-view .flex.side-image-box:first-child {
    border: none;
}

.list-view .flex.side-image-box .content-col {
    flex: 2;
}

.flex.side-image-box img {
    width: 100%;
}

@media (min-width: 769px) {

    .flex.side-image-box img {
        max-width: 100%;
        min-height: 240px;
        object-fit: cover;
    }
    .download-section .content > .vc_column-inner {
        padding: 60px;
    }
    .list-view .flex.side-image-box img {
        max-width: 120px;
        min-height: 130px;
        max-height: 130px;
        object-fit: cover;
    }

    .flex.side-image-box,
    .flex.side-image-box:last-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }

    .flex.side-image-box .img-col {
        width: 50%;
        margin-bottom: 0px;
    }

    .list-view .flex.side-image-box .img-col {
        padding: 0 20px;
        width: auto;
        order: 2;
    }

    .flex.side-image-box .content-col {
        width: calc(50% - 30px);
    }
    .list-view .flex.side-image-box .content-col {
        width: auto;
        flex: 2;
        padding-right: 35px;
        order: 1;
    }
}


@media (min-width: 1024px) {
    .flex.side-image-box img {
        /*        min-width: 180px;*/
        max-width: 200px;
    }
}

.job-grid li,
.job-grid .text-box {
    padding: 0 !important;
    width: calc(33.33% - 120px);
    margin: 0 60px 60px !important;
}

.job-grid .text-box {
    display: flex;
    flex-direction: column;
}

.job-grid .alm-reveal {
    display: flex;
    flex-wrap: wrap;
}

.job-grid a.button.view-apply {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #ffffff;
    padding: 16px 20px;
    background: #0355a3;
    border-radius: 3px;
    text-transform: capitalize;
}

.job-grid a.button.view-apply:hover {
    background: #063F7C;
}

.job-grid .alm-reveal > li p {
    color: #575757;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
}

.job-grid .alm-reveal > li p.entry-meta {
    margin-bottom: 20px;
    margin-top: 4px;
    font-weight: 600;
}

.job-grid .alm-reveal > li p:not(.entry-meta) {
    margin-bottom: auto;
}

@media (max-width: 991px) {
    .job-grid li,
    .job-grid .text-box {
        width: calc(50% - 40px);
    }
}

@media (max-width: 768px) {
    .job-grid li,
    .job-grid .text-box {
        width: 100%;
        text-align: center;
    }
}

/*Filers*/

.alm-filter-nav .filter {
    display: inline-block;
    margin: 0 6px 10px 0;
}
.alm-filter-nav .filter.hidden {
    display: none;
}

.alm-filter-nav .filter a {
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    display: inline-block;
    line-height: 20px;
    color: #4e4c59 !important;
    background: #fff;
    text-transform: capitalize;
    transition: all .25s ease-in-out;
}

.alm-filter-nav .filter a:hover,
.alm-filter-nav .filter.active a {
    color: #fff !important;
    background: #0355a3 !important;
}

.alm-filter-nav .download-tab.filter {
    /*    padding: 6px 16px;*/
    transition: all .25s ease-in-out;
}

.alm-filter-nav .download-tab.filter h3 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #1a1a1a;
}

.alm-filter-nav .download-tab.filter p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.2px;
    color: #232121;
    font-weight: 300;
}

.alm-filter-nav .download-tab.filter a {
    background: transparent;
    border: none;
}

.alm-filter-nav .download-tab.filter.active a {
    background: transparent !important;
    border: none;
}

.alm-filter-nav .download-tab.filter:hover,
.alm-filter-nav .download-tab.filter.active {
    border-left: 4px solid #0355a3;
}

/* Select list for mobile */

@media (max-width: 768px) {
    .download-index-section > .download-tab {
        display: inline-block;
    }
    .download-index-section {
        margin-bottom: 35px !important;
        border: none;
    }

    .download-index-section .download-tab.filter p {
        display: none;
    }

    .download-index-section .download-tab.filter.active {
        border: none;
    }

    .download-index-section .download-tab.filter:hover {
        border: none;
    }

    .download-index-section .download-tab.filter h3 {
        color: #fff;
        margin: 0;
    }
    .download-index-section .download-tab.filter.active h3 {
        color: #0355a3;
    }

    .download-index-section .download-tab.filter a:not(.button) {
        background: #0355a3;
        padding: 12px 24px;
        border: 2px solid #0355a3;
    }

    .download-index-section .download-tab.filter a:hover {
        background: #fff!important;
    }

    .download-index-section .download-tab.filter a:hover h3 {
        color: #0355a3;
    }

}

/* General classes - elements */

.sub-nav-bar .vc_column-inner {
    padding-top: 0 !important;
    text-align: left;
}

.sub-nav-bar.vc_row,
.sub-nav-bar.vc_row.blue {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0c55a4;
    margin-bottom: 0;
}

.sub-nav-bar.vc_row.sky_blue,
.sub-nav-bar.vc_row.Sky_blue {
    background-color: #7ebee6;
}

.sub-nav-bar.vc_row.eucalyptus,
.sub-nav-bar.vc_row.Eucalyptus {
    background-color: #606d4f;
}

.sub-nav-bar.vc_row.Grey {
    background-color: #7ba8d0;
}

.sub-nav-bar.vc_row.ocean,
.sub-nav-bar.vc_row.Ocean {
    background-color: #147E9C;
}

.sub-nav-bar.vc_row.earth,
.sub-nav-bar.vc_row.Earth {
    background-color: #965223;
}

.sub-nav-bar.vc_row.sunset,
.sub-nav-bar.vc_row.Sunset {
    background-color: #d88f27;
}

.sub-nav-bar p,
.sub-nav-bar a,
.sub-nav-bar a:not(.button) {
    color: #fff;
}

.sub-nav-bar @media (max-width: 768px) {
    .sub-content-section h2 {
        font-size: 26px !important;
        margin-bottom: 12px !important;
    }
}

@media (max-width: 480px) {
    .sub-content-section h2 {
        font-size: 20px !important;
    }
}

.flex.side_icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex.side_icon_box h3 {
    font-weight: 600;
    font-size: 24px;
    margin-left: 16px;
}

.flex.side_icon_box .icon_feat {
    top: -4px;
}

@media only screen and (max-width: 768px) {
    .flex.side_icon_box .icon_feat {
        margin: 0;
    }
}

.normal-content p,
.normal-content a {
    font-weight: normal;
    line-height: 2;
}


.notification-message p {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #666666;
}

.border-vertical {
    height: 100%;
    width: 1px;
    background: rgba(130, 152, 171, 0.14);
    min-height: 280px;
    margin: 0 auto;
}

.content-intro p {
    font-weight: normal;
    color: #1b1b1d;
    margin-bottom: 35px;
    line-height: 2.13;
}

.sentence-loose p {
    line-height: 2em;
}

.tall-image.med img {
    min-height: 270px;
    object-fit: cover;
}

.image-list img {
    min-height: 260px;
    object-fit: cover;
    max-width: 265px !important;
    margin: 0 auto;
}

.vc_row.header-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.header-content p {
    text-align: center;
    font-size: 15px;
    line-height: 2.1;
    /*
    color: #747474;
    font-weight: normal;
*/
    color: #414141;
    font-weight: 300;
}

.basic1-content p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: normal;
    color: #1b1b1d;
}

@media (max-width: 768px) {
    .header-content p {
        font-size: 13px;
    }
    .header-content.basic1 h3 {
        font-size: 20px !important;
    }

    .basic1-content a.button,
    .basic1-content p:last-child {
        margin-bottom: 35px !important;
    }
}

.cta-header strong:after {
    content: "";
    display: inline;
    width: 100%;
    height: 3px;
    background: #0355a3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cta-header strong {
    position: relative;
}

/*General classes - structures*/

.right.wpb_column,
.right.vc_row {
    text-align: right;
}

.left.wpb_column,
.left.vc_row {
    text-align: left;
}

.vc_row.call-for-action {
    padding-top: 0;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vc_row.call-for-action h4 {
    font-size: 120%;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
}

.wpb_text_column li {
    font-weight: normal;
    font-size: 14px;
}

.wpb_text_column .wpb_wrapper > ul {
    padding-left: 1em;
}

.wpb_text_column .wpb_wrapper > ul > li {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

.wpb_text_column .wpb_wrapper > ul > li:not(.download-tab):before {
    content: "-";
    opacity: .6;
    font-weight: normal;
    float: left;
    width: 1.2em;
    margin-left: -1.2em;
}

.wpb_text_column .wpb_wrapper > ul.download-index-section {
    padding-left: 0;
}

body.page-template.page-template-grey_bk #footer {
    background: #fff;
}

.grey-bk,
body.page-template-grey_bk .page {
    background: #f8f8f8;
}

.mobile-space {
    display: none;
}

@media (max-width: 768px) {
    .image-col {
        order: 1;
    }

    .content-col {
        order: 2;
    }
    .mobile-space {
        display: block;
    }
    .mobile-space.bottom,
    .mobile-space.bottom:last-child {
        margin-bottom: 35px;
    }
}

.half-height figure.image-overlay img {
    /*    height: calc(50vh - 65px);*/
    height: calc(50vh - 51px);
    object-fit: cover;
}

.full-height figure.image-overlay img {
    /*    height: calc(100vh - 126px);        */
    height: calc(100vh - 96px);
    object-fit: cover;
}

/* Header of page / single blog post / Search result */

.search-results .full_container_page_title,
.single-post .page_title_bgr .full_container_page_title {
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10vh;
}

.search-results .full_container_page_title > .container,
.single-post .page_title_bgr .full_container_page_title > .container {
    width: 100%;
}

.page-header h1.boc_heading {
    font-size: 54px;
    /*    line-height: 60px;*/
    /*    padding: 26px 60px;*/
    display: inline-block;
    margin: 0 !important;
    text-transform: uppercase;
    max-width: 40%;
    font-weight: 800;
}

.page-header h1.boc_heading span {
    padding: 26px 60px;
    display: inline-block;
}

.search-results .page_heading h1,
.single-post .page_heading h1 {
    display: inline-block;
    line-height: 60px;
    padding: 26px 60px;
    min-width: 30%;
    color: #fff;
    font-size: 40px;
    max-width: 40%;
    font-weight: 800;
}

.search-results .page_heading h1 {
    min-width: 0;
}

.single-post .page_heading h1,
.single-post .page_heading.blue h1 {
    background: #0355a3;
}

.single-post .page_heading.grey h1 {
    background: #7ba8d0;
}

.single-post .page_heading.ocean h1 {
    background: #117f9c;
}

.single-post .page_heading.sky_blue h1 {
    background: #7ebee6;
}

.single-post .page_heading.eucalyptus h1,
.search-results .page_heading h1 {
    background: #606d4f;
}

.single-post .page_heading.earth h1 {
    background: #965223;
}

.single-post .page_heading.sunset h1 {
    background: #d88f27;
}

.single-post .post_content .pic img {
    max-height: 420px;
    object-fit: cover;
}

.pic.no-show {
    display: none;
}

.vc_row.page-header.basic {
    align-content: flex-end;
    padding-bottom: 20vh;
}

.vc_row.page-header.no-full-height {
    min-height: 560px;
    padding-bottom: 12vh;
    align-items: flex-end;
}

@media (max-width: 1017px) {
    .page-header h1.boc_heading {
        max-width: none;
    }
    .vc_row.page-header.basic {
        align-content: flex-end;
        padding-bottom: 12vh;
    }

    .single-post .page_heading h1,
    .search-results .page_heading h1 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 991px) {
    .page-header h1 {
        font-size: 40px;
    }
    .page-header h1.boc_heading {
        font-size: 40px;
    }
    .single-post .page_heading h1,
    .search-results .page_heading h1 {
        max-width: 50%;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .search-results .page_title_bgr .full_container_page_title,
    .single-post .page_title_bgr .full_container_page_title {
        min-height: 420px;
    }

    .single-post .page_heading,
    .single-post .full_container_page_title .page_heading {
        margin-bottom: 60px;
    }
    .single-post .page_heading h1,
    .search-results .page_heading h1 {
        font-size: 24px;
        line-height: 32px;
        padding: 20px 24px;
        display: inline-block;
        max-width: 75%;
    }

    .half-height .half-height figure.image-overlay,
    .full-height figure.image-overlay {
        margin-bottom: 0;
    }

    .half-height figure.image-overlay img,
    .full-height figure.image-overlay img {
        height: auto;
    }
    .vc_row.page-header.basic {
        align-content: center;
        padding-bottom: 0;
        max-height: 50vh;
        min-height: 50vh !important;
    }
    .page-header h1 {
        font-size: 36px;
    }
    .half-height .vc_column_container:last-child > .vc_column-inner {
        margin-left: 0 !important;
        margin-top: 4px !important;
    }

    .vc_row.page-header.no-full-height {
        padding-bottom: 6vh;
    }
}

.boc_heading.sub-title {
    font-size: 26px;
    line-height: 1.37;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.boc_heading.uppercase {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5em;
}

.boc_heading.bold {
    font-weight: 600;
}

.boc_heading.line-height-tall {
    line-height: 2.1;
}

.page-header h1.boc_heading span {
    background: #0355a3;
}

.page-header.earth h1.boc_heading span,
.page-header.Earth h1.boc_heading span {
    background: #965324;
}

.page-header.sunset h1.boc_heading span,
.page-header.Sunset h1.boc_heading span {
    background: #D78F28;
}

.page-header.eucalyptus h1.boc_heading span,
.page-header.Eucalyptus h1.boc_heading span {
    background: #606D4F;
}

.page-header.ocean h1.boc_heading span {
    background: #147E9C;
}

.page-header.skyblue h1.boc_heading span {
    background: #7FBEE6;
}

.page-header.grey h1.boc_heading span,
.page-header.Grey h1.boc_heading span {
    background: #94A9BA;
}

.tall-thin-image,
.flat-image img {
    margin-bottom: 35px;
}

@media (min-width: 769px) {
    .flat-image img {
        max-height: 260px;
        object-fit: cover;
    }
    .wpb_single_image.tall-thin-image img {
        margin-bottom: 0;
        min-height: 270px;
        object-fit: cover;
        height: 270px;
    }
}

@media (max-width: 768px) {
    .page-header.basic h1.boc_heading {
        font-size: 36px;
        line-height: 1.2;
        width: 70%;
    }

    .boc_heading.sub-title {
        font-size: 22px;
        margin-bottom: 20px !important;
    }
}

/*Default testimonial*/

.testimonial_style_big .quote_content p {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    font-stretch: normal;
    line-height: 1.8;
    color: #6c6c6c;
    text-align: left;
}

.testimonial_style_big .testimonial_quote {
    padding: 0 5vw;
}

.testimonial_style_big .quote_author {
    text-align: left;
}

.testimonial_style_big .icon_testimonial,
.testimonial_style_big .quote_author_description {
    display: inline-block;
}

.testimonial_style_big .icon_testimonial {
    font-weight: bold;
    color: #0355a3;
    font-size: 15px;
}

.testimonial_style_big .quote_author_description {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 15px;
    color: #000;
    font-style: normal;
    margin-left: 6px;
}

.testimonial_style_big .quote_author_description:before {
    content: "-";
    margin-right: 6px;
}

.icon-angle-left-circle:before,
.icon-angle-right-circle:before {
    color: #0355a3;
}

@media (max-width: 768px) {
    .testimonial_style_big .testimonial_quote {
        padding: 0 10vw;
    }
}


/*Custom element - IOR button*/

/* Sky blue */

input.btn_sky_blue,
a.btn_sky_blue,
.btn_sky_blue {
    background-color: #7ebee6;
    color: #fff !important;
}

input.btn_sky_blue:hover,
a.btn_sky_blue:hover,
.btn_sky_blue:hover {
    background-color: #669EC1 !important;
}

input.btn_sky_blue.btn_outline,
a.btn_sky_blue.btn_outline,
.btn_sky_blue.btn_outline {
    color: #7ebee6 !important;
    border: 2px solid #7ebee6;
    background: transparent;
}

input.btn_sky_blue.btn_outline:hover,
a.btn_sky_blue.btn_outline:hover,
.btn_sky_blue.btn_outline:hover {
    background-color: #7ebee6 !important;
    color: #fff !important;
}

/* Wind Grey */

input.btn_grey,
a.btn_grey,
.btn_grey {
    background-color: #7ba8d0;
    color: #fff !important;
}

input.btn_grey:hover,
a.btn_grey:hover,
.btn_grey:hover {
    background-color: #678DAE !important;
}

input.btn_grey.btn_outline,
a.btn_grey.btn_outline,
.btn_grey.btn_outline {
    color: #7ba8d0 !important;
    border: 2px solid #7ba8d0;
    background: transparent;
}

input.btn_grey.btn_outline:hover,
a.btn_grey.btn_outline:hover,
.btn_grey.btn_outline:hover {
    background-color: #7ba8d0 !important;
    color: #fff !important;
}


/* Ocean Teal */

input.btn_teal,
a.btn_teal,
.btn_teal {
    background-color: #117f9c;
    color: #fff !important;
}

input.btn_teal:hover,
a.btn_teal:hover,
.btn_teal:hover {
    background-color: #0C667D !important;
}

input.btn_teal.btn_outline,
a.btn_teal.btn_outline,
.btn_teal.btn_outline {
    color: #117f9c !important;
    border: 2px solid #117f9c;
    background: transparent;
}

input.btn_teal.btn_outline:hover,
a.btn_teal.btn_outline:hover,
.btn_teal.btn_outline:hover {
    background-color: #117f9c !important;
    color: #fff !important;
}

/*Eucalyptus*/

input.btn_eucalyptus,
a.btn_eucalyptus,
.btn_eucalyptus {
    background-color: #606d4f;
    color: #fff !important;
}

input.btn_eucalyptus:hover,
a.btn_eucalyptus:hover,
.btn_eucalyptus:hover {
    background-color: #4E5940 !important;
}

input.btn_eucalyptus.btn_outline,
a.btn_eucalyptus.btn_outline,
.btn_eucalyptus.btn_outline {
    color: #606d4f !important;
    border: 2px solid #606d4f;
    background: transparent;
}

input.btn_eucalyptus.btn_outline:hover,
a.btn_eucalyptus.btn_outline:hover,
.btn_eucalyptus.btn_outline:hover {
    background-color: #606d4f !important;
    color: #fff !important;
}

/* Earth */

input.btn_earth,
a.btn_earth,
.btn_earth {
    background-color: #965223;
    color: #fff !important;
}

input.btn_earth:hover,
a.btn_earth:hover,
.btn_earth:hover {
    background-color: #7B431B !important;
}

input.btn_earth.btn_outline,
a.btn_earth.btn_outline,
.btn_earth.btn_outline {
    color: #965223 !important;
    border: 2px solid #965223;
    background: transparent;
}

input.btn_earth.btn_outline:hover,
a.btn_earth.btn_outline:hover,
.btn_earth.btn_outline:hover {
    background-color: #965223 !important;
    color: #fff !important;
}

/*Sunset*/

input.btn_sunset,
a.btn_sunset,
.btn_sunset {
    background-color: #d88f27;
    color: #fff !important;
}

input.btn_sunset:hover,
a.btn_sunset:hover,
.btn_sunset:hover {
    background-color: #AB711F !important;
}

input.btn_sunset.btn_outline,
a.btn_sunset.btn_outline,
.btn_sunset.btn_outline {
    color: #d88f27 !important;
    border: 2px solid #d88f27;
    background: transparent;
}

input.btn_sunset.btn_outline:hover,
a.btn_sunset.btn_outline:hover,
.btn_sunset.btn_outline:hover {
    background-color: #d88f27 !important;
    color: #fff !important;
}


/*Custom element - Image overlay box*/

figure.image-overlay {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: left;
}

figure.image-overlay * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.image-overlay img {
    display: block;
    max-width: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    object-fit: cover;
    max-height: none;
}

figure.image-overlay figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 35px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    transition: all 0.5s;
}

figure.image-overlay h3,
figure.image-overlay p {
    color: #fff;
    line-height: normal;
    margin: 0 0 5px;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.image-overlay h3 {
    font-size: 21.9px;
    font-weight: 600;
    word-spacing: -0.15em;
    /*        text-transform: uppercase;*/
    /*
        -webkit-transform: translate3d(30%, 0%, 0);
        transform: translate3d(30%, 0%, 0);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        */
}

figure.image-overlay h3 strong {
    font-weight: 800;
}

figure.image-overlay h3 span {
    font-weight: 600;
}

figure.image-overlay p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10.9px;
    letter-spacing: 0.2px;
}

figure.image-overlay a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

figure.image-overlay figcaption,
figure.image-overlay.blue figcaption {
    background: rgba(3, 85, 163, 1);
    min-width: 20%;
    min-height: 0%;
}

figure.image-overlay.teal figcaption {}

figure.image-overlay .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    /*        opacity: 0.2;*/
    opacity: 0;
}

figure.image-overlay:hover img {
    /*        opacity: 0.3;*/
}

figure.image-overlay:hover figcaption,
figure.image-overlay.blue:hover figcaption {
    min-width: 100%;
    min-height: 100%;
    background: rgba(3, 85, 163, 0.80);
}

figure.image-overlay:hover figcaption h2 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

figure.image-overlay:hover figcaption p {
    /*        opacity: 0.3;*/
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

/*
    figure.snip:hover figcaption::before {
        background: rgba(255, 255, 255, 0);
        left: 30px;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    */

figure.image-overlay:hover .icon {
    animation: .6s ease 0s normal forwards 1 fadein;
    -webkit-animation: .6s ease 0s normal forwards 1 fadein;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    figure.image-overlay .text.content p,
    figure.image-overlay .text.content p:last-child {
        margin-bottom: 0px !important;
    }
    figure.image-overlay {
        margin-bottom: 30px;
    }

    .half-height figure.image-overlay,
    .full-height figure.image-overlay {
        margin-bottom: 0;
    }
}

.home figure.image-overlay .content {
    display: flex;
    flex-direction: column;
}

.home figure.image-overlay h3 {
    order: 2;
}


figure.image-overlay.Teal figcaption {
    background: rgba(17, 127, 156, 1);
}

figure.image-overlay.Teal:hover figcaption {
    background: rgba(17, 127, 156, 0.8);
}

figure.image-overlay.Grey figcaption {
    background: rgba(123, 168, 208, 1);
}

figure.image-overlay.Grey:hover figcaption {
    background: rgba(123, 168, 208, 0.8);
}

figure.image-overlay.Eucalyptus figcaption {
    background: rgba(96, 109, 79, 1);
}

figure.image-overlay.Eucalyptus:hover figcaption {
    background: rgba(96, 109, 79, 0.8);
}

figure.image-overlay.Earth figcaption {
    background: rgba(150, 82, 35, 1);
}

figure.image-overlay.Earth:hover figcaption {
    background: rgba(150, 82, 35, 0.8);
}

figure.image-overlay.Sunset figcaption {
    background: rgba(216, 143, 39, 1);
}

figure.image-overlay.Sunset:hover figcaption {
    background: rgba(216, 143, 39, 0.8);
}

figure.image-overlay.Sky_blue figcaption {
    background: rgba(126, 190, 230, 1);
}

figure.image-overlay.Sky_blue:hover figcaption {
    background: rgba(126, 190, 230, 0.8);
}


/*Image overlay box - logo overlay*/

figure.logo-overlay:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100%;
    height: 100%;
}

figure.logo-overlay.racq:before {
    background: url(/wp-content/uploads/2018/10/racq_logo.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 160px auto;
}

figure.logo-overlay.hoa:before {
    background: url(/wp-content/uploads/2018/10/HOAlogo.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 160px auto;
}

/*Basic 2 elements*/

@media (min-width: 1280px) {
    .side-article-row figure.image-overlay img {
        max-height: 300px;
        object-fit: cover;
        height: auto;
    }

    .side-article-row.tall figure.image-overlay img {
        max-height: none;
    }
}

.side-article-row figure.image-overlay img {
    height: 100%;
}

.side-article-row p {
    line-height: 2;
    letter-spacing: -0.4px;
    color: #747474;
    font-size: 15px;
    font-weight: normal;
}

.side-article-row .content-col {
    background: #fff;
}

.side-article-row .content-col .vc_column-inner {
    padding: 30px 35px;
}

.side-article-row .image-col .vc_column-inner {
    padding: 0;
}

.side-article-row {
    border: solid 1px #e4e6eb;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 60px;
}

div.side-article-row:last-child {
    margin-bottom: 60px !important;
}

.side-article-row .image-col .wpb_wrapper {
    height: 100%;
}

.side-article-row .image-col .image-overlay {
    height: 100%;
}

.side-article-row .content-col .wpb_text_column a:not(.button) {
    color: #747474;
}

.side-article-row .content-col .wpb_text_column a:not(.button):hover {
    color: #0355a3;
}

@media (max-width: 768px) {
    .side-article-row p:last-child {
        margin-bottom: 20px !important;
    }
}



/*WP Google Map*/

#wpgmaps_directions_edit_1 {
    padding: 0 3vw 30px !important;
    width: 100% !important;
    float: none !important;
}

#wpgmaps_directions_edit_1 {
    padding: 0 3vw 30px !important;
    width: 100% !important;
    float: none !important;
}

#wpgmaps_directions_notification_1 {
    padding: 0 3vw 20px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    #wpgmza_map_1,
    #wpgmaps_directions_edit_1 {
        float: none !important;
        width: 100% !important;
    }
}


div.wpgmza-form-field {
    padding-top: 0;
}

.wpgmaps_add_waypoint a {
    padding-left: 6px;
}

.wpgmaps_directions_outer_div {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.wpgmaps_directions_outer_div h2 {
    display: none;
}

.wpgmaps_directions_outer_div .ui-sortable {
    display: flex;
    flex-wrap: wrap;
}

.wpgmaps_directions_outer_div .wpgmza-form-field {
    /*    width: calc(33.333% - 10px);*/
    /*    width: calc(50% - 10px);*/
    width: calc(100% - 20px);
    margin: 0 auto;
}

.wpgmaps_directions_outer_div .wpgmza-form-field.wpgmaps_add_waypoint {
    order: 4;

}

.wpgmaps_directions_outer_div .wpgmza-form-field:last-of-type {
    order: 5;
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: right;
}

.wpgmaps_directions_outer_div .wpgmza-form-field__label {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #9e9e9e;
    margin-bottom: 12px;
    display: inline-block;
}

.wpgmaps_directions_outer_div .wpgmza-form-field select,
.wpgmaps_directions_outer_div .wpgmza-form-field input[type="text"] {
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e0e3ea;
    padding: 16px 20px;
    color: #6c6c6c;
    width: 100% !important;
    margin-bottom: 8px;
}

.wpgmaps_directions_outer_div .wpgmza-form-field.wpgmaps_via {
    order: 2;
    padding-top: 12px;
}

a#wpgmza_hide_options_1,
a#wpgmza_show_options_1 {
    font-size: 13px !important;
    font-weight: 400;
}

.wpgmaps_add_waypoint a {
    padding: 0;
    display: block;
}


.wpgmaps_directions_outer_div .wpgmaps_get_directions {
    border-radius: 4px;
    background-color: #0355a3;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.1px;
    color: #ffffff;
    font-size: 14px;
    padding: 16px 24px;
    line-height: 16px;
}

.wpgmza-form-field a.download_file {
    margin: 0 10px;
    font-size: 14px;
    padding: 16px 24px;
    line-height: 16px;
}

.wpgmaps_directions_outer_div .wpgmaps_get_directions:hover {
    background-color: #063F7C;
}

.wpgmaps_directions_outer_div .wpgmaps_add_waypoint a {
    font-weight: normal;
}

a.wpgmaps_remove_via {
    margin-bottom: 8px !important;
    display: block;
}

@media only screen and (max-width: 1280px) and (min-width: 1018px) {
    .wpgmaps_directions_outer_div {
        max-width: 940px;
    }
}

@media only screen and (max-width: 1017px) and (min-width: 769px) {
    .wpgmaps_directions_outer_div {
        max-width: 720px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
    .wpgmaps_directions_outer_div {
        max-width: 440px;
    }
    .wpgmaps_directions_outer_div .wpgmza-form-field {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
    .wpgmaps_directions_outer_div {
        max-width: 440px;
    }
}

@media only screen and (max-width: 480px) {
    .wpgmaps_directions_outer_div {
        max-width: 300px;
    }
}

/*Alignment of Google map for search result */

.shop-locator .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.wpgmza_map {
    float: none !important;
}

.wpgmaps_container.result {
    width: 100% !important;
}

.wpgmaps_container.result ~ .wpgmza_map {
    width: 100% !important;
}

.wpgmaps_container.result #wpgmaps_directions_edit_1 {
    display: none !important;
}

@media (min-width: 769px) {
    .wpgmaps_container {
        width: 40% !important;
    }
}

/*WP Google Map - info windows default */

.wpgmza_markerbox {
    padding: 10px !important;
}

.wpgmza_markerbox p:first-child {
    font-size: 16px;
    margin: 6px 0;
}

.wpgmza_markerbox ul {
    list-style: none;
    padding: 0 4px;
    margin-top: 12px;
}

.wpgmza_infowindow_address:before {
    content: "\e047";
    font-family: 'icomoon';
    speak: none;
    position: relative;
    top: 1px;
    margin-right: 4px;
    color: #0c55a4;
    font-weight: normal;
}


/*Single blog post*/

.single-post .post_description {
    margin-bottom: 60px;
}

span.author {
    border: none;
}

/*Map - hide the detail direction info*/

div#directions_panel_1 {
    display: none !important;
}

#wpgmaps_directions_reset_1 {
    /*    width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 35px 0;
}

#wpgmaps_print_directions_1 {
    display: none;
}

#wpgmaps_directions_reset_1 > a:not(.button) {
    padding: 16px 24px;
    border-radius: 3px;
    background: #0355a3;
    color: #fff;
    margin: 0 16px;
}

#wpgmaps_directions_reset_1 > a:not(.button):hover {
    background: #063F7C;
}

/*Map - hide buttons and for field*/

.wpgmza-form-field > span,
#wpgmaps_directions_editbox_1 .wpgmza-form-field:nth-child(1) {
    display: none;
}

/*Shortcode - sub menu*/

.sub-menu,
.sub-menu.menu-widget li {
    margin-bottom: 0;
}

.sub-menu .sub-menu-item {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
}

.sub-menu .sub-menu-item,
.sub-menu span,
.sub-menu .sub-menu-item a:not(.button) {
    color: #fff !important;
    transition: all .25s ease-in-out;
}

.sub-menu .sub-menu-item a:not(.button):hover {
    opacity: 1;
}

.sub-menu.menu-widget li:after,
.sub-menu-item.menu-item-object-page:after {
    content: "|";
    padding: 0 8px;
    opacity: .3;
}

.sub-menu.menu-widget li:last-child:after,
.sub-menu-item.menu-item-object-page:last-child:after {
    content: "";
    padding: 0;
}

.sub-menu .sub-menu-item a {
    font-size: 14px;
    opacity: .7;
}

.sub-menu .sub-menu-item.current a {
    font-weight: 600;
    font-size: 17px;
    opacity: 1;
}

@media (max-width: 768px) {

    .sub-menu .sub-menu-item a {
        font-size: 13px;
        opacity: .7;
    }
    .sub-menu .sub-menu-item.current a {
        font-size: 16px;
    }
}

/*Animation - footer menu*/

#footer li.menu-item a {
    transition: all .25s linear;
    display: inline;
    text-decoration: none;
    padding-bottom: 5px;
    background: linear-gradient(to right, #0355a3 0%, #0355a3 98%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 85%;
}

#footer li.menu-item a:hover {
    background-size: 100% 1px;
}


/*G Form styling*/

.gform_wrapper form .top_label .gfield_label,
.gform_wrapper form .gfield_required {
    color: #9e9e9e;
    font-weight: bold;
    font-size: 13px;
}

.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form textarea {
    width: 100%;
    padding: 18px;
    background: #fff;
    border-color: #e0e3ea;
    border-radius: 3px;
    font-size: 14px;
}

.gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0;
}

.gform_wrapper form .gform_footer input[type=submit] {
    background: #0355a3;
    border-radius: 3px;
    font-style: normal;
    line-height: normal;
    color: #ffffff;
    text-transform: inherit;
    font-weight: bold;
    font-size: 13px;
}

@media only screen and (min-width: 641px) {
    .gform_wrapper form .top_label .gfield_label,
    .gform_wrapper form .gfield_required,
    .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .gform_wrapper form textarea {
        font-size: 1rem;
    }

    .gform_wrapper form .gform_footer input[type=submit] {
        width: 100%;
        padding: 16px;
        font-size: 15px;
        letter-spacing: -0.3px;
        margin: 0 auto;
    }

}

.normal-weight p {
    font-weight: normal;
}

#mobile_menu ul li a {
    text-transform: capitalize;
}

.single-post .post .post_content:not(.col) {
    max-width: 750px;
    margin: 0 auto;
}

.post_meta,
.post_meta a,
.post_content .post_meta a:not(.button) {
    color: #1b1b1b;
}


/*Hide the author for download pages*/

.post.category-downloads .post_meta {
    display: none;
}


/*Search page*/

.keyword-search-title {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

.keyword-search-title span {
    padding-right: 8px;
}


/*Downloads page*/

.download-section form#searchform input[type="text"] {
    padding: 12px 8px;
    color: #868789;
    background: #ffffff url(/wp-content/uploads/2018/11/iconmonstr-magnifier-6-16.png) no-repeat calc(100% - 20px) center;
}


/*Placeholder styling*/

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    font-style: italic;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    font-style: italic;
}

textarea::-ms-placeholder,
input::-ms-placeholder {
    font-style: italic;
}

textarea::placeholder,
input::placeholder {
    font-style: italic;
}


/*Alternative landing gallery grid*/

.header-grid figure.image-overlay {
    margin-bottom: 0;
}

.header-grid .vc_column_container:last-child .vc_column-inner {
    margin-left: 0 !important;
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    .header-grid {
        height: calc(100vh - 124px);
    }

    .half-height-box,
    .header-grid .wpb_wrapper,
    .header-grid > .vc_column_container {
        height: 100%;
    }

    .half-height-box > .vc_column_container {
        height: 50%;
    }

    .full-height-box .wpb_wrapper,
    .full-height-box .wpb_wrapper figure,
    .full-height-box .wpb_wrapper figure img,
    .half-height-box .vc_column-inner,
    .half-height-box .vc_column-inner .wpb_wrapper,
    .half-height-box figure,
    .half-height-box figure img {
        height: 100%;
    }


    .header-grid .vc_column_container:last-child .vc_column-inner {
        margin: 0 !important;
    }

}

@media (max-width: 991px) {

    .half-height-box > .vc_column_container > .vc_column-inner {
        margin: 0 !important;
        padding: 0px 2px 4px !important;
    }
}


/*General class - download link*/

.download-link.side_icon_box h3 {
    font-size: 16px;
}

.download-link.side_icon_box .icon_feat i.icon {
    font-size: 24px;
}

.download-link.side_icon_box .icon_feat {
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.download-link.side_icon_box h3 {
    font-size: 16px;
    margin-left: 45px;
}

@media only screen and (max-width: 768px) {
    .download-link.side_icon_box .icon_feat {
        float: left;
        margin: 0 auto;
    }

}

/*Zoho Embedded form*/
.zoho-embedded-form {
    width: 100% !important;
    margin: 0 auto;
    padding: 60px 0;
}
.zoho-embedded-form td {
    color: #9e9e9e;
    font-weight: bold;
    font-size: 16px !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.zoho-embedded-form textarea, .zoho-embedded-form input[type="text"] {
    width: 100% !important;
    padding: 18px;
    background: #fff;
    border-color: #e0e3ea;
    border-radius: 3px;
    margin-bottom: 8px;
}

.zoho-embedded-form textarea[name="Description"] {
    min-height: 160px;
}

.zoho-embedded-form input[type="submit"], .zoho-embedded-form input[type="reset"] {
    background: #0355a3;
    border-radius: 3px;
    font-style: normal;
    line-height: normal;
    color: #ffffff !important;
    text-transform: inherit;
    font-weight: bold;
    width: 100%;
    font-size: 15px !important;
    padding: 16px;
}
/*Update Mar 2019*/
.wpgmza-form-field button {
    background-color: #0355a3;
}

.wpgmza_sl_main_div {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 30px;
    max-width: 50%;
    padding-left: calc(50% - 580px);
    margin: 0 auto;
}

.wpgmza-form-field__input,
.wpgmza-form-field__input[type="text"],
select.wpgmza-form-field__input {
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e0e3ea;
    padding: 16px 20px;
    color: #6c6c6c;
    width: 100% !important;
    margin-bottom: 8px;
}

label.wpgmza-form-field__label {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #9e9e9e;
    margin-bottom: 12px;
    /* display: block; */
    float: none;
}

.wpgmza_sl_main_div input[type="button"],
button.sl_use_loc {
    border-radius: 4px;
    background-color: #0355a3;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.1px;
    color: #ffffff;
    font-size: 14px;
    padding: 16px 24px;
    line-height: 16px;
}

button.sl_use_loc {
    margin: 20px 0 12px !important;
}

.wpgmza_map .gm-style .gm-style-iw-c {
    padding: 12px !important;
}

.wpgmza_map button.gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}

@media only screen and (max-width: 1280px) and (min-width: 1018px) {
    .wpgmza_sl_main_div {
        padding-left: calc(50% - 440px);
    }

}

@media only screen and (max-width: 1017px) and (min-width: 769px) {
    .wpgmza_sl_main_div {
        padding-left: calc(50% - 330px);
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
    .wpgmza_sl_main_div {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        max-width: 440px;
        margin: 0 auto 20px;
    }
    .wpgmza_sl_main_div ~ .wpgmza_map {
        width: 100% !important;
        height: 500px !important;
    }
    .map-wrapper,
    .vc_row.map-wrapper {
        max-height: 840px !important;
    }
}

@media only screen and (max-width: 480px) {
    .wpgmza_sl_main_div {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
    }
    .wpgmza_sl_main_div ~ .wpgmza_map {
        width: 100% !important;
        height: 460px !important;
    }
    .map-wrapper,
    .vc_row.map-wrapper {
        max-height: 670px !important;
    }
}