@charset "utf-8";

/* Common CSS */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #303030;
	word-wrap: break-word;
	background-color:#F0EFE6;
	font-weight:200;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

:focus {
	outline: none;
}

a {
	color: #8A442B;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: none;
	max-width: 100%;
	height: auto;
}

hr {
	margin: 30px 0;
	border: 0;
	border-top: 2px solid #F5F5F5;
}

embed, iframe, object {
	margin: 0 0 20px;
	max-width: 100%;
}

b, strong {
	font-weight: 400;
	font-family: "Source Sans 3", sans-serif;
}

h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, .heading-4, h5, .heading-5, h6, .heading-6 {
	margin: 0 0 30px;
	line-height: 1.2;
	color: #303030;
	font-family: "Source Serif 4", serif;
	font-weight: 400;
}

h1 a, .heading-1 a, h2 a, .heading-2 a, h3 a, .heading-3 a, h4 a, .heading-4 a, h5 a, .heading-5 a, h6 a, .heading-6 a {
	color: inherit;
}

h1, .heading-1 {
	font-size: 70px;
	line-height: 1;
}

h2, .heading-2 {
	font-size: 36px;
}

h3, .heading-3 {
	font-size: 30px;
}

h4, .heading-4 {
	font-size: 24px;
}

h5, .heading-5 {
	font-size: 20px;
}

h6, .heading-6 {
	font-size: 16px;
}

p {
	margin: 0;
	margin-bottom: 25px;
}

ol, ul {
	margin: 0;
	margin-bottom: 25px;
}

label {
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 0 0;
	display: block;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 18px 20px;
	background: #fff;
	color: #303030;
	border: 1px solid #D2D1CA;
	border-radius: 9px;
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	resize: none;
}

select {
	padding-right: 40px;
	background: url(../images/select.svg) no-repeat center right 15px #fff;
	-webkit-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
	border-color: #b7b7b7;
}

textarea {
	height: 190px;
}

button[type="submit"], input[type="submit"], .btn {
	display: inline-block;
	max-width: 100%;
	margin: 0;
	padding: 0px 25px;
	background: #8A442B;
	color: #fff;
	border: 1px solid #8A442B;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: 49px;
	font-weight: 400;
	font-family: "Source Sans 3", sans-serif;
	text-transform: none;
	position: relative;
	overflow: hidden;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.border_btn {
	background: none;
	border-color: #30303040;
	color: #303030;
}

.border_btn_white {
	background: none;
	border-color: rgba(255,255,255,0.4);
	color: #fff;
}

.yellow_btn {
	background: #8A442B;
	border-color: #8A442B;
	color: #fff;
	font-weight:600;
}

.yellow_border_btn {
	background: none;
	border-color: #fff;
	color: #fff;
}

.btn span.link-effect {
	display: inline-block;
	position: relative;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	-o-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	text-transform: uppercase;
	width: max-content;
}

.btn span.link-effect:before {
	content: attr(data-hover);
	height: 100%;
	position: absolute;
	top: 100%;
	width: 100%;
}

.btn:hover span.link-effect {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

::-moz-selection {
	background: #8A442B;
	color: #fff;
}

::selection {
	background: #8A442B;
	color: #fff;
}

table {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	border-collapse: collapse;
	border: none;
}

table th, table td {
	padding: 15px;
	text-align: left;
	line-height: normal;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}

blockquote {
	margin: 0 0 30px;
	padding: 50px;
	background: #8A442B;
	color: #fff;
	font-size: 36px;
	line-height: 1.4;
	font-weight: 300;
	text-align: center;
	border-radius: 8px;
}

blockquote:before {
	content: '';
	display: block;
	margin: 0 auto 10px;
	width: 52px;
	height: 52px;
	background: url(../images/quote.svg) no-repeat;
	background-size: 100% auto;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

.container:before, .container:after {
	content: "";
	display: table;
}

.container:after {
	clear: both;
}

.alignnone {
	margin-bottom: 30px;
}

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 30px;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 5px;
	font-style: italic;
	text-align: center;
}

.img_scale {
	overflow: hidden;
}

.img_scale>a>img {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.img_scale>a:hover>img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.swiper-container .swiper-slide>* {
	margin-bottom: 0 !important;
}