/*
Theme Name: JCIDM
Theme URI: https://www.jcidm.com/
Author: JCIDM
Author URI: https://www.jcidm.com
Version: 2.15
License URI: https://www.jcidm.com
*/

* {
    box-sizing: border-box;
}

.clearfix::after {
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	line-height:0;
	clear:both
}

/********** HEADER **********/

a#logo {
    float: left;
    padding: 20px 0;
}



/********** SLIDESHOW **********/

.home-slideshow {
    position: relative;
    border-bottom: 7px solid #015299;
}

.mobile-slideshow, a.mobile-btn {
    display: none;	
}

.slide-container {
    width: 100%;
    max-width: 1280px;
    position: absolute;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    top: 45px;
    padding: 0 40px;
}

.slide-title {
    font-size: 66px;
    line-height: 71px;
    font-weight: bold;
    color: #015399;
}

.slide-caption {
    width: 100%;
    max-width: 540px;
	margin-top: 55px;
}

.slide-caption p {
    color: #2A2A2A;
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0 20px 0;
}

a.form-btn {
    display: block;
    max-width: 225px;
    width: 100%;
    background: #B6000C;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.form-btn:hover {
	text-decoration: none;
    background: #c7000d;	
}



/********** REVIEWS HOME **********/

.review-wrap {
    position: relative;
    padding: 70px 0;
    border-bottom: 8px solid #0168b6;
}

/*
.review-wrap .uk-container {
    max-width: 100%;
    width: 860px;
}
*/

.review-sub {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
	margin-bottom: 10px;
}

.review-title {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 36px;
    line-height: 49px;
    font-weight: 400;
    margin: 0 auto 20px auto;
}

.review-title span {
	font-weight: 600;
}

.review-slider {
    font-size: 18px;
    line-height: 31px;
    font-style: italic;
    margin: 0 auto;
    padding: 0 40px;
}

.review-slider cite {
    font-style: normal;
    margin-top: 15px;
    display: block;
}

a.review-btn {
    display: block;
    max-width: 360px;
    background: #DD0011;
    color: #fff;
    padding: 13px 5px;
    font-size: 15px;
    border-radius: 30px;
    margin: 45px auto 0 auto;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.review-btn span {
    margin-left: 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}

a.review-btn:hover svg {
	margin-left: 8px;
}

a.review-btn:hover {
    background: #ec0214;
    text-decoration: none;
}



/********** SIDEBAR **********/

.doc-wrap {
    background: whitesmoke;
    border: 1px solid #d6d6d6;
    padding: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin: 0 auto 20px auto;
}

.sidebar-title {
    position: relative;
    color: #145A7F;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2C7CB5;
}

.sidebar-title span {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
}

img.dr-pic {
    display: block;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
}

.doc-wrap p {
    font-size: 16px;
    font-style: italic;
}

.doc-name {
    font-weight: 400;
    font-size: 19px;
    border-left: 2px solid #2C7CB5;
    padding-left: 10px;
}

.doc-phone {
    text-align: center;
    margin-top: 10px;
    font-size: 21px;
    line-height: 33px;
    color: #f50000;
    font-style: normal;
    font-weight: 400;
}

.doc-phone span {
    display: block;
    font-weight: 600;
    font-size: 28px;
}

a.question-btn, a.appointment-btn {
    display: block;
    margin: 20px auto 20px auto;
    background: #2C7CB5;
    color: #fff;
    max-width: 330px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.question-btn span, a.appointment-btn span {
    display: block;
    font-weight: 400;
    font-size: 21px;
    font-style: italic;
}

a.question-btn:hover {
    background: #2d96e0;
}

a.appointment-btn {
    font-size: 21px;
    background: #DD0011;	
}

a.appointment-btn:hover {
    background: #ff0014;
}



/********** CONTACT US PAGE **********/

.contact-title {
    text-align: center;
    font-size: 43px;
    font-weight: 600;
    color: #345c98;
}

.contact-sub {
    text-align: center;
    font-size: 19px;
    margin-bottom: 50px;
}

.contact-wrap {
    margin-bottom: 50px;
}

.contact-info {
	text-align: center;
}

.contact-info svg {
    font-size: 50px;
    color: #0167c1;
    margin-bottom: 14px;
}

.ctitle {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-info p {
    text-align: center;
    font-size: 15px;
}

.contact-info p a {
    display: block;
    word-break: break-all;
}

.contact-form p {
	margin: 0;
}

.contact-form input, .contact-form textarea {
    padding: 14px 15px;
    border: 1px solid #e2e1e1;
    border-left: 4px solid #0167c1;	
    background: #efefef;
    width: 100%;
	font-size: 16px;
}

.contact-form textarea {
	height: 175px;
}

.contact-form input.submit {
    display: block;	
	cursor: pointer;
    color: #fff;
    background: #DD0011;
    font-weight: 600;
    border-radius: 50px;
    max-width: 275px;
	border: 0;
    padding: 12px 10px;
    font-size: 17px;
    margin: 10px auto 0 auto;
    text-transform: uppercase;	
}

.contact-form input.wpcf7-not-valid {
    border: 1px solid #b6000c;
    border-left: 4px solid #b6000c;	
    background: #ffbaba;
}

.screen-reader-response {
    display: none;
}

.googlemap {
    position: relative;
    padding: 0;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    border: 3px solid #e2e1e1;	
}

.googlemap iframe {
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none;
}

.screen-reader-response {
    text-align: center;
    margin-bottom: 10px;
}





/********** SCHEDULE CONSULTATION POP UP FORM **********/

.form-wrap2 {
    padding: 0 30px 30px 30px;
}

#modal-schedule .uk-modal-body {
    padding: 0;
}

.schedule-form-title {
    font-size: 33px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    padding: 16px 10px;	
    background: #015399;
}

.schedule-form-title span {
    font-weight: bold;
    color: #fff;
}

p.schedule-sub {
    padding: 10px 30px;
    text-align: center;
    font-size: 16px;
    background: #f1f1f1;
    border-bottom: 1px solid #dedede;
	margin-top: 0;
}

.schedule-form input#phone {
    float: left;	
	width: 49%;
	margin-right: 1%;	
}

.schedule-form input#emailaddress {
    float: left;	
	width: 49%;
	margin-left: 1%;
}

.schedule-form input#preferreddate  {
    float: left;	
	width: 49%;
	margin-right: 1%;	
}

.schedule-form input#preferredtime {
    float: left;	
	width: 49%;
	margin-left: 1%;
}

.schedule-form input,
.schedule-form textarea {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: none;
    background: whitesmoke;
    border: 1px solid #dedede;
    padding: 10px;
    font-size: 15px;
    line-height: 16px;
}

.schedule-form textarea {
	height: 120px;
}

.schedule-form input.submit {
    outline: none;
    background: #D00000;
    font-weight: 500;
    font-size: 22px;
    padding: 16px 10px;
    cursor: pointer;
    margin: 0;
}

.schedule-form input.submit:hover {
    background: #f90202;
}

.schedule-form p {
    margin: 0;
}

.schedule-form input.wpcf7-not-valid {
    border: 1px solid #b6000c;
    background: #ffbaba;
}

.schedule-form span.wpcf7-not-valid-tip {
    display: none;
}



/********** INTERIOR FEATURED **********/
.featured-interior {
	position: relative;
    padding: 4px;
    margin: 0 0 20px 0;
    background: whitesmoke;
    border: 1px solid #d5e0e5;
    -webkit-box-shadow: 0 10px 6px -6px #0000001c;
    -moz-box-shadow: 0 10px 6px -6px #0000001c;
    box-shadow: 0 10px 6px -6px #0000001c;
}

a.form-btn-interior {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    max-width: 340px;
    background: #f7d01d;
    text-align: center;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 6px -6px #0000001c;
    -moz-box-shadow: 0 10px 6px -6px #0000001c;
    box-shadow: 0 10px 6px -6px #0000001c;
    -webkit-animation: btnWiggle 4s infinite;
    -moz-animation: btnWiggle 4s infinite;
    -o-animation: btnWiggle 4s infinite;
    animation: btnWiggle 4s infinite;
}

a.form-btn-interior i {
    margin-right: 6px;
}

a.form-btn-interior span {
    display: block;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
}

a.form-btn-interior:hover {
    color: #000;
    background: #ffdb3e;
    text-decoration: none;	
}

.screen-reader-response {
    text-align: center;
    margin-bottom: 10px;
}



/********** REVIEWS PAGE **********/

.review-wrap2 {
	display:block;
	margin:25px 0 40px 0;
	width:100%;
	height:auto;
	position:relative;
	padding:50px 20px 15px;
	border:1px solid #e1e1e1;
	background:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	float:left;
}

.review-wrap2:nth-of-type(odd){
	clear:both;
}

.review-wrap2:nth-of-type(even){
	margin-right:0;
}

.review-icon{
	margin:0 auto;
	width:96px;
	height:96px;
	padding:10px;
	display:block;
	background:#0167c1;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	position:absolute;
	top:-48px;
	left:0;
	right:0;
	border:8px solid #fff;
	color:#fff;
	font-size:44px;
	line-height:62px;
	text-align:center;
}

.entry-content .review-wrap2 .stars p{
	margin-bottom:15px;
	padding-bottom:0;
	color:#ecb624;
	font-size:18px;	
}

.stars i {
    margin-right: 4px;
}

.stars i:last-child {
    margin-right: 0;
}

.entry-content .review-wrap2  p.review-from{
	position:relative;
	font-size:16px;
	line-height:22px;
	font-weight:700;
	text-align:right;
	display:block;
	color:#000;
	margin:0 0 20px;
	padding:0;
}

.entry-content .review-wrap2  p.review-from::before{
	content:'- '
}

.entry-content .review-wrap2 .the-review{
	margin-bottom:20px;
}

.entry-content .review-wrap2 .the-review p {
	text-align: left;
}

.entry-content .review-wrap2 p.review-from {
    position: relative;
    font-size: 23px;
    line-height: 22px;
    text-align: right;
    display: block;
    color: #000;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 300;
}

.page-id-734 .entry-content {
    padding-top: 0px;
}



/********** FOOTER **********/

footer {
    padding: 50px 0;
    color: #fff;
    background: #0F3E84;
}

.footer-title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.footer-info {
    line-height: 25px;
    width: 360px;
}

.footer-info span.block {
    display: block;
    max-width: 245px;
}

.footer-info span {
    font-weight: 600;
}

.footer-info i {
    width: 20px;
}

.footer-info a {
	color: #fff;
}

.business-hours {
    max-width: 402px;
    margin: 0 auto;	
    line-height: 32px;
	margin-left: 70px;
}

.business-hours span {
    width: 112px;
    display: inline-block;
}

.footer-soc {
    float: right;
    text-align: right;
}

.footer-soc a {
    color: #fff;
    margin-left: 15px;
    width: 40px;
    height: 40px;
	line-height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    display: block;
    float: left;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}

.footer-soc a:hover {
    opacity: .75;
}

.footer-soc a i{
    font-size: 21px;
}

a#seo {
    display: block;
    float: right;
    clear: right;
    margin-top: 114px;
	max-width: 190px;
}

a#seo:hover img {
	opacity: .85;
}

.copyright-footer {
    padding: 18px 0 10px 0;
    text-align: center;
    background: #2869CB;
    color: #fff;
    font-size: 14px;
}