/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*
Theme Name: Custom
Author: Thrive web design
Author URI: http://thriveweb.com.au/
*/

/*---------------------------- normalize ----------------------------*/


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #f9ff51; color: black; text-shadow: none; }

a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #b99e6c; margin: 0; padding: 0; }
ins { color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }






/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6				{ position: relative; font-weight: normal;  margin-bottom: 10px; margin-top: 20px; line-height: 125%; }


h1									{ font-size: 36px; }
h2									{ font-size: 36px; }
h3									{ font-size: 32px; }
h4									{ font-size: 18px; }
h5									{ font-size: 15px; }
h6									{ font-size: 13px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child						{ margin-top: 0; }

p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

body, textarea, input{
	font-family: 'Montserrat', serif;
	font-size: 18px;
	line-height: 34px;
	color: #4A4A4A;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: black;
	font-weight: 500;
	font-family: 'Montserrat', serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

h1,h2{
	border-top: #b99e6c 1px solid;
	display: inline-block;
	padding-top: 20px;
}
 h4{
	font-weight: 700;
}



a{
	color: #fff;

	cursor: pointer;
	text-decoration: none;
	outline: none;

	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover{
	text-decoration: none;
	color: #b99e6c;
}

blockquote{
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: gray;
	margin-left: 0;
	padding-left: 40px;
	border-left: dotted 2px silver;
}

/*-- Edit  --*/
.edit_link{
	position: fixed;
	top: 150px;
	z-index: 99999;

	background-color: white;
	color: #125a68;

	border: solid 1px black;

	padding: 5px;
	padding-left: 20px;
	padding-right: 15px;

	display: inline-block;
	font-size: 11px;
}

.edit_link span{
	padding-left: 5px;
	margin-right: 5px;
	border-right: dotted 1px #eaede3;
}

.edit_link a{
	color: black;
	background-color: transparent !important;
}

/*---------------------------- helpers ----------------------------*/

.center{
	max-width:1160px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

header .center{
	max-width: 1160px;
	padding-left: 10px;
	padding-right: 10px;
}


.clear{
	clear:both;
}

.fright{
	float:right;
}

.taright{
	text-align:right;
}

.tacenter{
	text-align: center;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
.colimg_wrap img{
	width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
.colimg_wrap img{
	height: auto;
}

img.size-full{
	max-width: 100%;
	width: auto;
}
.caption {
	margin: 10px;
	color: white;
	font-size: smaller;
}
/*---------------------------- popup ----------------------------*/
#popmake-244 {
	border-radius: 8px;
}

#popmake-244 .button {
	margin: 10px auto;
}

/*---------------------------- header and body ----------------------------*/

body{
	background-color: white;
}

header{
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #303030;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 6px #d8d8d8;
            box-shadow: 0px 0px 6px #d8d8d8;
    
}
#header_wrap {
	position: relative;
	
}
.topbar{
	width: 740px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: absolute;
	top: 30px;
	right:15px;
	text-transform: uppercase;
	color: #f9c46d;
	font-weight: 700;
	font-size: 15px;
	z-index: 3;

}
#header_wrap .button {
	font-size: 15px;
    margin: 0;
}
a#logo{
	display: block;
    text-align: center;
    margin-top: 5px;
    float: left;
    width: 230px;
}
#head_cont{
	z-index: 2;
	position: relative;
}

a#logo:hover{
	opacity: 0.8;
}

#main{
	margin-top: 200px;
	margin-bottom: 75px;
}


/* ----- Full Size Nav -----*/


nav{
	position: relative;
    z-index: 600;
    float: right;
    padding-top: 80px;
    font-weight: 700;

}

nav ul{
	line-height:45px;

	z-index:400;

	margin:0;
	padding:0;

	text-align: center;
}

nav ul li{
	list-style:none;
	position:relative;

	margin:0;
	padding:0;

	text-align: left;
	float: left;

	padding-top:0px;
	padding-bottom:0px;
	margin-left: 15px;
	margin-right: 15px;
}

nav ul li a{
	color: white;

	text-decoration:none;

	font-size: 15px;

	display:inline-block;
	line-height:17px;

	text-transform:uppercase;
}

nav ul li.current_page_item a,
.current_page_parent a{
	color:#b99e6c;
}
xmenu-item-object-page a {
	color:#b99e6c;
}


nav ul li a:hover,
nav ul li.sfHover a{
	text-decoration: none;
	color:#b99e6c;
}

nav ul li a:active {
	text-decoration: none;
	color:#b99e6c;
}

nav ul li.sfHover a{

}

nav ul li.current-menu-parent ul a{
	color:#b99e6c;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a{
	color:black;
}

/*-- Content --*/

.content_style{

}

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

.content_style,
.content_style p,
.content_style li{
	font-size: 18px;
	line-height: 34px;
	list-style: none;
	font-weight: 300;
}

.content_style li{
	margin-left: 0;
	padding-left: 15px;
}

.content_style li:before{
	content: "\f192";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;

	color: black;
	font-size: 20px;
	margin-left: -14px;
	padding-right: 10px;
}

.content_style ol li:before{
	content: "\f10c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;

	color: black;
	font-size: 12px;
	margin-left: -14px;
	padding-right: 10px;
}

.content_style ul,
.content_style ol{
	margin-left: 20px;
}


/*-- Content --*/

.fcol{
	margin: auto;
	width: 100%;
}

.scol{
	width: 80%;
	margin: auto;
}

.lcol{
	float: left;
	width: 40%;
}

.rcol{
	float: right;
	width: 55%;
}
.lcol2{
	float: left;
	width: 55%;
}

.rcol2{
	float: right;
	width: 40%;
}

.contact .lcol{
	float: left;
	width: 45%;
}

.contact .rcol{
	float: right;
	width: 45%;
}

.wcol.image{
	margin-bottom: 80px;
}

.lcol ul, .lcol ol {
    margin: 5px 0;
}
/*--- FAQ's ---*/

.faq-section {
  max-width: 700px;
  margin: 60px auto;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px;
 font-size: 18px;
  color: #b99e6c;
  background: #303030;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
}

.faq-question:hover {
  background: #e0e0e0;
}

/* Add a chevron icon */
.faq-question::after {
  content: '▼';
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  transform: rotate(-180deg);
}

/* Smooth open/close */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;
  text-align: left;
}

.faq-item.active .faq-answer {
  max-height: 300px; /* adjust based on expected answer length */
  padding: 15px;
}

/*--- Flickity ---*/

.flickity-button {
    background: none !important;
}
.flickity-page-dots .dot {
    background: #fff;
}
.flickity-page-dots {
    z-index: 100;
    bottom: 26px;
}
#slid.carousel-cell {
	height: 765px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*---------- Page Style ----------*/

/*--- Home ---*/

#hero {
	Width: 100%;
	height: 760px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 120px;

}
video {
    z-index:0;
}
#hero h1{
	color: #fff;
    font-weight: 700;
    text-align: center;
    border: none;
    margin-top: 0px;
    left: 50%;
    top: 50%;
    z-index: 3;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-shadow: 2px 2px grey;
    width: 100%;
}
.imagebox {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.widegallery {
	width: 100%;
/*
    height: 50vh;
    max-height: 390px;
*/
    margin: 100px 0px;
    overflow: hidden;
}
.section {
	margin: 100px 0px;
}
.mainsection {
	text-align: center;
	max-width: 900px;
    margin: 100px auto;
}

.mainsection .button {
	margin: 40px auto;
}
.testimonial{
	text-align: center;
	font-style: italic;
	background-color: #303030;
	padding: 100px;
	color: white;
	padding: 5px;
  margin-bottom: -100px;
}
.testimonial .flickity-page-dots .dot {
    display: none !important;
}
.testimonial h3{
	color: #b99e6c;
	text-transform: uppercase;
	font-style: normal;
}
.testi {
	width:100%;
}

.pad {
	margin-top: 100px;
}
.post-type-archive-acommodation .center {
	text-align: center;
}

/*--- Listing ---*/

.list_item{
	margin-bottom: 30px;
}

.list_item img{
	float: left;
	margin-right: 20px;
}

.list_info{

}

.otherrooms {
	margin-top: 30px;
}
.otherrooms h4 {
	text-align: center;
}

xpage-template-page-things #main {
	margin-top: 260px;
}

/*------------------------- blog header ------------------------*/

#blog_head{
	text-align: right;
	padding-bottom: 70px;
	line-height: 45px;
}

.sres{
	font-style: italic;
}

#searchbox{
	display: inline-block;
	position: relative;
	margin-right:20px;
}

#searchbox form{
	width:100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.is_webkit select {
	/* Tweaks for Safari + Chrome. */
}

select{
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border: none;
	color: #000;
	outline: 0;
	padding: 6px;
	font-size: 12px;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

h2.btitle{
	font-size: 22px;
	text-transform: uppercase;
	width: 45%;
	float: left;
	background-color: white;
	color: #125a68;
	text-align: center;
}


/*---------------------------- blog format ----------------------------*/

.blog_feature{
	margin-bottom: 30px;
}

.blog_contwrap{
	margin-bottom: 30px;
	text-align: center;
}

.blog_contwrap h3{
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #b99e6c;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 17px;
	
}

article{
	margin:15px;
	width: 30%;
}

article h2{
	word-wrap: break-word;
	overflow:hidden;
}

/*
article h2 a,
article h2 a:visited{
	text-decoration: none;
	color: black;
	opacity: 0.99;
}
*/

/*
article h2 a:hover{
	opacity: 0.6;
}
*/

.date_box p{
	margin: 0;
	padding: 0;
	text-shadow: none;
	position: relative;
	top:2px;
}

.date_box{
	background-color: #E9E9E9;

	padding:10px;
	height:18px;

	margin-bottom:20px;
	margin-top: 10px;
}

.date_box a{

	font-style:italic;
}

.search .date_box .stats{
	font-size: 20px;
}

.date_box .stats{
	float:left;
}

.date_box .date{
	float:right;
	text-align:right;
}

#info_box{
	background-color: #8c1016;
	border-radius:10px;
	margin-bottom:20px;
	padding: 10px;
}

#info_box h2,
#info_box h5{
	color: white;
	text-shadow: none;
	margin: 5px;
}

/*---------------------------- Blog Dets ----------------------------*/

.dets_wrap{
	float: none;
	width: 100%;
	-o-text-overflow:clip;
	   text-overflow:clip;
}

.flexposts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.dets{

}

.dets h2{
	text-align: center;
}

.dets ul #perm a{
	background:none;
}

.dets ul a:hover.
.dets .edit_link a:hover{
	text-decoration: underline;
}

.dets ul i{
	font-size: 18px;
}

.dets ul i:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.dets ul{
	padding-left: 0;
}

.dets li{

}

.dets li,
.dets .edit_link{
	line-height: 22px;
	list-style: none;
	text-align: center;
}

.dets li.perm a{
	background: none;
}

.dets li a:hover{
	text-decoration: underline;
}

.dets li.perm a:hover{
	background: none;
}

/*---------------------------- paging ----------------------------*/

.navigation {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	font-size:80%;
	padding-top:20px;
	margin-top:20px;
	width: 100%;
}

.nav-previous,
#pn_next{
	float: left;
	text-align: left;
	width: 50%;
}

.nav-next,
#pn_next{
	width: 50%;
	float: right;
	text-align: right;
}

.navigation .nav-previous a,
.navigation .nav-next a,
#pn_next a,
#pn_prev a{
	display: inline-block !important;
	width: auto !important;
}

/*---------------------------- comments ----------------------------*/

div#comments{
	position:relative;
}

#comments textarea{
	width:600px;
}

#comments .author{
	float:left;
	font-weight:bold;
	line-height: 30px;
}

#comments .time{
	color:#a5a5a5;
	float:right;
}

#comments em{
	padding-bottom:15px;
	display:block;
}

#comments #comments_num{
	position:absolute;
	left:-260px;
	top:0;
	margin:0;
}

article #comments #comments_num{
	display:none;
}

#comments .commentlist{
	margin:0;
	padding:0;
}

#comments .comment {
	padding-bottom:5px;
	border-top:solid 1px #cfcfcf;
	list-style:none;
	padding-bottom: 5px;
}

#comments #respond{
	margin-top:20px;
}

#comments input{
	padding:5px;
}

#comments .avatar{
	margin-right: 10px;
	float:left;
}

#comments .children{
	padding-left: 0;

}

#comments .children li{
	margin-left:60px;
}

p.author, p.time{
	margin-bottom: 0;
}

.commentlist li{

}

.commentlist li:before{
	content: ' ';
	padding: 0;
}

/*----- Genral Button Styles -----*/

.button,
.navigation a{

	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 8px;
	color: white;
	background: #b99e6c;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 40px;
	margin-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 200px;
	height: 40px;
	text-align: center;
	font-weight: 700;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.button:hover,
.navigation a:hover,
.navigation a.current{
	color: white;
	background: #00b7cf;
}

.other_button {
	width: 100%;
	font-size: 18px;
	color: white;
	border-top: 1px solid #b99e6c;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 700;
	margin-top: 20px;
	padding-left: 15px;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.other_button:hover {
	color: #8baaec;
	border-top: 1px solid black;
}


.pum-close {
	background-color: #607D8B !important;
	}
#post_nav {
	margin-top: 50px;
}

.post-next, .post-prev {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 500;
}

.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active{
	color: #5E5E5E;
}

/*----- Genral Input Styles -----*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active{
	outline: none;
}

#Searchform,
#cat{

	display: inline-block;
	position: relative;

	width:120px;

	padding-left:5px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;

	background-image:url(images/search.png);
	background-position:125px 5px;
	background-repeat:no-repeat;

	font-size: 12px;
}

#cat{
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 11px;

	width: 140px;

	font-size: 12px;
}


/*---------------------------- footer ----------------------------*/

ul#social{
	margin: 0;
	padding: 0;
	position: absolute;
    top: 50%;
    right: 50px;
}

ul#social li{
	margin: 0;
	padding: 0;

	list-style: none;
	text-align: left;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

#foot_wrap{
margin-top: 100px;
background-color: #303030;
}
#social.fa {
	font-size: 27px!important;
}

footer{
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 40px;
	background-color: #303030;
}


footer.center {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


.footer_left {
	width: 20%;
	margin-top: 110px;
	margin-left: 20px;
}
.footer_center {
	width: 50%;
	text-align: center;
}
.footer_right {
	width: 20%;
}


#footer_copy {
	padding-top: 10px;
	font-size: 12px;
	max-width: 1100px;
	margin: 0 auto;
}

footer p{
	margin: 0;
	line-height: 26px;
}

footer h2{
	border-bottom: #b99e6c 1px solid;
	display: inline-block;
	padding-bottom: 20px;
	border-top: none;
	color: #b99e6c;
	margin-bottom: 25px;
}

footer li a{
	text-decoration: none;
	color: #b99e6c;
	font-family: nimbus-sans;
}

footer .social a{
	font-weight: bold;
	color: #b99e6c;
}

footer p{
	color: #fff;
}

footer .button{
    margin: 10px auto;
}

#copy{
	width: 45%;
	float: left;
	margin-left: 20px;
}
#copy a{
	color: #b99e6c;
}
#thrive_link{
	width: 45%;
	float: right;
	text-align: right;
	margin-right: 20px;
}

#thrive_link .logo{
	position: relative;
	top: -1px;
	margin-left: 5px;
}

/*------------------ Forms ---------------------*/

span.wpcf7-form-control-wrap{
	width: 100%;
}

.wpcf7 input.wpcf7-submit {
	font-size: 16px;
    line-height: 21px;
    background-color: #b99e6c;
    border: none;
    border-radius: 8px !important;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    padding: 5px 23px;
}

input,
textarea,
select{
  	-webkit-transition-property: -webkit-box-shadow, background;
  	-webkit-transition-duration: 0.25s;

  	padding: 6px;
  	padding-left: 10px;
  	padding-right: 8px;

	border: none;
	border-radius: 0 !important;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;
	border: solid 1px black;

	margin-bottom: 10px;

	color: black;
}

input:hover{

}

.wpcf7 input,
.wpcf7 textarea{
	font-size: 15px;
    line-height: 21px;
    background-color: #f9f8f8;
    border: none;
    border-radius: 8px !important;
    padding: 12px;
}

.wpcf7 p{
	font-size: 26px;
	color: #7f7f7f;
}

.wpcf7 .watermark {
	color: #c3c3c3 !important;
}

.wpcf7 textarea,
.wpcf7-text{
	width: 100%;
}

.wpcf7-checkbox label{
	border-radius: 4px;
	border: 1px solid #DBDBDB;

	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

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

input.checkout-button{
	border-radius: 5px;
}

/*--- Placeholder ---*/

.wpcf7 .watermark {
    color: #646464 !important;
}
::-webkit-input-placeholder {
    color: #646464 !important;
}
:-moz-placeholder {
    color: #646464 !important;
}
::-moz-placeholder {
    color: #646464 !important;
}
:-ms-input-placeholder{
    color: #646464 !important;
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color: #125a68;
   margin:0;
   padding:10px;
   padding-top:5px;
   padding-bottom:5px;
   text-shadow: none;
   color:#FFF;
   font-size: 16px;
}
.wpcf7-form .wpcf7-mail-sent-ok{
    border:none;
	background-color: #125a68;
    margin:0;
    padding:10px;
	padding-top:5px;
   	padding-bottom:5px;
    text-shadow: none;
	color:#FFF;
	font-size: 16px;

}
.wpcf7-form .wpcf7-mail-sent-ng{
    border:none;
	background-color: #125a68;
    margin:0;
    padding:10px;
	padding-top:5px;
	padding-bottom:5px;
    text-shadow: none;
    color:#FFF;
	font-size: 16px;

}
.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
   	background-color: transparent !important;
   	color: #125a68 !important;
   	width: auto !important;
   	right: 15px;
   	left: auto !important;
   	font-size: 24px;
	top: 30% !important;
	position: absolute;
}

.ajax-loader{
	display: none;
}

.wpcf7-form-control-wrap.event{
	margin-right:5px;
}
#menu-btn {
	display: none;
}

/*------------------- Responsive Syling ------------------*/

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

	#main{
		margin-left: 10px;
		margin-right: 10px;
	}
	a#logo{
		width: 150px;
		padding: 10px;
	}
	#hero {
	    height: 500px;
	}
	.pad {
	    margin-top: 70px;
	}
	.rcol,.rcol2,.lcol,.lcol2{
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav ul li {
	    margin-left: 20px;
	    margin-right: 20px;
	}
}

@media screen and (max-width: 1024px) {
	
	body, .content_style p {
		font-size: 16px;
		line-height: 26px;
	}

	#header_wrap .button {
		line-height: 29px;
	    margin-top: 0px;
	    padding-left: 0px;
	    padding-right: 0px;
	    width: 124px;
	    height: 30px;
	}
	.pad {
	    margin-top: 50px;
	}

	#menu-btn {
		display: block;
	    position: absolute;
	    right: 26px;
	    color: #5d709b;
	    top: 80px;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	    font-size: 25px;
		z-index: 100000;
	}
	#full_nav.hide {
	    display: none;
	}
	nav#full_nav {
	    width: 100%;
	    position: absolute;
	    top: 100px;
	    left: 0;
	    background-color: #303030;
	}
	nav {
	    padding-top: 0px;
	}
	nav ul li {
		padding: 0;
		margin: 0;
	    text-align: center;
		width: 100%;
		border-bottom: 1px solid gray;
	}
	#hero {
		margin-top: 100px;
	}
	.topbar {
	    width: 650px;
	  	top: 15px;
	    right: 15px;
	   	font-size: 13px;
	}

}

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


	/*-- Nav --*/
		


	
	/*-- Page Layout --*/

	#main{
		margin-top: 50px;
	}
	
	h1,h2 {
	    font-size: 26px;
	}
	.flexposts {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	article {
	    margin: 15px;
	    width: 100%;
	}

	.lcol,.lcol2{
	  width: 100%;
	  margin-bottom: 20px;
	  margin-top: 30px;
	}

	.rcol,.rcol2{
		width: 100%;
	}

	.scol{
		margin: 0;
		width: 100%
	}
	
	
	.topbar {
	    width: 100%;
	    top: 0px;
	    right: 0px;
	    font-size: 11px;
	    z-index: 10000;
		position: absolute;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.num,#header_wrap .button {
		display: none;
	}

	.imagebox {
    	height: 250px;
    }
    #menu-btn {
    	top: 30px;
	}
	#hero {
	    height: 370px;
	}
	#foot_wrap {
	    margin-top: 20px;
	}
	#main {
	    margin-bottom: 20px;
	}
	
	.mainsection {
	    text-align: left;
	    margin: 55px auto 35px;
	    padding-left: 15px;
	    padding-right: 15px;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.page-template-page-things {
		margin: 150px auto 35px;
	}
	
/* 	footer */
	footer.center {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.footer_left {
		display: none;
	}
	.footer_center, footer_right {
		width: 100%
	}
	ul#social {
	    margin: 0 auto;
	    padding: 0;
	    position: static; 
	    
	}
/*
	.carousel-cell { 
		height: 300px; 
	}

	.carousel-cell img { 
		height: 300px;
		width: 100%; 
	}
*/


}

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

	/*--Contact--*/

	.contact .lcol{
	float: left;
	width: 100%;
	}

	.contact .rcol{
		float: right;
		width: 100%;
	}

	/*--Blog--*/

	.dets_wrap{
		width: 100%;
		float: none;
		border-bottom: solid 1px #ECECEC;
		margin-bottom: 20px;
	}

	.dets{
		border-right: none;
		padding: 0;
	}

	article .content_wrap{
		width: 100%;
		float: none;
	}

	#blog_head{
		text-align: center;
	}

	/*--- Footer ---*/

	#copy{
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}

	ul#social{
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	
	#hero {
	    height: 250px;
	}
	
	.pad {
	    margin-top: 15px;
	}
	
	body, .content_style p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.blog_contwrap {
	    margin-bottom: 10px;
	    text-align: center;
	}


}



@media screen and (max-width: 450px) {
	
	#hero {
		height: 245px;
	}
	a#logo {
	    width: 120px;
	    margin: 0 auto;
	    margin-top: 17px;
	    float: none;
	}
	.topbar {
		top: -13px;
	}
	nav#full_nav {
	    top: 85px;
	}


}