/*
Theme Name: Gregmarks Law
Theme URI: https://gregmarkslaw.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Gregmarks Law
Author URI: https://gregmarkslaw.com
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.admin-bar #myHeader {
    top: 32px;
}
div#wpadminbar {
    z-index: 999999 !important;
}
.pagination-box {
    margin-top: 40px;
}
.awards-logos {
    padding-top: 30px;
    padding-bottom: 0;
}
.awards-logos a {
    margin: 0 10px;
}
@media screen and (max-width: 767px) {
    .home_banner {
        height: 600px;
    }
}
@media screen and (max-width: 600px) {
    .awards-logos a {
        margin: 0 5px;
    }
	.home_banner {
        padding: 150px 0 50px;
        height: 550px;
    }
}

.locations .h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 1.4;
    color: #4a4a4a;
    text-transform: none;
    margin: 0 0 20px;
}

.side_bar .side-blog-post .blog_box .h4 {
    text-transform: capitalize;
    margin: 0 0 10px;
    color: #4a4a4a;
    font-weight: normal;
    font-size: 20px;
    min-height: 60px;
    transition: all 0.3s ease-in-out;
    line-height: 1.5;
    font-family: "Open Sans";
}


.side_bar .h4 {
    font-size: 20px !important;
    color: #fff;
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Open Sans";
    text-transform: capitalize;
	font-weight: 600;
}

.cta-sec .h3 {
    color: #fff;
    font-size: 52px;
    margin: 0 0 10px;
    font-weight: 200;
    line-height: 1.4;
    text-transform: none;
    font-family: "Open Sans";
}

.blog-card{
    background:#111;
    overflow:hidden;
    transition:.35s;
    height:100%;
    display:flex;
    flex-direction:column;
    border:1px solid #222;
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-card .img-box{
    overflow:hidden;
}

.blog-card .img-box img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover .img-box img{
    transform:scale(1.08);
}

.blog-content{
    padding:30px 25px;
    flex:1;
    display:flex;
    flex-direction:column;
    background:#111;
}

.blog-title{
    margin-bottom:20px;
    line-height:1.3;
}

.blog-title a{
    color:#d4a017 !important;
    font-size:26px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.blog-title a:hover{
    color:#fff;
}

.blog-content p{
    color:#bdbdbd;
    font-size:17px;
    line-height:1.8;
    margin-bottom:30px;
    flex:1;
}

.blog-btn{
    margin-top:auto;
}

.blog-btn a{
    color:#d4a017;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:1px;
}

.blog-btn a:hover{
    color:#18b7d6;
}

@media(max-width:991px){

    .blog-card .img-box img{
        height:220px;
    }

    .blog-title a{
        font-size:24px;
    }

}

@media(max-width:767px){

    .blog-card{
        margin-bottom:30px;
    }

    .blog-card .img-box img{
        height:200px;
    }

    .blog-content{
        padding:20px;
    }

    .blog-title a{
        font-size:22px;
    }

    .blog-content p{
        font-size:15px;
    }

}

.client-reviews {
    padding: 70px 0;
    background: #222326;
}

.client-reviews .container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

/* Section Heading */

.section-title {
    text-align: center;
    margin-bottom: 35px;
}

.section-title h2 {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-title span {
    display: block;
    width: 35px;
    height: 3px;
    background: #e8b52c;
    margin: 12px auto 0;
}

/* Review Box */

.client-review-slider {
    background: none;
    padding: 40px 70px 45px;
}

.review-item {
    text-align: center;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.review-item h3 {
    color: #008da8;
    font-size: 20px;
    font-style: italic;
    margin: 0 0 18px;
	font-weight: 600;
}

.review-item p {
    max-width: 650px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.review-author {
    margin-top: 25px;
}

.review-author span {
    display: block;
    width: 22px;
    height: 3px;
    background: #008da8;
    margin: 0 auto 8px;
}

.review-author strong {
    color: #e8b52c;
    font-size: 13px;
}

/* Arrows */

.client-review-slider .owl-nav button.owl-prev,
.client-review-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    color: #ffffff !important;
    font-size: 38px !important;
    line-height: 1;
}

.client-review-slider .owl-nav button.owl-prev {
    left: 20px;
}

.client-review-slider .owl-nav button.owl-next {
    right: 20px;
}

.client-review-slider .owl-nav button:hover {
    color: #e8b52c !important;
}

/* Dots */

.client-review-slider .owl-dots {
    margin-top: 20px;
}

.client-review-slider .owl-dot span {
    width: 8px;
    height: 8px;
}

.client-review-slider .owl-dot.active span {
    background: #e8b52c;
}

/* Mobile */

@media (max-width: 767px) {

    .client-reviews {
        padding: 50px 0;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .client-review-slider {
        padding: 35px 45px;
    }

    .review-item h3 {
        font-size: 17px;
    }

    .review-item p {
        font-size: 14px;
    }

    .client-review-slider .owl-nav button.owl-prev {
        left: 8px;
    }

    .client-review-slider .owl-nav button.owl-next {
        right: 8px;
    }

}

.client-reviews {
    padding: 70px 0;
    background: #0C3C5D !important;
}

.blog-content {
    background: #0C3C5D !important;
}

.blog-title a {
    color: #fff !important;
    
}

.Blog_Posts .section-title h2{
	  color: #0C3C5D !important;
	
	
}

.Blog_Posts .default_btn {
	margin-top: 20px;
	
}
.client-reviews .rating i.fa.fa-star {
    color: #f3c50d;
    font-size: 26px;
    margin: 0 5px;
}
.client-reviews .rating {
    margin-bottom: 20px;
}

/* Terms & Conditions */
.terms-content > ol {
    counter-reset: section;
    padding-left: 25px;
    margin: 0;
}

.terms-content > ol > li {
    counter-increment: section;
    list-style: none;
    margin-bottom: 25px;
}

.terms-content > ol > li::before {
    content: counter(section) ". ";
    font-weight: 700;
}

.terms-content > ol > li > strong {
    font-weight: 700;
}

/* Sub sections */
.terms-content > ol > li > ol {
    counter-reset: subsection;
    padding-left: 25px;
    margin-top: 12px;
}

.terms-content > ol > li > ol > li {
    counter-increment: subsection;
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.7;
}

.terms-content > ol > li > ol > li::before {
    content: counter(section) "." counter(subsection) ". ";
    font-weight: 600;
}

/* Paragraphs */
.terms-content p {
    margin-bottom: 20px;
    line-height: 1.7;
}

/* =========================================
   FOOTER SOCIAL LINKS
========================================= */

.footer-social-links {
    margin-bottom: 20px;
}

.footer-social-links ul {
    display: flex;
    align-items: center;
    gap: 12px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-social-links ul li {
    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-social-links ul li a {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #daa627;
    color: #fff;

    border-radius: 50%;

    text-decoration: none;

    transition: all 0.3s ease;
}

.footer-social-links ul li a i {
    font-size: 18px;
    line-height: 1;
}

.footer-social-links ul li a:hover {
    background: #fff;
    color: #daa627;

    transform: translateY(-2px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .footer-social-links {
        margin-bottom: 18px;
    }

    .footer-social-links ul {
        gap: 10px;
    }

    .footer-social-links ul li a {
        width: 40px;
        height: 40px;
    }

    .footer-social-links ul li a i {
        font-size: 17px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .footer-social-links {
        width: 100%;
        margin-bottom: 18px;

        display: flex;
        justify-content: flex-start;
    }

    .footer-social-links ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;

        gap: 10px;

        margin: 0;
        padding: 0;
    }

    .footer-social-links ul li {
        margin: 0;
        padding: 0;
    }

    .footer-social-links ul li a {
        width: 38px;
        height: 38px;
    }

    .footer-social-links ul li a i {
        font-size: 16px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .footer-social-links {
        margin-bottom: 15px;
    }

    .footer-social-links ul {
        gap: 8px;
    }

    .footer-social-links ul li a {
        width: 36px;
        height: 36px;
    }

    .footer-social-links ul li a i {
        font-size: 15px;
    }

}


/* Author Bio */
.author-bio-box {
    max-width: 100%;
    margin: 50px 0 30px;
    padding: 28px 30px;
    border: 3px solid #0b3c5d;
    background: #fff;
}

.author-bio-box h2{
font-weight: 600 !important;
}

.author-bio-heading h2 {
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700 !important;
    color: #111;
}

.author-bio-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.author-bio-image {
    flex: 0 0 85px;
}

.author-bio-image img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.author-bio-text {
    flex: 1;
}

.author-bio-text h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    color: #123b5d;
}

.author-bio-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}


/* Mobile */
@media (max-width: 767px) {

    .author-bio-box {
        margin: 35px 0 25px;
        padding: 22px 18px;
    }

    .author-bio-heading h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .author-bio-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .author-bio-image {
        flex: none;
    }

    .author-bio-text h3 {
        font-size: 19px;
    }

    .author-bio-text p {
        font-size: 15px;
        line-height: 1.6;
    }
}



/* End Images */