/*
Theme Name: Twenty Twenty Child
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */
/*body{
	    font-family: "Montserrat",Arial,Helvetica,sans-serif;
}*/
.text-design{
	margin: 0 !important;
	padding:0;
	margin-top:0px !important;
 	margin-bottom: 7px !important;
	font-size: 20px !important;
	font-family: "Montserrat",Arial,Helvetica,sans-serif !important;
	font-weight:400;
}
.text-design h2{
    margin: 0px 0;
}
.link-color{
	color: #02261d;
}
.text-design-custom{
	margin: 0 !important;
	padding:0;
	margin-top:0px !important;
	font-size: 14px !important;
	font-family: "lato",sans-serif !important;
	font-weight:400;
	color: #4F4F4F;
	letter-spacing: 0.2px;
}
.services-1 p {
    padding-bottom: 20px;
}
.header-top-design{
	background: #000000d9;
	width:100%;
}
.site-logo img {
    width: 200px;
}
.header-footer-group{
	padding:0 !important;
}
.bdt-slideshow-items li{
	margin:0 !important;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#fff;
    margin:auto;
    max-width: 168rem;
    width: calc(100% - 8rem);
}
.header-top-inner p {
    display: inline-flex;
	font-size: 14px !important;
	font-family: "lato",sans-serif !important;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.2px;
	padding:0 10px;
    margin: 0;
}
.header-top-inner {
    display: inline-flex;
}
.header-top-inner a{
	color:#d7b679;
}
.header-top-inner svg {
    margin: 0 10px;
    color:#d7b679;
}
.primary-menu li a {
    color: #02261d !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    position: relative;
	text-transform:uppercase;
	font-family: "Montserrat", Sans-serif;
}
.primary-menu li a:after{
	content:'';
	width:0%;
	height:2px;
	background-color:#d7b679;
	left:0;
	bottom:-5px;
	position:absolute;
	transition: 0.38s ease-in-out 0s all;
}
.primary-menu li a:hover:after{
	width:100%;
}
.icon-box-design{
	display:flex;
	justify-content: space-between;
	align-items:flex-start;
}
.icon-box-1 {
    width: 14%;
    box-shadow: 0 0 0 50px #02261d inset;
    color: #ffffff;
    transition: 0.38s ease-in-out 0s all;
}
.icon-box{
	width: 83%;
}
.custom-icon-style {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box-1 svg{
	margin:auto;
}
.icon-box-design:hover .icon-box-1{
	box-shadow: 0 0 0 1px #02261d inset;
	color:#02261d;
}
.our-services{
	display:block;
}
.our-services-1 {
    background-image: url("http://1stchoice.law/wp-content/uploads/2022/01/practice-element-bg.png");
	background-repeat:no-repeat;
	background-position:right bottom;
    max-width: 350px;
	min-height: 200px;
}
.our-services {
  background: #fff;
  cursor: pointer;
  max-width: 300px;
  min-height: 200px;
  position: relative;
  margin:auto;
  margin-bottom: 50px;
  transition:0.38s ease-in-out 0s all;
	
}
.our-services-1 h2{
	color:#02261d ;
	text-align:center;
	padding-top: 50px;
	padding-left:20px;
	padding-right:20px;
	transition: 0.38s ease-in-out 0s all;
}
.our-services-1 p{
	color:#000;
	text-align:center;
	padding: 0 30px;
	position:relative;
	transition: 0.38s ease-in-out 0s all;
}
.img-des {
  width: 60px;
  height: 60px;
  background: #d7b679;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin-bottom: 20px;
  transition: 0.80s ease-in-out 0s all;
  margin: auto;
  align-items: center;
  display: flex;
  justify-content:center;
 
}
.our-services img {
  width: 55px;
  padding: 10px; 
}
.our-services:hover{
	background-color:#02261D;
}
.our-services:hover .our-services-1 p, .our-services:hover .our-services-1 h2{
	color:#fff;
}
.our-services:hover .our-services-1 p::after{
	width:60px;
}
.services-section-design .our-services-1 p::after{
	display:none;
}
.our-services-1 p::after {
  content: '';
  position: absolute;
  background: #d7b679;
  width: 35px;
  height: 2px;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, -50%);
  transition: 0.38s ease-in-out 0s all;
}
.our-services:hover .custom-btn-design a{
	border: 1px solid #d7b679;
	color:#d7b679;
}
.custom-btn-design a {
    padding: 5px 13px;
    color: #02261d;
    font-size: 14px;
    box-shadow: 0 0 0 1px #02261d inset;
    border: 1px solid #02261d;
    font-family: 'Lato';
    transition: 0.38s ease-in-out 0s all;
} 
.wp-block-image{
	margin:0 !important;
}
.logo-column-footer img {
    width: 250px !important;
}
.top-footer-style{
	background: #02261d !important;
	padding:50px 0 !important;
}
.container-custom{
	width:1140px;
	margin:auto;
	color: #fff;
}
.row-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.column-style-custom {
    padding: 0 15px;
}
.container-custom {
    max-width: 168rem;
    width: calc(100% - 8rem);
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.column-style-custom  aside {
    text-align: left;
}
.column-style-custom ul {
    list-style: none;
}
.column-style-custom{
	width:25%;
	font-family: 'lato';
}
figure.wp-block-gallery.columns-1.is-cropped{
	margin:0 !important;
}
.contact_info li{
	font-size: 14px;
	color:#fff;
	font-weight:400;
}
.text-design-custom li a, .contact_info li a{
	color:#fff !important;
	font-size: 14px;
	text-decoration: none !important;
	font-weight:400 !important;
}
.contact_info li i{
	margin-right:10px;
	color:#d7b679 !important;
}
.contact_info{
	margin:0;
}
.tfree-testimonial-title h3{
	margin: 0 !important;
	padding:0;
	margin-top:0px !important;
	margin-bottom: 10px !important;
	font-size: 20px !important;
	font-family: "Montserrat",Arial,Helvetica,sans-serif !important;
	font-weight:400 !important;
}
.tfree-testimonial-content{
	margin: 0 !important;
	padding:0;
	margin-top:0px !important;
	font-size: 14px !important;
	font-family: "lato",sans-serif !important;
	font-weight:300 !important;
}
.tfree-client-name{
	margin: 0 !important;
	padding:0;
	margin-top:0px !important;
	font-size: 14px !important;
	font-family: "lato",sans-serif !important;
	font-weight:400 !important;
}
.services {
    background: #ededed;
    text-align:center;
}
.services-1 img {
    width: 60px;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 23px;
    transition: 0.38s ease-in-out 0s all;
}
.services-1:hover img{
	transform: translateY(10px);
}
.services-1 {
    width: 276px;
    min-height: 270px;
    margin: auto;
    padding: 20px;
}
.custom-btn .elementor-button {
    box-shadow: 0 0 0 50px #02261d inset;
    background: white !important;
    font-size: 14px !important;
    border-radius: 0;
    font-weight:400 !important;

}
.custom-btn .elementor-button:hover{
	box-shadow: 0 0 0 1px #02261d inset;
	color:#02261d;
}
.custom-btn-1 .elementor-button {
    box-shadow: 0 0 0 50px #d7b679 inset;
    background: white !important;
    font-size: 14px !important;
    border-radius: 0;
    font-weight:400 !important;

}
.custom-btn-1 .elementor-button:hover{
	box-shadow: 0 0 0 1px #d7b679 inset;
	color:#d7b679;
}
.wpcf7-form p{
	margin-bottom: 10px;
}
.work {
	display: none;
    position: absolute;
    top: -283px;
    left: 42%;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #02261d;
    line-height: 42px;
    color: #fff;
    font-size: 22px;
    font-family: 'lato';
    border: 3px solid #d7b679;
}
.select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: 1px solid #dbdbdb !important;
}
.contact_info li a{
	line-height:16px;
}
.wpcf7-select {
    width: 100%;
    border: 1px solid #dbdbdb !important;
	background-color:#fff;
}
.pro-3:after {
  content: '03';
  width: 200px;
  height: auto;
  color: #eee;
  position: absolute;
  left: 50%;
  top: 66px;
  line-height: 42px;
  font-size: 140px;
  font-weight: 600;
  font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
  }
.pro-2:after {
  content: '02';
  width: 200px;
  height: auto;
  color: #eee;
  position: absolute;
  left: 50%;
  top: 66px;
  line-height: 42px;
  font-size: 140px;
  font-weight: 600;
  font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
  }
.pro-1::after {
  content: '01';
  width: 170px;
  height: auto;
  color: #eee;
  position: absolute;
  left: 50%;
  top: 66px;
  text-align: center;
  line-height: 42px;
  font-size: 140px;
  font-weight: 600;
  font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
}
.pro-design{
	transition:0.70s ease-in-out 0s all;
	overflow:hidden;
	margin-right:10px;
}
.pro-design:hover {
  background: #ceb075;
}
.tfree-testimonial-content p{
    font-size:14px !important;
    }
.about-text-design img {
    width: 22px;
    margin-right: 10px;
    }
.about-text-design {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    }
.elementor-element-3906271 .elementor-element-populated .elementor-widget{
	margin-bottom:10px;
}
.bdt-grid > * {
    padding-left: 0px;
}
.home #site-header{
	display:none;
}


.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav > li > a::after {
  content: '';
  position: absolute;
  background: #D7B679;
  left: 0;
  transition: all .3s ease;
  width: 0%;
  height: 2px;
  bottom: -4px;
}
.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav > li > a:hover::after {
  content: '';
  position: absolute;
  background: #D7B679;
  left: 0;
  transition: all .3s ease;
  width: 100%;
  height: 2px;
  bottom: -4px;
}
.custom-btn-design {
  text-align: center;
  margin-top: 15px;
}
.top-head-design a{
	background-color:transparent !important;
	transition:0.38s ease-in-out 0s all;
}
.contact-form ul li {
  margin: 0;
  color: #fff;
  width: 48%;
}
.contact-form ul {
  list-style: none;
  margin: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form input, .contact-form select, .contact-form textarea {
  background: transparent;
  color: #fff;
}
.contact-form select option{
	background-color:#02261d;
}
.contact-form-design{
	background-color:#D7B679;
	padding:20px 0;
}
.contact-section .elementor-widget:not(:last-child){
	margin-bottom:0px !important;
}
.bdt-header-wrapper .bdt-header-inner {
  min-height: 75px;
}
#site-header{
  position: relative;
  transition: 0.38s ease-in-out 0s all;
}
#site-header.sticky{
  position: sticky;
  top: 0;
  left: 0;
  width:100%;
  animation: slow 0.38s;
  transition: 2s ease-in-out 0s all;
  z-index:99;
}
.text-style-center{
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	font-weight:700;
}
.text-style-center a{
	line-height:45px;
	    box-shadow: none;
    text-decoration: none;
    border: 1px solid #0c291e;
    line-height: 4.5;
    padding: 12px 18px;
    background: #0c291e;
    color: #fff;
    border-radius: 50px;
}
.text-style-center h6 {
    margin: 10px;
    color: #0c291e !important;
    font-size: 16px;
    text-transform: capitalize;
}
h2.text-design.font-design {
    font-size: 18px !important;
	color: #0c291e !important;
    font-weight: 400;
}
h2.text-design.font-design1 {
    font-size: 17px !important;
    color: #0c291e !important;
	 font-weight: 400;
}
.common-cause{
	margin-left:0px !important;
	margin-bottom:1em !important;
}
@keyframes slow{
  0%{transform: translateY(-500px);}
  100%{transform: translateY(0);}
}
ul.sub-menu {
    background: #d7b679 !important;
}
.sub-menu .menu-item-has-children .icon {
    display: none;
}
.sub-menu:after {
    border-bottom-color: #d7b679 !important;
}
body:not(.overlay-header) .primary-menu ul ul:after {
    border-left-color: #d7b679 !important;
}
li#menu-item-37 span {
    color: #02251c;
}








@media only screen and (max-width: 1024px){
    .how-it-work{
        padding:40px !important;
    }
    .get-free{
        padding:40px !important;
    }
    .our-client{
        padding: 40px !important;
    }
    .testimonial-design{
        padding: 40px !important;
    }
}
@media only screen and (max-width: 768px) {
	body {
	    background-color: lightblue;
	}
	.how-it-work{
		padding:40px !important;
	}
    .how-it-work h2{
        margin-bottom:0px;
    }
	.get-free{
		padding:40px !important;
	}
	.our-client{
		padding: 40px !important;
	}
	.testimonial-design{
		padding: 40px !important;
	}
	.icon-box-1 {
    width: 24%;
    margin-right:15px;
	}
	.work {
    position: absolute;
    top: -344px;
	}
    span.toggle-icon span:nth-child(3) {
    top: 25px;
    }

    span.toggle-icon span:nth-child(2) {
        top: 17px;
    }
    span.toggle-icon span {
        width: 32px;
        height: 3px;
        border-radius: 50px;
        background: #000;
        color: #000;
        position: absolute;
    }
    .ancestor-wrapper a {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    }
    .toggle-text {
    display: none;
    }
    button.close-nav-toggle{
        padding:20px 0;
    }
	.elementor-widget-image .attachment-full.size-full{
		display:none;
	}
	.home #site-header{
		display:block;
		
	}
	.bdt-sticky {
	    display:none;
	}

}



@media only screen and (max-width: 767px){
    .how-it-work{
        padding-left:20px !important;
		padding-right:20px !important;
		padding-top:40px !important;
		padding-bottom:0px !important;		
    }
	.about-us .elementor-element-populated{
		padding:0 !important;
	}
	.about-us{
		padding:0;
	}
    .get-free{
        padding:45px 20px 45px 20px !important;
		
    }
    .our-client{
        padding: 45px 20px !important;
    }
    .testimonial-design{
        padding: 45px 20px !important;
		
    }
    .site-logo img {
    width: 150px;
    }
    .header-inner .toggle {
    padding: 0 2rem;
    }
    .header-top-design{
        display: none;
    }
    span.toggle-icon span:nth-child(3) {
    top: 22px;
    }
    span.toggle-icon span:nth-child(2) {
    top: 15px;
    }
    span.toggle-icon span {
        width: 22px;
        height: 2px;
        border-radius: 50px;
        background: #000;
        color: #000;
        position: absolute;
    }
    .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag {
    font-family: "Montserrat", Sans-serif;
    font-size: 32px !important;
    font-weight: 600;
    }
    .bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title {
    width: 100% !important;
    margin-bottom: 20px;
    }
    .about-us h2{
        font-size:22px !important;
    }
    .our-services-design{
        margin:20px 0;
    }
    .row-custom{
        display: block;
    }
    .column-style-custom {
    width: 100%;
    margin:30px 0;
    font-family: 'lato';
    }
    .our-services{
        max-width:100%;
    }
    .our-services-design .elementor-widget-wrap{
        margin-right:0 !important;
    }
    .container-custom {
    width: calc(100% - 2rem);
    }
    .blocks-gallery-item img{
        width:175px !important;
    }
   /* section {
    padding-bottom: 20px !important;
    }
    section:first-child() {
    padding-top: 0 !important;
    }*/
    .tfree-testimonial-content p{
        font-size:14px !important;
    }
    .top-footer-style{
        padding:20px 0 !important;
    }
	.icon-box-design {
	  padding-top:10px;
	}
	.bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon{
		bottom:2px !important;
	}
}