.atf-inner-wrap{
    padding: 90px 0 30px;
}
.main-wrap p iframe {
    width:100%;
}
    .atf-inner-content{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .atf-inner-content > span:first-child{
        display: inline-block;
        color: #fff;
        font-size: 53px;
        line-height: 1;
        text-transform: uppercase;
        font-family: 'latoLight';
        margin: 0 20px;
        letter-spacing: -1.5px;
    }
    .atf-inner-content > span:first-child strong{
        font-family: 'latoBold';
        color: #C7B98D;
    }
    .atf-inner-content > .btn{
        margin: 0 20px;
        min-width: 255px;
    }
    .atf-inner-content > .btn:hover{
        background: #C7B98D;
        opacity: 0.8;
    }

.main-wrap{
    padding: 70px 40px;
}
.main-wrap p{
    line-height: 1.8;
}
body.page-template-template-results .main-wrap p {
    color: #444444;
}
.content-section > img,
.content-section > p > img { float: left; margin: 0 20px 10px 0; }

/*  8-17-23 Added hover style to blog hyperlinks */
.content-section a:hover, .content-section a:hover strong {
	color: #C7B98D;
	text-decoration: underline; 
}

/*  8-23-23 Added h1 and h2 style */
.content-section h1 {
    color: #C7B98D;
    font-size: 48px;
	font-weight: 600;
    line-height: 1.2;
    margin: 0 0 25px;
}
.content-section h2 {
	font-family: Playfair_Regular;
	font-weight: 500;
	line-height: 1.3;
	color: #5A5A5A;
	margin: 0 0 15px;
}


/*  8-23-23 Added so ordered lists display numbers */
.content-section ol li { 
	position: relative;
	margin-left: 30px;
	margin-bottom: 10px;
	list-style-type: decimal !important;
	list-style-position: inside !important;			}

.content-section ol li:before { content: none; }


.has-sidebar{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.has-sidebar:before{
    content: " ";
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    right: 275px;
    top: 40px;
    background: #f1f1f1;
}
body:not(.blog):not(.single) .has-sidebar:before{
    display: none;
}
    .has-sidebar .content-section{
        width: calc(100% - 275px);
        padding-bottom: 0;
    }
    body:not(.blog):not(.single) .has-sidebar .content-section {
        width: 100%;
    }
    .content-section{
        padding: 10px 60px 40px 0;
    }
    .content-section ul li a {
	color: #C7B98D;
    }
.content-section ul li strong a{
        color: #0d0d0d !important;

}
.sidebar{
    width: 275px;
    padding: 40px 30px 0;
    position: relative;
}
    .sidebar h3,
    .sidebar h2{
        font-size: 24px;
        color: #0D0D0D;
        line-height: 1.3;
        margin: 0 0 20px;
    }
    .sidebar .menu{
        padding-left: 20px;
    }
    .sidebar ul,
    .sidebar li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidebar li{
        line-height: 1.2;
        margin: 0 0 15px;
    }
    .sidebar li.menu-item-has-children {
        position: relative;
        padding-right: 20px;
    }
    .sidebar li.menu-item-has-children:after{
        content: '';
        position: absolute;
        right: 0;
        top: 4px;
        right: 0;
        width: 0; 
        height: 0; 
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #c5b993;
    } 
    .sidebar li.menu-item-has-children ul {
        max-height: 0px;
        -webkit-transition: all ease 0.5s; 
        -moz-transition: all ease 0.3s; 
        -ms-transition: all ease 0.3s; 
        -o-transition: all ease 0.3s; 
        transition: all ease 0.3s;
        overflow: hidden;
    }
    .sidebar li.menu-item-has-children.open ul {
        max-height: 100%;
        -webkit-transition: all ease 0.5s; 
        -moz-transition: all ease 0.3s; 
        -ms-transition: all ease 0.3s; 
        -o-transition: all ease 0.3s; 
        transition: all ease 0.3s;
    }
    .sidebar li a{
        display: block;
        color: #0D0D0D;
        line-height: 1.4;
    }
    .sidebar li a:hover,
    .sidebar li.menu-item-has-children.open > a{
        color: #c5b993;
    }
    .sidebar li ul{
        margin:0;
        padding-left: 10px;
        margin-left: 15px;
    }
        .sidebar li ul li{
            position: relative;
            padding: 5px 0 5px 10px;
            margin: 0;
        }
            .sidebar li ul li:before{
                content: " ";
                width: 2px;
                height: 100%;
                position: absolute;
                left: -10px;
                top: 0;
                background: #c5b993;
            }
            .sidebar .sub-menu > li:first-child{
                margin-top: 15px;
            }
            .sidebar .sub-menu > li:last-child{
                margin-bottom: 10px;
            }
        .sidebar li ul li:last-child{
            padding-bottom: 0;
        }
.pagination{
    text-align: center;
    border-top: 1px solid #f2f2f2;
    padding: 20px 0;
}
    .pagination a{
        display: inline-block;
        margin: 0 5px;
    }
    .pagination .active{
        color: #DDBC79;
        font-weight: bold;
    }
.post-navigation{
    margin-top: 30px;
    padding: 30px 0 0;
    border-top: 1px solid #707070;
}
    .post-navigation h2{
        display: none;
    }
    .nav-links{
        display: flex;
        flex-wrap: wrap;
    }
        .nav-links a{
            color: #999999;
            font-size: 16px;
            font-weight: bold;
            display: inline-block;
            position: relative;
            text-transform: capitalize;
            line-height: 1;
            padding: 7px 4px 10px;
            border-bottom: 4px solid transparent;
            margin: 0 10px;
        }
        .nav-links a:hover{
            border-color: #C7B98D;
        }
        .nav-links .nav-previous a{
            margin-left: 30px;
        }
            .nav-links a:before{
                content: " ";
                position: absolute;
                left: -30px;
                top: 5px;

                display: inline-block;
                position: absolute;
                width: 20px;
                height: 20px;
                background: transparent;
                text-indent: -9999px;
                border-top: 3px solid #999999;
                border-left: 3px solid #999999;
                transition: all 250ms ease-in-out;
                text-decoration: none;
                color: transparent;
                transform: rotate(-45deg);
            }
            .nav-links a:hover:before{
                border-left-color: #C7B98D;
                border-top-color: #C7B98D;
            }
        .nav-next{
            margin-left: auto;
        }
        .nav-links .nav-next a{
            margin-right: 30px;
        }
            .nav-links .nav-next a:before{
                left: auto;
                right: -30px;
                transform: rotate(135deg);
            }

body.single .list-section ul {
    margin: 20px 0 35px 10px !important;
}
body.single .share-left ul {
    margin: 0px 0 0px 10px !important;
}
body.single .list-section li {
    list-style-type: none !important;
    line-height: 1.5 !important;
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: 100% !important;
}
body.single .list-section li a, body.single .list-section li a span {
    color: #0D0D0D !important;
}
body.single .main-wrap li p {
    margin-top: 0px !important;
} 

body.single .main-wrap a span {
    color: #c7b98d !important;
    text-decoration: none !important;
}
body.single .main-wrap h2 {
    line-height: 1 !important;
}
body.single .main-wrap h2 span {
    color: #5A5A5A !important;
    text-decoration: none !important;
    font-size: 36px !important;
    line-height: 1 !important;
}
body.single .share-left li {
    width: auto !important;
}

.practice-area-404{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 50px;
}
    .practice-area-404 > div{
        width: 50%;
        text-align: center;
        padding: 0 10px 30px;
    }
    .practice-area-404 .practice-icon{
        margin: 0 0 15px;
    }
    .practice-area-404 .practice-icon img,
    .practice-area-404 .practice-icon svg{
        max-height: 89px;
    }
    .practice-area-404 a{
        color: #0d0d0d;
    }
    .practice-area-404 a:hover{
        color: #4c96d7;
    }
    .practice-area-404 > div:hover svg{
        fill: #4c96d7;
    }
.breadcrumb-inner{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
    .breadcrumb-inner #breadcrumbs{
        width: calc(100% - 170px);
        font-family: 'latoBold';
        font-weight: bold;
    }
    /*.breadcrumb-inner #breadcrumbs a{
        color: #1F1F1F;
    }*/
    .pagedate{
      width: 170px;
      margin-left: auto;
      color: #1F1F1F;
      text-align: right;
    }
.blog-section{
    padding: 10px 0 50px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 50px;
}
.blog-section:last-child{
    border-bottom: none;
}
    .blog-photo{
        margin: 0 0 40px;
    }
    .blog-info h3{
        color: #5A5A5A;
        font-size: 28px;
        margin: 0 0 10px;
    }
    .blog-info h3 a{
        color: #5A5A5A;
    }
    .blog-date{
        font-size: 18px;
        color: #5A5A5A;
        margin: 0 0 30px;
    }
    .blog-more{
        text-align: center;
        text-transform: uppercase;
        padding: 20px 0 0;
    }
    .blog-more .btn{
        min-width: 220px;
        color: #021A1E;
    }
.share-wrap{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
}
    .share-left{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        color: #5A5A5A;
    }
        .share-left ul{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: 0 0 0 10px;
        }
        .share-left li:before{
            display: none;
        }
        .share-left li{
            padding: 0 5px;
        }
        .share-left li img{
            max-height: 18px;
        }
    .share-date{
        margin-left: auto;
        color: #5A5A5A;
    }
.results-section{
    padding: 0 0 20px;
}
.results-section:last-child{
    padding-bottom: 0;
}
    .results-section h2{
        color: #0D0D0D;
        margin: 0;
    }
    .results-section h3{
        font-size: 32px;
        color: #5A5A5A;
        font-family: 'latoLight';
        margin: 0 0 30px;
    }
.client-review{
    text-align: center;
    padding: 30px 0 40px 80px;
    position: relative;
}
    .client-review:before{
        content: " ";
        width: 46px;
        height: 33px;
        background: url(../images/quote.svg) no-repeat;
        position: absolute;
        left: 0;
        top: 30px;
    }
    .client-review-inner{
        display: inline-block;
        padding: 0 0 15px;
    }
    .review-author{
        display: inline-block;
        padding: 7px 12px;
        border-left: 2px solid #c7b88d;
        line-height: 1.2;
        color: #0D0D0D;
        font-weight: bold;
        font-style: italic;
        font-family: 'latoBold';
        text-transform: capitalize;
    }
.bio-wrap{
    padding: 0 0 25px;
}
    .bio-content{
    }
    .bio-photo{
        float: right;
        width: 40%;
        margin: 0 0 40px 80px;
    }
    .bio-wrap h1{
        margin: 0 0 35px;
    }
    .bio-wrap h1 span{
        display: block;
        font-size: 30px;
        color: #5A5A5A;
        font-family: 'latoLight';
    }
    .bio-sub-article-wrap{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -25px;
    }
    .bio-sub-article{
        width: 33.33%;
        padding: 0 25px;
    }
    .bio-sub-article h3{
        font-size: 28px;
        color:#5A5A5A;
        margin: 0 0 10px;
    }
    .bio-sub-article li{
        padding-bottom: 15px;
    }
    .bio-sub-article li ul{
        margin-bottom: 10px;
    }
    .bio-sub-article li ul li:before{
        background: none;
        border: 2px solid #C7B98D;
        width: 4px;
        height: 4px;
    }
    .bio-sub-article li ul li:last-child{
        padding-bottom: 0;
    }
.contact-wrap{
    padding: 0 0 60px;
    border-bottom: 1px solid #9c9c9c;
    margin: 0 0 80px;
}
    .contact-tite{
        text-align: center;
        padding: 0 0 20px;
        margin: 0 -60px;
    }
    .contact-tite h1{
        font-size: 72px;
        margin: 0 0 50px;
        color: #021A1E;
    }
    .contact-tite p{
        font-family: Playfair_Regular;
        font-size: 27px;
        color: #5A5A5A;
        line-height: 1.4;
    }
    .contact-tite p em{
        font-style: italic;
    }
    .contact-tite p span,
    .contact-tite p strong{
        color: #C7B98D;
    }
    .contact-tite p em strong{
        color: #5A5A5A;
    }
    .contact-link-bot{
        text-align: center;
        padding-top: 45px;
    }
    .contact-link-bot a{
        font-size: 32px;
        color: #5A5A5A;
        font-weight: bold;
        line-height: 1.1;
        text-transform: uppercase;
    }
    .contact-link-bot a strong{
        display: block;
        color: #021A1E;
    }
.main-contact .content-section{
    padding-right: 0;
}
.contact-page-form{
    max-width: 900px;
    margin: 0 auto;
}
.contact-maps-wrap{
    max-width: 800px;
    margin: 0 auto;
}
    .contact-maps-wrap h2{
        text-align: center;
        color: #021A1E;
        font-size: 72px;
        margin: 0 0 50px;
    }
    .contact-maps-section{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 75px;
    }
    .contact-map-info{
        width: 350px;
        font-size: 20px;
        color: #0D0D0D;
    }
        .contact-map-info h3{
            color: #5A5A5A;
            font-size: 32px;
            line-height: 1.2;
        }
        .contact-map-info h3 strong{
            font-size: 38px;
            font-weight: normal;
        }
        .contact-map-info p a{
            color: #0D0D0D;
        }
    .contact-map{
        width: 425px;
        margin-left: auto;
    }
        .contact-map iframe{
            width: 100% !important;
            height: 300px !important;
        }
    .contact-social-wrap{
        text-align: center;
    }
    .contact-social-wrap h4{
        color: #5A5A5A;
        font-size: 36px;
        margin: 0 0 10px;
    }
    .contact-social-wrap h4 strong{
        font-family: Playfair_Bold;
    }
    .contact-social-wrap .social-section ul{
        justify-content: center;
    }
    .contact-social-wrap .social-section li{
        padding: 0 10px 15px;
    }

.title-section h2 {
    text-align: center;
    font-size: 72px;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 60px;
}
.title-section h2 span {
    display: block;
    font-size: 44px;
    font-family: 'latoLight';
    color: #fff;
}
.title-section h2 strong {
    color: #fff;
    font-family: 'latoBold';
}

.clients-wrap{
    background: url(../images/atf/atf-video-placeholder.jpg) no-repeat;
    background-size: cover;
}
.top-title{
    text-align: center;
    font-size: 34px;
    color: #5A5A5A;
    font-family: 'latoLight';
    margin: 0 0 100px;
}
    .top-title h1{
        color: #C7B98D;
        font-size: 72px;
        line-height: 1;
        margin: 0 0 10px;
    }
    body.page-template-template-thankyou .top-title h1 {
        text-transform: capitalize;
    }
    .top-title p{
        line-height: 1.2;
    }
.practice-secondary-wrap{
    text-align: center;
}
    .practice-secondary-wrap h2{
        color: #5A5A5A;
        font-size: 36px;
        margin: 0 auto 50px;
    }
    .max-640{
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    .practice-secondary-wrap ul{
        display: flex;
        flex-wrap: wrap;
    }
    .practice-secondary-wrap ul li{
        width: 50%;
        padding: 0 0 45px;
    }
    body.page-template-template-thankyou .practice-secondary-wrap ul li:hover h3 a, body.error404 .practice-secondary-wrap ul li:hover h3 a {
        color: #C7B98D !important;
    }
    .practice-secondary-wrap ul li:before{
        display: none;
    }
    .practice-sec-icon{
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        align-self: center;
        justify-content: center;
        margin: 0 0 15px;
    }
    .practice-secondary-wrap ul li h3{
        font-size: 28px;
        color: #5A5A5A;
    }
    .practice-secondary-wrap ul li h3 a{
        color: #5A5A5A;
    }
.error-blog-wrap{
}
    .error-blog-wrap h2{
        font-size: 52px;
        line-height: 1.2;
        color: #0D0D0D;
        margin: 0 0 25px;
    }
.clearfix:after{
    content: " ";
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 1;
}
.cl{
    clear: both;
    overflow: hidden;
}

/*  1-22-24 for Get Directions hyperlinks on CONTACT page  */
.gs-gmap-directions p a	{
	color: #C7B98D;
	font-weight:700;
	font-style: italic;
	text-decoration: none;
}

@media (max-width: 1365px){
    .contact-tite{
        margin: 0;
    }
}
@media (max-width: 1200px){
    .atf-inner-content > span:first-child{
        font-size: 40px;
    }
}
@media (max-width: 1000px){
    .atf-inner-content > span:first-child{
        font-size: 32px;
        margin: 0;
    }   
    .contact-maps-wrap{
        max-width: inherit;
    }
        .contact-maps-wrap h2{
            font-size: 56px;
        }
        .contact-maps-section{
            display: flex;
            flex-wrap: wrap;
        }
        .contact-map-info{
            width: 50%;
            font-size: 16px;
        }
        .contact-map{
            width: 45%;
        }
    .top-title{
        font-size: 28px;
    }
    .top-title h1{
        font-size: 50px;
    }
    .main-wrap p iframe {
        width: 100%;
    }
}
@media (max-width: 767px){
    .main-wrap{
        padding: 100px 25px 40px;
    }
    .has-sidebar{
        display: block;
    }
    .has-sidebar:before{
        display: none;
    }
        .has-sidebar .content-section{
            width: 100%;
        }
        .content-section{
            padding:0;
        }
        .sidebar{
            display: none;
        }
    .atf-inner-wrap{
        display: none;
    }
    .breadcrumb-inner{
        display: none;
    }
    .blog-section{
        padding: 10px 0 40px;
        margin: 0 0 30px;
    }
    .share-wrap{
        display: block;
    }
    .share-date{
        margin-left: auto;
        margin-top: 5px;
    }
    .bio-content h1 span{
        font-size: 20px;
        margin-top: 5px;
    }
    .results-section h2{
        font-size: 32px;
    }
    .results-section blockquote{
        margin-left: 35px;
    }
    .client-review{
        padding: 80px 0 40px;
    }
        .client-review:before{
            left: 50%;
            margin-left: -23px;
            top: 20px;
        }
        .client-review-inner{
            display: inline-block;
            padding: 0 0 15px;
        }
    .bio-wrap{
        display: flex;
        flex-wrap: wrap;
    }
    .bio-content{
        order: -1;
    }
    .bio-photo{
        float: none;
        width: 100%;
        margin: 0 0 30px;
    }
    .bio-sub-article-wrap{
        display: block;
        margin: 0;
    }
    .bio-sub-article{
        width: 100%;
        padding: 0 0 15px;
    }
    .contact-tite h1{
        font-size: 42px;
        margin: 0 0 25px;
    }
    .contact-tite p{
        font-size: 16px;
        line-height: 1.7;
    }
    .contact-tite p br{
        display: none;
    }
    .contact-wrap{
        padding: 0 0 40px;
        margin: 0 0 50px;
    }
    .contact-maps-section{
        display: block;
        margin: 0 0 45px;
    }
    .contact-map-info{
        width: 100%;
        font-size: 20px;
    }
    .contact-map{
        width: 100%;
    }
    .contact-maps-wrap h2{
        font-size: 42px;
    }
    .title-section h2 {
        font-size: 36px;
        margin: 0 0 35px;
    }
    .title-section h2 span {
        font-size: 34px;
    }
    .top-title{
        font-size: 28px;
        margin: 0 0 50px;
    }
        .top-title h1{
            font-size: 52px;
        }
        .practice-secondary-wrap ul li{
            width: 100%;
        }
    
    body.blog .page-sidebar, body.single .page-sidebar {
        display: none;
    }
}

@media (max-width: 330px){
    
}


/* FAQ And Map css start */    
.faq-row { margin-bottom: 50px; }
.faq-row h4 { color: #122741; font-size: 56px; line-height: 1; text-transform: capitalize; margin: 20px 0 40px 0; }
/* .faq-row h3, */
.faq-row .article-title { display: inline-block; width: 100%; color: #122741; font-size: 24px; line-height: 1; padding-left: 35px; cursor: pointer; }
/* .faq-row h3, */
.faq-row .article-title > p { font-weight: 300; font-size: 20px; color: #001d38; margin-bottom: 0; font-family: inherit; }   
.faq-row h3 { padding-left: 0; }
.faq-row .accordion-cols { position: relative; margin: 0 0 18px 0; }
.faq-row .accordion-cols:before { content: ''; position: absolute; background-color: #c7b88d; top: 23px; left: -5px; width: 20.55px; height: 3px; transition: transform 0.25s ease-out; }
.faq-row .accordion-cols:after { content: ''; position: absolute; background-color: #c7b88d; width: 3px; height: 20px; left: 4px; top: 15px; }
.faq-row .accordion-cols.open:after { display: none; }
.faq-row .accordion-content { display: none; padding-left: 35px; }
.faq-row .accordion-cols p { margin-top: 10px; margin-bottom: 0px; } 
.faq-row .article-title h3 { margin: 6px 0; }

@media (max-width: 767px) {
    .faq-row h4 { font-size: 36px; }
    .faq-row .article-title, .faq-row .article-title h3 { font-size: 20px; }
    .faq-row .accordion-cols:before,
    .faq-row .accordion-cols.open:after { left: 5px; }
    .faq-row .accordion-cols.open:after { left: 12.5px; }
    .faq-row .accordion-cols:after { left: 14px; } 
}
/* FAQ And Map css end */    


/* Sidebar Widgets css starts here */
.page-sidebar { width: 450px; vertical-align: top; padding-top: 50px; }
.page-sidebar .widget { position: relative; background: #f7f7f7; padding: 30px; margin-top: 15px; text-align: center; margin-bottom: 15px; display: inline-block; box-sizing: border-box; width: 100%; }
.page-sidebar .widget-title { margin-bottom: 20px; }
html body .page-sidebar .gform_fields > li { width: 100% !important; }
.page-sidebar .gform_wrapper { margin-bottom: 0; }
.page-sidebar .gform_wrapper .gform_footer { text-align: center; }
.page-sidebar .gform_wrapper .gform_footer input[type="submit"] { margin: 0; }
.page-sidebar .form-msg-after { font-size: 12px; color: #3c3c3c; display: none; margin-bottom: 10px; }
.page-sidebar .sidebar-call { font-size: 20px; }
.page-sidebar .sidebar-call b { margin-left: 5px; }
.page-sidebar .sidebar-call:hover { text-decoration: none; /* color: #DF2537; */ }
.page-sidebar .sidebar-awards { margin-top: 40px; text-align: center; }
.page-sidebar .sidebar-award { text-align: center; min-height: 200px; position: relative; list-style-type: none; }
.page-sidebar .sidebar-award::before { content: none; }
body.before-load .page-sidebar .sidebar-award + .sidebar-award { display: none; }
.page-sidebar .sidebar-award img { margin: 0 auto; max-height: 150px; width: auto; max-width: 200px; position: absolute; top: 50%; left: 0; right: 0; 
-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } 
.page-sidebar .slick-dots li button::before { font-size: 0; background: transparent; border: 2px solid #000; border-radius: 50%; width: 10px; height: 10px; }
.page-sidebar .slick-dots li.slick-active button::before { background: #000; }
.page-sidebar .slick-dots li { margin: 0 2px; }
.page-sidebar img.review-quote { max-width: 100px; margin: 10px auto; }
.page-sidebar span.name { margin-bottom: 10px; text-transform: capitalize; }
.page-sidebar .sidebar-review p { margin-bottom: 10px; font-style: italic; } 
.page-sidebar .sidebar-review > p::before,
.page-sidebar .sidebar-review > p::after { content: '"'; display: inline-block; }
.page-sidebar .read-more {
    padding: 40px 0 25px 0;
    text-align: center;
}
.page-sidebar .read-more a {
    background-color: #c7b98d;
    text-align: center;
    color: #0d0d0d;
    font-size: 16px;
    line-height: 45px;
    font-weight: 700;
    padding: 15px 30px;
    text-transform: uppercase;
    transform: all .3s ease-in-out;
    border-radius: 32px;
}
.page-sidebar .read-more a:hover {
    border: 2px solid #c7b98d;
    background: 0 0;
}
.page-sidebar .gform_fields > li input, .page-sidebar .gform_fields > li textarea { background: #f9f9f9; }
body.before-load .page-sidebar .sidebar-review  + .sidebar-review { display: none; }

.page-sidebar .widget.widget_sbarticles_widget { padding-left: 15px; padding-right: 15px; padding-bottom: 15px; }
.page-sidebar .post-col { margin-top: 20px; }
.page-sidebar .post-item { text-align: left; max-width: 428px; padding: 14px; padding-right: 10px; margin: 0 auto 7px auto; background-color: #f9f9f9; }
.page-sidebar .post-item .post-img { margin-right: 10px; max-width: 120px; display: inline-block; vertical-align: middle; }
.page-sidebar .sb-post-titles { max-width: 260px; display: inline-block; vertical-align: middle; text-align: left; }
.page-sidebar .post-item .title-xxs { font-size: 16px; line-height: 23px; margin-bottom: 0; }
.page-sidebar .post-item .span-uc-sm { font-size: 14px; line-height: 24px; letter-spacing: 0; }

.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:nth-child(4),
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):nth-child(4) {
    width: 100% !important;
    max-width: inherit !important;
}

@media (min-width: 992px) {
    html body .page-section-sb { width: calc(100% - 460px) !important; display: inline-block; vertical-align: top; padding-right: 30px; }
    html body .page-sidebar { display: inline-block !important; }
    html body .content-width-sb { max-width: 2000px; width: 100%; }
    html body .content-width-sb .has-sidebar { padding-right: 0; }
}
@media (max-width: 991px) {
    .page-sidebar { width: 100%; }
    .post-img { max-width: 120px; }
    .page-sidebar .sb-post-titles { max-width: calc(100% - 136px); }
}
/* Sidebar widgets css end here */