


/* --------------------
 * Font
 * --------------------*/
.content-box .fancy_heading {
	text-align: left;
}
.content-box .fancy_heading h2.title {
	font-size: 56px;
	line-height: 66px;
	color: #8c281d;
	margin-bottom: 0;
}
.content-box .fancy_heading .inside {
	font-family: "Vollkorn", sans-serif;
	font-size: 31px;
	line-height: 46px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0c1a25;
}
.content-box h5 {
	font-size: 18px;
	font-weight: 600;
}
.txt-center {
	text-align: center;
}
.sp-box .fancy_heading h2.title {
	font-size: 56px;
	line-height: 66px;
	color: #8c281d;
	margin-bottom: 0;
}
.fancy_heading .inside .sp-title {
	font-family: "Vollkorn", sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
    display: inline-block;
}
.page-id-40 h2 {
	font-family: "Vollkorn", sans-serif;
	font-size: 31px;
	line-height: 46px;
	font-weight: 600;
	text-transform: uppercase;
	color: #8c281d;
}
.sp-of-today h4, .sp-of-today h5 {
	font-family: "Poppins", sans-serif;
	color: #fff;
}
#Footer h3 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}


.menu-container .fancy_heading h2.title {
	font-size: 56px;
	line-height: 66px;
	color: #8c281d;
	margin-bottom: 0;
}
.menu-container .fancy_heading .inside {
	font-family: "Vollkorn", sans-serif;
	font-size: 31px;
	line-height: 46px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0c1a25;
}

.function-box ul {
	margin-left: 20px;
}
.function-box li {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000;
}
.function-box p strong {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}

/* --------------------
 * Button
 * --------------------*/
.btn {
	text-align: center;
	padding: 14px 25px;
	letter-spacing: 1px;
	line-height: 1.6;
}
.btn.btn-link {
	color: #000;
	border-left: 4px solid #000000;
	margin-top: 25px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn.btn-link:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
	color: #fff;
	text-decoration: none;
}
.btn.btn-link:hover:before, .btn.btn-link:focus:before, .btn.btn-link:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn.btn-more {
	color: #fff;
	border-bottom: 4px solid #fff;
	display: inline-block;
	margin: 25px auto 0;
}
.btn.btn-more:hover {
	text-decoration: none;
}


.white-color, .white-color .fancy_heading h2.title, .white-color .fancy_heading .inside, .white-color .btn.btn-link {
	color: #fff;
}
.white-color .btn.btn-link {
	border-color: #fff;
}
.white-color .btn.btn-link:before {
	background: #fff;
}
.white-color .btn.btn-link:hover, .white-color .btn.btn-link:focus, .white-color .btn.btn-link:active {
	color: #000;
}
.red-color {
	color: #8c281d;
}

/* --------------------
 * Background
 * --------------------*/
.bg-red {
	background-color: #8c281d;
	background-image: url('/wp-content/uploads/2018/07/img-2.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}
.bg-grey {
	background-color: #f2f2f2;
}
.bg-img-box-r {
	background: url('./imgs/img-box.png') no-repeat right center;
	background-size: contain;
	padding: 30px 40px 35px 0;
}
.bg-img-box-l {
	background: url('./imgs/img-box.png') no-repeat left center;
	background-size: contain;
	padding: 30px 0 35px 40px;
}
.bg-red-box-r {
	background: url('./imgs/red-box.png') no-repeat right center;
	background-size: contain;
	padding: 30px 40px 35px 0;
}
.bg-speciality {
	background: url('./imgs/img-speciality.jpg') no-repeat center center;
	padding-top: 160px;
	padding-bottom: 80px;
	background-size: cover;
    background-attachment: fixed;
}
.bg-map {
	background-color: #8c281d;
}
 
/* --------------------
 * Container
 * --------------------*/
body #Content {
	padding-top: 0;
}
.the_content_wrapper {
	margin: 0 15px;
}
.wpb_wrapper > div {
	margin-bottom: 15px;
}
.vc_section.with_space, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section.with_space {
	padding-top: 120px;
	padding-bottom: 120px;
}
.vc_section.with_space_menu, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section.with_space_menu {
	padding-top: 80px;
}
.page-id-40 .vc_section.with_space {
	padding-top: 100px;
	padding-bottom: 60px;
}
.vc_section.space-bottom {
	padding-bottom: 140px;
}
.page-id-40 .vc_section.space-bottom {
	padding-bottom: 60px;
}

.move-right {
	padding-left: 60px;
}
.space-right {
	background-color: #8c281d;
	padding: 120px 90px 120px 0;
}

.foot-menu.vc_section[data-vc-full-width] {
	overflow: visible;
}
.foot-menu .vc_wp_custommenu {
	background-color: #fff;
	margin-top: -50px;
	text-align: center;
    padding: 70px 10px 120px;
}
.foot-menu .vc_wp_custommenu h2.widgettitle {
	font-family: "Vollkorn", sans-serif;
	font-size: 31px;
	line-height: 46px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0c1a25;
}
.the_content_wrapper .foot-menu .vc_wp_custommenu ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
	background: none;
}
.the_content_wrapper .foot-menu .vc_wp_custommenu ul li {
	margin: 0;
    padding: 0;
	background: none;
}
.the_content_wrapper .foot-menu .vc_wp_custommenu ul li a {
	color: #0c1a25;
	text-transform: uppercase;
}
.the_content_wrapper .foot-menu .vc_wp_custommenu ul li:hover a {
	color: #8c281d;
}
.the_content_wrapper .foot-menu .vc_wp_custommenu ul li:after {
	display: none;
}

.notice-box {
	padding: 30px 80px;
	background-color: #8c281d;
	color: #fff;
	font-style: italic;
}

/* --------------------
 * Image
 * --------------------*/
.wpb_single_image.vc_align_left, .wpb_single_image .vc_single_image-wrapper {
	margin-bottom: 0;
}

/* --------------------
 * Header
 * --------------------*/
#Top_bar {
	background: rgba(12,26,37,.7);
    padding-bottom: 20px;
}
#Top_bar .top_bar_left {
	border-bottom: 1px solid #fff;
}
#Top_bar .text-logo #logo {
	color: #fff;
	font-family: "Vollkorn", sans-serif;
	font-size: 31px;
	font-weight: bold;
}
#Top_bar .text-logo #logo:before, 
.fancy_heading .inside .sp-title:before {
	content: '\e860';
	font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
#Top_bar .text-logo #logo:after,
.fancy_heading .inside .sp-title:after {
	content: '\e860';
	font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
#Top_bar a.action_button {
	background: rgba(255,255,255,.8);
	border-radius: 0;
    color: #000;
}
#Top_bar .menu > li.current-menu-item > a {
	font-weight: bold;
}
.header-transparent #Top_bar .menu > li > a:after {
	background: #fff;
}
#Top_bar .menu > li > a:after {
	top: 0;
}
#Top_bar .menu > li ul.sub-menu {
    margin-top: -25px;
	padding: 10px 20px;
}
#Top_bar .menu > li ul.sub-menu li a {
	padding: 0;
}
#Top_bar .menu > li ul.sub-menu li.hover a span {
	text-decoration: underline;
}

/* --------------------
 * Plugin - Menu
 * --------------------*/
.accura-fmwp-content-right {
	width: auto;
}
.accura-fmwp-hover-bg {
	margin-bottom: 0;
}
.accura-fmwp-border-box .accura-fmwp-menu-items-title {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #0c1a25;
}
.accura-fmwp-item-description {
	padding-bottom: 0;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	color: #0c1a25;
}
.accura-fmwp-border-overflow {
	margin-bottom: 10px;
}
#template-six .accura-fmwp-regular-price {
	color: #8c281d;
}
.accura-fmwp-container .accura-fmwp-hover-bg:hover {
	background: none !important;
}

/* --------------------
 * Form
 * --------------------*/
.wpcf7 span.wpcf7-form-control-wrap {
	margin-bottom: 12px;
}
.wpcf7 input[type="submit"], .wpcf7 .btn-addmore {
	font-family: "vollkorn",serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
	padding: 8px 40px;
	border-radius: 25px;
	background-color: #8c281d;
	color: #fff;
}
.wpcf7 .btn-addmore {
	margin-right: 25px;
	cursor: pointer;
}
.wpcf7 input[type="email"], .wpcf7 input[type="text"], .wpcf7 select, .wpcf7 textarea {
	border-color: #4d4d4d;
	background: none;
}
.tr-hide {
	display: none;
}
.wpcf7 table {
	margin-top: -20px;
}
.wpcf7 table th, .wpcf7 table td {
	padding: 5px 10px;
}
.wpcf7 table th {
	background: none;
}
.wpcf7 table input[type="text"], .wpcf7 table select {
	border: none;
	padding: 0;
	padding-right: 20px;
	box-shadow: none;
}
.wpcf7 table .wpcf7-form-control-wrap {
	margin-bottom: 0;
	position: relative;
}
.wpcf7 table .dr-menu .wpcf7-form-control-wrap:after {
    font-family: 'mfn-icons';
    content: '\e866';
    position: absolute;
    top: 0;
    right: 0;
    line-height: 15px;
}
.div.wpcf7-mail-sent-ok, div.wpcf7-response-output {
	margin: 0 !important;
}

/* --------------------
 * Footer
 * --------------------*/
#Footer .widgets_wrapper .container .column:first-child {
	text-align: right;
}
#Footer .widget_media_image {
	text-align: center;
}
#Footer .footer_copy {
	border-top: none;
}


/* --------------------
 * Mob
 * --------------------*/
#Top_bar a.responsive-menu-toggle {
	color: #fff;
}


@media only screen and (max-width: 1239px) and (min-width: 960px) {
	.section_wrapper, .container, .with_aside .content_wrapper {
		max-width: 1140px;
	}
	.move-right {
		padding-left: 30px;
	}
	.space-right {
		padding-right: 30px;
	}
}

@media screen and (max-width: 959px) and (min-width: 768px) {
	.move-right {
		padding-left: 0px;
	}
	.space-right {
		padding-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	body.page-template-normal .section_wrapper, body.single-post .content_wrapper {
		max-width: 1140px;
	}
}

@media screen and (min-width: 768px) {
	.separator-l {
		height: 1px;
		background: #fff;
		width: 70px;
		display: inline-block;
		vertical-align: 8px;
	}
	.separator-r {
		height: 1px;
		background: #fff;
		width: 70px;
		display: inline-block;
		vertical-align: 8px;
	}
	.gmap-box {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
	}
	#map {
		width: 100%;
		position: absolute !important;
		top: 0;
		bottom: 0;
		margin-bottom: 0;
	}
	.contact-page-gmap {
		min-height: 500px;
	}
}

@media screen and (max-width: 1199px) {
	#Top_bar #logo, .header-transparent #Top_bar #logo {
		padding: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.mobile-tr-header #Top_bar {
		background: rgba(12,26,37,.7) !important;
	}
	#Top_bar .text-logo #logo {
		font-size: 20px;
	}
	.wpb_single_image img {
		margin-bottom: 25px;
	}
	.move-right {
		padding-left: 0px;
	}
	.space-right {
		padding-right: 0;
	}
	.vc_section.with_space, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section.with_space {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.vc_section.with_space_menu, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section.with_space_menu {
		padding-top: 60px;
	}
	.vc_section.space-bottom {
		padding-bottom: 100px;
	}
	.page-id-40 .vc_section.space-bottom {
		padding-bottom: 40px;
	}
	
	.bg-speciality {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.sp-box .fancy_heading h2.title {
		font-size: 40px;
		line-height: 42px;
	}
	.fancy_heading .inside .sp-title {
		font-size: 20px;
		line-height: 24px;
	}
	#map {
		width: 100%;
		position: relative;
		margin-bottom: 100px;
		min-height: 500px;
	}
}


@media screen and (max-width: 479px) {
	#Top_bar .text-logo #logo {
		font-size: 16px;
	}
}
