/*
Theme Name: River Bend
Theme URI: 
Author: the Development team
Author URI: https://wordpress.org/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP5 Default is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
	line-height: 1; 
	-webkit-text-size-adjust: 100%;
}

body {
	/*font-family: 'Gaegu', cursive;*/
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto; 
	width: 100%; 
	min-width: 1200px;
}

.container {
	width: 100%; 
	max-width: 1600px; 
	margin: 0 auto; 
	padding: 0;
}

.row {
	max-width: 1440px; 
	margin: 0 auto;
}

.so-panel,
.panel-grid {
	margin-bottom: 0 !important;
}

/* group page */
.page-id-1434 .hd-logo {display: none;}

@media screen and (max-width: 1200px) {
	body {min-width: 320px;}
}

h1.entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); 
	-webkit-clip-path: inset(50%); 
	        clip-path: inset(50%); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute !important; 
	width: 1px; 
	word-wrap: normal !important;  
}

.wp-block-column, 
.blocks-gallery-item {
	margin: 0 !important;
}

.has-1-columns .wp-block-column {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: auto; 
	width: auto; 
	-o-object-fit: contain; 
	   object-fit: contain;
}

.wp-block-image, 
.wp-block-image figure {
	margin: 0;
}

.cta {
	display: none;
}

img {
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.flexs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
a, 
a:visited {
	text-decoration: none; 
	-o-transition: all .2s ease; 
	transition: all .2s ease; 
	-webkit-transition: all .2s ease; 
	text-decoration: none !important;
}

a:hover {
  text-decoration: none;
  color:inherit;
}

a:hover {}
a:focus {
	outline: none !important;
}

h1 {
	margin: 0;
	line-height: 90%;
	font-weight: 700;
	font-size: 70px;
	color: #212121;
	letter-spacing: -0.09em;
}

h2 {
	margin: 0;
	line-height: 90%;
	font-weight: 700;
	font-size: 70px;
	color: #212121;
	letter-spacing: -0.09em;
}

h3 {
	margin: 0;
	line-height: 120%;
	font-weight: 700;
	font-size: 20px;
	color: #FF2200;
	letter-spacing: -0.05em;
}

h4 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 90%;
}

p, 
ul li, 
ol li {
	margin: 0;
	line-height: 180%;
	font-weight: 400;
	color: #212121;
	font-size: 16px;
	letter-spacing: 0.03em;
	font-family: 'Montserrat', sans-serif;
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('assets/fonts/ProximaNova-Semibold.eot');
  src: url('assets/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg'),
       url('assets/fonts/ProximaNova-Semibold.ttf') format('truetype'),
       url('assets/fonts/ProximaNova-Semibold.woff') format('woff'),
       url('assets/fonts/ProximaNova-Semibold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 50px;
	}

	h3 {
		font-size: 18px;
	}

	p, 
	ul li, 
	ol li {
		font-size: 15px;
	}
}

.metaslider .flexslider {
    height: 600px;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.btn,
.kt-btn-wrap .kt-button {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 20px !important; 
  font-weight: 700 !important; 
  color: #FFF !important; 
  position: relative !important; 
  background: #FF2300 !important; 
  z-index: 1 !important; 
  width: 230px !important;
  height: 60px !important;
  letter-spacing: -0.05em;
 /* font-family: 'Gaegu', cursive !important;*/
  font-family: 'Montserrat', sans-serif !important;
  padding: 0 !important;
  margin: auto;
  z-index: 1000;
  margin: auto;
  border-radius: 40px !important;
  border: 1px solid transparent !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn span {
	position: relative;
	top: 2px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover {
  border-color: #FFF !important;
	
}

.btn::after {
  content: ""; 
  border-radius: 40px !important;
  background: #202020; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0; 
  -webkit-transition: all .2s linear; 
  -o-transition: all .2s linear; 
  transition: all .2s linear; 
  -webkit-transform: scaleX(0); 
      -ms-transform: scaleX(0); 
          transform: scaleX(0); 
  z-index: -1;
}

.btn:hover::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.ow-button-base.ow-button-align-center {
	position: relative;
	z-index: 1000;
}

.kt-button {
	border: none !important;
} 

@media screen and (max-width: 768px) {
	.btn {
		width: 180px !important;
		height: 40px !important;
		font-size: 17px !important;
	}

	.btn span {
		position: relative;
		top: -1px;
	}
}

/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/
.sidebar form, 
.error-404 form {
	position: relative; 
	max-width: 700px; 
	margin: 10px auto;
}

.sidebar input[type="search"], 
.error-404 input[type="search"] {
	width: 100%; 
	padding: 5px 10px;
}

.sidebar input[type="submit"], 
.error-404 input[type="submit"] {
	background: -o-linear-gradient(top, #FFF, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	background: linear-gradient(to bottom, #FFF, #ccc);
	border: 1px solid #000; 
	position: absolute; 
	padding: 6px; 
	right: 0; 
	top: 0;
}

.sidebar .widget:not(:nth-of-type(1)) {
	background: rgba(255, 255, 255, .5);
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;  
	padding: 10px 20px;
}

.sidebar input[type="submit"], 
.error-404 input[type="submit"] {
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.sidebar input[type="submit"]:hover, 
.error-404 input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}


/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
form p {
	margin: 0 0 10px !important;
	width: 100%;
}

form i, 
form .hide {
	display: block;
	width: .1px; 
	height: .1px; 
	overflow: hidden;
}

form label {
	display: block; 
	color: #1F1F1F !important;
	font-size: 15px;
	font-weight: 400;
}

form input, form textarea {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.wpcf7 ::-webkit-input-placeholder {
	font-size: 15px;
	color: #1F1F1F;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
}

.wpcf7 ::-moz-placeholder {
	font-size: 15px;
	color: #1F1F1F;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
}

.wpcf7 :-ms-input-placeholder {
	font-size: 15px;
	color: #1F1F1F;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
}

.wpcf7 ::-ms-input-placeholder {
	font-size: 15px;
	color: #1F1F1F;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
}

.wpcf7 ::placeholder {
	font-size: 15px;
	color: #1F1F1F;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
}

.wpcf7 textarea {
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 15px;
	color: #1F1F1F;
	font-weight: 400;
	line-height: 120%;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
	width: 100%;
	height: 200px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 15px;
	color: #1F1F1F;
	font-weight: 400;
	line-height: 120%;
	width: 100%;
	height: 60px;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
}

.wpcf7-display-none {
	text-align: center;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"] {
		height: 50px;
	}

	.wpcf7 textarea  {
		height: 150px;
	}
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*Main Menu*/
.main-navigation {
	position: relative;
	z-index: 9999;
	width: 100%;
}

.main-navigation .main-menu {
  list-style: none; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main-navigation .main-menu > li {
  color: #0073aa;
  display: inline;
  position: relative;
}

.main-navigation .main-menu > li:nth-of-type(3) {
	margin-right: 200px;
}

.main-navigation .main-menu > li:nth-of-type(4) {
	margin-left: 250px;
}

.main-navigation .main-menu li > a {

  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.05em;
  position: relative;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
}

.main-navigation .main-menu li > a::after {
  content: ""; 
  background: #FF2300; 
  width: 100%; 
  height: 100%; 
  position: absolute; 
  -webkit-transform: scaleX(0); 
      -ms-transform: scaleX(0); 
          transform: scaleX(0); 
  z-index: -1; 
  top: 0; 
  display: block; 
  margin: auto; 
  left: 0; 
  right: 0; 
  -webkit-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease; 
  border-radius: 50px;
	
}

.main-navigation .main-menu li > a:hover::after,
.main-navigation .main-menu li.current_page_item > a::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.main-navigation .main-menu li:hover,
.main-navigation .current_page_item {
  text-shadow: 0px 0px .2px #FF2E28, 0px 0px .2px #FF2E28;
	width:100%;
}
.main-navigation .main-menu>li {
display: contents;
}
.main-navigation .main-menu li:hover, .main-navigation .current_page_item {
width: auto;
}

@media screen and (max-width: 1440px) {
	.main-navigation .main-menu > li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1230px) { 
	.main-navigation .main-menu > li a {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 1200px) {
	.main-navigation .main-menu > li:nth-of-type(3) {
		margin-right: 0;
	}

	.main-navigation .main-menu > li:nth-of-type(4) {
		margin-left: 0;
	}
}

/*Sub Menu*/
.main-navigation ul li:hover ul {
	visibility: visible; 
	opacity: 1; 
	margin-top: 0;
}

.main-navigation ul ul {
	padding: 10px 5px; 
	display: block; 
	position: absolute; 
	background: rgba(0, 0, 0, .7); 
	margin-top: 50px; 
	-webkit-transition: all .4s linear; 
	-o-transition: all .4s linear; 
	transition: all .4s linear; 
	visibility: hidden; 
	opacity: 0; 
	width: 200px; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	z-index: 999;
}

.main-navigation ul ul li {
	display: block; 
	margin-right: 0;
}

.main-navigation ul ul li a {
	padding: 0 10px; 
	display: block; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	text-transform: capitalize;
}

.main-navigation ul ul li a::before {
	display: none;
}

.main-navigation ul ul li a:hover {
	background: #0F3A6F;
}

.main-navigation ul ul li a::after {
	display: none;
}

/*Sub Sub Menu*/
.main-navigation ul ul li:hover ul {
	margin-left: 200px; 
	visibility: visible !important; 
	opacity: 1 !important;
}

.main-navigation ul ul ul {
	position: absolute; 
	margin-left: 240px; 
	margin-top: -48px !important; 
	visibility: hidden !important; 
	opacity: 0 !important;
}

/*Footer Menu*/
.footer-navigation {}

.footer-navigation ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-navigation ul li {
	margin-right: 35px;
}

.footer-navigation ul li a {}

.footer-navigation ul li a:hover, 
.footer-navigation .current-menu-item, 
.footer-navigation .current_page_item {
	text-shadow: 0px 0px 10px #000;
}

@media screen and (max-width: 768px) {
	.footer-navigation ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.footer-navigation ul li {
		padding: 10px 0;
		margin-right: 0;
	}
}

/*Social Menu*/
.social-navigation svg {
  display: none !important;
}

.social-navigation a:before {
  font-size: 25px !important;
  position: relative; 
  top: 4.5px; 
  left: -2.5px;
}

.ft-social .social-navigation a:before {
  font-size: 25px !important;
  width: 25px;
  height: 25px;
}


.social-navigation ul.social-links-menu {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
  width: 35px;
  height: 35px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  border-radius: 50%;
  margin: 0 10px;
}

.ft-social .social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  width: 45px;
  height: 45px;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  border-radius: 50%;
}

.social-navigation ul.social-links-menu li:not(:last-of-type) { 
  display: block; 
}

.social-navigation ul.social-links-menu li:nth-child(n+2) {
  margin-left: 0.1em;
}

.social-navigation ul.social-links-menu li a {
  border-bottom: 1px solid transparent;
  display: block;
  color: #FFF;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  width: 40px;
  height: 40px;
}

.social-navigation ul.social-links-menu li:hover {
  -webkit-transform: rotateZ(360deg);
      -ms-transform: rotate(360deg);
          transform: rotateZ(360deg);
  -webkit-box-shadow: 0px 0px 20px #FFF;
          box-shadow: 0px 0px 20px #FFF;
}

.social-navigation ul.social-links-menu li:hover:nth-of-type(1) {
  background: #4064AC;
}

.social-navigation ul.social-links-menu li:hover:nth-of-type(2) {
  background: #4FC5F7;
}
.social-navigation ul.social-links-menu li:hover:nth-of-type(3) {
  background: #F70000;
}
.social-navigation ul.social-links-menu li:hover:nth-of-type(4) {
  background: #E88431;
}

.social-navigation ul.social-links-menu li a:focus {
}

.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.social-navigation ul.social-links-menu li a svg#ui-icon-link {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	text-align: center;
	padding: 25px 10px;
	position: absolute;
	width: 100%;
	z-index: 99;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.site-header p {
	padding-top: 20px;
	font-size: 30px;
	line-height: 120%;
	font-weight: 600;
	font-family: 'ProximaNova-Semibold',sans-serif;
	color: #fff
}

.site-header a {
	color: #fff;
}

.hd-logo {
	position: relative;
    /*top: 30px;*/
    /*background: rgba(255,34,0,0.7);*/
    /*max-width: 550px;*/
    margin: 30px auto 0;
    padding: 75px 0;
}

.hd-logo:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 550px;
	height: 550px;
    background: rgba(255,34,0,0.7);
    margin: auto;
    border-radius: 100%;
    z-index: -1;
}

.hd-logo p:first-of-type a{
	text-decoration: underline!important;
}

.hd-logo p:nth-of-type(2) small{
	font-size: 18px;
    font-weight: 300;
}

.hd-logo p:nth-of-type(2) a{
	font-size: 40px;
	padding: 0 0 10px;
	display: block;
}


@media screen and (max-width: 1440px) {
	.site-header img {
		width: 100%;
		height: auto !important;
		max-width: 300px;
		margin: auto;
	}

	.hd-logo:after {
		width: 450px;
    	height: 450px;
    	/*max-width: 350px;*/
    	/*padding: 78px 0;*/
	}

}

@media screen and (max-width: 1200px) {
	.site-header .container {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.hd-logo:after {
	    width: 350px;
	    height: 350px;
	}

	.hd-logo {
	    padding: 30px 0;
	    width: 100%;
	}

	.site-header img {
    	max-width: 250px;
	}

	.site-header p {
		font-size: 20px;
	}

	.hd-logo p:nth-of-type(2) a {
    	font-size: 27px;
    	padding: 5px 0;
	}
}

@media screen and (max-width: 780px) {
	
	
	#mg-wprm-wrap {
		background: url(assets/images/mob-banner.jpg)no-repeat;
		background-position: center center;
		background-size: cover;
	}

	#mg-wprm-wrap ul li {
    	border-bottom: 1px solid #DDDDDD;
	}

/* 	#wprmenu_bar {
		/*background: -o-linear-gradient(#000,#FF2300,#000);
		background: -webkit-gradient(linear,left top, left bottom,from(#000),color-stop(#FF2300),to(#000));
		background: linear-gradient(#000,#FF2300,#000);*/
		background: rgba(0,0,0,0.2);	
	} */

	#wprmenu_bar .menu_title a {
    	top: 0;
    	color: #FFFFFF;
    	font-weight: 700;
	}

}

@media screen and (max-width: 375px) {

	.site-header{
		padding: 25px 5px;
	}

	.hd-logo:after {
	    width: 300px;
	    height: 300px;
	}

}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
#banner {
	position: relative;
}

.site-banner img[alt="banner-image"] {
	width: 100%;
	height: 960px !important;
	-o-object-fit: cover;
	   object-fit: cover;
}

#banner p {
	font-size: 20px;
	color: #fff;
	line-height: 120%;
	letter-spacing: -0.05em;
	font-weight: 700;
	text-transform: uppercase;
	/*font-family: 'Gaegu', cursive;*/
	font-family: 'Montserrat', sans-serif;
}

#banner a {
	color: #fff;
}

#banner .left p a {
	font-size: 45px;
	color: #fff;
	line-height: 90%;
	letter-spacing: -0.09em;
}

.banner-text {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 115px;
	max-width: 1366px;
}

.banner-text img {
	padding-bottom: 20px;
}

.banner-text .wrapper {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.banner-text .right {
	text-align: right;
}

	.page-id-1434 video {
        margin-top: 100px;
}
.page-id-1434 .main-navigation .main-menu li > a {
        color: #ff2300 !important;
}
.page-id-1434 .main-navigation .main-menu li > a::after {
	border: 1px solid#FF2300;
	color: #FFF !important;
	background: #FFF !important;
}
@media screen and (max-width: 1024px) {
.main-navigation .main-menu li>a {
        font-size: 10px !important;
}
	.page-id-1434 video {
        margin-top: 0;
}
}

@media screen and (max-width: 1440px) {
	.site-banner img[alt="banner-image"] {
		height: 700px !important;
	}

}

@media screen and (max-width: 768px) {

	.banner-text {
		position: relative;
		bottom: 0;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
	#banner p,
	#banner a,
	#banner .left p a {
		color: #212121;
		display: block;
	}

	#banner .left p a {
		font-size: 30px;
	}

	.banner-text .wrapper {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.banner-text .wrapper div {
		padding: 10px 0;
	}

	.banner-text .right {
		text-align: center;
	}

	.banner-text .mid {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}

	.site-banner img[alt=banner-image] {
    	margin-top: -42px;
	}

	.site-banner img[alt=banner-image] {
    	height: 500px !important;
	}
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

.content-img img {
	max-width: 200px !important;
	width: 100%;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_wrap_0 {
    height:600px !important;
}


/*Weddings pAge*/
.page-id-1628 #primary, .page-id-1680 #primary {
    max-width: unset;
    margin: 0;
}

.page-id-1680 .container{
	max-width: unset;
}

.page-id-1680 #content .banner .banner-content h3{font-size:40px !important;}
.page-id-1680 .wedding-row .inner.bottom {
    max-width: 1700px;
    margin: 0 auto 70px;
}
.page-id-1680 #banner, .page-id-1680 .hd-logo, .page-id-1680 .site-header{display: none;}
.page-id-1680 .top{margin-top: 0;}
body.page-id-1680 #content{padding: 0 !important;}

#primary .wedding-row h2 {
    color: #D80000;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 60px !important;
}

.wedding-row {
    text-align: center;
}

.wedding-row .inner p {
    font-size: 22px;
    max-width: 1500px;
    margin: 0 auto;
	line-height: 190%;
}

.wedding-row .inner .flex {
    justify-content: space-between;
    display: flex;
}

.wedding-row .inner.bottom {
    max-width: 1700px;
    margin: 0 auto 170px;
}

.wedding-row .inner {
    max-width: 1500px;
    margin: 150px auto;
}
.wedding-gal .grid {
    display: grid;
    grid-template-columns: auto auto auto;
}
.wedding-gal p {
    color: white;
    font-size: 20px;
    max-width: 900px;
    line-height: 190%;
    margin: 0 auto;
}
.wedding-gal {
    text-align: center;
}
.wedding-gal h2 {
    margin: 61px auto 20px;
    color: white;
    font-size: 40px;
}

.wedding-gal .grid img {
    max-width: 400px !important;
    width: 100%;
    margin: 30px 0 !important;
    height: !important;
}

.wedding-gal .grid br {
    display: none;
}

.wed-form h2, .wed-form p {
    color: white;
}

.wed-form textarea {
    height: 250px;
}

.wed-form {
    background: #222222;
    max-width: 1300px;
    color: white;
    border-radius: 80px;
    padding: 20px 8%;
    margin: -90px auto -90px;
    text-align: center;
    z-index: 999999999;
    position: relative;
}
.wed-form .flex span {
    width: 100%;
}
.wed-form .flex {
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
#wed-form {
    margin-bottom: -90px;
    padding: 30px 0;
}

.wed-form p:nth-child(3) {
    max-width: 800px;
    margin: 0 auto !important;
}

.wed-form h3 {
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
}
.wed-form h2 {
    letter-spacing: 1px;
}

#wed-form .wed-form input.wpcf7-form-control.wpcf7-submit.btn {
    background: white !important;
    color: black !important;
    font-weight: 100 !important;
    border-radius: 20px !important;
    margin: 30px auto;
}

.inner #content .banner img {
    max-width: 400px !important;
    width: 100% !important;
    height: unset !important;
}

.inner #content .banner .banner-content {
    /* background: red; */
    background: rgba(255,34,0,0.7);
    max-width: 400px;
    padding: 50px 40px 0px;
    margin: 0 auto;
    border-radius: 100%;
    height: 390px;
}

.inner #content .banner .banner-content h3 {
    color: white;
    font-size: 50px;
    letter-spacing: 5px;
    text-decoration: underline;
}

.inner #content .banner a {
    margin: 40px auto;
}

.banner .flex {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    text-align: left;
    padding: 0 0 90px !important;
    align-items: center;
    margin: 0 auto;
}

.banner .flex p, .banner .flex span {
    color: white;
    flex: 1;
    margin: 0;
    padding: 0 30px;
    display: block;
}

.inner #content .banner p.info {
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 150%;
    padding: 0 2%;
}

.banner .flex span {
    font-size: 30px;
    font-weight: 900;
    border-left: 15px solid white;
}

.page-id-1628 #banner, .page-id-1628 .hd-logo, .banner .flex span br:nth-child(1),.page-id-1628 .site-header {
    display: none;
}
.page-id-1628 #content {
    padding:0 !important;
}
.page-id-1628 .top.header {
    margin: 0 !important;
    padding: 0 !IMPORTANT;
}

@media screen and (max-width: 1200px){
	.wedding-row .inner {margin: 50px auto;padding: 0 5%;}
	.inner #content img {height: 360px !important;}
}

@media screen and (max-width: 1024px){
	.banner .flex {display: block;}
	.banner .flex span {font-size: 20px;border-left: 0;}
	.banner .flex {text-align: center;max-width: 800px;}
	.wedding-row .inner .flex {display: block;}
	.wedding-gal .grid img {margin: 20px auto !important;}
	.wedding-gal .grid {display: grid;grid-template-columns: auto auto;}
}
@media screen and (max-width:767px){
	.wedding-gal .grid{grid-template-columns: auto;}
	.wed-form .flex{display:block; margin:0;}
	.wed-form input[type="text"] {margin: 5px 0 !important;}
	.wed-form textarea {height: 150px;}
	.wed-form {border-radius: 0;padding: 20px 5%;margin: 0 auto;}
	#wed-form {margin-bottom: -60px;padding: 0px 0;}
}
@media screen and (max-width: 400px){
	.inner #content .banner .banner-content{height: 300px;}
	.inner #content .banner .banner-content h3 {font-size: 30px;}
	.banner .flex span br { display: none;}
	.inner #content h2 { font-size: 30px !important;}
	.wedding-row .inner p {font-size: 18px;}
	.wedding-row .inner {margin: 20px auto; padding: 0 2%;}
}
/*--------------------------------------------------------------
## SONOMA COUNTY, CALIFORNIA CAMPING! SECTION
--------------------------------------------------------------*/
.experience {
	text-align: center;
}

.experience h2 {
	font-size: 58px;
	padding: 20px 0 15px;
}

.experience .container p {
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Gaegu', cursive;*/
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;
	color: #FF2200;
	padding-top: 25px;
}

.experience p strong {
	font-family: "Arial";
	font-size: 15px;
	font-weight: 400;
}

.experience .container h4 {
	padding: 65px 0 15px;
}
#panel-w60aca5eb0ff6c-1-3-0 h4 {
	padding-top: 40px;
}

.experience .container .wrapper {
	width: 150px !important;
	overflow: hidden;
	height: 150px !important;
	margin: auto;
	border-radius: 50%;
	        box-shadow: 0 0 10px rgba(0,0,0,0.19);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.19);
}

.experience .container img {
	width: 150px !important;
	height: 150px !important;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experience .top img {
	position: relative;
}


.experience .container {
	max-width: 1200px;
}

.experience .container .wrapper .bot img 
{	top: -150px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.experience .container .wrapper:hover .bot img {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.experience .btn {
	margin-top: 70px;
	border-radius: 50px !important;
	font-size: 30px !important;
	width: 346px !important;
	height: 90px !important;
}

@media screen and (max-width: 1440px) {
	.experience {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media screen and (max-width: 768px) {

	.experience h2 {
		font-size: 40px;
	}

	.experience .btn {
		width: 200px !important;
		height: 50px !important;
		font-size: 20px !important;
	}
}
/*--------------------------------------------------------------
## WELCOME TO SECTION
--------------------------------------------------------------*/

.welcome .btn {
	margin: 15px 0 0;
}

.welcome .top p {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	padding-bottom: 50px;
	/*font-family: 'Gaegu', cursive;*/
	font-family: 'Montserrat', sans-serif;
	
}

.welcome .bot p {
	font-size: 16px;
	padding-bottom: 35px;
} 

@media screen and (max-width: 1440px) {
	.welcome {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media screen and (max-width: 768px) {
	.welcome {
		text-align: center;
	}

	.welcome img {
		width: 100%;
		max-width: 350px !important;
		margin: auto;
	}

	.welcome .btn {
		margin: auto;
	}

	.welcome .top p,
	.welcome .bot p {
		padding-bottom: 20px;
	}

	.welcome .bot p {
		font-size: 14px;
	}
}
/*--------------------------------------------------------------
## WORLD-FAMOUS WINERIES SECTION
--------------------------------------------------------------*/
.world h2 {
	padding: 10px 0 30px;
	color: #fff;
	font-size: 70px;
	max-width: 434px;
}

.world p {
	max-width: 575px;
	padding-bottom: 50px;
	color: #fff;
}

.world .btn {
	margin: 0;
}

@media screen and (max-width: 1440px) {
	.world {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media screen and (max-width: 1024px) {
	.world h2 {
		max-width: 100%;
	}

	.world p {
		max-width: 100%;
	}

	.world .panel-grid-cell {
		width: 100% !important;
	}
}

@media screen and (max-width: 768px) {
	.world {
		text-align: center;
	}

	.world h2 {
		font-size: 40px;
	}

	.world p {
		padding-bottom: 20px;
	}

	.world .btn {
		margin: auto;
	}
}
/*--------------------------------------------------------------
## OUTDOOR ACTIVITIES SECTION
--------------------------------------------------------------*/
.outdoor p {
	max-width: 1157px;
	margin: auto;
	padding-bottom: 60px;
}

.outdoor h2 {
	padding-bottom: 30px;
}

.outdoor h3 {
	padding: 25px 0 15px;
	font-size: 25px;
	letter-spacing: -0.05em;
	color: #202020;
	font-weight: 700;
	position: relative;
}

.outdoor h3::after {
	content: "";
	background: #FF2300;
	width: 30px;
	height: 5px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.outdoor .container {
	max-width: 1280px;
}

@media screen and (max-width: 1440px) {
	.outdoor {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media screen and (max-width: 768px) {
	.outdoor p {
		padding-bottom: 20px;
	}

	.outdoor .container {
		-webkit-box-orient: unset !important;
		-webkit-box-direction: unset !important;
		    -ms-flex-direction: unset !important;
		        flex-direction: unset !important;
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}

	/*.outdoor .container .panel-grid-cell {
		padding: 20px 0 !important;
		width: 33% !important;
	}*/

	.outdoor .container .panel-grid-cell {
    	padding: 20px 0 !important;
    	width: 25% !important;
    	margin: 0 auto!important;
	}

	.outdoor .container img {
		min-height: 100px;
		height: 100%;
	}

	.outdoor h3 {
    	font-size: 16px
	}
}

@media screen and (max-width: 545px) {

	.outdoor .container img {
		height: 60px;
		max-width: 60px!important;
	}

}

@media screen and (max-width: 380px) {

	.outdoor .container .panel-grid-cell {
		padding: 20px 0 !important;
		width: 33% !important;
	}
}


/******** GROUPS *********/
.row-inner img {
    width: 100% !important;
}

.text, .img {
    padding: 20px 4%;
}

.text ul li{
	list-style-type: none;
}

.text ul {
    margin: 0;
    padding: 0;
}

.text p, .text h3, .text li {
    font-size: 27px;
    font-weight: 500;
	line-height: 60px;
}

.top {
    text-align: center;
    margin-top: 80px;
}

.text h3 {
    font-weight: 700 !important;
    line-height: 40px;
}

div#first:after {
    content: '';
    background: url(/wp-content/uploads/2022/06/Untitled-14.fw_.png) no-repeat;
    position: absolute;
    height: 900px;
    width: 1090px;
    z-index: -3;
    top: 900px;
    right: -230px;
}

div#second:before {
    content: '';
    background: url(/wp-content/uploads/2022/06/Untitled-15.fw_.png) no-repeat;
    position: absolute;
    height: 900px;
    width: 1090px;
    z-index: -3;
    top: 1550px;
    left: -30px;
}

div#third:before {
    content: '';
    background: url(/wp-content/uploads/2022/06/Untitled-16.fw_.png) no-repeat;
	background-size: 100% 120%;
    position: absolute;
    height: 900px;
    width: 100%;
    z-index: -3;
    top: 2660px;
    left: 0px;
    right: 0;
}

div#gallery {
    margin-top: 160px;
}

div#fourth:after {
    content: '';
    background: url(/wp-content/uploads/2022/06/Untitled-17.fw_.png) no-repeat;
    background-size: 100% 120%;
    position: absolute;
    height: 900px;
    width: 100%;
    z-index: -3;
    top: 4210px;
    left: 0px;
    right: 0;
}

div#fourth {
    text-align: center;
}

div#fourth h3{
	font-size: 50px;
	margin: 0 auto;	
	letter-spacing: 1px;
}

/* .grid img {
    max-width: 450px !important;
    max-height: 350px !important;
    width: 100% !important;
    margin: 15px auto !important;
} */
.grid img {
        max-width: 330px !important;
        max-height: 291px !important;
        width: 100% !important;
        margin: 7px auto !important;
}

.grid {
    display: flex;
    flex-wrap: wrap;
	margin: 50px auto 150px auto;
	max-width:1400px;
}

div#form:after {
    content: '';
    background: url(/wp-content/uploads/2022/06/Untitled-19.fw_.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    height: 900px;
    width: 100%;
    z-index: -3;
    left: 0px;
    right: 0;
}

div#form {
    margin-bottom: 190px;
}

.res-form h3 {
    font-family: poppins;
    color: white;
    letter-spacing: 4px;
    font-size: 16px;
    text-align: center;
}

.res-form span.wpcf7-list-item-label {
    color: white;
	font-size: 14px;
}

.res-form h1 {
    font-size: 50px;
    margin: 10px auto;
    color: #F70006;
	letter-spacing: 1px;
}

.res-form .flex {
    display: flex;
    justify-content: space-between;
}

.res-form {
    max-width: 1300px;
	margin: 130px auto -210px auto;
}

.res-form input[type="text"] {
    max-width: 900px !important;
    width: 100% !important;
	margin:5px auto;
}

.res-form input[type="submit"] {
    display: block;
    margin: 10px auto;
    color: white;
    background-color: red;
    border: none;
    max-width: 200px !important;
    width: 100%;
    padding: 20px 0;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
}
/*--------------------------------------------------------------
##  PROUD TO BE RECOGNIZED SECTION
--------------------------------------------------------------*/
.proud {
	background: #FF2300;
}

.proud h3 {
	color: #fff;
}

.proud p:not(:first-of-type) {
	color: #fff;
	max-width: 391px;
	margin: auto;
}

.proud img {
	padding: 30px 0 50px;
	width: 100%;
	height: auto !important;
}

.proud .btn {
	margin: 40px 0 0;
	background: #202020 !important;
}

.proud .btn::after {
	background: #FF2300;
}

.proud .ow-button-base.ow-button-align-center {
	max-width: 391px;
	margin: auto;
}
@media screen and (max-width: 1325px){
	.top {
    	text-align: center;
    	margin-top: 10px;
	}
	
	.text p, .text h3, .text li {
     	font-size: 20px;
		line-height: 55px;
	}
	
	.row-inner img {
    	width: 100% !important;
    	max-width: 550px !important;
    	height: unset !important;
	}
	
	#first:after {
		height: 850px !important;
    	width: 800px !important;
		top: 600px !important;
		right: -90px !important;
	}
	
	#second:before {
		height: 780px !important;
		width: 100% !important;
		top: 1350px !important;
		left: -30px !important;
		max-width: 660px;
	}
	
	div#third:before {
    	top: 2300px !important;
	}
	
	.row-inner {
    	width: 100%;
    	max-width: 1200px;
    	margin: 0 auto;
	}
	
	.grid{
		max-width:1100px;
	}
	
	.grid img {
    	max-width: 350px !important;
    	max-height: 350px !important;
    	width: 100%;
    	margin: 15px auto !important;
	}
	
	#gallery {
    	margin-top: 20px;
	}
	
	#fourth:after {
    	top: 3850px !important;
	}
}


@media screen and (max-width: 1440px) {
	.gallery {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media screen and (max-width: 768px) {
	div#first:after {
		height: 750px !important;
		width: 100% ;
		top: 500px !important;
		right: 0px !important;
	}
	
	div#second:before {
		height: 650px !important;
		width: 1090px !important;
		z-index: -3;
		top: 1500px !important;
		left: 0 !important;
		max-width:unset !important;
	}	
	
	div#third:before {
		background-size: 100% 100%;
		height: 800px !important;
		width: 100% !important;
		z-index: -3;
		top: 2400px !important;
	}
	
	div#gallery {
    	margin-top: 30px;
	}
	
	.grid img {
		max-width: 280px !important;
	}
	
	.grid {
    	margin: 10px auto 10px auto;
	}
	div#fourth:after {
		display: none;
	}
	
	div#form:after{
		bottom: 1000px;
	}
	
	.res-form {
    	max-width: 1300px;
    	margin: 10px auto -200px auto;
	}
	
	div#form {
    	padding: 0 3%;
	}
	
	div#form:after {
		background: #333333;
		position: absolute;
		height: 1000px;
		bottom: 1110px !important;
	}
	
	.res-form .flex {
    	display: block;
	}
	
	.row-inner img {
		width: 100% !important;
		max-width: unset !important;
		height: unset !important;
		margin: 0 auto !important;
		display: block;
		height: unset !important;
	}
	
	.text h3{
		text-align: center;
		line-height: 30px;
	}
	
	.gallery img {
		margin: auto;
		max-width: 350px !important;
		height: 300px !important;
		width: 100% !important;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.proud h3 {
		text-align: center;
	}

	.proud img {
		margin: auto;
		max-width: 500px !important;
		height: auto !important;
	}

	.proud p,
	.proud p:not(:first-of-type) {
		text-align: center;
		max-width: 100%;
	}

	.proud .btn {
		margin: 20px auto 0;
	}

	.gallery .left,
	.gallery .right {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.gallery .left div,
	.gallery .right div {
		-ms-flex-preferred-size: 49%;
		    flex-basis: 49%;
	}

	.gallery .panel-grid > div.panel-grid-cell:nth-of-type(2) {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
}
/*--------------------------------------------------------------
##  CONTACT FORM SECTION
--------------------------------------------------------------*/
.contact h2 {
	padding-top: 20px;
}

.contact .wpcf7 {
	padding-top: 40px;
}

.contact .wpcf7 .top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.contact .wpcf7 .top p {
	width: 100%;
	max-width: 449px;
	-ms-flex-preferred-size: 33%;
	    flex-basis: 33%;
}

.contact .wpcf7 .btn {
	margin: auto !important;
}

.contact .wpcf7 label {
	color: #1F1F1F !important;
}


@media screen and (max-width: 1440px) {
	.contact {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media screen and (max-width: 768px) {
	.contact .wpcf7 {
		padding-top: 20px;
	}

	.contact .wpcf7 .top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.contact .wpcf7 .top p {
		max-width: 100%;
	}
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 165px 0 30px;
	text-align: center;
	background-size: cover !important;
	background: url(assets/images/footer.png) no-repeat center top;
	position: relative;
}

.page-id-641 .site-footer {
	margin-top: -400px;
}

.ft-top,
.ft-mid,
.ft-bot {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.ft-top {
	margin: auto;
	max-width: 1280px;
}

.ft-top div,
.ft-mid div  {
	-ms-flex-preferred-size: 33%;
	    flex-basis: 33%;
}

.ft-top a {
	color: #fff;
}

.ft-top p {
	/*font-family: 'Gaegu', cursive;*/
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 90%;
	letter-spacing: -0.09em;
	max-width: 324px;
	margin: auto;
}

.ft-top .phone p {
	font-size: 45px;	
}

.ft-top img {
	padding-bottom: 25px;
}

.ft-mid {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 45px 0 30px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.ft-mid .right {
	text-align: right;
}

.ft-mid .social-navigation ul.social-links-menu {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.ft-bot {
	padding-top: 30px;
	flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ft-bot p,
.ft-bot a,
.copyright {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	/*font-family: "Gaegu", crusive;*/
	font-family: 'Montserrat', sans-serif;

}

p.silver img {
	position: relative;
	width: 30px;
	padding-right: 10px;
	top: 5px;
}


@media screen and (max-width: 768px) {
	.site-footer {
		padding: 80px 10px 30px;
	}
	
	.ft-top {
		flex-wrap: wrap;
	}

	.ft-top div {
    	-ms-flex-preferred-size: 50%;
    	flex-basis: 50%;
    	margin: 0 auto 10px;
	}
	 
	.ft-mid, 
	.ft-bot {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.ft-top p {
		font-size: 20px !important;
		line-height: 120%;
	}

	.ft-top div {
		padding: 10px 0;
	}

	.ft-mid {
		padding: 20px 0;
	}

	.ft-mid img {
		width: 100% !important;
		max-width: 300px !important;
		margin: auto;
		padding: 20px 0;
	}

	.cta {
		background: url("assets/images/phonecall.png") no-repeat center center,
		-o-radial-gradient(#FF2300,#000,#000);
		background: url("assets/images/phonecall.png") no-repeat center center,
		radial-gradient(#FF2300,#000,#000);
		border-bottom-left-radius: 40px;
		border: 2px solid #FF2300;
		border-right: none;
		border-top-left-radius: 40px;
		bottom: 15%;
		display: block;
		height: 65px;
		position: fixed;
		right: 0;
		text-decoration: none; 
		text-indent: -9999em;
		width: 80px;
		z-index: 999;
	}
	.inner #content img {
    max-width: 100%;
    width: auto;
    height: 100%;
    max-height: 300px !important;
    margin: auto;
}
	.metaslider .flexslider {
    height: 375px !important;
}
}

@media screen and (max-width: 575px) {
	.ft-top div {
    	-ms-flex-preferred-size: 33%;
    	flex-basis: 33%;
   		margin: 0 auto 10px;
	}

	.ft-top div:last-child {
		flex-basis: 100%!important;
	}

	.ft-top p {
    	font-size: 16px !important;
    	line-height: 120%;
	}
}	
/*--------------------------------------------------------------
## Sidebar Blog
--------------------------------------------------------------*/
.sidebar {
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%; 
	padding: 20px; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	border: 1px solid #535353;
}

.sidebar .widget {
	padding: 10px; 
	background: rgba(238, 238, 238, .3); 
	-webkit-box-shadow: 0px 0px 2px #111; 
	        box-shadow: 0px 0px 2px #111; 
	margin-bottom: 20px;
}

.sidebar h2 {
	margin: 0; 
	font-size: 22px;
}

.sidebar ul {
	margin: 10px auto; 
	line-height: 120%;
}

.sidebar ul a {
	font-size: 17px; 
	color: #111;
}

.sidebar ul a:hover {
	text-shadow: 0px 0px 20px #000;
}

.sidebar .widget_search {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; 
	padding: 20px;
	width: 100%; 
	background: #0F3A6F; 
	margin-bottom: 20px;
}

.sidebar form {
	position: relative;
}

.sidebar input[type="search"] {
	width: 100%; 
	padding: 5px 10px;
}

.sidebar input[type="submit"] {
	background: -o-linear-gradient(top, #FFF, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
	background: linear-gradient(to bottom, #FFF, #ccc); 
	border: 1px solid #000; 
	padding: 6px; 
	position: absolute; 
	right: 0; 
	top: 0;
}

.sidebar input[type="submit"] {
	cursor: pointer; 
	-webkit-transition: all .4s linear; 
	-o-transition: all .4s linear; 
	transition: all .4s linear;
}

.sidebar input[type="submit"]:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}


/*--------------------------------------------------------------
## Inner Pages
--------------------------------------------------------------*/
.inner #content {
	min-height: 500px; 
	padding: 40px 0;
}

.inner #content h1 {
	padding-bottom: 20px;
	text-align: center;
}

.inner #content h2 {
	font-size: 40px;
}

.inner #content img {
/* 	width: 100%;
    max-width: 1000px; */
	max-width: 100%;
	width: auto;
	height: 560px !important;
/* 	height: auto !important; */
	margin: auto;
}

.inner #content h2,
.inner #content h3,
.inner #content h4,
.inner #content p,
.inner #content ul li,
.inner #content ol li {
	padding: 10px 0;
}

.page-id-641 .site-header {
	position: relative;
	background: #F51A1E;
}

.page-id-641 .site-header .container {
	max-width: 1550px;
}

.page-id-641 .main-navigation .main-menu li > a {
	padding: 0 !important;

}

.page-id-641 #banner {
	display: none;
}

.page-id-641 .hd-logo {
	display: none;
}

.page-id-641 #content h1 {
	display: none;
}

.page-id-641 #content .container {
	max-width: 100%;
}

.page-id-641 #content .top {
	max-width: 1450px;
	margin: auto;
}

.page-id-641 #content .top.container {
	padding-top: 44px;
}

.page-id-641 #content .top.container p:first-of-type {
	padding: 0 0 15px;
}

.page-id-641 #content .top.container p {
	padding: 0 0 27px;
}

.page-id-641 .friends .container {
	max-width: 1676px !important;
	margin: 0 0 0 auto;
}

.page-id-641 #content {
	padding: 0;
}

.page-id-641 #content p {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	line-height: 25px;
}

.page-id-641 #content h3 {
	font-weight: 700;
	font-size: 32px;
	color: #FF0000;
	line-height: 130%;
	font-family: "Montserrat", sans-serif;
	padding-top: 44px;
	border-top: 1px solid #EEEEEE;
}

.page-id-641 #content h4 {
	font-size: 16px;
	color: #F2191E;
	line-height: 25px;
	padding: 0 0 27px;
}

.page-id-641 #content .left {
	max-width: 789px;
}

.page-id-641 .friends .sow-image-container {
	position: relative;
	top: -120px;
}

span.wpcf7-list-item {
	margin: 0px;
}

.rsvp-here {
	max-width: 1366px;
	margin: auto;
}

.rsvp-here h2 {
	color: #FF0000;
	font-size: 60px !important;
}

.rsvp-here .wpcf7 .top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 100% !important;
	column-gap: 10px;
}

.rsvp-here .wpcf7 .top input[type="text"] {
	background: #EEEEEE;
	width: 100%;
	max-width: 448px;
	height: 50px;
	border: none;
}
.rsvp-here .wpcf7 .stay-overnight {
	display: flex;
	 flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.rsvp-here .wpcf7 .stay-overnight label {
	flex-basis: 48%;
}

.rsvp-here .wpcf7 .overnight .top {
	justify-content: center;
}

.rsvp-here .wpcf7 .overnight .top .wpcf7-radio {
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
	text-align: left;
}

.rsvp-here .wpcf7 span.wpcf7-list-item {
	display: block;
	font-weight: 700;
	flex-basis: 25%;
	margin: 10px 0;
	line-height: 1.5;
}

.rsvp-here .wpcf7 .stay-overinight {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rsvp-here .wpcf7 .stay-overinight label {
	flex-basis: 50%;
	text-align: left;
	margin: 10px 0;
}

.rsvp-here .wpcf7 .mid {
	padding: 20px 0;
}

.rsvp-here .wpcf7 .mid label {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 16px;
	line-height: 32px;
}

.rsvp-here .wpcf7 .mid label:nth-of-type(3) {
	flex-basis: 32%;
}

.rsvp-here .wpcf7 .overnight {
	text-align: center;
	background: #F4F4F4;
	padding: 20px 10px 24px;
	box-sizing: border-box;
}

.rsvp-here .wpcf7 .overnight h5 {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
	color: #333333;
}

.rsvp-here .wpcf7 .overnight p {
	padding: 0 !important;
	font-size: 15px !important;
	font-style: italic;
	line-height: 30px !important;
	color: #666666;
}

.rsvp-here .wpcf7 .overnight .wpcf7-checkbox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
}

.banner .flex span a {
    color: white !important;
}

.banner .flex span a:hover {
    color: #ff3c3c !important;
}

.rsvp-here .wpcf7 .overnight .wpcf7-checkbox span {
	flex-basis: 49%;
	text-align: left;
	font-size: 15px;
	margin: 0;
	font-weight: 400;
	padding-bottom: 13px;
	line-height: 30px;
	font-family: "Open Sans", sans-serif;
}

.rsvp-here .wpcf7 .overnight .wpcf7-checkbox input {
	width: 27px;
	height: 25px;
	border-radius: 0;
	border: 1px solid #CCCCCC;
	position: relative;
	bottom: -7px;
}

.rsvp-here .wpcf7 .variety {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 103px;
	padding: 10px 0 15px;
}

.rsvp-here .wpcf7 .variety p:first-of-type {
	display: none;
}

.rsvp-here .wpcf7 .variety p {
	flex-basis: 908px;
	background: #F4F4F4;
	padding: 14px 21px !important;
	box-sizing: border-box;
}

.rsvp-here .wpcf7 .variety label {
	flex-basis: 357px;
	font-family: "Arial";
	font-size: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	line-height: 30px;
}

.rsvp-here .wpcf7 .variety span.wpcf7-list-item {
	display: inline-block;
}

.rsvp-here .wpcf7 textarea {
	background: #F4F4F4;
	height: 102px;
	padding: 14px 25px;
	box-sizing: border-box;
	font-family: "Open Sans";
}

.rsvp-here .wpcf7 p.message {
	padding: 0 !important;
}

.rsvp-here .wpcf7 p.acceptance {
	margin: 0 !important;
	padding: 0 0 6px !important;
	font-weight: 700;
	line-height: 25px;
}

.rsvp-here .wpcf7 p.acceptance label {
	font-weight: 700;
		font-family: "Arial";
}

.rsvp-here .wpcf7 .btn {
	font-size: 16px !important;
	border-radius: 0 !important;
	width: 200px !important;
	font-family: "Poppins", sans-serif !important;
}

.rsvp {
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
}

.rsvp h3 {
	border-top: none !important;
}

.rsvp .container1 {
	margin: 0 auto 0 0;
}

.rsvp .container2 {
	margin: 0 0 0 auto;
}

.tent-cabins .container,
.heritage-cabins .container,
.magic .container,
.tent .container {
	max-width: 1675px !important;
}

.heritage-cabins {
	margin-top: -375px;
	position: relative;
	z-index: 999;
}

.buses {
	margin-top: -400px;
}

.buses .container {
	max-width: 1700px !important;
}

.magic {
	margin-top: -240px;
}

.tent {
	margin-top: -250px;
	padding-bottom: 514px;
}

.post-password-form {
	max-width: 600px;
	margin: auto;
	padding: 110px 0;
	min-height: 600px;
}


@media screen and (max-width: 1600px) {
	.page-id-641 #content .top.container {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.heritage-cabins {
		margin-top: -270px;
	}

	.buses {
    margin-top: -180px;
	}

	.magic {
	    margin-top: -215px;
	}

	.tent {
	    margin-top: -195px;
	}
}

@media screen and (max-width: 1440px) {
	.tent-cabins {
	    margin-top: -100px;
	}

	.heritage-cabins {
	    margin-top: -145px;
	}

	.buses {
	    margin-top: -65px;
	}

	.magic {
	    margin-top: -120px;
	}

	.tent {
	    margin-top: -95px;
	}
}

@media screen and (max-width: 1024px) {
	.tent-cabins {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.page-id-641 #content h3 {
		text-align: center
	}

	.rsvp-here .wpcf7 .top {
		flex-direction: column;
	}

	.rsvp-here .wpcf7 .top input[type="text"] {
		max-width: 100%;
	}

	.rsvp-here .wpcf7 .mid label,
	.rsvp-here .wpcf7 .overnight .wpcf7-checkbox,
	.rsvp-here .wpcf7 .variety {
		flex-direction: column;
	}

	.rsvp-here .wpcf7 .overnight .wpcf7-checkbox span {
		flex-basis: 100% !important;
	}

	.rsvp-here .wpcf7 .overnight .wpcf7-checkbox {
		align-items: flex-start;
	}

	.rsvp-here .wpcf7 .variety label,
	.rsvp-here .wpcf7 .variety p {
		flex-basis: auto;
	}

	.heritage-cabins {
		margin-top: 0;
	}

	.page-id-641 .friends .sow-image-container {
		top: 0;
	}
	.page-id-1434 video {
        margin: -170px 0 -200px 0;
}
}

@media screen and (max-width: 425px) {
	.page-id-641 #content h3 {
		font-size: 25px;
	}
	.page-id-1434 video {
        margin: -265px 0 -305px 0;
}
}
/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/

.gallery-list {
	max-width: 1210px;
    width: 100%;
    margin: 0 auto;
}

.bwg-background > div{
	margin: 0 auto;	
}

.blog-container {
	/*padding-right: 5%; 
	-ms-flex-preferred-size: 65%; 
	    flex-basis: 65%;*/
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
}

.blog-container h3 {
	font-size: 30px;
}

.blog-list article {
	padding: 20px; 
	-webkit-box-sizing: border-box; 
	        box-sizing: border-box; 
	border: 1px solid #535353; 
	-webkit-transition: all .3s linear; 
	-o-transition: all .3s linear; 
	transition: all .3s linear;
}

.blog-list article:not(:last-of-type) {
	margin-bottom: 40px;
}

.blog-list article:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}

.blog-title h2 a {
	font-size: 30px; 
	margin: 0 0 20px; 
	color: #111;
}

.blog-header {
	margin-bottom: 10px; 
	-webkit-box-align: end; 
	    -ms-flex-align: end; 
	        align-items: flex-end; 
	-webkit-align-items: flex-end;
}

.blog-header p {
	margin: 0; 
	font-size: 18px;
}

.blog-header p span {
	font-style: italic;
}

.blog-image {
	/*text-align: center;*/
	display: none;
}

.blog-image img {
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear; 
	max-width: 500px !important; 
	height: auto !important;
}

.blog-container .btn {
	padding: 10px 20px; 
	font-size: 13px; 
	margin-top: 10px;
}

.pagination-n {
	text-align: right; 
	margin-top: 15px;
}

.pagination-n a {
	padding: 2px 10px; 
	background: #0F3A6F; 
	color: #FFF;
}

.pagination-n .current {
	padding: 2px 10px; 
	background: #6A7A64; 
	color: #FFF;
}

@media screen and (max-width: 768px) {
	.blog-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.blog-container {
		margin-bottom: 30px; 
		padding-right: 0; 
		text-align: center;
	}

}

@media screen and (max-width: 500px) {
	.blog-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.blog-header p, .blog-header h2 {
		width: 100%; 
		text-align: center;
	}

	.blog-list article {
		text-align: center;
	}

	.blog-header h2 {
		font-size: 30px;
	}

	.blog-container .btn {
		margin-top: 20px;
	}
}


/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/
.page-description {
	text-align: center; 
	font-size: 25px; 
	font-weight: 700; 
	margin-bottom: 40px; 
	display: block;
}

.page-description::after {
	content: ' "';
}

.page-description::before {
	content: '" ';
}

.search article {
	padding: 20px; 
	border: 1px solid #000; 
	margin-bottom: 30px; 
	display: block; 
	-webkit-transition: all .5s linear; 
	-o-transition: all .5s linear; 
	transition: all .5s linear;
}
.search article:hover {
	-webkit-box-shadow: 0px 0px 20px #000;
	        box-shadow: 0px 0px 20px #000;
}

.search article:last-of-type {
	margin-bottom: 0;
}

.search article h2 a {
	margin: 0 0 20px; 
	font-size: 35px; 
	color: #111;
}

.search-con {
	padding-right: 5%; 
	-ms-flex-preferred-size: 65%; 
	    flex-basis: 65%;
}

@media screen and (max-width: 768px) {
	.search-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.search-con {
		margin-bottom: 30px; 
		padding-right: 0; 
		text-align: center;
	}
}

.main-navigation .main-menu li>a {
	font-size: 16px !important;
	padding: 15px 15px !important;
}

@media screen and (max-width: 430px){
	div#third:before, div#second:before, div#first:after{
		display: none;
	}
	.text h3{
		margin-top: 20px;
	}
	.text p, .text h3, .text li {
    	font-size: 15px;
    	line-height: 40px;
	}
	.text h3{line-height: 30px;}
	.text li{
		list-style-type: disc;
	}
	.text, .img {
    	padding: 0px 4%;
	}
	#fourth h3 {
    	font-size: 30px !important;
    	margin: 0 auto;
    	letter-spacing: 1px;
	}
	div#form:after {
    	height: none !important;
    	bottom: unset !IMPORTANT;
	}
	.res-form h1 {
    	font-size: 30px;
	}
}

/*--------------------------------------------------------------
## Wedding Page
--------------------------------------------------------------*/
.mobile-wedding-banner{display: none;}
@media screen and (max-width: 500px) {
	.mobile-wedding-banner{display: block;}
	.desktop-wedding-banner{display: none;}
.banner .flex p, .banner .flex span {
        color: #000;
        flex: 1;
        margin: 0;
        padding: 0 30px;
        display: block;
}
		.page-id-1628 #content .banner img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: -10px 0 0;
}
	.bwg-item {
        width: 100% !important;
}
.bwg-container {
        flex-direction: column !important;
	align-items: center;
	}
	.page-id-1628 #content img {
        width: 400px !important;
}
	.bwg-item2 {
        margin-top: 0 !important;
}
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-404 {
	text-align: center;
}