/*global */

h1, h2, h3, h4, h5, h6, h7, h8{
	font-family: 'Playfair Display';
}
p, li, a, i, .service-card > h6{
	font-family: 'Lato', sans-serif;
  font-weight: 400;
}

p, li {
	font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
}

.img-fluid {
	width: 50%;
}

@media (max-width: 1024px){
	.elementor-2 .elementor-element.elementor-element-588ad966 {
	margin-bottom: 0;	
}
}

/* titles */
.our-recent{
    font-size: 36px;
}


/*Nav Bar Section*/
@media only screen and (max-width: 480px){
	.logo{
		font-size: 32px;
	}
}

.custom-page-template img{
	background-color: #FFF;
}



/*Footer Section*/
/* div:has(> .foo-block .widgettitle) {  	
	margin-left: -10%;
} */

#footer-var2 #footer-content .row .col-md-6:nth-child(1)  {
	display: none;
}

#footer-var2 #footer-content .row>div {
	width: 33%;
}

.foot-widget-one{
	display: flex;
	flex-direction: column;
}

.foot-widget-one > h6{
	font-size: 24px;
	align-self: start;
	margin-bottom: 10px;
	color: #2196F3;
}

.foot-widget-one > p{
	text-align: left;
	padding-bottom: 20px;
}

#footer-content .menu-item:has( > ul.sub-menu)>a {
	display: none;
}

.foo-block{
	display: flex;
	flex-direction: column;
}

.menu-main-container{
	display: flex;
	text-align: left;
}

.foo-block .widgettitle{
	font-size: 24px;
	align-self: start;
	margin-bottom: 10px;
	color: #2196F3;
}

.foot-widget-three{
	display: flex;
	flex-direction: column;
	align-items: start;
}

.foot-widget-three > h6{
	font-size: 24px;
	margin-bottom: 10px;
	color: #2196F3;
}

.foot-widget-three > p{
	font-style: italic;
	font-size: 18px;
	font-weight: 800;
	padding-bottom: 10px;
}

.social-container{
	margin-top: 10px;
	display: flex;
	font-size: 25px;
	gap: 15px;
}

.social-container > .fab{
	cursor: pointer;
	font-size: 24px;
}

.social-container > .fab:hover{
	color: #2196F3;
}


.widget-four-foot{
	display: flex;
	flex-direction: column;
	text-align: start;
}

.widget-four-foot > h6{
	font-size: 24px;
	margin-bottom: 10px;
	color: #2196F3;
}
@media only screen and (max-width: 768px){
		div:has(> .foo-block .widgettitle) {  	
			display: block;
}
}

@media only screen and (max-width: 765px){
	.menu-main-container{
		justify-content: center;
		text-align: center !important;
	}
	
	.foo-block .widgettitle{
		align-self: center;
	}
	
	#footer-var2 #footer-content .row>div {
		width: 100%;
	}
	
	.foot-widget-three{
		align-items: center;
	}
	
	.widget-four-foot{
		text-align: center;
	}
	
}

/*Title Section*/
.title-container{
	min-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px){
	.title-container > h1{
		font-size: 32px;
	}
}

.title-container h2{
	color: #FFF;
	font-family: 'Playfair Display';
	font-weight: 700;
	font-size: 64px;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	margin: 0px;
}

.title-container > div{
	color: #2196F3;
	font-family: 'Playfair Display';
	font-weight: 700;
	font-size: 26px;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	margin-top: 20px;
}


@media only screen and (max-width: 480px){
	.title-container{
		min-height: 50vh;
	}
	
	.title-container > h2{
		font-size: 32px;
	}
	
	#scroll{
		display: none;
	}
}

/*About Section*/
.abouts-section{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 60px;
}


.about-left{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	background-image: url("https://jemoonlaw.com/wp-content/uploads/2022/12/M-3664761504-e1669939421369.png");
	background: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}

.about-left h1 {
	text-align: center;
}

.about-right{
	width: 50%;
	padding: 40px 0 40px 60px;
	border-left: 2px solid #D1CFCF;
}

.about-right > h3{
	margin-top: 0px;
}

.about-right > p{
	padding-bottom: 1.5em;
}

.a-button{
		display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none!important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 14px 0 14px 0!important;
    border-bottom: 2px solid #2196F3;
    line-height: 1!important;
    letter-spacing: 4.2px;
    -webkit-transition: all linear 150ms;
    -moz-transition: all linear 150ms;
    -ms-transition: all linear 150ms;
    -o-transition: all linear 150ms;
    cursor: pointer;
		color: #2196F3;
	}


.a-button:before{
    content: '';
		box-sizing: border-box;
		top: 0;
		left: 0;
    position: absolute;
    width: 0;
		background: #2196F3;
    height: 2px;
    -webkit-transition: all linear 150ms;
}

.a-button:hover:before{
	width: 100%;
}

@media only screen and (max-width: 480px){
	.abouts-section{
		flex-direction: column;
		margin-top: 0;
	}
	
	.about-left, .about-right{
		width: 100%;
	}
	
	.about-right{
		padding: 0;
		border: none;
		border-top: 2px solid #D0CFC9;
		padding-top: 20px;
	}
	
	.about-right > h3{
		font-size: 22px;
	}
	
	.a-button{
		display: flex;
		width: 100px;
		justify-content: center;
		margin-right: auto;
	}
	
	.a-button > span{
		display: none;
	}
}


/*Services Section*/
.services-section{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.services-section > h3{
	color: #FFF;
	font-size: 48px;
	margin-bottom: 40px;
}

.services-grid{
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
		gap: 30px;
}

.service-card{
    display: flex;
		max-width: 600px;
    flex-basis: calc(50% - 15px);
    background-color: rgba(6,10,25,.8);
    margin: 0px 0px 30px 0px;
    height: 150px;
    align-items: center;
    justify-content: center;
    border-left: 8px solid #2196F3;
    transition: border-color .5s cubic-bezier(.17,.66,.34,.98);
}

.service-card > h6{
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900;
}

.service-card:hover > h6{
	color: #2196F3;
}

.services-section > a{
		display: flex;
		color: #FFF;
    height: 70px;
		width: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2196F3;
    transition: background-color .5s cubic-bezier(.17,.66,.34,.98),background-color .5s cubic-bezier(.17,.66,.34,.98);
    padding: 0px 30px;
	font-weight: bold;
	   border: none;    
	font-family: "Lato",sans-serif;
    letter-spacing: 1px;
}

.services-section > a:hover{
	text-decoration: none;
	background-color: #060A19;
	color: #2196F3;
}

@media only screen and (max-width: 1024px){
	.services-section > a{
		width: 15rem;
	}
}

@media only screen and (max-width: 480px){	
	.service-card > h6{
		margin: 10px;
		font-size: 1rem;
	}
	
	.services-section > h3{
		font-size: 32px;
	}
	
	.services-grid{
		margin-bottom: 0;
	}
	
	.service-card{
		height: 100px;
		min-width: 250px;
	}
	
	.services-grid{
		display: block;
	}
	
	.services-section > a{
		width: 10rem;
		padding: 10px;
	}
}






/*Reviews/Testimonials Section

Found Inside elementor elements CSS

 * */






/* form */
.wpcf7 > form{
	width: 1000px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7 > form > p{
	color: #060A19;
}

.wpcf7 > form > p > input{
		width: 300px;
    height: 71px;
    border: none;
    font-family: "Lato",sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #FFF;
		background-color: #2196F3;
		display: flex;
		justify-content: center;
	}	

.wpcf7 form .wpcf7-response-output{
	margin: 0;
	width: 100%;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: #060A19;
}

.wpcf7 > form > p > label > span > input, .wpcf7 > form > p > label > span > textarea{
	border: 1px solid #060A19;
	padding: 10px 20px;
	outline: none !important;
}

.wpcf7 > form > p > label > span > input:focus, .wpcf7 > form > p > label > span > textarea:focus{
	border: 2px solid #060A19;
}

.wpcf7 > form > p:nth-child(n+1):nth-child(-n+4), .wpcf7 > form > p:nth-child(n+1):nth-child(-n+4) label > span > input{
	width: 300px;
  height: 60px;
  font-size: 16px;
  letter-spacing: 1px;
}

.wpcf7 > form > p > label > span > input{
	padding: 0 20px;
	color: #060A19;
}

.wpcf7 > form > p > label > span > input::placeholder, .wpcf7 > form > p:nth-child(5) > label > span > textarea::placeholder{
	color: #060A19;
}

.wpcf7 > form > p:nth-child(3){
	margin-left:	50px;
	margin-right: 50px;
}

.wpcf7 > form > p:nth-child(5) > label > span > textarea{
	width: 1000px;
}

@media only screen and (max-width: 1200px){
	.wpcf7 > form{
		justify-content: center;
		width: 800px;
	}
	
	.wpcf7 > form > p:nth-child(5) > label > span > textarea{
	width: 800px;
	}
	
.wpcf7 > form > p:nth-child(3){
	margin-left:	25px;
	margin-right: 25px;
	}
	
	.wpcf7 > form > p:nth-child(n+1):nth-child(-n+4), .wpcf7 > form > p:nth-child(n+1):nth-child(-n+4) label > span > input{
	width: 250px;
	}
}

@media only screen and (max-width:900px){
	.wpcf7 > form{
		flex-direction: column;
		width: 80vw;
	}
	
	.wpcf7 > form > p:nth-child(5) > label > span > textarea{
	width: 80vw;
	}
	
.wpcf7 > form > p:nth-child(3){
	margin-left:	0px;
	margin-right: 0px;
	}
	
	.wpcf7 > form > p:nth-child(n+1):nth-child(-n+4), .wpcf7 > form > p:nth-child(n+1):nth-child(-n+4) label > span > input{
	width: 80vw;
	}
}

.wpcf7-input {
	border:1px solid #cccccc !important;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%) !important;
}

.foo-copyright.alignc a{
	color: #2196F3;
}

/* Our attorneys page */
.attorney-card a {
	font-size: 18px;
}

/*Reviews/Testimonials Section */

.ul-test > li > a {
    color: black;
    text-decoration: none;
}

.service-card > h6 > a {
    color: #fff;
    text-decoration: none;
}

.service-card:hover > h6 > a {
    color: #2196F3;
}

/*Blog posts*/
.single-article-container{
	padding-top: 90px !important;	
}
