/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#top-bar-wrap {
    display: none;
}
#site-header {
    margin-bottom:30px;
    border-bottom:none;
}
#site-header .elementor-section-wrap .siteTopHeader {
        width:100% !important;
        padding-right:12px !important;
    }
header.page-header{
    display:none;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width:1280px !important;
}
.leftNav li {
    display:block !important;
    width:100% !important;
}
.leftNav li a {
    color:#2382ce !important;
    font-size:18px !important;
    display:inline-block !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.leftNav li:hover a, .leftNav li.current-menu-item a {
    color:#4f5e66 !important;
}
.leftNav li a:after {
    background: #4f5e66 !important;
}
.leftNavSection {
    position:fixed !important;
    width:9.5% !important;
    background:transparent;
    z-index:99;
    top:120px;
    transition:opacity 1s;
}
.topSectionCol {
    margin-left:13.984% !important;
}
.elementor-sticky {
    border-bottom:1px solid #f1f1f1;
}
body .visible-xs{
    display:none !important;
}
.searchMobile.visible-xs {
    width: 70% !important;
    margin: 20px auto;
    text-align:center;
    color:#fff;
}
.searchMobile.visible-xs label {
    display:none;
}
.searchMobile.visible-xs input {
    display:block;
    margin:5px auto;
    width:100%;
    border-radius:0;
    color:#fff;
}
@media(max-width:1024px){
    .elementor-menu-toggle {
        margin:inherit !important;
    }
    .leftNavSection {
        position: absolute !important;
        top: -80px !important;
        left: 150px;
        z-index: 1000;
        display: inline-block !important;
        width: 200px !important;
    }
    .leftNavSection .elementor-nav-menu__container a {
        display:block !important;
        padding: 15px !important;
    }
    .leftNavSection .elementor-nav-menu__container li:hover a {
        color:#fff !important;
    }
    .leftEmpty {
        display:none !important;
    }
    .col50 {
        width:50% !important;
    }
    .colRight, .topSectionCol {
        width:100% !important;
    }
    .topPost .elementor-posts-container {
        grid-template-columns: auto !important;
    }
}
@media(max-width:767px){
    .leftNavSection {
        position:fixed;
        display:block;
        width:100%;
        background:transparent;
        right:0;
        left:inherit;
        width:90px !important;
    }
    .leftNavSection .elementor-nav-menu__container {
        width: 100% !important;
        background: #4f5e66 !important;
        position: fixed;
        left: 0;
        top: 0;
        height:100%;
        padding-top: 100px;
        z-index: 1;
        margin-top:0 !important;
    }
    .leftNavSection .menu-item a {
        text-align:center;
        font-size:20px !important;
        color:#fff !important;
        font-weight:700 !important;
    }
    .leftNavSection .menu-item a:hover {
        text-decoration: underline;
        background:transparent;
    }
    .leftNavSection .elementor-menu-toggle {
        color:#fff !important;
        z-index:9999 !important;
    }
    .leftNavSection .socialShare {
        right: -15px;
        position: fixed !important;
        top: 200px;
        width: 50px !important;
    }
    .elementor-menu-toggle {
        margin:0 auto !important;
    }
    .elementor-menu-toggle {
        position:fixed;
        right:30px;
        top:20px;
    }
    body.admin-bar .elementor-menu-toggle {
        top:60px;
    }
    #site-header,#site-header section {
        background-color:#2382ce !important;
    }
    #site-header {
        position: fixed;
        z-index:99;
    }
    
    #main {
        top:70px;
    }
    h1 {
        margin-bottom: 20px !important;
    }
    .header-logo {
        position:relative !important;
        width:100% !important;
        display:block !important;
        margin:0 auto;
        text-align:center;
    }
    .header-logo a {
        position:relative;
        width:100%;
        display:block;
        margin:0 auto;
        text-align:center;
    }
    .header-logo a img {
        filter: invert(1) !important;
        filter: brightness(10) !important;
        width:120px !important;
        margin-bottom:5px !important;
    }
    .header-search {
        display:none !important;
    }
    .topSectionCol {
        margin-left:0 !important;
    }
    body .visible-xs{
        display:block !important;
    }
}
body.post-in-category-landing h1,
body.post-in-category-landing h2,
body.post-in-category-landing h3,
body.post-in-category-landing h4,
body.post-in-category-landing h5{
    font-family: "effra", "Open Sans", Arial, san-serif;
    font-weight:600 !important;
}
.paged .archivePostWrapper {
    margin-top:80px;
}

body.post-in-category-landing .elementor-section-wrap > section {
    padding-left:50px !important;
    padding-right:50px !important;
}
body.post-in-category-landing .app-button img {
    margin-bottom:20px;
}
@media(max-width:767px){
    .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
        font-size:46px !important;
    }
    body.post-in-category-landing .mobile-fullwidth,
    body.post-in-category-landing .mobile-fullwidth .elementor-button{
        width:100% !important;
        display:block;
    }
    body.post-in-category-landing .app-button img {
        width:220px !important;
        margin:20px auto;
    }
    body.post-in-category-landing .card-right {
        background-position:-500px !important;
    }
    .mobile-noborder, .mobile-noborder > div {
        border:none !important;
    }
    .text-smaller h5 {
        font-size:6em !important;
    }
}
.topPost h1{
    font-size:50px !important;
    line-height:1.1em;
    margin-bottom: 10px !important;
}
.topPost p {
    font-size:20px !important;
}
.topPost .elementor-post__text {
    margin-top:0 !important;
}
.neatline h2 {
    background:#fff;
    overflow:hidden;
    position: relative;
}
.neatline h2:after {
    width: 100%;
    height: 5px;
    background: #4f5e66;
    content: ' ';
    position: absolute;
    top: 10px;
    margin-left: 20px;
}
body .elementor-post__card .elementor-post__badge {
    background-color: #2382ce !important;
    color: #ffffff !important;
    border-radius: 2px !important;
    font-size: 10px !important;
    margin: 10px !important;
    font-family: "Open Sans" !important;
    font-weight: bold !important;
}
nav.elementor-pagination {
    margin-top:40px !important;
}

.elementor-element .elementor-pagination .page-numbers:not(.dots) {
    color:#2382ce !important;
    background:#e9f2fa !important;
    border-radius:3px;
    padding:5px 10px;
}
.elementor-element .elementor-pagination .page-numbers.current {
    color:#fff !important;
    background:#2382ce !important;
}
body:not(.rtl) .elementor-element .elementor-pagination .page-numbers:not(:last-child){
    /* margin-right: 14px !important; */
}
body:not(.rtl) .elementor-element .elementor-pagination .page-numbers:not(:first-child){
   /* margin-left: 14px !important; */
}


/* ARCHIVE PAGES */
body.archive.paged .archiveTop .topPost {
    display:none;
}
body.archive.paged .archiveTop {
    margin-bottom:-180px;
}


/*SEARCH PAGES*/
.search-results article {
    border-bottom:0 !important;
}
.searchCount {
    font-size:14px;
}
.searchTitle {
    font-size:44px;
    color:#4f5e66;
    font-family: "Open Sans";
    font-weight: 700;
}
.search .elementor-post__title {
    color:#4f5e66 !important;
}
@media(max-width:1024px){
    .search .elementor-posts-container.elementor-grid   {
        display: flex !important;
    }
}
@media(max-width:767px){
    .search .elementor-posts-container.elementor-grid article   {
        display: block !important;
        position:relative !important;
    }
    
}

/*SINGLE POSTS*/
body.post-in-category-news .elementor-global-24590,
body.post-in-category-news .elementor-global-24583{
    display:none !important;
}
.subscribeSection {display: none;}
.single .elementor-top-column .elementor-column-wrap {
    padding-bottom:0 !important;
    padding-right:0 !important;
}
/*
.single .elementor-top-section {
    margin-top:0 !important;
}
*/
.single .elementor-top-section.footerSection{
    margin-top:50px !important;
}
.single .subscribeSection .elementor-element.col50 {
    background:#2382ce;
    padding-bottom:30px;
}
.subscribeSection .elementor-element.col50 {
    background:#2382ce;
}
.subscribeSection .elementor-form{
   margin-top:0px;
}
.subscribeSection #form-field-email {
    height:30px;
    background:#fff;
    border-radius:0;
    margin-right:5px;
    color:#333;
}
.subscribeSection .elementor-button {
    height: 30px;
    line-height: 0em;
    padding: 0 50px !important;
}
.subscribeSection .elementor-field-type-email label {
    color:#fff !important;
    font-style: italic !important;
    font-weight:bold !important;
}
.subscribeSection .elementor-field-type-email label:before {
    content:" ";
    width:30px;
    height:30px;
    background:url(images/arrow.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 12px;
}
.socialShare {
    width:50% !important;
    margin-left:5px !important;
}
.socialShare > div {
    margin-top:20px !important;
}
.socialShare .elementor-share-btn {
    margin:1px auto;;
}


@media(max-width:1024px){
    .subscribeSection   {
        width:85.013%;
        margin-left:10px;
    }
}
@media(max-width:767px){
    .subscribeSection   {
        width:100%;
        margin-left:0px;
    }
    .subscribeSection .col50 {
        padding:0px 30px !important;
        width:100% !important;
    }
    .subscribeSection .elementor-column-wrap {
        padding-top:0 !important;
    }
    
    .subscribeSection .elementor-heading-title {
        padding-top:30px !important;
    }
    .subscribeSection .elementor-button {
        width:100%;
        margin-bottom:40px;
    }
    .single .elementor-column-wrap {
        padding-left:0px !important;
        padding-right:0px !important;
    }
}

/*FooterSection*/
body.single .elementor-location-footer section.elementor-element {
    margin-bottom:0px !important;
}
body.single .footerLegal {
    padding-bottom:10px;
    margin-top:-10px;
}
.footerSection {
    z-index:9999 !important;
    padding-bottom:10px !important;
}
.footerSection ul {
    margin-left:0;
}
.footerSection li {
    list-style:none;
    font-size:14px;
    margin-bottom:10px;
}
.footerSection li a:hover {
    text-decoration: underline;
}
.footerSection p {
    font-size:14px;
    margin:0;
}
.footerSection h5 {
    color:#fff !important;
    font-weight:700;
    font-size:18px;
    font-family:"Open Sans", san-serif;
    margin-top:4px !important;
}
.footerSection p {
    margin-bottom:0;
}
.footerLegal > div {
    min-height:20px !important;
}
.footerLegal p {
    font-size:12px !important;
}

@media(max-width:767px){
    .footerSection {
        z-index:99 !important;
    }
    .footerCollapse {
        overflow:hidden;
        height: 45px;
        border-bottom: 1px solid #333;
    }
    .footerCollapse.footerExpand {
        height: auto;
        padding-bottom:20px;
    }
    .footerCollapse.footerExpand h5:after {
        content:"\2212";
    }
    .footerCollapse ul {
        display:none;
    }
    .footerCollapse.footerExpand ul {
        display:block;
    }
    .footerCollapse h5 {
        margin:0px 0;
    }
    .footerCollapse h5:hover {
        cursor:pointer;
    }
    .footerCollapse h5:after {
        content:"\002B";
        position: relative;
        top: -5px;
        color:#fff;
        height:20px;
        width:20px;
        float:right;
        font-size:25px;
    }
    
}
.landing-logo a {
    display:block !important;
}

/* CREDIT CARD */
.creditCard h2 {
    font-size:44px !important;
    color:#fff !important; 
    font-family: "Open Sans";
    font-weight: 700;
    padding-right:50%;
}
.creditCard p {
    font-size:18px;
    margin:0;
    padding-right:50%;
}
.creditCard .button {
    margin-bottom:20px;
    font-size:18px;
    font-weight:bold;
    font-family: "Open Sans";
    padding:20px 50px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin:20px 20px 20px 0;
    border:2px solid #fff;
}
.creditCard .button.applyNow {
    background:#fff !important;
    color:#1a80d1 !important;
} 
.single .post-button{ 
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #2382ce;
    border-radius: 2px 2px 2px 2px;
    padding: 18px 50px;
    margin:10px auto;
    display: inline-block;
}
.creditCard .button.learnMore {
    background:rgba(255,255,255,.2) !important;
    color:#ffffff !important;
} 
@media(max-width:767px){
    .landing-logo a {
        top:-15px;
        position: relative;
    }
    .creditCard {
        margin-bottom:50px;
    }
    .creditCard .elementor-widget-container {
        background-position:center left !important;
        padding:40px 50px !important;
    }
    .creditCard .button {
        display:block;
        width:100%;
    }
    .creditCard h2,
    .creditCard p{
        padding-right:inherit;
    }
}