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

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
/*--- mobile-buttons ---*/
.mobile-buttons {
	display: none;
}
.home-offers__item:nth-child(1) {
	background: #72c5d3 !important;
}
.home-offers p { font-weight: 600; }

.inner-page-slider {
    float: left;
    width: 100%;
    height: 500px;
    position: relative;
}
.video_holder {
    position: relative;
    overflow: hidden;
    height: 750px;
}

#logo a {
    font-weight: bold !important;
}

.post-content *, .ct-template .c6 { color: #fff; }
.ct-template .c6 { font-size: 20px; font-weight: 600; }

.ct-template .c6 input { color: #000; }

.post-content p, .post-content li {
	font-size: 20px;
	line-height: 32px;
}

h1.dr-logo__title a {
    font-weight: bold;
}
.video_holder video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.home-offers__item:nth-child(2) {
    position: relative;
}
.home-services__item {
    width: 33.33%;
    margin: 0px 0px 10px !important;
    float: left;
}

.home-offers__item.home-offers__item--uppercase {
    flex-wrap: wrap;
    display: block;
    align-items: center;
    justify-content: center;
}

a.btn { background: #eddd5c !important; color: #000 !important; }

* {
    /* box-sizing: border-box; */
}

.main-nav__group {
    /* display: none; */
}

.main-nav__group p, .main-nav__group div {
    display: none !important;
}

#logo {}

.main-nav__item.dr-logo
 > * {
    margin: 0px;
}

.main-slider__item:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    topš: 0px;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

.main-slider__inner {
    position: relative;
    z-index: 10;
}

.navigation > ul > li.current-menu-item {
	background: #72c5d3;
}
.main-navigation ul li.current-menu-item a {
	color: #fff !important;
}

.home-offers__item.home-offers__item--uppercase * {
    color: #fff;
}
.home-offers__item:nth-child(2):before {
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}
.home-offers__item--uppercase img { max-width: 90%; }

.home-offers__item:nth-child(2) * {
    position: relative;
    z-index: 1;
}
.carousel-caption {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}
#page .carousel-caption h2 {
    color: #fff;
    font-size: 53px;
    text-shadow: 0px 1px 1px #000;
    font-weight: bold;
}

footer.main-footer * {
    color: #000 !important;
}

footer.main-footer * {
    font-weight: bold;
    list-style: none;
    margin: 0px;
}

.arc-wrapper.my-arc h3 span {
    color: #e0c389;
    font-weight: bold;
}
.carousel-caption a {
    display: inline-block;
    background-color: #d16f55;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}
.inner-page-slider .main-slider__background {
	background-position: 50% 15%;
}
.services-item .wda-link {
	display: block;
	width: 100%;
	position: relative;
}
.home-services__inner {
    align-items: end;
}
.wda-content p {
    font-size: 16px;
    text-transform: none !important;
}
.arc-wrapper > span:nth-child(2) {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    height: 110px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100px;
    margin: 25px auto;
    left: 0px;
    right: 0px;
    filter: brightness(0) invert(1);
}
.home-services__item:last-child .arc-wrapper > span:nth-child(2) {
	filter: inherit;
	width: 100%;
	height: 200px;
}
.services-item {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.services-item:hover {
    transform: scale(1.05);
}
html .home-services__inner {
    align-items: end;
}
/***--- Mobile and Tablets ---***/
@media screen and (max-width: 865px) {

	/*--- Navigation ---*/
	a.toggle-mobile-navigation {
		position: relative;
		display: flex;
		margin: 0;
		padding: 0!important;
		height: 22px;
		width: 20px;
		background: transparent;
		border: 0;
		line-height: 1;
	}

	a.toggle-mobile-navigation::after {
		content: '\f0c9';
		font-family: FontAwesome;
		color: #3F4D57;
		top: auto;
		right: 0;
		display: flex;
		font-size: 22px;
		font-weight: 400;
	}

	.main-container {
		position: relative;
		left: 0;
		transition: left 500ms ease;
	}
	.mobile-menu-active .main-container {
		left: 300px;
		transition: left 500ms ease;
	}
	.navigation.mobile-menu-wrapper {
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100%;
		background-color: #222;
		border-right: 1px solid rgba(0, 0, 0, 0.2);
		overflow: auto;
		transition: left 500ms ease;
		-webkit-backface-visibility: hidden;
		box-sizing: border-box;
		overflow-x: hidden;
	}
	.mobile-menu-active .navigation.mobile-menu-wrapper {
		left: 0;
		z-index: 1111;
	}
	.navigation ul li {
		width: 100%;
		display: block;
	}
	.navigation ul li a {
		padding: 9px;
		width: 100%;

		color: #fff!important;
	}
	.navigation ul li:hover {
		background: none
	}
	.navigation ul ul a {
		width: 100%;
		border: none;
	}
	.navigation ul ul {
		position: static;
		width: 100%;
		border: none;
	}
	.navigation ul ul li {
		background: none;
		width: 100%;
	}
	.navigation i { display: inline }
	.navigation ul ul a { padding: 9px 18px !important }
	.navigation ul ul ul a { padding: 9px 27px !important }
	.navigation ul ul ul ul a { padding: 9px 36px !important }
	.navigation .toggle-caret {
		display: block;
		width: 42px;
		height: 42px;
		line-height: 42px;
		color: #fff;
		border-left: 1px solid rgba(0, 0, 0, 0.2);
		top: 0;
	}
	.navigation .menu-item-has-children > a:after { content: '' }
	#mobile-menu-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		cursor: pointer;
		display: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background: rgba(0,0,0,.5);
	}
	html.noscroll {
		position: fixed;
		overflow-y: scroll;
		width: 100%;
	}
	/*--- END OF Navigation ---*/

	/*--- mobile-buttons ---*/
	.mobile-buttons {
		display: block;
	}
	.mobile-buttons__btn {
		margin-bottom: 0px;
	}
	.mobile-buttons__btn--phone {
		font-size: 20px;
	}
	.mobile-buttons__link {
		display: block;
		color: #fff;
		text-align: center;
		padding: 10px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		margin: 10px !important;
	}
	.mobile-buttons__link:hover,
	.mobile-buttons__link:visited {
		color: #fff;
	}
	.mobile-buttons .socials-list {
		margin: 10px;
	}
	/*--- END OF mobile-buttons ---*/

}
/***--- END OF Mobile and Tablets ---***/

/* OVERRIDE */
/* Owl */
.owl-prev,
.owl-next {
 background-color: transparent!important;
 width: 40px!important;
 transition: all .3s ease;
}
.owl-prev:hover,
.owl-next:hover {
	background-color: transparent!important;
	opacity: .7;
}
html .postauthor {
    width: 100%;
    box-sizing: border-box;
    left: 0px;
    margin: 0px auto 20px;
}
.owl-nav .fa {
	line-height: 48px!important;
    font-size: 48px;
}
div#content_box {
    max-width: 1300px;
    margin: 0px auto;
    float: none;
    box-sizing: border-box;
    padding: 0px 15px;
}
html .single-title {
    font-weight: 300;
    font-size: 32px;
    color: #222222;

}
/* THEME OPTIONS */
.page {

	font-size: 16px;
	color: #000;
}
.page h1 {
	margin-bottom: 30px;
}
.page h1,
.page h2,
.page h3,
.page h4 {

	line-height: 1.2;
}
.page h1,
.page h2 {
	font-size: 36px;
}
.page h1 {
	color: #D16F55;
}
.page h3 {
	font-size: 30px;
}



/* --- parent theme ---*/
#page {
	padding: 0;
	max-width: 100%;
	background: #72c5d3;
}
.post-content { padding-bottom: 50px; }
/*--- other pages ---*/
.article {
	width: 100%;
	margin:0px auto;
	box-shadow: 0px 0px 0px;
	padding:15px;
	box-sizing: border-box;
}

/* NAVIGATION */

@media (min-width: 865px) {

	/*--- header ---*/

	/*--- navigation ---*/
	.main-navigation ul {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.main-navigation ul li.current-menu-item a {
		color: #D16F55;
	}
	.main-navigation ul li.menu-item-has-children > a {
		padding-right: 24px;
	}
	.main-navigation ul li.menu-item-has-children > a:after {
		right: 7px;
	}
	.main-navigation ul li:hover>a {
		color: #72c5d3;
	}
	.main-navigation ul li a {
		text-transform: uppercase;
		padding: 5px 12px;
		font-size: 14px;
		font-weight: bold;
	}
	.main-navigation ul ul {
		width: auto;
		min-width: 12rem;
		background: #fff;
	}
	/* sub-navigation */
	.main-navigation ul ul li {
		width: 100%;
	}
	.main-navigation ul ul li a {
		width: 100%;
		padding: 10px 20px;
		color: #7f7f7f;
		font-size: 16px;
	}
	.main-navigation ul ul li:hover a {
		background-color: rgba(0,0,0,.03);
		color: #7f7f7f;
		opacity: 0.7;
	}

}

/*--- footer ---*/
footer {
	margin-top: 0;
}

/* MAIN-STYLES */
.page-single {
	position: relative;
	padding: 60px 0;
}
.container {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.socials-list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.socials-list__item {
	font-size: 22px;
	width: 30px;
	height: 30px;
	color: #C0C0C0;
	border: 2px solid #C0C0C0;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding: 0px !important;
}
.socials-list__item {
	margin-left: 10px;
}
.btn {
	display: inline-block;
	padding: 15px 20px;

	line-height: 1;
	font-size: 16px;
	text-transform: uppercase;
	transition: all .3s ease;
}
.btn--primary {
	color: #fff;
	background-color: #D16F55;
}
.btn--second {
	color: #D16F55;
	border: 2px solid #3F4D57;
}
/* hover */
.btn--primary:hover {
	color: #fff;
	background-color: #B7573D;
}
.btn--second:hover {
	color: #fff;
    background-color: #3F4D57;
    border: 2px solid #fff;
}

@media (min-width: 865px) {
	.page-single {
		display: flex;
	}
	.page-single__main,
	.page-single__sidebar {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.page-single__main {
		flex-basis: 65%;
		max-width: 65%;
	}
	.page-single__sidebar {
		flex-basis: 35%;
		max-width: 35%;
	}
	.btn {
		font-size: 18px;
		padding: 20px;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.socials-list__item {
		width: 34px;
		height: 34px;
	}
}


/* MAIN-HEAD */
/* main-nav */
.main-head__inner {
	padding-left: 15px;
	padding-right: 15px;
}
.main-nav {
	position: relative;
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.main-nav__item {
	display: flex;
	align-items: center;
}
.main-nav__group .socials-list {
	display: none;
}
.dr-logo {
	margin-right: auto;
}
.dr-logo__link {
	display: flex;
	flex-direction: column;
}
.dr-logo__img {
	max-width: 200px;
}


@media (min-width: 865px) {
	.main-nav {
		flex-direction: column;
	}
	.dr-logo {
		margin-right: inherit;
		margin-bottom: 20px;
	}
	.dr-logo__img {
		max-width: 300px;
	}
}

@media (min-width: 1200px) {
	.main-nav {
		padding: 15px 0;
		flex-direction: row;
	}
	.main-nav__group .socials-list {
		margin-bottom: 15px;
		display: flex;
	}
	.dr-logo {
		margin-right: auto;
		margin-bottom: 0;
	}
	.dr-logo__img {
		max-width: 350px;
	}
	.main-nav__item--group {
		flex-direction: column;
		align-items: flex-end;
	}
}

/***------------------
	HOME PAGE
------------------***/

/* MAIN SLIDER */
.main-slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main-slider__item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: relative;
}
.main-slider__inner {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}
.main-slider__background {
	position: relative;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: top center;
}
.main-slider__content {
	display: flex;
	flex-direction: column;
	max-width: 500px;
}
.main-slider__title,
.main-slider__subtitle {
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
}
.main-slider__title {
	color: #fff!important;
	margin-bottom: 20px;
	font-size: 40px!important;
}
.main-slider__subtitle {
	margin-bottom: 10px;
	font-size: 28px!important;
}

/* OWL */
.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item {
	height: 100%;
}

@media (min-width: 865px) {
	.main-slider {
		height: 500px;
	}
	.main-slider__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.main-slider__background {
		position: absolute;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.main-slider {
		height: 500px;
	}
	.main-slider__content {
		max-width: 700px;
	}
	.main-slider__title {
		font-size: 60px!important;
	}
	.main-slider__subtitle {
		font-size: 38px!important;
	}
}

@media (min-width: 1600px) {
	.main-slider {
		height: 700px;
	}
	.main-slider__content {
		max-width: 960px;
	}
	.main-slider__title {
		font-size: 43px!important;
	}
	.main-slider__subtitle {
		font-size: 23px!important;
	}
	.main-slider__btn .btn {
		padding: 15px 50px;
		font-size: 20px;
		margin-top: 10px;
	}
}

/* MAIN-SLIDER--SINGLE */
.main-slider--single .main-slider__inner {
	align-items: flex-end;
}
.main-slider--single .main-slider__content {
	margin-bottom: 5%;
}

/* HOME-OFFERS */
.home-offers__inner {
	display: flex;
	flex-direction: column;
}
.home-offers__item:nth-child(1) {
	background-color: #f5907c;
}
.home-offers__item:nth-child(2) {
	background-color: #e0c389;
}
.home-offers__item > * {
	color: #fff;
}
.home-offers__item {
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.home-offers__head {
	margin-bottom: 20px;
}
.home-offers__head--line::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.home-offers__title,
.home-offers__subtitle  {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
.home-offers__title--light {

}
.home-offers__text {
	margin: 0;
}

.home-offers__item .btn {
	margin-top: 20px;
}

@media (min-width: 865px) {
	.home-offers__inner {
		flex-direction: row;
	}
	.home-offers__item {
		flex-basis: 50%;
		max-width: 50%;
	}
	.home-offers__text {
		max-width: 360px;
	}
}

@media (min-width: 1200px) {
	.home-offers__inner {
		flex-direction: row;
	}
	.home-offers__item {
		padding: 50px;
	}
	.home-offers__text {
		max-width: 450px;
    	font-size: 20px;
	}
}

/* HOME-SERVICES */
.home-services {
	position: relative;
	padding: 60px 0;
}
.home-services__inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}
.home-services__item:not(:last-child) {
	margin-bottom: 0px;
}
.home-services__item {
	flex-basis: 100%;
	max-width: 100%;
}
.services-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 280px;

	text-align: center;
	color: #3F4D57;
}
.services-item__img {
	margin-bottom: 15px;
	max-width: 200px;
}
.home-services__text {
	margin: 0;
}
.home-services-list__link {
	color: #3F4D57;
}
/* hover */
.home-services-list__link:hover {
	color: #D16F55;
}

@media (min-width: 576px) {
	.home-services__inner {
		flex-direction: row;
	}
	.home-services__item {
		flex-basis: 50%;
		max-width: 50%;
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.home-services__inner--col-3 .home-services__item {
		flex-basis: 33.3333%;
		max-width: 33.3333%;
	}
	.services-item__img {
		max-width: 220px;
		height: 220px!important;
	}
}
@media (min-width: 1200px) {
	.home-services {
		padding: 120px 0;
	}
	.services-item {
		font-size: 18px;
	}
}

/* HOME-TESTIMONIALS */
.home-testimonials {
	position: relative;
    padding: 60px 120px 120px 120px;
	background-color: #3F4D57;
}
.home-testimonials .owl-prev {
    transform: translateX(-120px);
}
.home-testimonials .owl-next {
    transform: translateX(120px);
}
.home-testimonials__inner > * {
	color: #fff;
}
.home-testimonials__inner {
	margin-left: 15px;
	margin-right: 15px;
}
.home-testimonials__head {
	display: flex;
    align-items: center;
    justify-content: center;
}
.home-testimonials__quote {
    display: block;

	font-size: 150px;
	color: #fff;
	line-height: 1;
	opacity: .55;
}
.home-testimonials__slider {
	text-align: center;
}
/* testimonials-slider */
.testimonials-slider__item {
	padding-left: 40px;
    padding-right: 40px;
	box-sizing:border-box;
	    width: 100%;
}
.testimonials-slider__text {

	font-size: 22px;
}
.testimonials-slider__head {
	margin: 0;
	color: #fff;
}

/* HOME-BLOG */
.home-blog {
	position: relative;
	padding: 60px 0;
}
.home-blog__inner {
	padding-left: 15px;
	padding-right: 15px;
}
.blog-slider__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.blog-slider__image {
	margin-bottom: 10px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.blog-slider__img {
	max-width: 200px;
}
.blog-slider__content {
	max-width: 300px;
}
.blog-slider__title {

    line-height: 1!important;
	color: #D16F55;
	font-size: 24px;
	text-transform: uppercase;
}
.blog-slider__text {
	font-size: 18px;
	color: #000;
}
.blog-slider__meta {

	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}
.blog-slider__btn {
	margin-top: 20px;
}
/* blog-meta */
.blog-meta {
	display: flex;
	flex-wrap: wrap;
}
.blog-meta__link {
	color: #000;
}
/* hover */
.blog-meta__link:hover {
	color: #D16F55;
}
.blog-meta__text:not(:first-child)::before {
	content: '|';
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.blog-meta__text {
	display: inline-flex;
	margin-bottom: 5px;
}
/* owl owerwrite */
.blog-slider .owl-prev,
.blog-slider .owl-next {
	color: #3F4D57
}
.blog-slider__item img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	filter: grayscale(100%);
}
.blog-slider__item {
    margin-bottom: 40px;
}
.blog-slider__item:hover img {
	filter: grayscale(0%) !important;
}
.owl-carousel .owl-item img.blog-slider__img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	filter: grayscale(100%);
	max-width: 200px;
}
li#field_1_1,li#field_1_3 {
    float: left;
    width: 65%;
    clear: none;
}

ul#gform_fields_1 li input,ul#gform_fields_1 li textarea {
    padding: 9px 2px;
    border: 2px solid #3F4D57;
    width: 100% !important;
}

li#field_1_9,li#field_1_2 {
    float: right;
    clear: none;
    width: 35%;
}

ul#gform_fields_1 > li {
    padding: 0px 15px !important;
    box-sizing: border-box;
}

li#field_1_7 {
    float: left;
    clear: none;
    width: 65%;
}

.gform_footer.top_label {
    padding: 0px 15px;
    margin: 20px 0px;
    display: block;
    float: left;
    clear: none !important;
}

.gform_footer.top_label input {
    width: 100% !important;
    max-width: 420px;
    font-size: 20px !important;

    background-color: #fff;
    cursor: pointer;
    display: block !important;
    color: #D16F55;
    border: 2px solid #3F4D57;
    height: 64px;
    text-transform: uppercase;
    margin-top: 24px !important;
    display: block !important;
}

form.appointments-form {
    display: none;
}
li#field_1_10 {
    float: left;
    width: 35%;
    clear: none;
}

li#field_1_10 li {
    width: 50%;
    clear: none;
    float: left;
}

li#field_1_10 li input {
    display: inline-block;
    width: auto !important;
}

li#field_1_10 ul {
    margin: 0px !important;
}

.gform_body ul:after {
    clear: both;
    content: "";
    display: block;
}

.gfield_description {
    padding-top: 1px !important;
}
@media (min-width: 865px) {
	.blog-slider__item {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
	}
	.blog-slider__image {
		margin-bottom: 0;
	}
	.blog-slider__img {
		max-width: 280px;
	}
	.blog-slider__content {
		margin-left: 25px;
		max-width: 400px;
	}
	/* owl owerwrite */
	.owl-carousel .owl-item img.blog-slider__img {
		max-width: 280px;
	}
}

@media (min-width: 1200px) {
	.home-blog {
		padding: 120px 0;
	}
	.blog-slider__content {
		max-width: 500px;
	}
}
ul#gform_fields_2 li input,ul#gform_fields_2 li textarea {
    width: 100% !important;
    padding: 12px;
    border: 2px solid #3F4D57;
}
ul#gform_fields_2 li {
	padding:0px 15px !important;
	box-sizing: border-box;
}
ul#gform_fields_2 li textarea {
    height: 160px;
}
ul#gform_fields_2 label {
    text-transform: uppercase;
}
.postauthor {
	display: none;
}
html article.article {
    max-width: 1200px;
    width: 100% !important;
    box-shadow: 0px 0px 0px !important;
    padding: 0 30px 30px 30px !important;
    box-sizing: border-box;
    margin: 0px auto;
    float: none;
	background: #72c5d3;
}
div#content_box { padding: 50px 0; }

@media screen and (max-width: 880px) {
	.home-services__item:not(:last-child) {
		margin-bottom: 30px;
	}
	ul#gform_fields_1 > li {
	    width: 100% !important;
	}
}
/* FOOTER-BOXES */
.footer-boxes {
	position: relative;
	padding: 60px 0 0;
	font-size: 16px;
	border-top: 1px solid #DADADA;
}
.footer-boxes__inner {
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.footer-boxes__item:not(:last-child) {
	margin-bottom: 30px;
}
.footer-boxes__item {
	width: 280px;
}
/* footer-info */
.footer-info {
	width: max-content;
	max-width: 300px;
    margin: auto;
	text-transform: uppercase;
}
.footer-info__title {
	margin-bottom: 15px;
}
.footer-info__content {
	margin-bottom: 15px;
}
.footer-info__text {
	margin-bottom: 15px;
}
.footer-info__socials {
	justify-content: flex-start;
}
.footer-info__link {
	color: #000;
}
/* hover */
.footer-info__link:hover {
	color: #D16F55;
}
.footer-info__content .footer-info__text {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.footer-boxes__inner {
		flex-direction: row;
		align-items: flex-start;
	}
	.footer-boxes__item {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 1024px) {
	.footer-boxes__item {
		flex-basis: 33.3333%;
		max-width: 33.3333%;
	}
}

@media (min-width: 1200px) {
	.footer-boxes {
		padding: 60px 0 35px;
	}
	.footer-info {
		max-width: 350px;
	}
}

/* MAIN-FOOTER */
.main-footer {
	padding: 15px 0;
}
/* footer-list */
.footer-list {
	display: flex;
	justify-content: center;
	font-size: 14px;
}


/***------------------
	SERVICES PAGE
------------------***/

/* SERVICES-INFO */
.services-info {
	position: relative;
    padding: 60px 0;
	background-color: #3F4D57;
}
.services-info__inner > * {
	color: #fff;
}
.services-info__inner {
	padding-left: 15px;
	padding-right: 15px;
}
.services-info__content {
	text-align: center;
}
.services-info__text {
	font-size: 20px;
}
.services-info__content .services-info__text:last-child {
	margin-bottom: 0;
}


@media (min-width: 1200px) {
	.services-info {
		padding: 120px 0;
	}

}
@media (min-width: 1600px) {
	.services-info__text {
		font-size: 30px;
	}
}

/* OUR-SERVICES */
.our-services {
	position: relative;
    padding: 60px 0;
}
.our-services__inner {
	padding-left: 15px;
	padding-right: 15px;
}
.our-services__title {
	margin-bottom: 30px;
	text-align: center;
	color: #D16F55;
}
.our-services__content {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.our-services__btn {
	margin-top: 30px;
}
/* services-list */
.services-list {
	padding-left: 20px;
	list-style: disc;
}

@media (min-width: 576px) {
	.services-list {
		padding-left: 0;
		font-size: 18px;
		column-count: 2;
	}
	.services-list__item {
		margin-left: 20px;
	}
}
@media (min-width: 1200px) {
	.services-list {
		font-size: 22px;
	}
}

/***------------------
	ABOUT US PAGE
------------------***/

/* ABOUT */
.about {
	position: relative;
    padding: 60px 0;
}
.about__inner {
	padding-left: 170px;
	padding-right: 170px;
}
.about__title {
	text-align: center;
	text-transform: uppercase;
}
.about__text {
	text-align: justify;
}

@media (min-width: 1200px) {
	.about {
		padding: 50px 0;
	}
}

/* about-team */
.about-team__item:first-child {
	margin-top: 30px;
}
.about-team__item:not(:last-child) {
	margin-bottom: 30px;
}
.about-team__img {
	margin-right: 10px;
	max-width: 250px;
}
.about-team__head {
	color: #D16F55;
	text-transform: uppercase;
}
.about-team__subhead {
	margin-top: -10px;
	color: #3F4D57;
}
.about-team__text:last-child {
	margin-bottom: 0;
}
.about-team__link {

}
.about-team__link span {
	font-size: 22px;
}
/* hover */
.about-team__link:hover {
	color: #D16F55;
}

@media (min-width: 576px) {
	.about-team__img {
		float: left;
	}
}

@media (min-width: 1200px) {
	.about-team__item:first-child {
		margin-top: 60px;
	}
	.about-team__item:not(:last-child) {
		margin-bottom: 60px;
	}
}

/***------------------
	APPOINTMENTS PAGE
------------------***/

/* APPOINTMENTS */
.appointments {
	position: relative;
    padding: 60px 0;
}
.appointments__inner {
    padding-left: 170px;
    padding-right: 170px;
}
.appointments__title {
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

/* APPOINTMENTS-FORM */
.appointments-form__row {
	display: flex;
	align-items: center;
}

.appointments-form__group {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.appointments-form__group--inner:not(:last-child) {
	margin-right: 15px;
}
.appointments-form__group--inner {
	flex-direction: row;
	align-items: center;
}
.appointments-form__label {
	margin-bottom: 8px;
	line-height: 1;
	color: #3F4D57;

	text-transform: uppercase;
}
.appointments-form__input {
	padding: 12px;
	border: 2px solid #3F4D57;
}
.appointments-form__radio {
	-webkit-appearance: none;
	appearance: none;
    width: 25px;
    height: 25px;
	border: 2px solid #3F4D57;
	padding: 0;
	margin-right: 8px;
	background-color: #fff;
    border-radius: 50%;
    transition: all .3s ease-in;
}
.appointments-form__radio:checked {
	border: 8px solid #3F4D57;
}
.appointments-form__head {
	margin-bottom: 10px;
	color: #D16F55;
}
.appointments-form__text {
	margin-bottom: 0;
}
.appointments-form__link {

	text-decoration: underline!important;
	text-transform: uppercase;
	color: #D16F55;
}
.appointments-form__btn {
	width: auto;
	max-width: 50%;
	font-size: 20px;

	background-color: #fff;
	cursor: pointer;
}

.appointments-form__row .appointments-form__label {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.appointments-form__col {
		display: flex;
	}
	.appointments-form__group:not(.appointments-form__group--inner) {
		flex-basis: 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.appointments {
		padding: 60px 0;
	}

	.appointments-form__group:nth-child(1):not(.appointments-form__group--inner) {
		flex-basis: 65%;
		max-width: 65%;
	}
	.appointments-form__group:nth-child(2):not(.appointments-form__group--inner) {
		flex-basis: 35%;
		max-width: 35%;
	}
}

/***------------------
	BLOG PAGE
------------------***/

/* BLOG */
.page-blog {
	position: relative;
	padding: 60px 0;
}
.page-blog__inner {
	padding-left: 15px;
	padding-right: 15px;
}
.page-blog__pagination {
	margin-top: 30px;
}
/* blog-list */
.blog-list__item:not(:last-child) {
	margin-bottom: 50px;
}
.blog-list__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.blog-list__image {
	margin-bottom: 10px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.blog-list__img {
	max-width: 250px;
}
.blog-list__title {

    line-height: 1!important;
	color: #D16F55;
	font-size: 24px;
	text-transform: uppercase;
}
.blog-list__text {
	font-size: 18px;
	color: #000;
}
.blog-list__meta {

	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}
.blog-list__btn {
	margin-top: 20px;
}

/* blog-pagination */
.blog-pagination {
	display: flex;
	align-items: center;
	justify-content: center;

}
.blog-pagination__item {
	display: flex;
	align-items: center;
}
.blog-pagination__item:first-child::after {
	content: '|';
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 4px;
	color: #D16F55;
}
.blog-pagination__link {
	text-transform: uppercase;
	color: #D16F55;
}
.blog-pagination__item--prev .blog-pagination__link::before,
.blog-pagination__item--next .blog-pagination__link::after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 22px;
}
.blog-pagination__item--prev .blog-pagination__link::before {
	content: '\f104';
	margin-right: 7px;
}
.blog-pagination__item--next .blog-pagination__link::after {
	content: '\f105';
	margin-left: 7px;
}
.home-offers__item.home-offers__item--uppercase {
	align-items: center;
	justify-content: center;
}
.home-offers__item.home-offers__item--uppercase h3 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 28px;
}

.home-offers__item.home-offers__item--uppercase p a {
    text-decoration: underline;
    color: #ffff;
}
@media (min-width: 865px) {
	.blog-list__item {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
	}
	.blog-list__image {
		margin-bottom: 0;
	}
	.blog-list__img {
		max-width: 280px;
	}
	.blog-list__content {
		margin-left: 25px;
		max-width: 500px;
	}
}

@media (min-width: 1200px) {
	.page-blog {
		padding: 120px 0;
	}
	.blog-list__content {
		max-width: 700px;
	}
}
@media (min-width: 1600px) {
	.blog-list__img {
		max-width: 350px;
		height: 350px!important;
		width: 350px;
		object-fit: cover;
	}
	.blog-list__content {
		max-width: 100%;
	}
	.blog-list__text {
		font-size: 22px;
	}
}


/***------------------
	CONTACT PAGE
------------------***/

/* CONTACT-US */
.contact-us__inner {
	padding-left: 15px;
	padding-right: 15px;
}
/* contact-us-form */
.contact-us-form__group {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.contact-us-form__label {
	margin-bottom: 8px;
	line-height: 1;
	color: #3F4D57;

	text-transform: uppercase;
}
.contact-us-form__input {
	padding: 12px;
	border: 2px solid #3F4D57;
}

.contact-us-form__btn {
	width: auto;
	max-width: 50%;
	font-size: 20px;

	background-color: #fff;
	cursor: pointer;
}

/* CONTACT-INFO */
.contact-info__inner {
	padding-left: 15px;
	padding-right: 15px;
}
.contact-info__map {
	margin-bottom: 30px;
	display: flex;
	height: 350px;
}
.contact-info__map iframe {
	width: 100%;
	height: 100%;
}
.contact-info__content {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-info__head {
	color: #D16F55;
	margin-bottom: 15px;
}
.contact-info__text {
	margin-bottom: 0;
}
.contact-info__text span {

}
.main-slider .owl-dots {
    width: 100%;
    text-align: center;
    bottom: 20px;
}

.main-slider .owl-dots div {
    margin: 0px 7px;
}

.main-slider .owl-dots div span {
    height: 16px;
    width: 16px;
}
.ctconto {
	padding-left: 120px;
	padding-right: 120px;
}
@media (max-width: 1200px) {
	.video_holder {
		height: 550px;
	}
	.appointments__inner {
	    padding-left: 60px;
	    padding-right: 60px;
	}

	.ctconto {
		padding-left: 60px;
		padding-right: 60px;
	}
}
.main-nav__group p a {
	font-weight: bold;
}
section.page-header {
    background-color: #f5907c;
}
.main-nav__group p,.main-nav__group div {
    display: none !important;
    vertical-align: middle;
}
.c12 * { color: #fff; }
.c12 input { color: #000; }
.home-offers__item p {
    font-size: 19px;
}
.mobile-buttons__link {
    background-color: #21b0a1;
}
@media screen and (max-width: 1200px) {
	.home-offers__item {
	    width: 100%;
	    flex-basis: 100%;
	    max-width: 100%;
	}

	.home-offers__inner {
	    flex-wrap: wrap;
	}
}
@media (max-width: 880px) {
	.home-offers__item {
		box-sizing: border-box;
	}
	.home-services__item {
		width: 100% !important;
	}
	.footer-boxes__inner {
		padding-bottom: 30px;
	}
	li.footer-list__item {
	    padding: 0px 20px;
	    text-align: center;
	}
	.footer-info {
	    max-width: 100% !important;
	    width: 100% !important;
	}
	h1.dr-logo__title {
	    margin: 0px;
	}

	.services-item {
	    max-width: 100%;
	}
	.main-nav__item.main-nav__item--group .main-nav__group:nth-child(1) {
	    display: none;
	}
	.video_holder {
		display: none !important;
	}
	.inner-page-slider {
		height: 350px;
	}
	.home-testimonials .owl-prev {
	    transform: translateX(-20px);
	}
	.home-testimonials .owl-next {
	    transform: translateX(20px);
	}
	.home-testimonials{
		padding: 60px 20px 20px 20px;
	}
	.about__inner {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.ctconto {
		padding-left: 15px;
		padding-right: 15px;
	}
   	.appointments__inner {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.contact-info__map {
	    margin-bottom: 30px;
	    display: flex;
	    height: 350px;
	    width: 100%;
	}

	.hide-xs {
		display:none;
	}
}
.main-slider .owl-dots {
	left: 0px;
}
.owl-controls .owl-dot span {
	background-color: #000 !important;
}
.owl-controls .owl-dot.active span {
	background-color: #fff !important;
}

.article * {
	font-weight:bold;
}


.page-id-31 .article input,
.page-id-31 .article option,
.page-id-31 .article textarea,
.page-id-31 .article select {
	color:black;
}


.topbar {
	/*background-color:#eee;*/
	padding:5px 0;
}

.topbar p {
	text-align:right;
	margin:0;
    color:#7f7f7f;
    font-weight:bold;
	/*position:absolute; */
	right:27px;
	top:0;
}

.topbar a {
	color:#7f7f7f;
	font-weight:bold;
}

/*
@media screen and (max-width:1200px) {
	.topbar {
		display:none!important;
	}
}
*/

.docTitle {
	text-align: right !important;
	font-size: 17px;
	color: #72c5d3 !important;
	margin-bottom: -20px !important;
}

@media screen and (min-width: 1200px) {
	.topbar .container {
		margin-bottom: -40px !important;
	}
}

.page-id-30 textarea {
	color:black!important;
}