cehtml,
body {
	font-family: "Source Sans Pro", sans-serif;
}
.clearfix {
	clear: both;
	float: none;
}
.more-link__btn:hover,
.more-link__btn:focus {
	background-color: #6f6f6f;
}
.colorblue {
	color: #1c2029 !important;
}
.colorgreen {
	color: #1c2029 !important;
}
.colorblack {
	color: #1c2029 !important;
}
.banner-big {
	height: 1080px;
	margin-bottom: 0;
}

.banner-big__bg-circle {
	height: 100%;
	border-radius: 0;
}
.banner-subtitle {
	font-family: "Courgette", cursive;
	font-weight: 400;
	font-size: 28px;
	line-height: 38px;
	color: #595040;
}

.banner-description {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 19px;
}

.video-parallax {
	padding: 130px 0 200px;
	text-align: center;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.video-parallax:before {
	content: "";
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%)
		0% 0% no-repeat padding-box;
	opacity: 0.64;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
}

.video-parallax div {
	position: relative;
	z-index: 2;
}

.video-parallax .video-container {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 15px;
}

.video-parallax h3 {
	font-family: "Courgette", cursive;
	font-size: 37px;
	line-height: 46px;
	font-weight: 400;
	letter-spacing: -0.37px;
	color: #ffffff;
	text-shadow: 0px 3px 6px #0000005a;
	margin-top: 40px;
}

.video-parallax .video-date {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	line-height: 29px;
	font-weight: 600;
	letter-spacing: 0;
	color: #ffffff;
	margin-bottom: 0;
}

.video-parallax .video-desc {
	max-width: 270px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	line-height: 29px;
	font-weight: 400;
	letter-spacing: 0;
	color: #ffffff;
	margin: 0 auto;
}

.recipes {
	padding: 100px 0;
}

.recipes .section-title,
.feeds .section-title,
.other-partners .section-title {
	font-family: "Courgette", cursive;
	color: #006180;
	margin-bottom: 10px;
}

.recipes .section-title a,
.feeds .section-title a,
.other-partners .section-title a {
	color: #006180;
}

.recipes .link {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.feeds .link {
	font-family: "Source Sans Pro", cursive;
	font-size: 19px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.19px;
	color: #1c2029;
}

.recipes-slider-text {
	background-color: #006180;
	text-align: left;
	border-radius: 0;
	padding-right: 17%;
}

.slick-current .recipes-slider-text {
	box-shadow: 7px 7px 7px #00000026;
}

.recipes-title {
	font-family: "Courgette", cursive;
	font-size: 37px;
	line-height: 40px;
	margin-bottom: 10px;
}

.recipes-description {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 19px;
}

.recipes .recipes-slider-text .link {
	font-family: "Courgette", cursive;
	color: #fff;
	font-weight: 500;
}

.feeds {
	background: url(https://christopherranch.com/wp-content/uploads/2019/10/CR_FreshGarlic-035@2x.jpg) !important;
	background-size: cover !important;
	background-position: bottom right !important;
}

.feeds:after {
	display: none;
}

.blog-posts {
	padding: 100px 15px;
	background-size: cover;
}

.posts-container {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.posts-container button.slick-arrow {
	border-radius: 50%;
	background: #fff;
	border: none;
	z-index: 1;
	font-size: 0;
	position: absolute;
	right: -25px;
	top: 46%;
	width: 38px;
	height: 38px;
}
.posts-container button.slick-prev {
	left: -25px;
	right: auto;
}
.posts-container button.slick-prev::before,
.posts-container button.slick-next::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 13px;
	width: 16px;
	height: 16px;
	border: 4px solid #006180;
	border-right: none;
	border-top: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.posts-container button.slick-next::before {
	left: 8px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.posts-container .post {
	width: 32%;
	background: #006180;
	min-height: 580px;
	margin: 0 25px;
}

.posts-container .post .head-post {
	width: 100%;
	height: 230px;
	overflow: hidden;
	object-fit: cover;
}

.posts-container .post .post-body {
	padding: 25px 35px;
	color: #ffffff;
	text-align: center;
}

.posts-container .post .post-body .post-text {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 19px;
	line-height: 27px;
	text-align: center;
}

.posts-container .post .post-body .post-text h3 {
	font-family: "Courgette", cursive;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: center;
	color: #d8c4ad;
}

.posts-container .post .post-body .post-text h5 {
	font-family: "Source Sans Pro", sans-serif;
	color: #d8c4ad;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
}

.posts-container .post .post-body .post-link a {
	border: 1px solid #d8c4ad;
	color: #d8c4ad;
	padding: 6px 20px;
	border-radius: 20px;
	display: table !important;
	position: relative !important;
	margin: 16px auto;
}

.csr-top {
	padding-top: 300px;
	position: relative;
	margin-top: -300px;
	background-size: 100% 100%;
	padding-bottom: 70px;
}
/*
.csr-top:before {
   content: "";
   background: #005476;
   mix-blend-mode: multiply;
   opacity: 1;
   width: 100%;
   height: 100%;
   display: block;
   position: absolute;
   z-index: 1;
   top: 0;
}*/
.csr-top.titlewithline .csr-text h3 {
	position: relative;
	max-width: 800px;
	width: auto;
	margin: 0 auto;
	background: transparent;
	width: auto;
	padding: 0 20px;
	display: table;
}
.csr-top.titlewithline .csr-text h3::before {
	z-index: 0;
	position: absolute;
	left: -50px;
	width: 50px;
	background: #d9c6a6;
	height: 1px;
	content: "";
	display: block;
	top: 26px;
}
.csr-top.titlewithline .csr-text h3::after {
	z-index: 0;
	position: absolute;
	right: -50px;
	width: 50px;
	background: #d9c6a6;
	height: 1px;
	content: "";
	display: block;
	top: 26px;
}

.csr-top > div {
	z-index: 2;
	position: relative;
}

.csr-text {
	text-align: center;
	max-width: 925px;
	padding: 0 15px;
	margin: 0 auto 100px;
	color: #fff;
	font-size: 19px;
	line-height: 27px;
	font-family: "Source Sans Pro", sans-serif;
}

.csr-text h3 {
	font-family: "Courgette", cursive;
	font-size: 40px;
	line-height: 50px;
	color: #e6d4bf;
	letter-spacing: -0.4px;
}

.csr-text h4 {
	font-family: "Courgette", cursive;
	font-size: 30px;
	line-height: 50px;
	color: #e6d4bf;
	letter-spacing: -0.4px;
}
.whitecontent .csr-text h4 {
	color: #006180;
}

.csr-sub-title {
	max-width: 450px;
	margin: 0 auto 15px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 1.4em;
}
.csr-top.titlewithline .csr-sub-title {
	max-width: 460px;
}
.csr-top-columns {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.csr-top-column {
	width: 46%;
	min-width: 300px;
	margin: 0 auto 35px;
}
.csr-top-column h3 {
	font-family: "Courgette", cursive;
	font-size: 30px;
	color: #e6d4bf;
	margin: 0 0 15px 0;
}
.csr-top-column,
.csrtwocol {
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	font-size: 19px;
	line-height: 27px;
}
.csr-logo {
	height: 125px;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.csr-logo img {
	max-height: 125px;
}

.csr-media-container {
	height: 350px;
	margin-bottom: 35px;
}

.csr-media-container p {
	display: inline;
}

.csr-media-container img {
	height: 100%;
	object-fit: cover;
}

/*.csr-media-container img,
.csr-media-container iframe {
   box-shadow: -7px 3px 20px #00000027;
}*/
.csr-media-container img {
	box-shadow: -7px 3px 20px #00000027;
}

.csr-bottom {
	padding: 80px 0 150px;
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.csr-bottom:before {
	content: "";
	background: transparent linear-gradient(180deg, #0a445a 0%, #ffffff 100%) 0%
		0% no-repeat padding-box;
	opacity: 0.35;
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
}

.csr-bottom div {
	position: relative;
	z-index: 2;
}

.other-partners {
	max-width: 1020px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.76);
	padding: 70px 25px 40px 25px;
}
.other-partners.smallbox {
	max-width: 700px;
	padding: 70px 20px 40px 20px;
}
.other-partners.bigbox {
	max-width: 1220px;
}
.footer-text-column .ftc .standardtext,
.footer-text-column .ftc .standardtext p {
	font-size: 19px;
}
.footer-text-column .ftc hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #1c2029;
	margin: 1em 0 1.5em 0;
	padding: 0;
}
.other-partners h4 {
	max-width: 550px;
	text-align: center;
	margin: 0 auto;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 40px;
}
.other-partners h2 {
	font-family: "Courgette", cursive;
	color: #006180;
	font-size: 34px;
	margin-bottom: 15px;
}
.other-partners h3 {
	font-family: "Courgette", cursive;
	color: #006180;
	font-size: 26px;
	margin-bottom: 15px;
}
.other-partners ul {
	display: flex;
	flex-direction: column;
	height: 225px;
	flex-wrap: wrap;
	font-family: "Source Sans Pro", sans-serif;
	color: #1c2029;
	font-size: 20px;
	line-height: 35px;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0 0 60px;
}
.other-partners ul li {
	list-style: disc;
	max-width: 48%;
}
.other-partners ul.fulllist {
	height: auto;
	margin-bottom: 25px;
	padding: 0 0 0 30px;
}
.other-partners ul.fulllist li {
	list-style: disc;
	max-width: 100%;
}
.other-partners a {
	color: #006180;
}
.footer-social-icons span {
	background: transparent !important;
	border: 1px solid #fff;
}

.blog-posts .video-inner-link {
	height: 240px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.blog-posts .font-play-btn {
	width: 93px;
	height: 93px;
	margin: 0;
	color: #fff;
	border: none;
	font-size: 52px;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-posts a:hover .font-play-btn {
	color: #7a9544;
}

.main-navigation a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.main-navigation a:hover::after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #76b4ea;
}
.main-navigation .sub-menu li:hover {
	background-color: #76b4ea;
}
.csrcolumn {
	margin-top: 0;
	padding-top: 70px;
}
.banner-content,
.text-parallax,
.titlerecipes,
.video-parallax iframe,
.posts-container .post,
.feedstitle,
.csr-text,
.csr-top-column,
.other-partners {
	opacity: 0;
}
.banner::after {
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.35) 0%,
		rgba(225, 242, 197, 0) 30%
	);
	background: linear-gradient(
		to bottom,
		rgba(117, 117, 117, 0.35) 0%,
		rgba(225, 242, 197, 0) 30%
	);
}
.banner-small__bg-circle {
	background-position: center !important;
}
.banner-small__bg-circle {
	border-radius: 0;
	background-attachment: fixed;
	background-position: top center !important;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	left: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.banner-small {
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 100vh;
}
.banner-content-small {
	position: relative;
	width: 100%;
	background: rgba(0, 97, 132, 0.8);
	padding: 60px;
	text-align: center;
}
.banner.white .banner-content-small {
	background: rgba(255, 255, 255, 0.8);
}
.banner-small-title {
	position: relative;
	max-width: 800px;
	width: auto;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 40px;
	font-weight: 500;
	margin: 0 auto;
	font-family: "Courgette", cursive;
	color: #e6d4bf;
	background: transparent;
	width: auto;
	padding: 0 20px;
	display: table;
	margin-bottom: 6px;
}
.banner-small-title span {
	z-index: 1;
}
.banner-small-title::before {
	z-index: 0;
	position: absolute;
	left: -50px;
	width: 50px;
	background: #d9c6a6;
	height: 1px;
	content: "";
	display: block;
	top: 26px;
}
.banner-small-title::after {
	z-index: 0;
	position: absolute;
	right: -50px;
	width: 50px;
	background: #d9c6a6;
	height: 1px;
	content: "";
	display: block;
	top: 26px;
}
.banner-small-subtitle {
	display: table;
	max-width: 800px;
	padding: 9px 0 18px;
	font-size: 20px;
	line-height: 1.1;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	margin: 0 auto;
	font-weight: 600;
}
.banner-small-description {
	font-size: 19px;
	letter-spacing: 1px;
	display: table;
	max-width: 600px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	margin: 0 auto;
}
.banner.white .banner-small-subtitle {
	color: #006180;
}
.banner.white .banner-small-description {
	color: #1c2029;
}
.banner.white .banner-small-title {
	color: #006180;
}
.banner.white .banner-small-title::before,
.banner.white .banner-small-title::after {
	background: #006180;
}
.teammembercolumn {
	padding: 50px 0;
}
.teammembercolumn .video-link-small {
	border: 1px solid #006184;
	color: #006184;
	padding: 6px 20px;
	border-radius: 20px;
	display: table !important;
	position: relative !important;
	margin: 16px auto;
}
.teammembercolumn .video-link-small:hover {
	background: #006184;
	color: #fff;
}
.teammember-logo {
	float: left;
	margin: 0 20px 20px 0;
}
.teammember-text {
	float: left;
	width: calc(100% - 240px);
}
.imgarea {
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 8px 0 0 0;
}
.teammember-logo .imgarea {
	border-radius: 0%;
}
.imgarea img {
	max-width: 200%;
	width: auto;
	min-height: 100%;
}
.expand-collapse-content .imgarea img {
	height: 100%;
}
h3.teammember-title {
	font-family: "Courgette", cursive;
	color: #006180;
	font-size: 34px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.team-top-columns .csr-top-column {
	width: 60%;
	color: #000;
	clear: both;
	padding: 20px 0;
}

.footer-text-column .ftc {
	font-size: 22px;
	line-height: 29px;
	max-width: 800px;
	margin: 0 auto;
}
.footer-text-column .other-partners.bigbox .ftc {
	max-width: 1068px;
}
.fontcourgette {
	font-family: "Courgette", cursive;
}
.footer-text-column .smallbox .ftc {
	max-width: 420px;
}
.footer-text-column .btimage {
	position: absolute;
	left: 50%;
	width: 74px;
	height: 74px;
	top: -36px;
	margin-left: -37px;
}

.smallheadersection {
	max-width: 320px;
	margin: 15px auto;
	display: block;
}
.container-intro {
	margin-top: 0;
	padding-top: 70px;
}
.container-intro.introontop {
	margin-top: 0;
	padding-top: 250px;
}
.container-intro .smallheadersection {
	max-width: 440px;
	margin: 15px auto;
	display: block;
	text-align: center;
	font-weight: 600;
}
.container-intro .smallheadersection a {
	color: #006180 !important;
}
.container-intro .smallheadersection a.button,
.container.titlerecipes a.link,
.recipes .recipes-slider-text .link,
.posts-container .post .post-body .post-link a {
	color: #006180 !important;
	font-family: "Source Sans Pro", sans-serif;
	border: 1px solid #006184;
	padding: 6px 20px;
	border-radius: 20px;
	display: table !important;
	position: relative !important;
	margin: 16px auto;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.2em;
}
.recipes .recipes-slider-text .link,
.posts-container .post .post-body .post-link a {
	color: #fff !important;
	border: 1px solid #fff !important;
	margin: 16px 0;
}
.posts-container .post .post-body .post-link a {
	margin: 16px auto;
}
.container-intro .smallheadersection a.button:hover,
.container.titlerecipes a.link:hover {
	background: #006184;
	color: #fff !important;
}
body.single-recipe .container-intro .smallheadersection {
	max-width: 420px;
}
.intro-description-content {
	color: #fff;
	max-width: 900px;
	margin: 25px auto;
	text-align: center;
	font-size: 21px;
	line-height: 1.4;
}
.site-main section {
	margin-bottom: 0;
	padding-bottom: 70px !important;
}
.single.single-post .site-main section {
	padding-bottom: 0px !important;
}
.site-main section {
	margin-bottom: 0;
	padding-bottom: 70px !important;
	background-size: cover;
}
.site-main section.banner {
	margin-bottom: 0;
	padding-bottom: 0px !important;
}
.site-main section:last-child {
	margin-bottom: -190px !important;
	padding-bottom: 495px !important;
}
.single.single-post .site-main section:last-child {
	padding-bottom: 495px !important;
}
.site-main section.footer-text-column {
	padding-bottom: 495px !important;
}
.videosection {
	max-width: 700px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}
.recipes-slider__small .slick-list {
	overflow: hidden !important;
	z-index: -1 !important;
	position: relative;
}
.recipes-slider__small .slick-arrow {
	z-index: 99999;
	background: #fff !important;
}
.recipes-slider-section .slick-prev::after,
.recipes-slider-section .slick-next::after {
	border-color: #006180;
}
.row {
	align-items: center;
	align-content: center;
}
.row.row__footer {
	align-items: normal;
}
.footer-text-column {
	padding: 130px 0 150px 0;
}

.intro-description-content p {
	line-height: 1.45;
}
.video-item {
	box-shadow: -5px 5px 15px #00000053;
	background: #006180 0% 0% no-repeat padding-box;
	font-family: "Courgette", cursive;
	font-size: 25px;
	min-height: 300px;
}
.video-item-title {
	font-weight: 300;
	padding-bottom: 3px;
	font-family: "Courgette", cursive;
	font-size: 20px;
	color: #e6d4bf;
	text-align: center;
}
section.videos-members {
	background: url(https://christopherranch.com/wp-content/uploads/2019/11/shutterstock_1474878722@2x-full.jpg);
}

.expand-collapse-content .expand-collapse-tab {
	padding: 42px 0 0 0;
	margin: 0;
}

.expand-collapse-content .imgarea {
	margin: 42px auto 0 auto;
	width: 220px;
	height: 220px;
}

.expand-collapse-tab-content {
	padding: 0;
}
.expand-collapse-content .container {
	max-width: 1134px;
}
.expand-collapse-content .row {
	align-items: flex-start;
}

.expand-collapse-content,
.expand-collapse-content .column-section {
	background-color: transparent;
	color: #1c2029;
}

.expand-collapse-links a {
	font-family: "Courgette", cursive;
	color: #006180;
	font-size: 20px;
	font-weight: normal;
}
.expand-collapse-links .expandsep {
	border-left: 1px solid #006180;
	width: 1px;
	height: 30px;
}
h2.expand-collapse-title {
	font-family: "Courgette", cursive;
	color: #006180;
	font-size: 40px;
	font-weight: normal;
}
.expand-collapse-title__span {
	color: #006180;
	font-size: 20px;
	font-weight: bold;
}
.expand-collapse-active .expand-collapse-title__span {
	color: #006180;
}
.expand-collapse-content .column-section .entry-content {
	margin: 10px 0 0 0;
}
.expand-collapse-content .column-section .entry-content,
.expand-collapse-content .column-section .entry-content p,
.expand-collapse-content .column-section .entry-content a {
	font-size: 20px;
	font-weight: normal;
	color: #1c2029;
}
.expand-collapse-content .column-section .entry-content a {
	text-decoration: underline;
}
.expand-collapse-title .expand-collapse-arrow {
	position: absolute;
	top: 3px;
	right: 4px;
	height: 24px;
	width: 24px;
	border: none;
	outline: none;
	z-index: 1;
	background: #006184;
	border-radius: 50%;
	font-size: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.expand-collapse-title.expand-collapse-active .expand-collapse-arrow {
	background: transparent;
	border: 1px solid #006184 !important;
}

.expand-collapse-title .expand-collapse-arrow::after {
	content: "";
	position: absolute;
	margin-left: -1px;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-right: none;
	border-top: none;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.expand-collapse-title.expand-collapse-active .expand-collapse-arrow::after {
	border-color: #006184;
}
.expand-collapse-content .container-two-column {
	padding: 25px 0 0 0 !important;
	border-bottom: 0;
	border-top: 1px solid gray;
}
.expand-collapse-title {
	padding-bottom: 0 !important;
}
.expand-collapse-content .container-two-column {
	border-color: #006184;
}

.expand-collapse.whitecontent .expand-collapse-content,
.expand-collapse.whitecontent .expand-collapse-content .column-section {
	color: #fff;
}
.expand-collapse.whitecontent .expand-collapse-links a {
	color: #fff;
}
.expand-collapse.whitecontent .expandsep {
	border-color: #fff;
}
.expand-collapse.whitecontent h2.expand-collapse-title {
	color: #e6d4bf;
}
.expand-collapse.whitecontent .expand-collapse-title__span {
	color: #fff;
}
.expand-collapse.whitecontent
	.expand-collapse-content
	.column-section
	.entry-content,
.expand-collapse.whitecontent
	.expand-collapse-content
	.column-section
	.entry-content
	p,
.expand-collapse.whitecontent
	.expand-collapse-content
	.column-section
	.entry-content
	a {
	color: #fff;
}
.expand-collapse.whitecontent
	.expand-collapse-active
	.expand-collapse-title__span {
	color: #e6d4bf;
}
.expand-collapse.whitecontent .expand-collapse-title .expand-collapse-arrow {
	background: #e6d4bf;
}
.expand-collapse.whitecontent
	.expand-collapse-title.expand-collapse-active
	.expand-collapse-arrow {
	background: #fff;
}
.expand-collapse.whitecontent
	.expand-collapse-title
	.expand-collapse-arrow::after {
	border-color: #006180;
}
.expand-collapse.whitecontent .expand-collapse-content .container-two-column {
	border-color: #fff;
}
.site-main section.recipes-slider-section {
	margin-bottom: 0px !important;
	padding-bottom: 100px !important;
}
.site-main section.recipes-list {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	padding: 0;
	background-color: transparent;
}
.recipes-list-image-link {
	width: 100%;
}
.column-section-one {
	padding: 0;
}
h3.recipes-list-title a {
	color: #006180;
	font-family: "Courgette", cursive;
	font-size: 25px;
	margin-bottom: 5px;
	display: block;
}
.recipes-list-items {
	-webkit-box-pack: normal;
	-webkit-justify-content: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
}
.recipes-list-item {
	margin-bottom: 30px;
}
/*.recipes-list-item a.link__green{
    color: #006180;
    margin: 10px 0 0 0;
    font-size: 19px;
    font-family: 'Courgette', cursive;
    font-style: normal;
}*/
.more-link-section {
	padding: 20px;
}
.more-link__btn,
.recipes-list-item a.link__green {
	background: #006180 0% 0% no-repeat padding-box;
	border-radius: 80px;
	color: #fff;
	font-size: 15px;
	font-family: "Source Sans Pro";
	line-height: 15px;
	vertical-align: middle;
	display: block;
}
.recipes-list-item a.link__green {
	margin: 0;
	padding: 10px 20px;
}
.intro-details {
	max-width: 420px;
	margin: 0 auto;
	display: block;
}
.intro-details li {
	width: 30%;
	margin: 0 1.5%;
	display: block;
	text-align: center;
	float: left;
}
.intro-details span.idtitle {
	color: #e6d4bf;
	font-size: 20px;
	font-weight: 600;
	display: block;
	text-align: center;
	width: 100%;
}
.intro-details span.idcircle {
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 10px;
	width: 100px;
	height: 100px;
	align-items: center;
	align-content: center;
	display: grid;
	text-align: center;
	color: #fff;
	margin: 10px auto;
	line-height: 1em;
}
.intro-details span.idcircle span.intro-details-text-bold {
	font-size: 35px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.intro-details span.idcircle span.intro-details-text {
	font-size: 25px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.recipedatalist {
	max-width: 925px;
}
.footer-text-column .recipedatalist .ftc {
	max-width: 770px;
}
.recipedatalist .row.row {
	align-items: flex-start;
}
.videos {
	align-items: flex-start;
}
.video-content {
	min-height: 114px;
	align-items: center;
	align-content: center;
	display: grid;
}
main#main {
	overflow: hidden;
}
.site-footer {
	margin-top: -260px;
}

.teammember-text h4 {
	font-size: 22px;
	letter-spacing: 0;
}
.column-section-one p {
	display: block;
}
.column-section-one p a {
	text-decoration: underline;
}
.column-section-one * {
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.column-section-one ul li::before {
	display: none;
}
.column-section-one ul li {
	list-style-type: disc;
	margin: 0 0 8px 0;
}
.whitetext,
.whitetext *,
.whitetext h4,
.whitetext div,
.whitetext p,
.whitetext a,
.whitetext span {
	color: #fff;
}
.whitetext h3 {
	color: #e6d4bf;
}

.teammember-text .excerpt {
	display: block;
}
.teammember-text .content {
	display: none;
}
.whitetext .teammembercolumn .video-link-small {
	border: 1px solid #fff !important;
	color: #fff !important;
	margin: 16px 0 !important;
	text-decoration: none !important;
}
.whitetext .teammembercolumn .video-link-small:hover {
	color: #006184 !important;
	background: #fff !important;
	border-color: #fff !important;
}
.whitetext .teammembercolumn .video-link-small:hover i {
	color: #006184 !important;
}
.other-partners ul.archivenews {
	column-count: 2;
	column-gap: 1em;
	display: list-item;
	height: auto;
	margin-bottom: 40px;
}
.other-partners ul.archivenews li {
	max-width: 100%;
}
.other-partners ul.archivenews li,
.other-partners ul.archivenews li a {
	font-size: 18px;
	color: #1c2029;
}
.other-partners ul.archivenews li a:hover {
	color: #006180;
}
section.contact-form {
	background-size: 100% !important;
}

.expand-collapse-links a::after {
	background-color: #fff;
}

.recipes-slider-section .slick-dots .slick-active button {
	background-color: #e6d4bf;
}

.site-main section.banner.banner-big {
	min-height: 100vh;
}
.site-main section.banner.banner-big .banner-content {
	padding-top: 280px;
}
body.single-post main#main {
	background: url(assets/images/Blue_Wood_Texture.jpg);
}
body.single-post main#main section.column-section {
	background: transparent;
	padding-top: 30px;
}
body.single-post main#main section.column-section .column-section-one {
	color: #fff;
	column-count: 2;
}
body.single-post main#main section.column-section .column-section-one * {
	color: #fff;
}
/*
@media screen and (min-width: 1900px) {
.banner-content {
    padding-top: 240px;
}  
}
@media screen and (min-width: 2500px) {
.banner-content {
    padding-top: 300px;
    zoom: 0.8;
}
}
@media screen and (min-width: 3400px) {
.banner-content {
    padding-top: 460px;
    zoom: 0.5;
}
}
*/
.newssource {
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
	text-align: right;
}

.menu-btn {
	position: fixed;
}
.link__black:hover {
	color: #006180;
}

.recipes .slick-next,
.recipes .slick-prev {
	position: absolute;
	top: 43%;
	right: 29%;
	height: 60px;
	width: 60px;
	outline: none;
	border-radius: 50%;
	background: #fff;
	border: none;
	z-index: 1;
	font-size: 0;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	display: block !important;
}
.recipes .slick-prev {
	right: 33%;
}
.recipes .slick-next:hover,
.recipes .slick-prev:hover {
	background-color: #d9c6a6;
}
.recipes .slick-next::after,
.recipes .slick-prev::after {
	content: "";
	position: absolute;
	top: 36%;
	left: 30%;
	width: 19px;
	height: 19px;
	border: 4px solid #7a9544;
	border-right: none;
	border-top: none;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.recipes .slick-prev::after {
	left: 40%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 2000px) {
	.recipes .slick-next,
	.recipes .slick-prev {
		right: 32%;
	}
	.recipes .slick-prev {
		right: 35%;
	}
}
@media screen and (max-width: 1900px) {
	.recipes .slick-next,
	.recipes .slick-prev {
		right: 27%;
		zoom: 0.9;
	}
	.recipes .slick-prev {
		right: 31%;
	}
}
@media screen and (max-width: 1800px) {
	.recipes .slick-next,
	.recipes .slick-prev {
		right: 26%;
	}
	.recipes .slick-prev {
		right: 30%;
	}
}
@media screen and (max-width: 1700px) {
	.recipes .slick-next,
	.recipes .slick-prev {
		right: 24%;
	}
	.recipes .slick-prev {
		right: 29%;
	}
}
@media screen and (max-width: 1600px) {
	.recipes .slick-next,
	.recipes .slick-prev {
		right: 22%;
		zoom: 0.8;
	}
	.recipes .slick-prev {
		right: 27%;
	}
}
@media screen and (max-width: 1500px) {
	.recipes .slick-next,
	.recipes .slick-prev {
		right: 22%;
		zoom: 0.8;
	}
	.recipes .slick-prev {
		right: 26%;
	}
}
@media screen and (max-width: 1400px) {
	.recipes .slick-next,
	.recipes .slick-prev {
		right: 22%;
		zoom: 0.6;
	}
	.recipes .slick-prev {
		right: 26%;
	}
}
@media screen and (max-width: 1300px) {
	.recipes .slick-next,
	.recipes .slick-prev {
		right: 21%;
	}
	.recipes .slick-prev {
		right: 25%;
	}
}
@media screen and (max-width: 1000px) {
	.recipes .slick-next,
	.recipes .slick-prev {
		right: 8%;
	}
	.recipes .slick-prev {
		right: 14%;
	}
}
@media screen and (max-width: 768px) {
	.banner-small__bg-circle,
	.site-main section.footer-text-column {
		background-size: cover !important;
		background-attachment: scroll !important;
	}
	.banner-big {
		height: 800px;
	}
	.video-parallax {
		padding: 50px 0;
	}
	.recipes,
	.blog-posts {
		padding: 50px 0;
	}
	.other-partners {
		padding: 10% 10% 7% 10%;
		margin: 0 5%;
	}
	.other-partners ul {
		height: auto;
		flex-wrap: nowrap;
		padding: 0 0 0 10px;
	}
	.other-partners ul li {
		max-width: 100%;
	}
	section.blog-posts {
		background: url(https://christopherranch.com/wp-content/uploads/2019/11/WoodTextureMobile.jpg) !important;
	}
	.banner-small-title {
		font-size: 20px !important;
		text-align: center;
		width: auto;
		max-width: 300px;
	}
	.teammember-logo {
		float: none;
		margin: 0 auto 20px auto;
		text-align: center;
		clear: both;
	}
	.teammember-logo img {
		margin: 0 auto;
	}
	.imgarea {
		margin: 8px auto 16px auto;
	}
	.expand-collapse-links {
		-webkit-flex-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: initial;
	}
	.banner-content-small {
		padding: 20px;
	}
	.order-2 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.banner-small-title::before,
	.banner-small-title::after {
		top: 14px;
	}
	.container-intro.introontop {
		overflow: hidden;
	}
	.intro-details span.idcircle {
		padding: 5px;
		width: 60px;
		height: 60px;
	}
	.intro-details span.idcircle span.intro-details-text-bold {
		font-size: 20px;
	}
	.intro-details span.idcircle span.intro-details-text {
		font-size: 14px;
	}
	.intro-details span.idtitle {
		font-size: 15px;
		min-height: 46px;
		align-items: center;
		display: grid;
	}
	.teammember-text {
		float: none;
		width: 100%;
		clear: both;
	}
	h3.teammember-title {
		font-size: 28px;
	}
	.other-partners ul.archivenews {
		column-count: 1;
	}
	.banner-small-title::before {
		left: -20px;
		width: 30px;
	}
	.banner-small-title::after {
		right: -20px;
		width: 30px;
	}
	.banner-small-subtitle {
		font-size: 17px;
	}
	.banner-small-description {
		font-size: 15px;
	}
	.page-id-291 .banner-small__bg-circle {
		background-position: 60% center !important;
	}
	.site-main section.footer-text-column,
	.site-main section.csr-bottom,
	.site-main section:last-child {
		background-size: cover !important;
		background-attachment: scroll !important;
		margin: 0 !important;
		padding: 100px 0 !important;
	}
	.site-footer {
		margin-top: 0 !important;
	}
	.posts-container button.slick-arrow {
		right: 2px;
	}
	.posts-container button.slick-prev {
		left: 2px;
		right: auto;
	}
	.recipes .slick-next {
		right: 2%;
	}
	.recipes .slick-prev {
		left: 2%;
		right: auto;
	}
}

.main-navigation .sub-menu li:hover {
	background-color: #1c2029 !important;
}

.videolist .videos {
	display: block;
}
.videolist .video-item {
	width: 31%;
	display: block !important;
	float: left;
	margin: 0 1.1%;
	margin-bottom: 2.2%;
}
@media screen and (max-width: 768px) {
	.videolist .video-item {
		width: 96%;
		max-width: 330px;
		display: block !important;
		float: none;
		clear: both;
		margin: 0 auto;
		margin-bottom: 25px;
	}
}

.main-navigation .right-menu li:hover > ul,
.main-navigation .right-menu li.focus > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.main-navigation .primary-menu {
	margin-right: -16px;
}
.main-navigation .right-navigation {
	margin-left: -28px;
	padding-right: 0;
	/* overflow: hidden; */
}
.main-navigation .primary-menu a {
	font-size: 19px;
	font-weight: 700;
	padding: 12px 20px;
}
.main-navigation .right-menu a {
	font-size: 19px;
	font-weight: 700;
	padding: 12px 10px;
}
.main-navigation .right-navigation li:last-child a {
	padding: 14px 15px 10px;
	background: #e88c25;
	color: #1c2029;
	margin-left: 15px;
	font-weight: 900;
	font-family: "Cooper Std", sans-serif;
}

.main-navigation .right-navigation li:last-child {
	border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
	overflow: hidden;
}

.main-navigation .right-navigation li ul li:last-child {
	border-radius: 0;
}

.main-navigation .right-navigation li ul li:last-child a {
	margin-left: 0;
	background-color: transparent;
	color: #fff;	
	font-weight: 700;
    padding: 12px 10px;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.footer-container__item {
	width: 100%;
	margin-top: 50px;
}
.footer-list {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}
.footer-social-icons {
	margin-top: 20px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.row__footer {
		column-count: 1;
	}
	.site-footer {
		background: #1c2029;
	}
}
@media (max-width: 767.98px) {
	.footer-list {
		flex-direction: column;
	}
}

.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}
@media (max-width: 767.98px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}

.banner-content-small {
	background: rgba(13, 119, 135, 0.95);
}
.banner-small-title {
	position: relative;
	color: #fff;
	font-family: "Cooper Std", sans-serif;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -1px;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 4px;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
.banner-small-title::before {
	content: "";
	width: 70px;
	height: 3px;
	background: #e88c25;
	position: absolute;
	left: unset;
	right: 100%;
	top: calc(50% - 7px);
	transform: translateY(-50%);
}

.banner-small-title::after {
	content: "";
	width: 70px;
	height: 3px;
	background: #e88c25;
	position: absolute;
	left: 100%;
	top: calc(50% - 7px);
	transform: translateY(-50%);
}
.banner-small-description {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0;
	width: 770px;
	width: 920px;
	max-width: 100%;
}

.btn {
	display: inline-block;
	background: #e88c25;
	padding: 16px 30px 12px;
	border-radius: 40px;
	border: none;
	color: #1c2029;
	font-size: 19px;
	line-height: 23px;
	font-family: "Cooper Std", sans-serif;
	text-align: center;
}

.btn.btn-orange {
	color: #1c2029;
	background: #e88c25;
}

.btn.btn-white {
	color: #1c2029;
	background: #fff;
}

.btn.btn-dark {
	background: #1c2029;
	color: #fff;
}
.btn.btn-green {
	background: #0d7787;
	color: #fff;
}
.container-intro.cintro4 .banner-small-title::before,
.container-intro.cintro4 .banner-small-title::after {
	background: #e88c25 !important;
}
.intro-description-content p {
	font-family: "Poppins", sans-serif;
	width: 515px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767.98px) {
	.banner-content-small {
		padding: 40px 20px;
		padding-top: 70px;
	}

	.banner-small {
		min-height: 102vh;
	}
	.banner-small-title {
		font-size: 30px !important;
		line-height: 33px;
		width: 262px;
		max-width: 100%;
	}
	.banner-small-title::before,
	.banner-small-title::after {
		width: 33px;
	}
	.banner-small-description {
		font-size: 18px;
		line-height: 25px;
		width: 350px;
		max-width: 100%;
	}
	.intro-description-content p {
		font-size: 18px;
		line-height: 25px;
	}
}

.banner::after {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.52) 0%,
		rgba(0, 0, 0, 0) 50%
	);
}

.banner.white .banner-small-title::before,
.banner.white .banner-small-title::after {
	background: #e88c25;
}
.banner.white .banner-small-description {
	width: 627px;
}
.banner.white .banner-small-description a {
	color: #0d7787;
	text-decoration: underline;
	font-weight: 700;
}

.expand-collapse-content .imgarea {
	margin-top: 90px;
}
.expand-collapse-content .expand-collapse-tab {
	padding-top: 90px;
}
.expand-collapse-links {
	padding-top: 90px;
	margin-bottom: -30px;
	z-index: 5;
	position: relative;
}
.expand-collapse-links a {
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	line-height: 30px;
	font-weight: 700;
}
.expand-collapse-links a::after {
	display: none;
}
.expand-collapse-links a .fa-angle-down {
	position: relative;
	width: 13px;
	height: 10px;
	background: url(assets/images/festival/arrow-orange-down.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	display: inline-block;
}
.expand-collapse-links a .fa-angle-up {
	position: relative;
	width: 13px;
	height: 10px;
	background: url(assets/images/festival/arrow-orange-up.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	display: inline-block;
}
.expand-collapse h2.expand-collapse-title {
	font-family: "Cooper Std", sans-serif;
	font-size: 40px;
	line-height: 49px;
	font-weight: 900;
	margin-bottom: -20px;
}
.expand-collapse.whitecontent h2.expand-collapse-title {
	color: #ffffff;
}
.expand-collapse-title__span {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
}
.expand-collapse.whitecontent
	.expand-collapse-active
	.expand-collapse-title__span {
	color: #e88c25;
}
.expand-collapse-content .column-section .entry-content,
.expand-collapse-content .column-section .entry-content p,
.expand-collapse-content .column-section .entry-content a {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	width: 700px;
	margin-right: auto;
	max-width: 100%;
}
.expand-collapse.whitecontent .expand-collapse-title .expand-collapse-arrow {
	background: #ffffff;
}
.expand-collapse.whitecontent
	.expand-collapse-title.expand-collapse-active
	.expand-collapse-arrow {
	background: #e88c25;
}

h2.expand-collapse-title {
	color: #0d7787;
}
.expand-collapse-title:hover {
	color: #0d7787;
}
.expand-collapse-title__span {
	color: #0d7787;
}
.expand-collapse-title .expand-collapse-arrow {
	background: #0d7787;
}
.expand-collapse-title.expand-collapse-active .expand-collapse-arrow {
	background: #e88c25;
	border: 1px solid #e88c25 !important;
}
.expand-collapse-title.expand-collapse-active .expand-collapse-arrow::after {
	border-color: #fff;
}
.expand-collapse-active .expand-collapse-title__span {
	color: #e88c25;
}
.banner.white .banner-content-small {
	background: rgba(255, 255, 255, 0.95);
}
.banner-small-subtitle {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	padding-top: 0;
	margin-bottom: 10px;
}
@media (max-width: 767.98px) {
	.banner-small-subtitle {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 4px;
	}
}
section.contact-form {
	position: relative;
	padding-top: 125px;
}
section.contact-form::before {
	content: "";
	background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.19;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact-form--container {
	width: 1114px;
	max-width: 100%;
	background-color: rgba(13, 119, 135, 0.94);
	padding: 60px 100px 50px;
}
.contact-form__title {
	position: relative;
	color: #fff;
	font-family: "Cooper Std", sans-serif;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -1px;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 10px;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}

.contact-form__title::before {
	content: "";
	width: 70px;
	height: 3px;
	background: #e88c25;
	position: absolute;
	right: 100%;
	top: calc(50% - 7px);
	transform: translateY(-50%);
}

.contact-form__title::after {
	content: "";
	width: 70px;
	height: 3px;
	background: #e88c25;
	position: absolute;
	left: 100%;
	top: calc(50% - 7px);
	transform: translateY(-50%);
}
.contact-form .wpcf7 label {
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	line-height: 31px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
}
.contact-form .wpcf7 input {
	padding: 12px;
	color: #000;
	margin-top: 8px;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	line-height: 31px;
	border-radius: 5px;
}
.contact-form .wpcf7 p {
	width: 48.5%;
}
.contact-form .wpcf7 p:nth-of-type(3) {
	width: 58%;
}
.contact-form .wpcf7 p:nth-of-type(4) {
	width: 39%;
}
.contact-form .wpcf7 p:nth-of-type(5) {
	width: 100%;
}
.contact-form .wpcf7 textarea {
	padding: 12px;
	color: #000;
	margin-top: 8px;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	line-height: 31px;
	border-radius: 5px;
	width: 100%;
	height: 180px;
}
.contact-form .wpcf7 input[type="submit"] {
	display: inline-block;
	margin-top: 20px;
	background: #e88c25;
	padding: 17px 25px 10px;
	border-radius: 40px;
	border: none;
	color: #1c2029;
	font-size: 19px;
	line-height: 23px;
	font-family: "Cooper Std", sans-serif;
}
.contact-form .wpcf7 input[type="submit"]:hover {
	display: inline-block;
	margin-top: 20px;
	background: #e88c25;
	padding: 17px 25px 10px;
	border-radius: 40px;
	border: none;
	color: #1c2029;
	font-size: 19px;
	line-height: 23px;
	font-family: "Cooper Std", sans-serif;
}

@media (max-width: 991.98px) {
	.main-navigation .right-navigation {
		padding: 0 15px;
		padding-right: 23px;
		margin-left: 0;
	}

	.main-navigation .right-navigation li a {
		padding-left: 20px;
	}

	.main-navigation .sub-icon {
		top: -14px;
	}

	.main-navigation .sub-menu li {
		padding-bottom: 0;
	}

	.main-navigation .right-navigation li ul li:last-child a {
		padding-left: 20px;
	}

	.main-navigation .right-navigation li:last-child {
		border-radius: 0;
	}
}

@media (max-width: 767.98px) {
	.contact-form--container {
		padding: 40px 30px;
	}
	.contact-form__title {
		font-size: 30px;
		line-height: 33px;
		letter-spacing: -1px;
		width: 230px;
	}

	.contact-form__title::before {
		width: 33px;
		top: calc(50% - 7px);
	}

	.contact-form__title::after {
		width: 33px;
		top: calc(50% - 7px);
	}
	.contact-form .wpcf7 p {
		width: 100% !important;
	}
}

.expand-collapse.whitecontent .expand-collapse-content .column-section .entry-content p {
	margin-bottom: 27px !important;
}

.expand-collapse.whitecontent .expand-collapse-content .column-section .entry-content ul li {
	list-style: initial;
}

.expand-collapse.whitecontent .expand-collapse-content .column-section .entry-content ul {
	padding-left: 2px;
}

.expand-collapse.whitecontent .expand-collapse-content .column-section .entry-content ul li::before {
	display: none;
}

.contact-form form .wpcf7-response-output {
	font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin: 0 auto;
	text-align: center;
}

@media (min-width: 767.98px) {

	section.contact-link .content-area .contact-link-box p a {
    	transition: 0.3s ease-out;
		text-decoration: underline;
    	text-decoration-color: transparent;
	}

	section.contact-link .content-area .contact-link-box p a:hover {
		text-decoration-color: #000;
	}
}

.main-navigation .right-menu li:hover > ul, .main-navigation .right-menu li.focus > ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
} 

.expand-collapse .expand-collapse-content .column-section .entry-content a {
	width: auto;
}

.container-intro .intro-description-content p strong {
	color: #fff;
	font-weight: 700;
}

.contact-form .wpcf7 .wpcf7-not-valid-tip {
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
	top: 92%;
}

.contact-form .wpcf7 input.wpcf7-validates-as-required.wpcf7-not-valid {
	margin-bottom: 10px;
}

@media (max-width: 767.98px) {
	.banner.white .banner-small-description {
		width: 100%;
	}
}

.two-column-highlight .content-area .highlight-boxes .highlight-box ul {
	list-style: none;
    padding-left: 0;
}

.two-column-highlight .content-area .highlight-boxes .highlight-box ul li {
	position: relative;
    color: #1C2029;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-left: 30px;
}

.two-column-highlight .content-area .highlight-boxes .highlight-box ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 15px;
    background: #E88C25;
    position: absolute;
    left: 0;
    top: 13px;
}

@media (max-width: 767.98px) {
	.two-column-highlight .content-area .highlight-boxes .highlight-box ul li {
        font-size: 18px;
        line-height: 25px;
		padding-left: 20px;
    }

	.two-column-highlight .content-area .highlight-boxes .highlight-box ul li::before {
        content: "";
        width: 9px;
        height: 9px;
        border-radius: 15px;
        background: #E88C25;
        position: absolute;
        left: 0;
        top: 9px;
    }
}

.contact-form .wpcf7 .textarea_label .wpcf7-not-valid-tip {
    top: 100%;
}

footer .footer-social-icons span.font-twitter::before,
header .header-social-icons span.font-twitter::before {
	display: none;
}

footer .footer-social-icons span.font-twitter,
header .header-social-icons span.font-twitter {
	border-color: transparent;
}

.text-box-text-left-img-right .content-area .text-box .text-area p a,
.text-box-center-with-bg-big .content-area .text-box p a,
.text-box-center-with-bg-big .content-area .text-box ul li a {
	color: #0D7787;
    text-decoration: underline;
}

.text-box-center-with-bg-big .content-area .text-box .btn {
	text-decoration: none;
}

footer .footer-container__item .text_footer p {
	text-align: center;
    color: #fff;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}