@media (max-width: 1799px) {
    #header {
        padding-left: 55px;
        padding-right: 55px;
    }

    .navbar .navbar-nav > li {
        margin: 0 13px;
    }

    .slick-prev {
        left: -70px;
    }
    .slick-next {
        right: -70px;
    }

    /* #textbox .photo {
        flex: 0 0 calc(50% + 125px);
        max-width: calc(50% + 125px);
        margin-left: -125px;
    }
    #textbox .row:nth-child(even) .photo {
        margin-right: -125px;
    } */
}

@media (max-width: 1599px) {
    #header {
        padding-left: 50px;
        padding-right: 50px;
    }

    .slick-prev {
        left: -50px;
    }
    .slick-next {
        right: -50px;
    }

    /*#textbox .photo {
        flex: 0 0 calc(50% + 75px);
        max-width: calc(50% + 75px);
        margin-left: -75px;
    }
    #textbox .row:nth-child(even) .photo {
        margin-right: -75px;
    }*/

    .widget-links p {
        font-size: 33px;
    }
}

@media (max-width: 1499px) {
    #header{ 
	    padding-left: 10px; 
	    padding-right: 10px;
    }
    #hero .headline .in{
	    width: 103%;
    }
    #services{
	    width: 100%;
    }
    #reviews .container{
	    width: 95%;
    }
    #page-wrapper #main{
	    max-width: 70%;
    }
    
    
}

@media (max-width: 1399px) {
	
	p, ul li, ol li{ font-size: 17px; line-height: 1.6; }
	
    #header .logo img{ height: 110px;}
    
    .navbar .navbar-nav > li{ margin: 0 6px; }
    .navbar .navbar-nav .nav-link{ font-size: 14px;}
    
    #header .phone{ border: none; padding-left: 0; }
    #header .phone span{ display: none; }
    #header .contact a{ margin-left: 10px; padding: 0 10px; }
    
    #hero{ height: 600px; }
    #hero h1{ font-size: 40px; }
    #hero h1::after{ margin: 15px 0; }
    #hero .headline .in{ padding: 40px 50px; }
    #hero .headline p{ font-size: 19px; }
    #hero .headline .buttons{ font-size: 19px; }
    #hero .headline .buttonP{ font-size: 18px; padding: 0 15px; }
    
    
    #about .col-left{ padding-right: 50px; }
    #about .col-right .in{ padding-left: 35px; }
    
    .service-boxes .box{ padding: 30px 35px 40px; }
    .service-boxes .box .title{ margin-bottom: 10px; }
    .service-boxes h2{ font-size: 29px; line-height: 1.2; letter-spacing: -1px; padding-bottom: 0; }
    .service-boxes h3{ font-size: 14px; letter-spacing: 1px; margin-bottom: 0; padding-bottom: 10px; }
    
    #textbox .content .in{ width: calc( 100% - 40px );   margin-left: 40px; }
    
    #reviews{ padding-top: 110px; padding-bottom: 60px;  }
   /* #textbox .photo img{ height: 600px; object-fit:cover; }*/
    #reviews .review .content{ padding: 40px 30px 120px; }
    #reviews .review .content .overview strong{ font-size: 14px;}
    #reviews .review .content .overview{ width: calc( 100% - 60px ); }
    #reviews .review .content .overview small{ font-size: 11px; }
    #reviews .review .overview .stars{ font-size: 12px; }
    
    .home-headline h3, #cta .home-headline p { font-size: 13px; }
    .home-headline h2{ font-size: 50px; }
    
    .attorneys .content{ padding: 20px 30px; }
    .attorneys .box h2{ padding-top: 10px; }
    
    #sidebar-area #cta .content a{ width: 100%; }
    
    #hero.hero-sub{ height: 360px; }
    
    .news .content{ padding: 25px 25px 100px 25px; }
    .news .content h2, .news .content h3{ font-size: 23px; }
    
    .single #hero h1{ font-size: 35px; }
    #single-wrapper #main{ margin-top: 20px; }
}

@media (max-width: 1199px) {
	
	#header .logo img,
	#header.sticky .logo img{
		height: 90px;
	}
    .wrapper {
        padding-top: 65px;
        padding-bottom: 65px;
    }  

    #header {
        padding-left: 25px;
        padding-right: 60px;
    }

    .navbar {
        margin-right: 0;
    }
    .icon-bar {
        background-color: #000;
    }
    .navbar-toggler{
	    position: fixed;
	    top: 75px;
		right: 10px;
	    
    }
    .navbar-collapse #main-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 310px;
        max-height: 80vh;
        top: 50px;
        left: 80px;
        padding: 30px 25px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
        overflow-y: auto;
    }
    .navbar-collapse.show #main-menu {
        transform: scaleY(1);
    }

    .navbar-collapse #main-menu > li {
        width: 100%;
        height: auto;
        margin: 0;    
    }
    .navbar-collapse #main-menu > li:first-of-type {
        display: block;
    }
    .navbar-collapse #main-menu > li > a {
        color: #000;
        padding: 12px 15px;
        margin: 0;
        border-bottom: 0;
    }
    .navbar-collapse #main-menu > li.current-menu-item > a,
    .navbar-collapse #main-menu > li.current-page-parent > a,
    .navbar-collapse #main-menu > li:hover > a {
        color: var(--main) !important;
        border: 0;
    } 
    .navbar-collapse #main-menu > li.menu-item-has-children > a::after,
    .navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after {
        display: none;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown {
        width: 32px;
        height: 32px;
        text-align: center;
        cursor: grab;
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown {
        width: 42px;
        height: 42px;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown::after {
        content: "\f107";
        color: #000;
        font-family: "Font Awesome 6 Free";
        font-size: 13px;
        font-weight: 700;
        line-height: 32px;
        border: 0;
        padding: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown::after {
        line-height: 42px;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown.active-child::after {
        color: var(--main);
    }
    .navbar-collapse #main-menu li:hover > a::before, 
    .navbar-collapse #main-menu li.current-menu-item > a::before {
        display: none !important;
    }
    .navbar-collapse #main-menu li ul.dropdown-menu {
        display: none;
        position: relative;
        width: 100%;
        padding: 0 0 10px 15px;
        border: 0 !important;
        box-shadow: 0 0 0;
        top: 0; left: 0;
        visibility: visible;
        opacity: 1;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a {
        font-size: 15px;
        padding: 6px 20px;
        outline: none;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:hover,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:focus,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:active {
        color: var(--main);
        background-color: transparent;
    }

    #hero {
        height: 580px;
    }
    #hero h3 {
        font-size: 18px;
        padding-bottom: 25px;
    }
    #hero h1 {
        font-size: 48px;
        line-height: 50px;
    }
    
    #about .col-left{
	    padding-right: 30px;
    }
	
	
	.service-boxes .logo{
		width: 200px;
	}
	
	#textbox .content h4{
		font-size: 19px;
	}
	/*#textbox .photo img{
		height: 640px; 
	}*/
	#contact-box .bg{
    	width: calc( ( ( 100% - 920px ) / 2 ) + ( 920px * 0.64 ) );
	}
	#contact-box .col-txt{
		padding-right: 90px;
	}
	#contact-box .button{
		padding: 15px 0; 
		width: 100%;
		text-align: center;
	}
	
	
	
    #faq-wrapper.box .questions {
        padding: 0 15px;
    }
    #faq-wrapper.box .card {
        padding: 0 40px 0 80px;
    }
    #faq-wrapper.box .card::after {
        width: calc(100% - 160px);
    }
    #faq-wrapper.box .card.active::before {
        width: 152px;
        height: 152px;
        top: -35px;
        left: -55px;
    }
    #faq-wrapper .card-header h2 {
        font-size: 20px;
        line-height: 28px;
        padding: 31px 15px 34px 15px;
    }
    #faq-wrapper .card.active .card-header h2 {
        font-size: 22px;
        line-height: 30px;
    }
    #faq-wrapper .card-header h2::before {
        font-size: 18px;
        top: 33px;
        left: -25px;
    }
    #faq-wrapper.box .card-header h2[aria-expanded="true"]::before {
        left: -83px;
    }

    #faq-wrapper .more a {
        font-size: 18px;
        margin-top: 45px;
    }

    #reviews .review .content .overview p {
        font-size: 17px;
    }
    #reviews .review .content .overview p::before {
        width: 100px;
        height: 8px;
        margin-bottom: 20px;
    }
    #reviews .review .content::before{
	    left: 30px;
    }
    .review-item .opinion h3::before{
	    top: -60px;
	    line-height: 60px;
    }

    .social-media ul li a {
        width: 58px;
        height: 58px;
    }

    /* SUBPAGES */
	#hero.hero-sub .headline .in{
		width: 700px;
		max-width: 600px;
	}
    #hero-sub h3 {
        font-size: 19px;
    }
    #hero-sub h1, #hero-sub h2.blog-headline {
        font-size: 62px;
        letter-spacing: -1px;
    }

    #page-wrapper #main {
        padding-right: 35px;
    }

    .entry-content h1, .entry-content h2, h1.post-title {
        font-size: 30px;
        line-height: 36px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 24px;
        line-height: 1.5;
    }
    .entry-content h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 18px;
        line-height: 30px;
    }

    .entry-content ul li {
        line-height: 26px;
        margin-top: 8px;
    }
    .entry-content ul li::before {
        line-height: 30px;
    }

    
    
    .row-intro{
	    padding-top: 25px; 
    }
    .row-intro h3{
	    font-size: 24px;
	    margin: 0;
    }
    .row-content{
	    margin-top: 25px;
    }
    
    #sidebar-area{
	    flex: 0 0 calc(25% + 80px);
    }
    
    
    .staff .photo{
	    width: 200px;
    }
    

    /* WIDGETS */

    #banners.widget .box a {
        padding: 20px 25px;
    }
    #banners.widget .box .icon img {
        max-height: 44px;
    }
    #banners.widget .box .content {
        width: calc(100% - 64px);
    }
    #banners.widget .box .content h3 {
        font-size: 13px;
    }
    #banners.widget .box .content p {
        font-size: 20px;
    }

    .widget-links p {
        font-size: 25px;
        padding: 25px 0 15px 30px;
    }
    .widget-links ul li a {
        font-size: 16px;
        padding: 12px 0 12px 55px;
    }
    .widget-links ul li a::before {
        top: 10px;
        left: 35px;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+3) {
        margin-top: 25px;
    }

    .news .photo {
        height: 480px;
    }

    #recent-posts .news:nth-child(n+3) {
        display: none;
    }

    /* CONTACT */

    #contact-intro .box:first-of-type {
        padding-left: 55px;
    }
    #contact-intro .box .content h2 {
        padding-bottom: 20px;
    }

    #contact-wrapper .form .wpcf7 {
        padding: 75px 80px 55px 80px;
    }

    .form-control {
        height: 70px;
    }

    .contact-map iframe {
        height: 440px;
    }
    
    
    
}

@media (max-width: 991px) {
    
    #header .phone{
	    padding: 22px 10px 18px 25px;
    }
	#hero .headline .in{
		width: 100%;
		padding: 30px 30px;
	}	
	#hero h1{
		font-size: 40px;
	}
	#hero h1::after{
		margin: 7px 0; 
	}
	#hero .headline .in::after{
		display: none;
	}
	#hero .headline .buttonP{
		height: 65px;
	}
	
	
	#about{
		overflow: hidden;
	}
	#about .col-left{
		padding: 100px 15px 30px 15px;
	}
	#about .col-left h4::after{
		margin: 10px 0;
	}
	#about .col-left::after{
		width: 200px;
		height: 100%;
		content: "";
		position: absolute;
		left: 100%;
		top: 0;
		display: block;
		background-color: var(--blue);
	}
	#about .col-left p{
		font-size: 18px;
		
	}
	#about .col-right .in{
		padding: 20px 0 !important;
	}
	#about .col-right .in p{
		font-size: 17px;
	}
	#about .row-more{
		padding: 0 0 20px;
	}
	#about .row-more a{
		font-size: 17px;
	}
	
	.home-headline h2{
		font-size: 40px;
	}
	
	.service-boxes .box-out:nth-child(n+3),
	.service-boxes .box-out{
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	
	#textbox .content .in{
		margin-left: 20px;
	}
	/* #textbox .photo{
		flex: 0 0 calc(100% - 40px);
	    max-width: calc(100% - 40px);
	    margin-left: 20px;
	    margin-top: 20px;
	}
	#textbox .photo img{
		height: 380px;
	} */
	
	
	#contact-box{
		margin: 0;
		padding: 0;
	}
	
	#contact-box .col-txt{
		padding: 40px 50px;
		margin-bottom: 30px;
		background-color: #fff;
	}
	#contact-box .bg{
		width: 100%  !important;
		height: 100%;
		top: auto;
		bottom: 0;
	}
	#contact-box .col-lg-7{
		margin-bottom: 30px;
	}
	
    #faq-wrapper .card::after {
        width: calc(100% - 15px);
    }
    #faq-wrapper.box .card::after {
        width: calc(100% - 125px);
    }
    #faq-wrapper .card-header h2 {
        font-size: 18px;
        line-height: 25px;
        padding: 26px 15px 29px 15px;
        margin: 0;
    }
    #faq-wrapper .card.active .card-header h2 {
        font-size: 20px;
        line-height: 27px;
    }
    #faq-wrapper .card-header h2::before {
        font-size: 15px;
        top: 28px;
        left: -15px;
    }
    #faq-wrapper.box .card.active::before {
        width: 130px;
        height: 130px;
        top: -30px;
        left: -60px;
    }
    #faq-wrapper .card-header h2[aria-expanded="true"]::before {
        font-size: 16px;
        top: 30px;
        left: -15px;
    }
    #faq-wrapper.box .card-header h2[aria-expanded="true"]::before {
        font-size: 24px;
        left: -58px;
        top: 29px;
    }
    #faq-wrapper .card-body {
        padding-left: 15px;
        padding-bottom: 30px;
    }
    #faq-wrapper .more a {
        font-size: 17px;
        margin-top: 40px;
    }

    #reviews .reviews {
        margin-top: 0;
    }
    #reviews .review .content .opinion p {
        font-size: 17px;
        line-height: 28px;
    }

    .slick-dots {
        margin-top: 35px;
    }

    /* FOOTER */
    
    
    #footer .col-logo{
		text-align: center; 
		display: flex;
	}
	#footer .col-logo img{
		margin: auto; 
	}
	#footer .menu-practice-area-footer-container li{
		flex: 0 0 100%;
	}
	

    .social-media {
        margin-bottom: 25px;
    }
    .social-media ul li {
        margin: 0 4px;
    }

    /* SUBPAGES */


    /* WIDGETS */

    #sidebar-area {
        display: none;
    }
	.attorney-side {
        display: none;
    }

    /* REVIEWS */

    .review-item .review {
        padding: 30px 15px;
    }

    /* BLOG */

    .news .photo {
        height: 420px;
    }
    .news > a .photo {
        height: 220px;
    }
    .news .content {
        padding: 30px 35px 115px 35px;
    }
    .news .content h2,
    .news .content h3 {
        font-size: 23px;
        line-height: 27px;
    }
    .news .content .more {
        width: calc(100% - 70px);
        left: 35px;
        bottom: 35px;
    }
    .news .content .more::before {
        width: calc(100% - 160px);
    }
    .news .content .more span {
        height: 45px;
        font-size: 15px;
        line-height: 42px;
        padding: 0 30px;
    }

    .pagination, .sitemap-by-click5_pagination {
        margin-top: 40px;
    }

    #single-wrapper .back {
        margin-top: 50px;
    }

    /* CONTACT */

    #contact-intro .box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 15px;
    }
    #contact-intro .box:first-of-type {
        padding-left: 15px;
    }
    #contact-intro .box .content {
        width: 100%;
        padding-left: 0;
    }
    #contact-intro .box .content h2 {
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    #contact-wrapper .form .wpcf7 {
        padding: 65px 65px 45px 65px;
    }

    .form-control {
        height: 66px;
    }
    .form-submit .wpcf7-submit {
        padding: 0 80px;
    }
    
    
    
    #hero.hero-sub .headline{
	    flex: 0 0 100%;
	    max-width: 100%;
    }
    #hero.hero-sub .headline .in{
	    max-width: 100%;
	    width: 100%;
	    margin-left: 0;
	    padding-left: 30px;
    }
    #hero .headline .buttonP{
	    line-height: 60px;
    }
    .row-intro p{
	    font-size: 17px;
    }
    .page-template-practice-areas #page-wrapper{
	    padding-bottom: 0;
    }
    
    
    
    #page-wrapper #main{
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding-right: 0;
	    padding-top: 30px;
    }
    #page-wrapper #main:after{
	    background-color: #fff;
	    position: absolute;
	    left:100% ;
	    margin-right: -75px;
	    height: 100%;
	    width: 75px;
		display: block;
		content: "";
    }
    .form-submit .wpcf7-submit{
	    margin: 0 auto;
    }
    
    
    .staff .photo{ width: 100%; margin-left: 0; float: none; }
    
    
    
    #services .container{
	    max-width: 768px;
    }
    
    .attorneys .box{
	    margin-bottom: 15px;
    }
    .attorneys .box .in{
	    display: flex;
    }
    .attorneys .box .in .photo{
	    flex: 0 0 30%;
	    max-width: 30%;
    }
    
    #cta{
	     margin-top: 50px;
    }
	
	
	#reviews .container{
		max-width: 767px;
	}
	
	
	#index-wrapper{
		padding-top: 100px;
	}
	#index-wrapper .news{
		margin-bottom: 15px;
	}
	.news .content .more span{
		padding: 0;
	}
	#index-wrapper .news:nth-child(n+3){
		margin-top: 0; 
	}
	.single #hero.hero-sub .headline .in::after{
		left: 30px;
	}
	
	.page-template-full #page-wrapper #main{
		margin-top: 20px;
	}
    
}

@media (max-width: 767px) {
    
    #hero h1{ font-size: 32px; }
    #hero .headline p{ font-size: 16px; }
    #services .container{ max-width: 558px; }
    #hero .headline .buttonP{ line-height: 55px; height: 60px; }
    #hero .headline .buttonP{ font-size: 16px; }
    
    #services{
	    padding-top: 10px !important;
    }
    .home  #services{
	    padding-top: 30px !important;
    }
    .home-headline h2{ font-size: 32px; }
    .home-headline p{ font-size: 16px; }
    
    #footer .col-links{
	    display: none; 
    }
    #footer .col-news{ 
	    text-align: center; 
    }
    #footer .row-top h4{
	    text-align: center; 
    }
    #footer .row-top ul{
	    padding-left: 0; 
    }
    #footer .col-news ul li{
	    text-align: center; 
    }
    #footer .row-top h4::after{
	    margin: auto;
    }
    
    .row-intro{
	    text-align: center;
	    padding: 10px 0 0; 
    }
    .row-intro h3{
	    font-size: 19px;
    }
    .row-content{
	    margin-top: 0;
    }
    
    #page-wrapper{
	    padding-top: 80px;
    }
    #page-wrapper .container{
	   max-width: 540px;
	    padding: 0 40px;
	    background-color: #fff;
    }
    #page-wrapper #main::before,
    #page-wrapper #main::after{
	    display: none;
    }
    #page-wrapper #main{
	    padding-bottom: 20px;
    }
    
    
    #page-wrapper .container{
	    padding: 20px 50px; 
    }
    .page-template-full #page-wrapper #main{
	    padding: 10px;
	}
	
	.entry-content h3, .sitemap_by_click5 h2{
		font-size: 20px;
		margin-bottom: 0;
		padding: 10px 0;
	}
	.entry-content p, .entry-content ul li, .entry-content ol li{
		font-size: 16px;
		line-height: 1.66;
	}
	
	
	.review-item .opinion h3{
		font-size: 20px;
	}
	.review-item .overview .photo{
		width: 60px;
		height: 60px;
	}
	
	
	.attorneys .box h2{
		font-size: 23px;
	}
	.attorneys .box .in{
		padding-bottom: 0;
	}
	
	#single-wrapper #main{
		padding: 30px;
	}
	#single-wrapper .bottom-single{
		margin-top: 20px;
	}
	
	#single-wrapper .back::after{
		width: 47px;
		height: 47px;
		top: -14px;
		left: -19px;
	}
	#single-wrapper .back::before{
		font-size: 16px;
	}
	#single-wrapper .back{
		font-size: 15px;
		margin-top: 40px;
		margin-left: 16px;
	}
	#textbox .photo {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    margin-top: 10px;
}
	.attorney-side {
        display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
    }
}



@media (max-width: 575px) {
	
	#header .mobile-phone{
		display: block;
		
	}
	
	#hero{
		height: 520px;
	}
	
	
	#hello-bar p{
		font-size: 10px;
		padding-bottom: 4px;
	}
	#hello-bar a{ 
		display: flex;
		flex-wrap: wrap;
		padding: 6px 0;
	}
	#hello-bar a span{
		padding: 1px 6px;
		font-size: 10px;
	}
	#hello-bar a span{
		margin-left: 0;
	}
	#header{
		padding-left: 20px;
		padding-right: 20px;
	}
	#header .logo{
		margin: 0 auto;
	}
	
	#header .logo img, #header.sticky .logo img{
		height: 70px;
	}
	
	#header .phone,
	#header .contact{
		display: none;
	}
	.navbar-toggler{
		top:70px;
	}

    
    #hero h1{
	    font-size: 26px;
    }
    #hero .headline .in{
	    padding: 15px 20px; 
    }
    #hero .headline .buttonP{
	    font-size: 14px;
	    padding: 0 8px;
	    height: 50px;
	    line-height: 44px;
    }
    #hero .headline .buttons{
	    font-size: 15px;
    }
    
    #about .col-left{
	    padding: 80px 20px 20px 20px;
	    
    }
    #about .col-right .in p,
    #about .col-left p{
	    font-size: 16px;
    }
    #about .col-right .in{
	    padding: 15px 5px  0 !important; 
    }
    #about .col-right .in p{
	    margin-bottom: 10px;
    }
    #about .row-more a{
	    font-size: 15px;
    }
    
    .home-headline h3{
	    padding-bottom: 5px;
    }
    .home-headline h2{
	    font-size: 28px;
    }
    #services{
	    padding-bottom: 35px;
    }
    #services .container{
	    width: 100%;
    }
    .service-boxes .icon img{
	    height: 60px;
	    width: auto;
    }
    .service-boxes .icon img.logo{
	    height: auto;
    }
    .service-boxes .box{
	    padding: 25px 25px 70px; 
    }
    .more, .service-boxes .more{
	    font-size: 15px;
    }
    .attorneys .box .bottom-arrow, .news .bottom-arrow, .service-boxes .box .bottom-arrow{
	    width: 90px;
	    height: 90px;
	    padding-top: 40px;
    }
    .attorneys .box .bottom-arrow i, .news .bottom-arrow i, .service-boxes .box .bottom-arrow i{
	    font-size: 20px;
    }
    .service-boxes h2{
	    font-size: 23px;
    }
    .phone-box small{
	    font-size: 12px;
	    letter-spacing: 1px;
    }
    
    
    #cta .buttons{
	    flex-wrap: wrap;
    }
    
    
    #textbox .content .home-headline h2{
	    font-size: 26px;
    }
    #textbox .content .home-headline h2::after{
	    width: 120px;
	    height: 6px;
	    margin-top: 8px;
    }
    #textbox .home-headline h2{
	    padding: 10px 0 10px;
    }
    
    #textbox .content h4{
	    font-size: 17px;
    }
    #textbox .content p{
	    font-size: 16px;
    }
    
    #reviews{
	    padding: 90px 0 30px;
    }
    #reviews .home-headline{
	    margin-bottom: 10px;
    }
    #contact-box .col-txt{
	    padding: 35px 20px;
    }
    
    
    .form-group{
	    margin-bottom: 0; 
    }
    .form-control{
	    height: 54px;
    }
    .form-submit{
	    margin-top: 10px;
    }
    
    
    #footer{
	    padding-bottom: 100px;
    }
    #footer .col-logo img{
	    height: 120px;
    }
    
    #footer .menu ul{
	    flex-wrap: wrap;
    }
    #footer .menu ul li{
	    padding: 0 8px;
    }
    #footer .menu ul li::after{
	    display: none;
    }
    #footer .menu ul li a{ 
	    font-size: 14px;
    }
    
    #sticky-footer .col-sm-2 img{
	    filter: brightness(0) saturate(100%) invert(23%) sepia(18%) saturate(4993%) hue-rotate(319deg) brightness(89%) contrast(97%);
    }
    
    #hero.hero-sub{
	    height: 270px;
    }
    #hero.hero-sub h1{
	    margin-bottom: 8px;
    }
    #page-wrapper .container{
	    padding: 20px 25px;
    }
    .page-template-full #page-wrapper #main{
	    margin-top: 0;
    }
    
    #hero.hero-sub .headline .in{
	    padding-left: 20px;
    }
    
    
    
    .navbar-collapse #main-menu{
	    left: auto;
	    right: -15px;
    }
    
    .attorneys .box .in{
	    display: block;
    }
    .attorneys .box .in .photo{
	    max-width: 100%;
    }
    .attorneys .box .in .photo img{
	    height: 320px;
	    object-fit: cover;
	    width: 100%;
    }
    .attorneys .content{
	    padding-bottom: 50px;
    }
    
    #content .row{
	    margin-left: 0;
	    margin-right: 0;
    }
    
    .review-item .review{
	    padding: 20px 0;
    }
    
    .news > a .photo{
	    height: 180px;
    }
    .news .content{
	    padding: 20px 20px 80px 20px;
    }
    .news .content .more{
	    left: 20px;
    }
    
    .single #hero h1{
	    font-size: 26px;
    }
    
    .single .entry-content p:first-child a img {
	    margin-left: 0;
	    margin-bottom: 10px;
	    width: 100%;
	    margin-right: 0;
    }
}