/* @override 
	http://harvestcafe.com.au/important/themes/reverie-master/css/style.css
	https://harvestcafe.com.au/important/themes/reverie-master/css/style.css */

/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
 /* .gform_wrapper{display:block!important;} */
 
.ui-datepicker {
 	width: 216px;
 	height: auto;
 	margin: 5px auto 0;
 	font: 9pt Arial, sans-serif;
 	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
 	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
 	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
 }
 
 .ui-datepicker a {
 	text-decoration: none;
 }
 
 .ui-datepicker table {
 	width: 100%;
 	border-collapse: collapse;
 }
 
 .ui-datepicker-header {
 	background-color: #666; /* set the header background color */
 	color: #e0e0e0;
 	font-weight: bold;
 	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
 	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
 	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
 	text-shadow: 1px -1px 0px #000;
 	filter: dropshadow(color=#000, offx=1, offy=-1);
 	line-height: 30px;
 	min-height: 30px !important;
 	border-width: 1px 0 0 0;
 	border-style: solid;
 	border-color: #666;
 }
 
 .ui-datepicker-title {
 	text-align: center;
 }
 
 .ui-datepicker-title select {
 	margin-top: 2.5%;
 }
 
 .ui-datepicker-prev, 
 .ui-datepicker-next {
 	display: inline-block;
 	width: 30px;
 	height: 30px;
 	text-align: center;
 	cursor: pointer;
 	background-image: url("/important/themes/reverie-master/images/datepicker/arrow.png");
 	background-repeat: no-repeat;
 	line-height: 600%;
 	overflow: hidden;
 }
 
 .ui-datepicker-prev {
 	float: left;
 	background-position: center -30px;
 }
 
 .ui-datepicker-next {
 	float: right;
 	background-position: center 0px;
 }
 
 .ui-datepicker thead {
 	background: #f7f7f7;
 	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
 	background: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
 	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
 	background: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
 	background: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
 	background: linear-gradient(to bottom,  #f7f7f7 0%,#f1f1f1 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
 	border-bottom: 1px solid #bbb;
 }
 
 .ui-datepicker th {
 	text-transform: uppercase;
 	text-align: center;
 	font-size: 6pt;
 	padding: 5px 0;
 	color: #666666;
 	text-shadow: 1px 0px 0px #fff;
 	filter: dropshadow(color=#fff, offx=1, offy=0);
 }
 
 .ui-datepicker tbody td {
 	padding: 0;
 	border-top: 1px solid #bbb;
 	border-right: 1px solid #bbb;
 }
 
 .ui-datepicker tbody td:last-child {
 	border-right: 0px;
 }
 
 .ui-datepicker tbody tr {
 	border-bottom: 1px solid #bbb;
 }
 
 .ui-datepicker tbody tr:last-child {
 	border-bottom: 0px;
 }
 
 .ui-datepicker td span, 
 .ui-datepicker td a {
 	display: inline-block;
 	font-weight: bold;
 	text-align: center;
 	width: 30px;
 	height: 30px;
 	line-height: 30px;
 	color: #666666;
 	text-shadow: 1px 1px 0px #fff;
 	filter: dropshadow(color=#fff, offx=1, offy=1);
 }
 
 .ui-datepicker-calendar .ui-state-default {
 	background: #ededed;
 	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
 	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
 	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
 	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
 	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
 	background: linear-gradient(to bottom,  #ededed 0%,#dedede 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
 	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
 	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
 	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
 }
 
 .ui-datepicker-calendar .ui-state-hover {
 	background: #f7f7f7;
 }
 
 .ui-datepicker-calendar .ui-state-active {
 	background: #FFF2AA; /* set the active date background color */
 	border: 1px solid #c19163; /* set the active date border color */
 	color: #666; /* set the active date font color */
 	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
 	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
 	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
 	text-shadow: 0px 1px 0px #FFF;
 	filter: dropshadow(color=#FFF, offx=0, offy=1);
 	position: relative;
 	margin: -1px;
 }
 
 .ui-datepicker-unselectable .ui-state-default {
 	background: #f4f4f4;
 	color: #b4b3b3;
 }
 
 .ui-datepicker-calendar td:first-child .ui-state-active {
 	width: 29px;
 	margin-left: 0;
 }
 
 .ui-datepicker-calendar td:last-child .ui-state-active {
 	width: 29px;
 	margin-right: 0;
 }
 
 .ui-datepicker-calendar tr:last-child .ui-state-active {
 	height: 29px;
 	margin-bottom: 0;
 }
 
 td.ui-datepicker-unselectable.ui-state-disabled {
 	background-color: #d7d7d7;
 }
 
 table.ui-datepicker-calendar {
 	margin: 0 0 0 0 !important;
 }
 
 body div#ui-datepicker-div[style] {
 	z-index: 9999 !important;
 }
 .fancyboxForAlpine-title-inside{
 	margin: 0 !important;text-align: left !important;
 }
 #fancyboxForAlpine-title-inside{
 	margin: 0 10px;line-height: 1.3em;
 }
 #fancyboxForAlpine-left, #fancyboxForAlpine-right{
 	display: block !important;visibility: visible;
 }
 #fancyboxForAlpine-right span,#fancyboxForAlpine-right:hover span{
 	left: auto !important;
 	right: 0px !important;
 }
  #fancyboxForAlpine-left span{
  		left: 20px;
  }
  #fancyboxForAlpine-close {
  	right: -33px !important;
  }
 header h2 a{
 	color: #332D1F !important;
 }
 div.ppt{
 	display: none !important;
 }
 .home div.AlpinePhotoTiles_cascade_column{
 width: 12.5% !important;
 }

 .home div.AlpinePhotoTiles_parent_class img{
width: 95%;margin: 0 !important;
 }
   .home #aptfinbytap_domain-2-tile-2 ,.home #aptfinbytap_domain-2-tile-3 ,.home #aptfinbytap_domain-2-tile-4 ,.home #aptfinbytap_domain-2-tile-5, .home #aptfinbytap_domain-2-tile-6,.home #aptfinbytap_domain-2-tile-7{
 	margin: 0 0 0 0.4rem !important;
 }
 .woocommerce ul.products li.product{
 	float: left !important;display: inline;text-align: centre !important;color: #85754D;
 }
 .woocommerce ul.products li.product span, .woocommerce ul.products li.product h3{
 text-align: center;
 }
 .woocommerce ul.products li.product a.button{
 	margin: 0.5rem 0 0 0 !important;left: 0;width: 100%;
 }
 form.woocommerce-ordering,.woocommerce .woocommerce-result-count{
 	display: none !important;visibility: hidden;
 }
 nav.woocommerce-pagination{
 	float: left;clear: both;
 }
 .entry-summary p{
 	font-weight: 300;
 }
 .woocommerce ul.products a,.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{
 	border: none !important;box-shadow:0 0 0 0 rgba(0,0,0,.3) !important;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.3) !important;
 	width: ;
 }
 
 .woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3{
 	padding: 0 !important;margin: 0 auto !important;text-align: centre !important;color: #85754D !important;text-transform: uppercase;font-size: 1rem;
 }
 .attachment-shop_single{
 	border: none;box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;background: none !important;
 }
  table.variations{
  	border: none !important;margin: 0 !important;
  }
 table.variations tr{
 	background: none !important;border: none;
 }
 .right-off-canvas-menu img{
 	float: right;width: 30% !important;
 }
  .right-off-canvas-menu  {
  	float: left;clear: both !important;
  }
   .right-off-canvas-menu ul{
   	margin: 0;
   }
 .right-off-canvas-menu .quantity{
 	width:60px;position:relative;margin:0;overflow:hidden;zoom:1;clear: both;float: left;
 }
 .right-off-canvas-menu p.total{
 	float: left;clear: both;
 }
 .right-off-canvas-menu a.button,.woocommerce #content input.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce-page #content input.button,.woocommerce-page #respond input#submit,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button{font-size:100%;margin:0;line-height:1em;cursor:pointer;position:relative;font-family:inherit;overflow:visible;padding:6px 10px;text-decoration:none;font-weight:800 !important;-webkit-border-radius:0px;border-radius:0px;left:auto;color:#fff;text-shadow:0 0 0 rgba(255,255,255,.8);border:none;background:#86754A;white-space:nowrap;display:inline-block;-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,.075),inset 0 0 0 rgba(255,255,255,.3),0 0 0  rgba(0,0,0,.1);-moz-box-shadow:inset 0 0 0 rgba(0,0,0,.075),inset 0 0 0 rgba(255,255,255,.3),0 0 0 rgba(0,0,0,.1);box-shadow:inset 0 0 0 rgba(0,0,0,.075),inset 0 0 0 rgba(255,255,255,.3),0 0 0 rgba(0,0,0,.1);text-transform: uppercase;
 }
  .woocommerce .shipping_calculator h2 a{
 	font-size: 1.5rem !important;color: #86754A;
 }
   .woocommerce .shipping_calculator h2 a:hover{
   	color: #332D1F;
   }
 .woocommerce #content .single_add_to_cart_button,.woocommerce-cart .wc-forward{
 	
 background: #FF0000 !important;}
.woocommerce #content .single_add_to_cart_button, .woocommerce-page .wc-forward{
	text-shadow:none !important;
}
.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-info,.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message,.woocommerce-page .woocommerce-error,.woocommerce-page .woocommerce-info,.woocommerce-page .woocommerce-message{
	background:none !important;background-image: none !important;text-transform: uppercase;
	border-top:1px solid #86754A;border-bottom:1px solid #86754A;box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;background: none !important;-webkit-border-radius: 0 !important;
	border-radius: 0 !important;font-size: 0.90rem;padding: 1rem 0 !important;
}
.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before,.woocommerce-page .woocommerce-error:before,.woocommerce-page .woocommerce-info:before,.woocommerce-page .woocommerce-message:before{
	background: none;
}
.woocommerce #content input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce-page #content input.button:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button:hover,.woocommerce-cart .actions input.button:hover{
	background: #000 !important;
}
#coupon_code{
	height: 25px;width: 30% !important;
}
.coupon input{
	float: left !important;margin-right: 1rem !important;
}
ul.cart_list li a{
	text-transform: uppercase;font-size: 0.8rem !important;color: #85754D !important;
}
form.shipping_calculator{
	display: none;
}
input.qty{
	margin: 0;
}
.includes_tax{
	font-size: 0.9rem;margin-top: 4px;
}
 .Products h1{
 	display: none !important;
 }
.woocommerce a.button:hover,.woocommerce #content .single_add_to_cart_button:hover{
 	background: #3d3935 !important;color: #fff;
 }
 h1.product_title{
 	text-transform: uppercase;font-size: 1.6rem;font-weight: 700;line-height: 1.2em;
 }
 .related{
 	clear: both;
 }
 .entry-summary label{
 	text-transform: uppercase;color: #332D1F;font-size: 1rem;
 }
  .entry-summary td{
  	background: none;
  }
 .woocommerce-tabs{
 	display: none;
 }
 .related h2{
 	color: #85754D;text-transform: uppercase;font-size: 1.6rem;font-weight: 800;border-top: 1px solid #E1DCD1;border-bottom: 1px solid #E1DCD1;padding: 1rem 0;margin-bottom: 2rem;
 }
 .sku_wrapper{
 	display: none;
 }
 .posted_in{
 	text-transform: uppercase !important;color: #85754D;font-size: 1rem;
 }
 .posted_in a{
 	color: #85754D;
 }
 td.label{
 	width: 30%;line-height: 1em !important;
 }
 .value select{
 	background: #E6E3DB url("/important/themes/reverie-master/img/select_arrow.jpg") no-repeat right;border: none;
 }
 .tagged_as{
 	display: none;
 }
 p.price{
 	color: #85754D !important;margin-top: 1.5rem;font-size: 1.6rem !important; 
 }
 .widget_shopping_cart{
 	clear: both;padding-top: 1.5rem !important;
 }
 .widget_shopping_cart h4{
 	color: #85754D !important;font-size: 1.5rem !important; 
 }
 .woocommerce ul.products a.button{
 	margin: 0 auto !important;width: 80%;
 }

 .widget_shopping_cart .wc-forward{
 	color: #fff !important;width: 100%;margin-bottom: 0.3rem !important;clear: both;
 }

 .wc-forward a:after,.wc-forward:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:7px;content:"\e029";font-size:.75em;color: #fff !important;
 }
 
 
 .adp-legal{
 	font-size: 0.7rem !important;padding: 1rem 0;
 }
.woocommerce span.price{
	color: #85754D !important;margin: 0 auto !important;
}
 meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

h1.entry-title{
	display: none;
}
.single h1.entry-title{
	display: block;font-size: 1.7rem !important;font-weight: 600;text-transform: uppercase;letter-spacing: 2px;
}
p{
	margin-bottom: 0.9em;color: #332D1F;font-weight: 500;line-height: 1.3em;
}
#map_canvas a,#map_canvas li{
	color: #fff;
}
a:hover {
  cursor: pointer;
}
.row { max-width: 960px; }
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.start {
  float: left !important;
}

.end {
  float: right !important;
}
label.screen-reader-text{
	display: none !important;
}
.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
ul.pagination li {
  float: left;
  display: block;
}
.woocommerce .woocommerce-message:before,.woocommerce-page .woocommerce-message:before,.woocommerce .woocommerce-info:before{
	content: none !important;
}
.woocommerce-checkout .mr_social_sharing_wrapper,.woocommerce-cart .mr_social_sharing_wrapper,.page-template-section-page-php .mr_social_sharing_wrapper,.home .mr_social_sharing_wrapper{
	display: none;
}
/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto 1.25rem;
}

figure img {

}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}
.widget_categories h4{
	display: none;
}
.entry-content{
	margin: 1.2em 0 0 0;padding: 1.7em 0 1.7em 0;
}
.category .entry-content{
	margin-top: 0;padding-top: 0;
}
.repeat{
	padding-top: 1.5rem;
}
.repeat .dividerrow{
border-top: 1px solid #E1DCD1;margin: 0 0.95rem 1.5rem 0.95rem;
}
.blog .entry-content,.single .entry-content{
	margin: 0;padding: 0 ;
}

.page .entry-content{
	
	border-bottom: 1px solid #E1DCD1;}
.page-template-gallery-template-php .entry-content{
	border: none;margin: 0;padding-top: 0px;margin-bottom: 1rem;
}
#firstrow{
	border-top: 1px solid #E1DCD1;border-bottom: 1px solid #E1DCD1;margin-top: 20px;margin-bottom: 1.4rem;
}

.woocommerce #content{
	border-right: 1px solid #E1DCD1 !important;margin: 1.5rem 0;padding: 0 1rem;
}
#meta{
	border-top: 1px solid #E1DCD1;border-bottom: 1px solid #E1DCD1;padding: 0.5rem 0;text-transform: uppercase;letter-spacing: 3px;margin-bottom: 1.5rem;
}
time.updated{
	color: #332D1F;font-size: 0.9rem !important;text-transform: uppercase;
}
.page .author a{
	color: #332D1F !important;font-size: 0.9rem !important;text-transform: uppercase;
}
h2 a{
	color: #332D1F;text-transform: uppercase;letter-spacing: 3px;font-size: 1.7rem;font-weight: 600;
}
.entry-content h2{
	text-transform: uppercase;font-size: 1.5rem;letter-spacing: 3px;font-weight: 700;padding: 0 0 0.6em 0 !important;line-height: 0.8em;border-bottom: 1px solid #E1DCD1;margin-bottom: 0.4em;
}
#wpseo-directions{
	display: none !important;
}
.entry-content h5{
	text-transform: uppercase;font-size: 0.8rem;color: #332D1F;letter-spacing: 1px;margin: 0 0 1.2em  0 ;font-weight: 500;
}
#wpseo-directions-form p {
	text-transform: uppercase !important;margin: 1rem 0;
}
#wpseo-directions-form input#origin{
	margin-top: 0.4rem;margin-bottom: 0.4rem;
}
#gform_1{
	margin-top: 1.6rem;
}
.footer-widget {
  background-color: #eee;
}

body > header.contain-to-grid {
  max-width: 100%;
  padding-bottom: 0;
}

#content {
  background-color: #fff;
}

.index-card {
  border-bottom: 3px solid #86754D;
  padding-bottom: 0.8rem;
  margin-bottom: 1.3rem;
}
.index-card:last-child{
	border: none;
}
span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

header,
header a{color: #fff;text-transform: uppercase;
}
.post header{
padding: 0;
}
.single .post header{
	margin-bottom: 1.7rem;
}
.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #444444;
}

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #008cba;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #008cba;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444;
}



#sidebarshop .panel,#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: transparent;
  padding: 1rem 0rem 0 0;
}
#sidebarshop .panel,#sidebar .panel{
	margin: 0;
}
#sidebarshop .panel{
	padding: 0.5rem 0 0 0;
}
#sidebarshop .panel a,#sidebar .panel a, .footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem;
}
#sidebarshop .panel a:hover, #sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444;
}
#sidebarshop ul,#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
#sidebarshop .widget h4,#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600;
}
ul.off-canvas-list a{
	text-transform: uppercase !important;
}
ul.off-canvas-list li a{
	border-color: rgba(255, 255, 255, .25) !important;
}
ul.off-canvas-list li ul li{
	display: none;
}
ul.off-canvas-list li.active ul li{
	display: block;
}
footer.full-width {
  background-color: #fff;
}
footer.full-width p {
  font-size: 0.875rem;
}
footer.full-width a {
  color: #666 !important;
  font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width a:focus {
  color: #444444;
}
footer a.tel{
	float: left;clear: both;margin-top: 5px;line-height: 1.5em;
}
footer a.tel:hover{
	background: none;
}
footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}
#copy{
	margin-bottom: 20px;
}
#copy  ul{
	border-top: 1px solid #DAD2C4;border-bottom: 1px solid #DAD2C4;padding: 12px 0 !important;margin: 0 !important;}
#copy li,#copy a{text-transform: uppercase;font-weight: 500;color: #332D1F;margin: 0;font-size: 0.7rem !important;letter-spacing: 2px;margin: 0 !important;padding-bottom: 0 !important;
	
}
#copy li:first-of-type{
	padding: 0;
}
#copy a:hover{
	color: #7f7f7f !important;
}
.admin-bar > .fixed {
  margin-top: 2rem;
}

.f-topbar-fixed > .container {
  margin-top: 2rem;
}
.contain-to-grid .top-bar {
  max-width: 940px;

}
#calls1 a{
	margin: 0;
}
#calls1{
	margin-bottom: 0rem;margin-top: 0.5rem;
	
}
#calls1 .button{
	margin-bottom: 1rem;
}
.AlpinePhotoTiles_container_class{
	padding-bottom: 40px;
}
.home ul.small-block-grid-2 li{
	padding-bottom: 0;
}
.home ul.small-block-grid-2 li a img{
	opacity: 1;-webkit-transition: all .5s ease-in-out;
	  -moz-transition: all .5s ease-in-out;
	  -o-transition: all .5s ease-in-out;
	  transition: all .5s ease-in-out;
	  -webkit-backface-visibility: hidden;
	      -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.home ul.small-block-grid-2 li a:hover img{
	opacity: 0.7;
}
.calls2{
	margin-top: 0rem;margin-bottom: 0.75rem;
}
.calls2 a{position: relative;display: block;
}
.calls2 a img{
	opacity: 1;-webkit-transition: all .5s ease-in-out;
	  -moz-transition: all .5s ease-in-out;
	  -o-transition: all .5s ease-in-out;
	  transition: all .5s ease-in-out;
	  -webkit-backface-visibility: hidden;
	      -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.calls2 a:hover img{
	opacity: 0.3;
}

.calls2 a:hover .textover{position: absolute;z-index: 9!important;top: 0rem;left: 0;text-align: left;width: 100%;height: 100%;text-align: center;display: block!important;padding-top: 3rem;
	
}
.calls2 .textover h2{
	text-transform: uppercase;font-size: 1.5rem;font-weight: 800;color:#85754D;
}
.calls2 .textover h3{
	font-size: 1.25rem;width: 50%;margin-left: 25%;line-height: 1.3em;color:#85754D;
}
#calltoaction,#sectionpagehead{
	background: #86754A;width: 100%;
}
#calltoaction h5{
	color: #fff;text-transform: uppercase;letter-spacing: 9px;margin: 0;padding: 18px 0 0 0;font-weight: 500;
}
#sectionpagehead h5{
	color: #fff;text-transform: uppercase;letter-spacing: 9px;margin: 0;padding: 18px 0 18px 0;font-weight: 300 !important;text-align: center;font-size: 1.7rem;
}

.red span,.redbutton span{
	position: absolute;
	top: 50%;
	margin-top: -7px;
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent;
	border-left-style: solid;
	border-left-color: white;
	left: 5%;
	}
.red:hover,.redbutton:hover{
background: #3d3935;
}

.orbit-bullets-container{
	position: absolute;bottom:10%;left: 48%;
	z-index: 999;width: 20% !important;
}
.orbit-bullets{
	margin: 0 auto;
}
.orbit-bullets li{
	background: #fff;display: inline;float: left !important;
}
.orbit-bullets li.active{
	background: #FF0000;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  background-color: rgba(255, 2555, 2555, 0.75);display: table-cell;
    text-align: center;
    vertical-align: middle;border-radius: 50%; width: 50px;height: 50px;
}
.orbit-container .orbit-prev{
	left:1rem;
}
  .orbit-container .orbit-next{
  	right: 1rem;
  }
  .orbit-container .orbit-prev span{
  border-right-color:#86754A ;}
 .orbit-container .orbit-next span{
border-left-color:#86754A ;}
.orbit-container .orbit-prev > span{
	left: 25%;
	margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #86754A
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #86754A;
}
.top-bar-section ul li > a{
	text-transform: uppercase;font-weight: 500;padding: 0 11px !important;font-size: 0.9rem;
}

.top-bar-section ul li.active > a{
	color: #c2baa4;
}
.menu-widget{
	margin-top: 0.5em;margin-bottom: 0;
}
.menu-widget a,.redbutton,.goldbutton{
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-family: "brandon-grotesque", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1rem 0rem !important;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem !important;
	font-size: 1rem;
	/*     @else                            { font-size: $padding - rem-calc(2); } */
	background-color: #008cba;
	border-color: #007095;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	padding-top: 1.0625rem;
	padding-bottom: 1rem;
	-webkit-appearance: none;
	border: none;
	text-align: left;
	
}
#menu-shop-main-categories li:last-child a{
	margin: 0 !important;
}
.red,.redbutton {
	background: #85754D !important;text-transform: uppercase;font-weight: 900 !important;width: 100%;padding: 9px 5px !important;border: 1px solid #fff;margin-top: 16px;position: relative;text-align:center;letter-spacing: 1px;color: #fff !important;
}
#shopmenu .redbutton{
	text-align: left !important;border: none !important;
}
.woodgrain, .menu-widget a{background: transparent url("/important/themes/reverie-master/img/headerbg.jpg");text-transform: uppercase;font-weight: 900 !important;width: 100%;padding: 9px 5px;margin-top: 16px;position: relative;text-align:centre;text-indent: 0px !important;letter-spacing: 1px;color: #fff !important;
	
}
.goldbutton{
	background: #85754D !important;text-transform: uppercase;font-weight: 900 !important;width: 100%;padding: 9px 5px;margin-top: 16px;position: relative;text-align:left;text-indent: 0px !important;letter-spacing: 1px;color: #fff !important;border: none !important;
	
}
#calls1 .goldbutton{
	text-align: center;margin-bottom: 0.25rem!important;padding-left: 0!important;
}
.slideshow-wrapper img {
  width:100%;
  height: auto;
}
.woodgrain,.menu-widget a{
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.menu-widget .active a{
	background: #85754D !important;
}
.goldbutton{
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.red:hover:before,.woodgrain:hover:before,.menu-widget a:hover:before {
  opacity: 1;
}
.menu .woodgrain{
	margin-bottom: 0;
}
.red:before,.woodgrain:before, .menu-widget a:before{
  content: '';
  position: absolute;
  border: white solid 2px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.menu-widget a span,.goldbutton span{
	position: absolute;
	top: 50%;
	margin-top: -7px;
	display: block;
	width: 0;
	height: 0;
	border: inset 7px;
	border-color: transparent;
	border-left-style: solid;
	border-left-color: white;
	left: 5%;
}
.menu li{
padding-bottom: 0;
}
.menu li a{
margin-bottom: 0 !important;padding-bottom: 0.5rem ;
}
#mgl_instagram_user_widget-2{
	background: #fff !important;border: none;width: 100% !important;padding: 10px 0;
}
footer .panel{
	padding: 10px 0 0 0!important;background: #F8F7F4 !important;
}
.footer-widget .widget h4 {
	color: #332D1F;border: 0 !important;
	font-size: 0.80rem !important;margin: 0;font-weight: 500 !important;
}
.footer-widget p{font-size: 0.9rem;
	line-height: 1.2em !important;color: #332D1F;margin: 0 0 22px 0;font-weight: 400;
}
.footer-widget{
	background: #F8F7F4 !important;
}
.footer-widget fieldset{
	padding: 0;border: none;margin: 0;
}
.footer-widget input,.gform_wrapper input,.gform_wrapper textarea,#s{
	text-transform: uppercase;background: #E7E2D9 !important;border: none;-webkit-box-shadow:inset 0 0 0 #000 !important;color: #332D1F;font-size: 0.8rem;font-weight: 400;letter-spacing: 2px;
	       -moz-box-shadow:inset 0 0 0 #000 !important;
	            box-shadow:inset 0 0 0 #000 !important;width: 100%!important;
}
input.medium{
	width: 100% !important;
}
.entry-content p{
	font-weight: 400;text-transform: none;
}
#frmWidget{
	height: 460px !important;max-width: 100%;

}
.gform_wrapper ul{
	margin: 0;
}
#searchform{
	display: block;height: 35px;
}
#searchform label{
	display: none !important;visibility: hidden !important;
}
#s{
	float: left;height: 35px;
	width: 80%!important;padding: 0.5rem 0.7rem;font-size: 1rem;font-weight: 900;margin: 0;color: #85754D !important;
}
#searchsubmit{
	float: right;padding: 0.5rem 0.5rem;font-size: 1rem;width: 20%;margin-top: 0rem;height: 35px;
	background: #86754D;color: #fff;text-transform: uppercase;border: none;font-weight: 800;letter-spacing: 1px;
}
.gform_wrapper li{
	list-style: none !important;
}

.footer-widget input.button,#commentform input.button,.gform_wrapper input.gform_button,input.wpseo-directions-submit{
	background: #86754A !important;padding: 5px 14px;font-size: 0.8rem;letter-spacing: 2px;font-weight: 500 !important;text-transform: uppercase;color: #fff;border: none;
}
.gform_wrapper input.gform_button{
	width: 20%;
}
.footer-widget input.button:hover,#commentform input.button:hover,.gform_wrapper input.gform_button:hover,input.wpseo-directions-submit:hover,.goldbutton:hover,.red:hover{
background: #3d3935 !important}
.full-width .footer-widget a.directions{
	color: #86754A !important;font-weight: 900 !important;
}
a.more-link{
	color: #86754A;
}
.top-bar-section > ul > .divider:first-of-type{
	display: none;
}

.section-head{
text-transform: uppercase;
font-size: 0.80rem;
font-weight: 500;
letter-spacing: 1px;
color: #85754D !important;
text-align: center;

border-bottom: 0.125em solid #E1DCD1; margin:0 0 1em; text-align:center; padding:0; height:0.75em;margin: 1.5rem 0;
}
.home h4.section-head{
	margin-bottom:2rem ;margin-top: 2.3rem;
}


.section-head span{
	background: #fff;padding:0 1.5em;
}

.page-template-standard-page-php .entry-content img.magicfields{margin-bottom: 20px;
}
.mgl_instagram_gallery .mgl_instagram_photo {
	width: 12.76% !important;
}
.mgl_instagram_gallery .mgl_instagram_photo:first-of-type{
	margin-left: -10px;
}
.mgl_instagram_gallery .mgl_instagram_photo:last-of-type{
	margin-right: -10px;float: right;width: 12.75% !important;
}
.standardgrid li{
	padding-bottom: 0;
}
.mgl_instagram_gallery .mgl_instagram_photo .mgl_instagram_photo_container img { width: 100% !important; }
img.rpwe-thumb{
	padding: 0 !important;border: none !important;margin: 0 !important;
}
a.thumblink{
	display: block;width: 100% !important;height: 100% !important;
}

.dividers div{
	height: 1px;background: #E1DCD1;margin-top: 1.5em;width: 100%;
}
h3.rpwe-title{
	margin: 0;padding: 0;line-height: 1.3	em;letter-spacing: 2px;
}
h3.rpwe-title a{
	color: #332D1F;text-transform: uppercase;font-size: 1.7rem !important;font-weight: 600;padding: 0;margin: 0;
	
}
div.rpwe-summary{border-top: 1px solid #E1DCD1;margin: 0.8em 0 0 0;
}
.page .dividers{
	margin: 0 0 1.2em 0;
}
.home .rpwe-block:last-of-type .dividers{
	display: none;
}
div.rpwe-summary p {
	line-height: 1.3em;font-weight: 400;font-size: 0.9rem !important;margin: 0 0 1em 0!important;
}
div.rpwe-summary p a{
	color: #332D1F;
}
p.categoryhead{
	font-size: 0.9rem !important; padding: 10px 0 8px 0 !important;
}
p.categoryhead a{
	color: #332D1F;text-transform: uppercase;
}
.blog .entry-content p,.single .entry-content p{
	font-weight: 300;
}

.moreinfo{
	background: #86754A;margin: 10px 0 0 0;
	padding: 5px 10px;text-transform: uppercase;font-size: 0.8em;font-weight: 900 !important;float: left;
}
a.moreinfo:hover{
	background: #3d3935;
}
.moreinfo span{
	position: absolute;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: transparent;
	border-left-style: solid;
	border-left-color: white;
	right: 1px;
}
.morenews{
	color: #85754D;text-transform: uppercase;font-size: 0.8em;font-weight: 300 !important;margin: 15px 0 0 10px;float: left;background: url("/important/themes/reverie-master/img/HVST-arrow-icons.jpg") no-repeat left top;padding: 3px 0 0 24px;height: 20px;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.morenews:hover{
	color: #3d3935;background: url("/important/themes/reverie-master/img/HVST-arrow-icons.jpg") no-repeat 0 -40px;
}
.contain-to-grid {
  width: 100%;
  background: transparent url("/important/themes/reverie-master/img/headerbg.jpg") repeat-x;
}
#footbg{
	background: transparent url("/important/themes/reverie-master/img/headerbg.jpg") repeat-x;border-top: 0px solid #86754A;background-size:cover !important;height: 40px;
}
.orbit-slide,.orbit-slide li{
	list-style: none;margin: 0 !important;padding: 0;
}

#abovefooter{
	margin-top: 0.4rem;
	margin-bottom: 0.4em;
	}
#text-10{
	background: #fff url("/important/uploads/award.jpg") no-repeat right top !important;
}
#abovefooter .panel{background: none;
		border: none;padding: 0;
	}
	#abovefooter p{
		color: #86754d;font-size: 0.85rem;margin-bottom: 0.7em;
	}
#abovefooter #iire_social_widget{
	padding-top: 1rem;
}	
#socialicons{
	background: transparent url("/important/themes/reverie-master/img/socialicons.jpg") no-repeat left top;height: 50px;margin: 0 !important;padding: 0 !important;
}
#socialicons li{
	display: inline;float: left;height: 30px;width: 30px;
}
#socialicons a{
	display: block;height: 30px;width: 30px;
}
#socialicons span{
	display: none;
}
.top-bar-section ul ul{
	background-color: rgba(0,0,0,0.5) !important;
}
.top-bar-section ul ul li a{

}
.top-bar-section .has-dropdown > a {
  padding-right: 10px !important;
}
.top-bar-section .has-dropdown > a:after {display: none;}
}
.iiReSocialMedia {
	padding: 0 !important;
	margin: 0 !important;
	
}
.iiReSocialMedia h4{
	display: none !important;
visibility: hidden !important;
	padding-bottom: 0;
	height: 0 !important;
	border-bottom: none !important;

}
.iire_social_widget{
	height: 100% !important;}
.page-template-contact-php label.gfield_label{
		display: none !important;
	}
 #gform_1{
		padding-top: 1.1rem!important;
	}
	.page-template-contact-php iframe{
		margin-left: -0.7rem;
	}
.page-template-contact-php .gform_wrapper input,.gform_wrapper textarea{
		margin: 0 0 0.5rem 0;width: 70%;
	}
.page-template-contact-php h1{
	font-size: 1rem;
}
.page-template-contact-php address{
	font-style: normal;line-height: 1.4rem;margin-bottom: 1rem;
}
.page-template-contact-php time{
color: #444444;
}
.page-template-contact-php a.gold{
	color:#86754A;font-weight: 800;
}
.page-template-contact-php a.gold:hover{
	color: #333;
}
.page-tempate
label.gfield_label{
font-size: 1.2rem;
}
.smaller input{
	width: 50%;
}




	.page-template-standard-page-php .mr_social_sharing_wrapper, .repeat .mr_social_sharing_wrapper,.page-template-gallery-template-php .mr_social_sharing_wrapper{
	 	display: none !important;
	 }
	 
	 .menu{
	 	padding-top: 14px;
	 }
	 h1.page-title{
	 	text-transform: uppercase;font-size: 1.5rem;line-height: 1rem;margin-bottom: 2rem;font-weight: 700;
	 }
	 .gallery-item{
	 	margin: 0 0.4rem 0.1rem 0 !important;
	 }
.home a.more-link,.page-template-section-page-php a.more-link,.category a.more-link{
	display: none;
}
header{
	max-width: 100%;
}
ul#topnavmenu{
	padding: 0;margin: 0;background: rgba(134, 117, 77, 0.45);min-height: 1.55rem;padding: 0.25rem 0rem 0.25rem 0.1rem;
}
ul#topnavmenu li{
	font-size: 0.70rem;font-weight: 500;float: left;display: inline;margin-left: 1rem;
}

.carticon a{
	display: block;background: transparent url("/important/themes/reverie-master/img/carticon.png") no-repeat 0 3px;background-size: 0.95rem!important;	padding-left: 25px;
}
.menu-item-1631{
	margin: 0 0.8rem;padding-left: 0px;
}
.menu-item-1631 span{
	display: none;
}
.woocommerce-cart .right-off-canvas-toggle,.woocommerce-checkout .right-off-canvas-toggle{
	display: none;
}
.right-off-canvas-toggle {background: transparent url("/important/themes/reverie-master/img/carticon.png") no-repeat 13px 27px;border: none !important;
	
}
section.left-small,section.right-small{
	border: none !important;box-shadow: none !important;
}
.right-off-canvas-menu h4.section-head{
	color: #fff !important;
}
.right-off-canvas-menu .section-head{
	border: none;font-size: 1.4rem;margin:1.3rem 0 1rem 0 !important;
}
.right-off-canvas-menu .section-head span{
	background: none;
}
.right-off-canvas-menu,.right-off-canvas-menu a,.right-off-canvas-menu span,.right-off-canvas-menu strong{
	color: #fff !important;font-weight: bold;
}
.single .right-off-canvas-menu a:hover{
	color: #FF0000 !important;
}
.right-off-canvas-menu li{
	list-style: none;
}
.right-off-canvas-menu .button{
	width: 100%;margin: 0 0 10px 0 !important;
}
.right-off-canvas-menu .widget_shopping_cart_content{
	padding: 1rem !important;
}
.right-off-canvas-menu dl.variation{
	display: none !important;
}
.right-off-canvas-menu ul.cart_list li a:hover{
	color: #FF0000 !important;
}
.right-off-canvas-menu a.button:hover{
	background: #FF0000 !important;
}
@media only screen {
#calltoaction .button{
	font-size: 0.9rem;border: 1px solid #fff;margin: 2px 0 12px 0;
}
.pp_description{
	display: none !important;
}
.woocommerce ul.products li.product{
	width: 50% !important;min-height: 330px;
}
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
  body > header.contain-to-grid {
  	border-bottom: 20px solid #86754A;background-size:cover !important
  }
  body > header.contain-to-grid img{
  	margin: 0;width: 50%;height: 50%;
  }

  
  #calltoaction h5{
 font-size: 120%;text-align: center;margin-bottom: 10px;

  } 
  .page-template-gallery-template-php #sectionpagehead{
  	padding: 1rem 0;
  }
  nav.tab-bar{
  	background: #fff url("/important/themes/reverie-master/img/headerbg.jpg") repeat-x !important;height: 5rem !important;
  }
  .tab-bar-section img{
  	margin: 15px 0;
  }
  .name h1 span{
  	display: none;
  }
  #logoimg{
  	margin-top: 1.25rem;width: 80%;height: auto;
  }
  .tab-bar section.middle{
  	border: none !important;height: 4rem;
  }
  section.left-small, section.right-small {
    width: 2.8125rem;
    height: 3.8125rem;border: none !important;box-shadow
  }
  section.left-small a{
     	margin-top: 1.1rem;
     }
section.right-small a{
display: block;
box-shadow:none;
margin-top: 0.25rem;
     	width: 2.8125rem !important;
     	height: 4rem !important;border: none !important;
     }
     section.right-small i{position: relative;border: none !important;
     top: 0.6rem;

    margin-left: 0.7rem;
     	font-size: 1.4rem !important;
     }
     #content {
       padding: 1rem 1rem 0 1rem;
     }


.page-template-gallery-template-php #content{
	padding: 1rem  0 0 0 ;
}



     h3.rpwe-title{
     	margin: 20px 0 0 0;
     }
     footer p.right{
     	float: left !important;
     }
     #sidebar{
     	margin: 0;
     }
  #sidebar li{
  	float: left;width: 50%;padding: 0 1rem 0 0;
  } 
  #sidebar #iire_social_widget{
  	display: none;
  }
  .calls2 a:hover .textover{
display: none!important;
  }
  .calls2 a:hover img{
  	opacity: 1;
  }
  .calls2 a:hover .textover h2{
  	display: none!important;
  }
  .calls2 .marginimg{
  	margin-bottom: 1.6rem;
  }
       }
 
    
@media only screen and (min-width: 40.063em) {
 #calltoaction h5{
 	text-align: center !important;
 }
.home article{
	margin-top: 2.5rem;
}
.calls2 a:hover .textover h2{
	display: block!important;
}

.calls2 .marginimg{
	margin-bottom: 0rem;
}
 .woocommerce ul.products li.product{
 	min-height: 430px;
 }
 .pp_description{
 	display: block !important;
 }

#calltoaction .button{
	font-size: 1rem;margin-bottom: 10px;border: 1px solid #fff;margin-top: 13px;
}
h3.rpwe-title{
	margin: 0;
}
footer p.right{
	float: right !important;
}
 #logoimg{
 	margin-top: 0;width: 80%;
 }
.top-bar-section .right li .dropdown {
  right: auto;
  left: 0;min-width: 150px;
}
.top-bar-section .right li .dropdown a {
  border-bottom: 1px solid rgba(255, 255, 255, .25);margin: 0 0.5em;text-indent: -0.5em;width: 90%;
}
.top-bar-section .right li .dropdown li:last-child a{
	border: none;
} 


  .top-bar-section ul li a{
   font-size: 0.65rem;
  }
 .home #content{
 	padding-top: 0;
 }
.top-bar-section ul,.top-bar-section ul li > a{
	background: none !important;
}
header a:hover,.top-bar-section ul li:hover > a{
	color: #c2baa4 !important;
}
body > header.contain-to-grid {
	height: 120px;border-bottom: 15px solid #86754A;
}
body > header.contain-to-grid img{height: 100%;width: 100%;
	margin: 2.6rem 0 0 0;
}
.top-bar .title-area{
	max-width: 150px;
}
.top-bar .name{
	width: 100%;
}
.top-bar .name h1 a{
	padding-right: 0;
}
  .entry-author {
    margin: 3.125rem -3.125rem;
  }
  #calltoaction h5{
   font-size: 1.8rem;text-align: left;
  
    }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #fff;
      height: 15px;position: relative;top: 15px;
      width: 0;
    }

  ul.right{
  	position: relative;top: 0px !important;margin-right: 0px;
  }
 .contain-to-grid .top-bar	{height: 50px;padding-top: 0px;
 }
  ul.right{
  	position: relative;top: 12px !important;margin-right: 0px;
  }
  #calltoaction{
  	padding-bottom: 10px;
  }
  .home #calltoaction h5{
  	font-size: 1rem;letter-spacing: 1px;font-weight: 600 !important;border-bottom: 1px solid #fff;border-top: 1px solid #fff;padding-top: 0.6rem;padding-bottom: 0.6rem;text-align: center !important;margin-top: 14px;
  }
   .calls2 a:hover .textover{
   	padding-top: 1.3rem;
   }
  
  }
@media only screen and (min-width: 52.063em) {
   .woocommerce ul.products li.product{
     	width: 30% !important;min-height: 320px;
     }
   .top-bar .title-area{
   	max-width: 210px;
   }
   
   .top-bar-section ul li a{
    font-size: 0.8rem;
   }
   .calls2 a:hover .textover{
   display: block!important;
     }
     .calls2 a:hover img{
     	opacity: 0.2!important;
     }
     .calls2 a:hover .textover{
     	padding-top: 1.5rem;
     }
   }
 @media only screen and (min-width: 64.063em) {
  #calltoaction .button{
  	margin-top: 13px;
  }
  .calls2 a:hover .textover{
  	padding-top: 3.3rem;
  }
  #calltoaction{
  	padding-bottom: 0;
  }
  .woocommerce ul.products li.product{
    	width: 30% !important;
    }
  #calltoaction h5{
  	text-align: left !important;
  }
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0.2rem;
  }
#sidebar #iire_social_widget{
	display: block;
}
  .top-bar .title-area{
  	max-width: 350px;
  }
  #sidebar li {
  	float: none;width: 100%;padding: 0;
  }
  .menu-item-1631{
  	margin:0 2rem;
  }
  #sidebarshop {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0.5rem;
  }
  
  body > header.contain-to-grid {
  	height: 140px;border-bottom: 20px solid #86754A;
  }

body > header.contain-to-grid img{height: 100%;width: 100%;
	margin: 3rem 0 0 0; }
.top-bar .name h1 a{
	width: 100%;
}
  .footer-widget {
    padding-top: 1em;
  }
  
 #calltoaction h5{
 	font-size: 1.7rem;text-align: left !important;
 }

.home #calltoaction h5{
	font-size: 1rem;letter-spacing: 1px;font-weight: 300;border-bottom: 1px solid #fff;border-top: 1px solid #fff;padding-top: 0.6rem;padding-bottom: 0.6rem;text-align: center !important;margin-top: 13px;
}
 



}
@media only screen and (min-width: 90.063em) { 



} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 120.063em) { 

	
	}
} /* min-width 1921px, xlarge screens */

.tel,.tel:visited { /*for small screens */ display:block; color:#fff; background-color:#000; padding:1em; text-decoration:none; } .tel:hover,.tel:focus { color:#000; background-color:#fff; } @media screen and (min-width: 28.5em) { /* for larger screens */ .tel,.tel:visited { background:none; cursor:default; } .tel,.tel:focus { color:#000; } }



/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("/important/themes/reverie-master/css/fonts/flexslider-icon.eot");
  src: url("/important/themes/reverie-master/css/fonts/flexslider-icon.eot#iefix") format('embedded-opentype'), url("/important/themes/reverie-master/css/fonts/flexslider-icon.woff") format('woff'), url("/important/themes/reverie-master/css/fonts/flexslider-icon.ttf") format('truetype'), url("/important/themes/reverie-master/css/fonts/flexslider-icon.svg#flexslider-icon") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  border: none;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  z-index: 9999!important;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 2555, 1);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(218, 218, 218, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(218, 218, 218, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(218, 218, 218, 0.3);
  box-shadow: inset 0 0 3px rgba(218, 218, 218, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #dadada;
  background: rgba(218, 218, 218, 1);
}
.flex-control-paging li a.flex-active {
  background: #dadada;
  background: rgba(218, 218, 218, 1);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

