/*
Theme Name: TESSERACT Child
Theme URI:https://testsite.eyeassociatestexas.com/tesseract-child/
Description: TESSERACT Child Theme
Author:  OneVirtual Global Business Solutions, Ian Magramo
Author URL:
Template: tesseract-free-theme
Version: 1.0.0
Text Domain: tesseract-child
*/




/* === COLUMN CONTAINER WIDTH === */
.elementor .elementor-row {
    width: 100%;
}
.elementor .main-section .elementor-container.elementor-column-gap-default {
    width: 80% !important;
    margin: auto;
}
.elementor .inner-section .elementor-container.elementor-column-gap-default {
    width: 100% !important;
    margin: auto;
}

.elementor .footer.main-section .elementor-container.elementor-column-gap-default {
    width: 100% !important;
    margin: auto;
}

/* === WEBPAGE MAX-WIDTH === */
.site-content {
    max-width: 1980px !important;
}

/* === CUSTOM FONTS === */
@font-face {
    font-family: 'Muli';
    src: url('/wp-content/uploads/2021/02/Muli.eot');
    src: url('/wp-content/uploads/2021/02/Muli.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/02/Muli.woff2') format('woff2'),
        url('/wp-content/uploads/2021/02/Muli.woff') format('woff'),
        url('/wp-content/uploads/2021/02/Muli.ttf') format('truetype'),
        url('/wp-content/uploads/2021/02/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sans Serif';
    src: url('/wp-content/uploads/2021/02/SansSerifFLF.eot');
    src: url('/wp-content/uploads/2021/02/SansSerifFLF.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/02/SansSerifFLF.woff2') format('woff2'),
        url('/wp-content/uploads/2021/02/SansSerifFLF.woff') format('woff'),
        url('/wp-content/uploads/2021/02/SansSerifFLF.ttf') format('truetype'),
        url('/wp-content/uploads/2021/02/SansSerifFLF.svg#SansSerifFLF') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans Light';
    src: url('/wp-content/uploads/2021/03/OpenSans-Light.eot');
    src: url('/wp-content/uploads/2021/03/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/03/OpenSans-Light.woff2') format('woff2'),
        url('/wp-content/uploads/2021/03/OpenSans-Light.woff') format('woff'),
        url('/wp-content/uploads/2021/03/OpenSans-Light.ttf') format('truetype'),
        url('/wp-content/uploads/2021/03/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans Regular';
    src: url('/wp-content/uploads/2021/03/OpenSans-Regular.eot');
    src: url('/wp-content/uploads/2021/03/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/03/OpenSans-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/2021/03/OpenSans-Regular.woff') format('woff'),
        url('/wp-content/uploads/2021/03/OpenSans-Regular.ttf') format('truetype'),
        url('/wp-content/uploads/2021/03/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* === CUSTOM HEADER === */
.custom-header-two{
	display: none;
}
.custom-header .sub-arrow {
    display: none;
}

.custom-header .nav-wrap .btn-custom-link a{
	color: #0057a8 !important;
	border: 1px solid #0057a8;
    margin: 5px 10px;
    border-radius: 4px;
}
.custom-header .btn-custom-link-mb a {
	color: #0057a8 !important;
	border: 1px solid #0057a8;
/*     margin: 10px 90px; */
    border-radius: 4px;
}
/* === SPACE BETWEEN PARAGRAPHS  === */
 .p-wrap p {
    margin-bottom: 20px !important;
}

/* === REVIEWS CONTAINER FOR ABOUT PAGE  === */
.reviews-wrap{
    overflow-y: scroll;
    max-height: 700px;
}


/* === OUR TEAM PAGE  === */

/* === SERVICES PAGE  === */
.btn-inline {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
}

/* === PATIENT RESOURCES PAGE  === */
.btn-sched {
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
}

/* === CONTACT PAGE  === */
.contact-form-wrap form{
	color: #666666;
    font-family: "Open Sans Light", Sans-serif;
    font-size: 18px;
	font-weight:600;
}

.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap input[type="tel"]{
    width: 70% !important;
}
.contact-form-wrap input[type="submit"] {
    padding: 5px 40px 5px 40px;
    font-family: 'Open Sans Regular';
    text-transform: uppercase !important;
    font-size: 16px;
    background: #0057A8 !important;
	color:#fff;
}
.contact-form-wrap input[type="submit"]:hover{
	background:#4892B1 !important;
	color: #fff;
}

/* === IPAD PRO === */
@media screen and (max-width: 1024px) {
	.elementor .main-section .elementor-container.elementor-column-gap-default {
    	width: 100% !important;
    	margin: auto;
	}
	.custom-header .nav-col {
    	width: 65% !important;
	}
	.custom-header .btn-col {
    	width: 14% !important;
	}
	.custom-header .header-btn .elementor-widget-container {
    	margin: 0 !important;
	}
	.custom-header .header-btn {
    	margin: 2px 0 !important;
	}
	.site-logo-img img {
    	width: 60% !important;
	}
	.btn-inline{
		position:absolute !Important;
		bottom:0 !Important;
	}
	.btn-sched {
    	position: absolute;
    	bottom: -45px;
	}
	.contact-form-wrap form{
    	font-size: 16px;
	}
	.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap input[type="tel"]{
    	width: 80% !important;
	}
/* 	.txt-highly p, .txt-more p{
		font-size: 20px !important;
	} */
/* 	.experience-row-wrap .n2-ss-layer.n2-ow.n-uc-JWyjaqONfKNQ {
    	width: 65% !important;
	} */
/* 	.txt-eye #n2-ss-14item1 {
    	font-size: 45px !important;
	} */
	.img-caption-wrap .image-caption-box h2{
		font-size: 18px !important;
		line-height: 1.4;
	}
	.custom-header .btn-custom-link-mb a {
    	margin: 1% 41%;
	}
}

/*=== CUSTOM MEDIA QUERY FOR HEADER SECTION ONLY === */
@media screen and (max-width: 1280px) and (min-width: 1026px) {

	.custom-header-one{
		display: none;
	}
	.custom-header-two{
		display: block;
	}

}

/*=== IPAD'S === */
@media screen and (max-width:768px){
	.site-logo-img img {
    	width: 75% !important;
	}
	.p-wrap {
       	padding-right: 0;
    }
/* 	.eye-wrap, .precision-wrap, .experience-wrap{
		max-width:100% !important;
	}
	.eye-wrap .n2-ss-layer-row.n-uc-swrlzlTOfUax-inner {
    	padding: 20px !important;
	}
	.txt-eye #n2-ss-14item1, .txt-focus #n2-ss-14item6, .txt-precision div#n2-ss-14item9, .txt-experience div#n2-ss-14item12  {
    	font-size: 30px !important;
		margin-bottom:15px !important;
	}
	.txt-premier p, .txt-premier-two p, .txt-highly p, .txt-more p{
		font-size:16px !important;
	} */
	.img-caption-wrap .image-caption-box h2{
		font-size: 16px !important;
	}
	.custom-header .btn-custom-link-mb a {
    	margin: 1% 37%;
	}

}

/*=== MOBILE === */
@media screen and (max-width:500px){
	.site-logo-img img {
    	width: 90% !important;
	}
	.btn-inline{
		position:relative !Important;
		bottom:0 !Important;
	}
	.btn-sched {
    	position: unset;
		margin-top: 20px;
	}
	.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"], .contact-form-wrap input[type="tel"]{
    	width: 100% !important;
	}
	.contact-form-wrap .wpcf7-form input.wpcf7-form-control.wpcf7-submit{
		width: 100% !important;
    	margin-top: 20px;
	}
	.img-caption-wrap .image-caption-box h2{
		font-size: 25px !important;
	}
	.custom-header .btn-custom-link-mb a {
    	margin: 1% 24%;
	}

	
}


