body {
	font-weight: 300;
}

strong {
	font-weight: 400;
}

.bg1 {
    background-image: url(../img/bg.jpg);
}

.bg2 {
    background-image: url(../img/bg2.jpg);
} 

h2, .h2_sub, .h2 {
	font-weight: 400;
}

h3, .h3_sub, .h3 {

	font-weight: 400;
}

.services .service h3 {
	color: #000;
	font-size: 24px;
}

p {
	line-height: 1.35em;
	font-weight: 300;
}

.btn {
	font-weight: 300;
}

.bg4 .btn, .bg4 .btn.btn-default,
#hero_slider .slide a.btn {
	background: #942d34;
	border-color: #942d34; 
}

#hero_slider .slide h2 { 
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	text-shadow: 2px 2px 3px #000000;
	line-height: 1.1em;
	text-transform: none;
}

#hero_slider .slide h2 strong {
	font-weight: 300;
	font-size: 60px;
	text-transform: none;
	margin: 0;
}

#hero_slider .active .slide p {
	font-size: 36px;
	color: #fff;
	text-shadow: 2px 2px 3px #000000;
}

.fancy_title {
	font-weight: 400;
}

.testimonial p {
	font-size: 20px;
}

#testimonials_slider .testimonial .author {
	font-size: 18px;
	color: #942d34;
}


#mailchimp {
	font-style: normal;
	font-weight: 300;
}

#mailchimp strong {
	font-size: 24px;
	display: block;
	font-weight: 300;
}

#footer {
	font-size: 17px;
}

#footer .widget-title {
	font-weight: 400;
	font-size: 
}

#navigation {
	margin-left: 440px;
}

#header #navigation #main-menu li a {
	font-size: 17px;
	text-transform: none;
	padding-left: 7px;
	padding-right: 7px;
}

#header {
	background: url(../img/bg.jpg);
}

#header #navigation #main-menu li a {
	color: #000;
}


#header #navigation #main-menu li:hover a {
	background: #d0c6bd;
}

#latest_news .post p {
	font-size: 16px;
}

#sidebar .widget-container ul li a {
	border-color: #f0ebe5;
}

#page_head h1 strong, #archive_top .h1_sub strong, #archive_top h1 {
	text-transform: none;
	font-weight: 300;
	font-size: 60px;
}

#cta_1 a {
	background: #356379;
	border: #356379;
	color: #fff;
}

#cta_1 .line_1 {
	font-size: 23px;
}

#content *:not(nav)>ul:not(.dropdown-menu)>li:before, #content *:not(nav)>ol:not(.dropdown-menu)>li:before {
	top: 8px;
}

#content *:not(nav)>ul>li:before, #content *:not(nav)>ol>li:before {
	color: #356379;
}

.titleBlock h2 {
	margin: 0;
	color: #942d34;
}

.featured_product a {
	background: #fff;
	color: #000;
}

.featured_product a h3 {
	color: #000;
}

.featured_product a:hover h3 {
	color: #000;
}
.featured_product a:hover {
	background: #fcddda;
	color: #000;
}

.featured_product span.btn {
	background: #942d34;
	color: #fff;
}

blockquote {
	background: #f0eade;
	border-left: 5px solid #d3cbbd;
	font-style: italic;
}

.featured_product .img {
	background-image: url(../img/placeholder.jpg);
	background-size: cover;
	background-position: center;
}


.btn, .bg1 .btn, .btn.btn-default, .bg1 .btn.btn-default {
	background: #942d34;
	color: #fff;
}

.btn:hover, .bg1 .btn:hover, .btn.btn-default:hover, .bg1 .btn.btn-default:hover {
	background: #3b7086;
	border-color:#3b7086;
	color: #fff;
}

table tr,
table tr td {
	border-color: #e9e4e0;
}

table tr td {
	background: #fff;
}
table tr td:first-child {
	background: #d8d3c8;
}


.roundal {
	position: absolute;
	top: 50px;
	right: 0;
	width: auto !important;
	pointer-events: none;
}

@media screen and (max-width: 580px) {
	.roundal {
		max-width: 100px;
	}
}

.home-page-header-cta-grid {
	background: #f0eade;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0px;
	margin-top: 160px;
}

.home-page-header-cta-whatsapp {
	text-align: center;
}

.home-page-header-cta-whatsapp a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #fff;
	background-color: #25D366;
}

.home-page-header-cta-whatsapp p {
	margin-left: 10px;
}

.home-page-header-cta-whatsapp svg {
	width: 30px;
}

.home-page-header-cta-Book-appointment {
	text-align: center;
}

.home-page-header-cta-Book-appointment a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #fff;
	background-color: #942d34;
}

.home-page-header-cta-Book-appointment p {
	margin-left: 10px;
}

.home-page-header-cta-Book-appointment svg {
	width: 30px;
}

@media screen and (max-width: 1200px) {
	.home-page-header-cta-grid {
		margin-top: 260px;
	}
}

@media screen and (max-width: 770px) {
	.home-page-header-cta-grid {
		margin-top: 220px;
	}
}

@media screen and (max-width: 580px) {
	.home-page-header-cta-grid {
		grid-template-columns: 1fr;
	}
}

.embed-youtube-container {
	display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    justify-items: stretch;
}
.embed-youtube-container-video {
	padding: 20px;
}
.embed-youtube-container-video iframe {
	width: 90%;
    min-height: 400px;
}
.embed-youtube-container-title-content {
	padding: 20px;
}
.bg3 h2 {
	color: #fff;
}
.bg4 h2 {
	color: #fff;
}
.required-red {
	color: #000000;
    text-align: right;
    font-size: 15px;
}
.required-red span {
	color: #ff0000;
    font-size: 25px;
}
.bg4 .required-red {
	color: #ffffff;
    text-align: right;
    font-size: 15px;
}
.bg4 .required-red span {
	color: #f9ff00;
    font-size: 25px;
}
@media screen and (max-width: 1024px) {
	.embed-youtube-container {
		grid-template-columns: 1fr;
	}
}

.services .service h3 {
	color: #fff;
    background-color: #942d34;
	padding: 8px;
}
.services .service h3 a {
	color: #fff;
}
.services .service h3 a:hover {
	color: #fff;
}