/*
Theme Name: Schema Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

@import url("../mts_schema/style.css");

/* general */
.wprs_unslider-wrap.wprs_unslider-carousel > li {
    margin: 0px !important;
    box-sizing: border-box;
}

.wpsm_team_2_member_wrapper_inner p {
    font-size: 14px !important;
    color: black !important;
}
.page-id-3891 h6 { margin-bottom: 40px; }
#header {
    background: #fff;
}
.main-header {
    background: #1bbbe7;
}
#header .logo-wrap {
    padding: 0;
    margin: 0;
    position: absolute;
}
.pagebtn {
    width: 22%;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    background: #1bbbe7;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
}
.btn {
    color: #fff !important;
    background: #1bbbe7;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
}
.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignnone {
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.noBorder {
    border: 0px;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

/* header */
#primary-navigation .header-social-icons a,
.header-social-icons a {
    float: left;
    margin-left: 18px;
    font-size: 24px;
    padding: 5px 10px 5px;
}
div.header-social-icons {
    background: #1bbbe7;
}
div.header-social-icons:before {
    border-color: rgba(0, 0, 0, 0) #1bbbe7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.main-header p.phone {
    color: #fff;
    float: left;
    padding-top: 8px;
    font-size: 17px;
    margin-bottom: 0px;
    text-align: center;
}
#searchform {
    padding-bottom: 2px;
}
.main-header p.phone span {
    font-size: 24px;
}
#primary-navigation p.phone a {
    margin: 0px;
    font-size: 15px;
}
#primary-navigation a {
    padding: 0px;
    color: #bf3885;
}
#page.homepage {
    width: 100%;
    max-width: 100%;
}
#google_translate_element {
    width: 30%;
    float: right;
}
.navigation ul ul {
    position: absolute;
    width: auto;
}
.navigation ul ul ul {
    left: 190px;
}
.carousel-caption {
    text-align: center;
    padding-right: 2%;
    text-shadow: none;
    width: 48%;
    float: left;
}

.carousel-caption h1 {
    text-transform: none;
    margin-bottom: 5px;
    color: #fff;
    font-size: calc(26px + 1vw);
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
}
.carousel-caption p {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.carousel-caption a {
    background-color: #565a5c;
    border: none;
    box-shadow: none;
    color: #fff;
    background: rgb(170, 174, 93);
    border-style: none;
    padding: 9px 27px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.43;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
}

.carousel-caption a:hover {
    background-color: rgb(27, 187, 231);
}

.carousel-inner img,
.carousel-inner video {
    width: 100%;
}
.carousel-video {
    height: 60vh;
    background: rgb(27, 187, 231); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(27, 187, 231, 1) 0%, rgba(38, 154, 226, 1) 50%, rgba(27, 187, 231, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(27, 187, 231, 1) 0%, rgba(38, 154, 226, 1) 50%, rgba(27, 187, 231, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(27, 187, 231, 1) 0%, rgba(38, 154, 226, 1) 50%, rgba(27, 187, 231, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.carousel-video .carousel-inner {
    height: 100%;
}
.carousel-video .carousel-inner .item {
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10vh 0 5vh 0;
    width: 70%;
    margin-top: -40px;
}
.carousel-video .carousel-inner .item video {
    float: right;
    width: 20%;
}
@media (max-width: 1150px) {
    .carousel-video .carousel-inner .item {
        width: 90%;
    }
    .carousel-caption h1 {
        font-size: 26px;
    }
}
/*@media (max-width: 1600px) {
	.carousel-video {height:700px;}
}
@media (max-width: 1366px) {
	.carousel-video {height:600px;}
}
@media (max-width: 1150px) {
	.carousel-video {
		height: 400px;
	}
	.carousel-caption h1 {
		font-size: 25px;
	}
	.carousel-caption p {
		font-size:15px;
		margin-bottom:15px;
	}
	.carousel-caption a {
		padding: 5px 20px;
		font-size: 14px;
	}
}
*/

.easy_t_single_testimonial blockquote.easy_testimonial {
    border: 0;
    padding: 10px 10px 10px 20px !important;
}
/* welcome */
.welcome {
    width: 100%;
    height: auto;
    padding: 50px 0px 30px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(108, 71, 156, 1)), color-stop(52%, rgba(146, 118, 182, 1)), color-stop(100%, rgba(109, 73, 157, 1)));
    background: -webkit-linear-gradient(left, rgba(108, 71, 156, 1) 0%, rgba(146, 118, 182, 1) 52%, rgba(109, 73, 157, 1) 100%);
    background: -o-linear-gradient(left, rgba(108, 71, 156, 1) 0%, rgba(146, 118, 182, 1) 52%, rgba(109, 73, 157, 1) 100%);
    background: -ms-linear-gradient(left, rgba(108, 71, 156, 1) 0%, rgba(146, 118, 182, 1) 52%, rgba(109, 73, 157, 1) 100%);
    background: linear-gradient(to right, rgba(108, 71, 156, 1) 0%, rgba(146, 118, 182, 1) 52%, rgba(109, 73, 157, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c479c', endColorstr='#6d499d',GradientType=1 );
    margin-bottom: 50px;
}
.welcome h1 {
    text-align: center;
    color: #fff;
}
.welcome p,
.welcome h3,
.welcome a,
.welcome ul {
    color: #fff;
}
.welcome p {
    font-size: 16px;
}
.welcome a:hover {
    color: rgb(27, 187, 231);
}
/*
.welcome img {
    width: 35%;
}
	*/

.widget-title {
    text-align: center;
}
.leftarea {
    float: left;
    width: 65%;
    margin-right: 5%;
}
.rightarea {
    float: right;
    width: 30%;
}
.home-widgets .textwidget {
    height: 290px;
    overflow: hidden;
}

.home-widgets img {
    width: 100%;
    min-height: 290px;
}

/* home boxes */
.homepage .container {
    width: 80%;
    max-width: 80%;
}
.home-widgets .f-widget {
    float: left;
    margin-right: 2%;
    width: 32%;
    position: relative;
}
.home-widgets.widgets-num-3 .f-widget:nth-child(3n) {
    margin-right: 0;
}
.home-widgets .f-widget h3,
a.homepagewidgetlink {
    position: absolute;
    bottom: 10%;
    padding-bottom: 5%;
    padding-top: 20%;
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

blockquote.easy_testimonial p {
    font-size: 22px;
    line-height: 28px;
}

/* inner pages */
.article {
    width: 99.5%;
}
.page h1.title {
    margin-bottom: 20px;
}

.hide-d {
    display: none;
}

.single_post {
    background: none;
}

/* Blog main page */
.front-view-content {
    width: 75%;
    padding-right: 5%;
}
#featured-thumbnail {
    float: right;
    width: 20%;
}
.copyrights a,
.copyrights {
    color: #fff !important;
}
#logo a {
    float: none !important;
}

.footer-widgets h3 {
    text-align: center;
}

.testimonial-listing {
    border-bottom: 1px dotted #dddddd;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 0 0;
}

.col-sm-4 {
    width: 32.33%;
    padding-right: 1%;
    float: left;
}
.col-sm-8 {
    width: 64.33%;
    padding: 0px 1%;
    float: left;
}

/* mobile */
@media screen and (max-width: 1152px) {
    #secondary-navigation a {
        padding: 24px 6px;
    }
    .home-widgets:after {
        display: block;
        content: "";
        clear: both;
        position: relative;
    }
    .home-widgets .textwidget {
        height: 170px;
    }
    .textwidget p a:last-of-type {
        bottom: 15px;
    }
    .f-widget .widget {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 880px) {
    a#pull {
        margin: 0px !important;
    }
    .home-widgets .textwidget {
        height: 201px;
    }
    .leftarea,
    .rightarea {
        width: 100%;
        display: block;
    }
    .col-sm-4,
    .col-sm-8 {
        width: 98%;
        padding: 1%;
    }

    .pagebtn {
        width: 99%;
        margin: 2px 0;
    }
    #google_translate_element {
        width: 100%;
        float: none;
    }
    .textwidget {
        height: 200px;
        overflow: hidden;
    }
    #header .logo-wrap {
        padding: 10px 0;
        margin: 0;
        top: 0px;
        position: relative;
    }
    .hide-d {
        display: block;
    }
    .mobileBtn {
        margin-bottom: 0px;
    }
    .mobileBtn a,
    .hours {
        display: block;
        color: #fff;
        text-align: center;
        background: #1bbbe7;
        padding: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        margin: 10px !important;
    }
    .mobileBtn.phoneBtn {
        font-size: 20px;
    }
    .mobileBtn a:hover,
    .mobileBtn a:visited {
        color: #fff;
    }
    .carousel-video {
        display: none;
    }
    .welcome {
        padding-top: 30px;
    }
    .welcome a {
        color: #fff;
    }
    .home-widgets .f-widget {
        margin-right: 0;
        width: 100%;
    }
    .welcome img {
        width: 100%;
    }
    .footer-widgets.widgets-num-4 .f-widget:nth-child(even),
    .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
    .footer-widgets.widgets-num-4 .f-widget,
    .footer-widgets.widgets-num-3 .f-widget {
        width: 100% !important;
        max-width: 100% !important;
    }
    /* 	.post-content img{width:100%; height:auto;} */
    div.header-social-icons {
        float: none !important;
        text-align: center;
        background: none !important;
        margin-left: -10px !important;
        padding-left: 0px !important;
    }
    div.header-social-icons a {
        float: none;
        display: inline-block;
        position: relative;
        z-index: 9999;
    }
    .header-social-icons {
        text-align: Center;
        float: none !important;
    }
    .header-social-icons a {
        display: inline-block;
        font-size: 40px !important;
        width: 47px !important;
        line-height: 34px;
        color: #333 !important;
    }
}

/*Handicap Plugin Restyle */
.accessibility-location-right .accessability_container {
    right: -180px !important;
}
.accessibility-location-right .accessability_container.active {
    right: 0 !important;
}
.access_container_inner {
    margin-top: 5px;
}
body .accessability_container.dark_theme .a_module {
    margin-bottom: 5px;
    border: 0;
}
body .accessability_container button.wah-action-button {
    font-size: 13px !important;
    border-radius: 3px;
}
.accessability_container.dark_theme.active button.aicon_link {
    background-color: #fff !important;
    color: #000 !important;
}
.wahout.aicon_link {
    top: 5px;
    border-radius: 5px;
}
button.close_container {
    line-height: 28px;
    height: 28px;
    border-radius: 3px;
}
html .a_module_title {
    display: none !important;
}
html button.wahout.aicon_link img {
    opacity: 0;
    display: none;
    visibility: hidden;
}
html button.aicon_link {
    background-color: #29627d !important;
}
html button.wahout.aicon_link:before {
    font-family: fontAwesome;
    content: "\f193";
    line-height: 48px;
    color: #fff;
    font-size: 32px;
}
.dark_theme.active button.wahout.aicon_link:before {
    color: #000 !important;
}
html body .accessability_container {
    width: 180px !important;
    height: 100%;
    max-height: 405px;
}
body .access_container_inner .a_module {
    border: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (min-width: 880px) {
    #site-footer .footer-widgets .f-widget {
        width: 48% !important;
        margin-right: 2%;
        float: left;
    }
    .review-us-buttons {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .review-us-buttons div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.review-us-buttons .btn {
    margin: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
}

.review-us-buttons div {
    text-align: center;
}

/* Rating System */

.dm-rate-us a:before {
    font-family: FontAwesome;
}
.dm-rate-us .rtg,
.dm-rate-us > a {
    display: inline-block;
    position: relative;
}
.dm-rate-us .rtg {
    text-align: center;
    float: none;
    direction: rtl;
    margin-left: 0;
}
.dm-rate-us > a {
    color: #184755 !important;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    text-decoration: none;
    line-height: 34px;
    padding: 0 1px;
    font-size: 25px;
}
.dm-rate-us a:visited {
    color: #cb7b14;
}
.dm-rate-us span {
    font-size: 20px;
    margin-right: 7px;
    color: #fff;
    position: relative;
    text-transform: none;
    top: 0;
}
.dm-rate-us a:hover:before {
    content: "\f005";
    color: #d89947 !important;
}
.dm-rate-us a:hover {
    color: #d89947 !important;
}
.rtg > a:hover:before,
.rtg > a:hover ~ a:before {
    content: "\f005";
    color: #e1c851 !important;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

add to style.css under 880 media query .dm-rate-us span {
    font-size: 21px;
    color: #111;
}
.rtg a {
    color: #111;
}
.dm-rate-us a:visited {
    color: #111;
}
.dm-rate-us .rtg {
    text-align: center;
    float: none;
    direction: rtl;
    margin-left: 0;
    font-size: 23px;
}
.dm-rate-us {
    display: block;
    position: relative;
    color: #0f5837;
    text-transform: uppercase;
    margin: 10px 15px;
    text-align: center;
    display: block;
    color: #111;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 10px !important;
}

.review-link {
    color: #000 !important;
}

.wprs_unslider p {
    color: black !important;
}
/*
.wprevpro_t1_rname {
    color: white !important;
}
*/
.buttonToAuto {
    position: absolute;
    top: 45%;
    left: 25%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    transform: translateY(-50%);
    color: #fff;
}
.buttonToAuto.hideMe {
    opacity: 0;
    visibility: hidden;
}
.buttonToAuto i {
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 12px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    position: relative;
    top: -5px;
    left: -4px;
}
.buttonToAuto .fa-play:before {
    content: "\f04b";
    position: relative;
    left: 2px;
    top: -2px;
}
.buttonToAuto a {
    color: #fff;
    font-size: 26px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    font-family: Avenir-Light, sans-serif;
    font-style: italic;
}
.flyImg.hideIt {
    opacity: 0 !important;
    visibility: hidden !important;
}
.noBefore:before {
    opacity: 0 !important;
    visibility: hidden;
}

.buttonToAuto {
    display: none;
}

a.like-p {
    font-size: 17px !important;
    color: #fff !important;
}

div#text-9 {
    margin-top: -20px;
}

a.like-p h3 {
    margin-bottom: -11px;
}

#site-footer .f-widget.f-widget-1 {
    display: none;
}

@media (min-width: 768px) {
    .f-welcome {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        flex: 1;
    }
}

.testimonials {
    padding: 2.5rem 0;
}
