/*
 * Theme Name: Tatami
 * Description: Wordpress starter theme built with modern web technologies
 * Author: Derek Leung
 * Version: 1.0.0
*/
 
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@600&display=swap');
.adi-form-wrapper{
	padding: 27px;
	width: 100%;
	max-width:360px;
}
.sidebarForm .formField span input[type="email"],input[type="text"],input[type="tel"]{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 18px!important;
line-height: 25px;
border:none !important;
background-color: #FFFFFF !important;
background: #FFFFFF;
color: #BCBCBC !important;
height: 50px;
padding: 12px 20px;
}


.sidebarForm .formField span textarea{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 18px !important;
line-height: 25px;
color: #BCBCBC !important;
height: 70px;
background-color: #FFFFFF !important;
background: #FFFFFF;
padding: 12px 20px;
border: none;
}

.sidebarForm .formField .text span{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px!important;
line-height: 22px;
/* identical to box height */
color: #555555 !important;	

}
.adiflxcol{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
	padding-left: 12px;
}
.adiflxcol .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="checkbox"]{
	height: 13px;
}
.adiformbutton {
	width:100%;
	margin-top: 1em;
	height: 50px;
}
.adiformbutton input[type="submit"]{
	width:100%;
	font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 16px;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;

color: #FFFFFF;
}
.adi-form-heading{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
	margin-bottom: 1em;
}
.adi-form-heading div{text-align: center;}
.adi-form-first{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 36px;
text-transform: capitalize;
text-align: center;
text-transform: uppercase;
color: #555555;
opacity: 0.5;	
}
.adi-form-second{
font-family: 'Hind';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 36px;
text-transform: capitalize;
color: #77B1A9;	
}
.adi-form-third{
font-family: 'Hind';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 36px;
color: #270A33;	
}

.sidebarForm .formField .text .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
margin-top: 0px!important;
}
@media screen and (min-width: 651px) {
.sidebar-mobile{
display:none !important;
}	
.sidebar-desktop{
display:block !important;
max-width:366px;
}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 650px) {
 .sidebar-mobile{
	display:block !important;
}
	.sidebar-desktop{
		display:none !important;
	}
}


.sidebar-sticky{
  position: sticky;
    top: 166px;	
}
.h1no-margin{
	margin:0 !important;
}