/*

Theme Name: Bluff House

Theme URI: http://mara99.com

Description: The 2015 theme for WordPress is stylish, customizable, simple and readable.

Author: the mara99 team

Author URI: http://mara99.com

Version: 1.0

Tags: custom-theme

Text Domain: bluffhouse

*/



/* =Reset default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}

/* =HTML5 display-role reset for older browsers

----------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

	display: block;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after, q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/* =Global

----------------------------------------------- */

body {

	font:14px Arial, sans-serif;

	line-height:normal;

	color:#555;

}

a {

	text-decoration:none;

	color: #000;

	outline:none;

}

a:hover {

	color: #000;

	text-decoration:none;

}

.ui-tabs-hide {

	display: none;

}

br.clear {

	margin: 0px;

	padding: 0px;

}

h1, h2, h3, h4, h5, h6 {

	padding-bottom:15px;

	color: #444444;

	font-weight: bold;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

	color: #444444;

}

h1 {

	font-size: 34px;

}

h2 {

	font-size: 28px;

}

h3, h4, h5, h6 {

	font-size: 16px;

	color:#666;

}

h4 {

	font-size: 14px;

}

h5 {

	font-size: 13px;

}

h6 {

	font-size: 12px;

}

p {

	padding-bottom:15px;

	line-height:24px;

}

strong, b {

	font-weight: bold;

}

cite, em, i {

	font-style: italic;

}

pre {

	background-color:#eee;

	overflow: auto;

	padding:20px;

	color:#555;

	margin-bottom: 30px;

}

pre, code {

	font-family: Courier New, monospace;

}

ins {

	text-decoration: none;

}

sup, sub {

	font-size:10px;

	height:0;

	line-height:1;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom:6px;

}

sub {

	top:4px;

}



/* Blockquote */

blockquote {

	border-left:4px solid #ccc;

	border-right:4px solid #ccc;

	background:url(images/blockquote-bg.jpg) 10px 10px no-repeat #eee;

	width:85%;

	margin:0 auto;

	padding:20px 20px 20px 48px;

	margin-bottom:30px;

}

blockquote p {

	color:#555;

	padding-bottom:0px;

}



/* Form */

input[type=text], input.text, input.title, textarea, select {

	background-color:#fff;

	border: 1px solid #ccc;

	color:#aaa;

	padding:9px 10px;

	width: 368px;

	margin: 0 0 20px;

}

#sidebar .input[type=text] {

	width: 282px;

}

input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {

	background-color:#f3f3f3;

	border:1px solid #bbb;

}

textarea {

	padding:10px;

}



/* Contact Form 7 Support */

.wpcf7-form span.wpcf7-form-control-wrap {

	display: block;

}

.wpcf7-form span.wpcf7-not-valid-tip {

    background: none repeat scroll 0 0 transparent;

    border: medium none;

    color: #FF0000;

    font-size: 14px;

    right: 5px;

    line-height: 16px;

    bottom: 5px;

	position: absolute;

}

img#about-image {

	float: left;

	margin: 3px 8px 8px 0px;

}

hr {

	border-bottom-color:#ddd;

	border-bottom-style:solid;

	border-width:0 0 1px;

	height:0px;

	margin:0 0 30px;

	overflow:hidden;

}

ul {

	list-style:outside url(images/ul-bg.png);

	margin: 0 0 20px 20px;

}

ol {

	list-style:outside decimal;

	margin: 0 0 20px 25px;

}

ul li a, ol li a {

	color:#555;

}

ol ol {

	list-style: outside upper-alpha;

}

ol ol ol {

	list-style: lower-roman;

}

ol ol ol ol {

	list-style: lower-alpha;

}

ul ul, ol ol, ul ol, ol ul {

	margin-bottom: 0;

}

dl {

	margin: 0 0 1.5em 0;

}

dl dt {

	font-weight: bold;

}

dd {

	margin-left: 1.5em;

	margin-bottom : 1em;

}

strong {

	font-weight: bold;

}

cite, em, i {

	font-style: italic;

}

big {

	font-size: 131.25%;

}

ins {

	background: #ffc;

	text-decoration: none;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

a.readmore {

	display: block;

	font-size:14px;

	font-weight:bold;

	color:#000;

	padding-top:8px;

}

a.readmore:hover {

	text-decoration:underline;

}

.widget {

	margin-bottom:30px;

}

.widget img {

	max-width: 100%;

	height: auto;

}

.margin-auto {

	margin:0 auto;

}



/* no-margin, no-padding */

.no-margin-top {

	margin-top:0px !important;

}

.no-margin-bottom {

	margin-bottom:0px !important;

}

.no-margin-left {

	margin-left:0px !important;

}

.no-margin-right {

	margin-right:0px !important;

}

.no-padding-top {

	padding-top:0px !important;

}

.no-padding-bottom {

	padding-bottom:0px !important;

}

.no-padding-left {

	padding-left:0px !important;

}

.no-padding-right {

	padding-right:0px !important;

}

.no-border-top {

	border-top:0 none !important;

}

.no-border-bottom {

	border-bottom:0 none !important;

}

.no-border-left {

	border-left:0 none !important;

}

.no-border-right {

	border-right:0 none !important;

}



/* Clearfix */

.CL {

	clear:left;

	height:0px;

	overflow:hidden;

}

.CR {

	clear:right;

	height:0px;

	overflow:hidden;

}

.clear {

	clear: both;

}



/* clearfix hack */

.clearfix:after {

	visibility: hidden;

	display: block;

	font-size: 0;

	content: " ";

	clear: both;

	height: 0;

}

.clearfix {

	display: inline-block;

}



/* start commented backslash hack \*/

* html .clearfix {

	height:1%;

}

.clearfix {

	display: block;

}



/* close commented backslash hack */

.displayblock {

	display: block;

}

.displaynone {

	display: none;

}



/* =Content

----------------------------------------------- */

#blog {

	padding:55px 0;

}

#blog #blog-content {

	width:68%;

	float:left;

}

#blog #blog-content .post {

	padding-bottom:30px;

}

#blog #blog-content .post h1,

#blog #blog-content .post h2.entry-title

{

	font-size: 34px;

	line-height:45px;

	padding-bottom:6px;

}

#blog #blog-content .post-img a {

	width:210px;

	height:210px;

	overflow:hidden;

	display:block;

	padding:5px;

	background-color:#fff;

	border:1px solid #bbb;

}

#blog #blog-content .post-img img {

	max-width:100%;

	height:auto;

	border:0 none;

	margin:0;

	padding:0;

}

#blog #blog-content ul.post-by {

	list-style: none outside none;

	margin: 0;

	padding-bottom: 12px;

}

#blog #blog-content ul.post-by li {

	float:left;

	color:#999;

	font-size:12px;

	font-weight:bold;

	padding:0 10px;

	background:url(images/post-by-seperator.jpg) right center no-repeat;

}

#blog #blog-content ul.post-by li.last {

	background: none;

}

#blog #blog-content ul.post-by li a {

	color:#999;

}

#blog #blog-content ul.post-by li a:hover {

	color:#444;

}

#blog #blog-content img {

	max-width:630px;

	background-color: #FFFFFF;

	border: 1px solid #BBBBBB;

	padding: 5px;

}

.home .post p,

.archive .post p {

	clear: both;

	padding-bottom: 0;

}



/* Tags */

#blog #blog-content .tags {

	padding-bottom: 15px;

}

#blog #blog-content .tags a {

	color:#999;

	font-size: 12px;

	font-weight: bold;

}

#blog #blog-content .tags a:hover {

	color:#444;

}



/* Table */

#blog-content table {

	border-bottom: 1px solid #ddd;

	margin: 0 0 1.625em;

	width: 100%;

}

#blog-content th {

	font-size: 12px;

	text-align:left;

	font-weight: 500;

	letter-spacing: 0.1em;

	line-height: 2.6em;

	text-transform: uppercase;

}

#blog-content td {

	border-top: 1px solid #ddd;

	padding: 6px 10px 6px 0;

}

.no-sidebar div.col8,

.error404 div.col8 {

	margin: 0 auto;

	float: none;

}



/* Comments form */

#respond, #comments {

	border-top: 1px solid #e7e7e7;

	overflow: hidden;

	position: relative;

}

h2#comments-title, h3#reply-title {

	color: #444;

	font-size: 28px;

	font-weight: bold;

	padding-bottom: 15px;

	margin-top: 30px;

	text-transform:capitalize;

}

.commentlist {

	list-style: none;

	margin: 0;

	word-wrap: break-word;

}

.commentlist li.comment {

	border-bottom: 1px solid #e7e7e7;

	line-height: 24px;

	margin: 0 0 24px 0;

	padding: 0 0 0 56px;

	position: relative;

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

#comments .comment-body ul, #comments .comment-body ol {

	margin-bottom: 18px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-author .says {

	font-style: italic;

}

.comment-meta {

	font-size: 12px;

	margin: 0 0 18px 0;

}

.comment-meta a:link, .comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a.current_page_item, .comment-meta a:hover {

	color: #ff4b33;

}

.commentlist .bypostauthor {

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a, a.comment-edit-link {

	color: #888;

}

.reply a:hover, a.comment-edit-link:hover {

	color: #ff4b33;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword, .nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}

input[type=submit] {

	color: #333;

}

#comments .navigation {

	padding-bottom: 15px;

}

#respond p {

	margin: 0;

}

#respond p.form-submit {

	padding-bottom: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required {

	color: #ff4b33;

	font-weight: bold;

}

#respond label {

	color: #888;

	font-size: 14px;

}

#respond input {

	margin: 0 0 20px;

	padding: 9px 10px;

	width: 368px;

}

#respond input.submit {

	background: url("images/submit.jpg") no-repeat scroll center top transparent;

	border: medium none;

	color: #666666;

	cursor: pointer;

	display: block;

	font-size: 14px;

	font-weight: bold;

	height: 35px;

	line-height: 36px;

	margin-left: 84px;

	text-align: center;

	width: 138px;

}

#respond input.submit:hover {

	background-position:center bottom;

}

#respond textarea {

	width: 620px;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}

#respond #commentform {

	margin-bottom:30px;

	margin-top:10px;

}

#respond #commentform p {

	clear: both;

	margin:0px;

}

#respond #commentform label {

	float: left;

	line-height: 33px;

	margin: 0 30px 0 0;

	text-align: left;

	clear:left;

	width: 75px;

}

#respond #commentform .comment-subscription-form {

	margin: 20px 0 0 84px;

	padding-bottom:0;

	}

#respond #commentform .comment-subscription-form label {

	float: none;

	line-height: 33px;

	margin: 0;

	text-align: left;

	clear:left;

	width: auto;

}

#respond #commentform .comment-subscription-form input {

	margin:0 10px 0 0;

	padding-bottom:0;

}

#respond #commentform .text {

	background-color:#fff;

	border: 1px solid #ccc;

	float: left;

	margin: 0 0 20px;

	color:#aaa !important;

	padding:9px 10px;

	font-style:italic;

	width: 368px;

	box-shadow: 0 2px 2px #e5e5e5 inset;

}

#respond #commentform textarea {

	background-color: #fff;

	border: 1px solid #ccc;

	color:#aaa;

	height:205px;

	width:510px;

	margin:0px 0 20px;

	font:14px Arial, Helvetica, sans-serif;

	line-height:22px;

	box-shadow: 0 2px 2px #e0e0e0 inset;

}

#commentform #submit, 

.wpcf7-form .wpcf7-submit {

	background:url(images/submit.jpg) center top no-repeat;

	border: 0 none;

	color: #666 !important;

	cursor: pointer;

	font-weight:bold;

	font-size:15px;

	line-height: 1.1;

	height:35px;

	text-align: center;

	width:138px;

	display:block;

	margin-left:105px;

	margin-bottom: 0px;

	text-shadow: 0 1px 0px #fff;

	box-shadow: 2px 2px 2px #e0e0e0;

}

.wpcf7-form .wpcf7-submit {

    margin: 0;

}

#respond #commentform #submit:hover, 

.wpcf7-form .wpcf7-submit:hover {

	background-position:center bottom;

	border:none;

}

#respond #commentform .text:focus, #respond #commentform .text:hover, #respond #commentform textarea:hover, #respond #commentform textarea:focus {

 background-color:#f3f3f3;

 border: 1px solid #bbb;

}



/* Support for Captcha Plugin */

#respond #commentform .cptch_block label {

    display: block;

    margin: 0;

    padding: 0;

    width: 100%;

}



/* =Caption, Images and Alignments

-------------------------------------------------------------- */

.alignright {

	display: inline;

	float: right;

}

.alignleft {

	display: inline;

	float: left;

}

.aligncenter,

div.post .new-post .aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.wp-caption {

	background-color: #FFFFFF;

	border: 1px solid #BBBBBB;

	padding: 5px;

	margin-bottom: 15px;

	max-width: 630px;

}

.wp-caption.alignleft {

	margin: 0px 10px 10px 0px;

}

.wp-caption.alignright {

	margin: 0px 0px 10px 10px;

}

#blog #blog-content .wp-caption img {

	margin: 0;

	border: none;

}

.wp-caption p.wp-caption-text {

	color: #666;

	font-style: italic;

	padding: 10px 10px 5px;

}

img.alignleft {

	margin-right: 20px;

	margin-bottom: 20px;

}

img.alignright {

	margin-left: 20px;

	margin-bottom: 20px;

}

img.size-auto, 

img.size-full, 

img.size-large, 

img.size-medium, 

.attachment img {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

.wp-smiley {

	margin: 0;

}



/* Single page */

.single a.readmore {

	padding-top:0px;

}

.single #blog #blog-content .post {

	padding-bottom:0px;

}

.single #blog #blog-content blockquote {

	margin-bottom:15px;

}



/* =Sidebar

-------------------------------------------------------------- */

#sidebar {

	width:28%;

	float:right;

}

#sidebar ul {

	margin-bottom:0px;

}

#sidebar ul li a, #sidebar ol li a {

	color:#666;

}

#sidebar ul li a:hover, #sidebar ol li a:hover {

	color:#000;

}

#sidebar, #sidebar p {

	font-size:13px;

	line-height:22px;

	color:#666;

}

#sidebar hr {

	border-bottom-color:#ddd;

	border-bottom-style:solid;

	border-width:0 0 1px;

	height:0px;

	margin:0 0 10px;

	overflow:hidden;

}

#sidebar h3, #sidebar h4, #sidebar h5 {

	padding-bottom:5px;

}

#simple-paragraph p {

	padding-bottom:0px;

}

#sidebar .tagcloud a {

	margin-right:5px;

	font-size:12px;

	color:#666;

}

#sidebar .tagcloud a:hover {

	color:#000;

}

#sidebar .custom-tagcloud a {

	padding:1px 7px;

	color:#666;

	background-color:#DDD;

	display:inline-block;

	margin-bottom:4px;

	font-size:12px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}

#sidebar .custom-tagcloud a:hover {

	color:#fff;

	background-color:#888;

}

#sidebar #email-subscription input {

	background-color: #ddd;

	border: 0 none !important;

	color: #888;

	float: left;

	font-size: 14px;

	font-style: italic;

	height: 35px;

	line-height: 35px;

	margin: 0;

	padding: 0 10px;

	width: 246px;

}

#sidebar #email-subscription button {

	background:url(images/subscription-button.jpg) #666 no-repeat;

	border: 0 none !important;

	color: #fff;

	cursor: pointer;

	display: block;

	float: left;

	height: 35px;

	padding: 0;

	width:40px;

}



/* Search Widget */

#sidebar form.searchform {

	overflow:hidden;

}

#sidebar form.searchform label {

	display:none;

}

#sidebar form.searchform input {

	background:none #f5f5f5;

	border:0 none !important;

	box-shadow:none;

	width:202px;

	height:35px;

	margin:0px;

	float:left;

	padding:0px 10px;

	color:#888;

	font-size:14px;

	font-style:italic;

	line-height:35px;

}

#sidebar form.searchform #searchsubmit {

	background:none #333;

	border:0 none !important;

	width:84px;

	height:35px;

	display:block;

	float:left;

	color:#fff;

	font-size:15px;

	cursor:pointer;

	padding:0px;

}



/* =Calender

-------------------------------------------------------------- */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 306px;

}

#wp-calendar a {

	display: block;

	text-decoration: none;

	font-weight: bold;

}

#wp-calendar a:hover {

	text-decoration: underline;

}

#wp-calendar caption {

	text-decoration: none;

	font: bold 13px Arial, Sans-Serif;

	padding-bottom:20px;

}

#wp-calendar td {

	padding: 3px 5px;

	color: #9f9f9f;

	text-align:center;

}

#wp-calendar td#today {

	color: #ffffff;

	background-color:#444;

}

#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	padding: 3px 5px;

	text-align:center;

}

#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

}

#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

}

#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

}



/* =Pagination

-------------------------------------------------------------- */

#blog-content #wp_page_numbers, 

#blog-content .wp-pagenavi {

	float: right;

	margin: 0;

	padding-bottom: 30px;

	width: auto;

}

#blog-content #wp_page_numbers ul {

	border: none;

	list-style: none;

}

#blog-content #wp_page_numbers ul li.page_info,

#blog-content .wp-pagenavi .pages {

	background: none;

	border: none;

	color: #aaa;

	font-size: 14px;

	float:left;

	line-height: 30px;

    padding: 2px;

}

#blog-content #wp_page_numbers ul li {

	margin-left: 10px;	

}

#blog-content #wp_page_numbers ul li a,

#blog-content .wp-pagenavi a, 

#blog-content .wp-pagenavi span {

	border: none;

	float:left;

	height:32px;

	background:#ddd;

	color:#555;

	text-align:center;

	font-size:14px;

	line-height:30px;

	display:block;

	padding:0 12px;

	text-decoration:none;

}

#blog-content .wp-pagenavi a, 

#blog-content .wp-pagenavi span {

	margin: 0 0 0 10px;

}

#blog-content #wp_page_numbers ul li a:hover,

#blog-content .wp-pagenavi a:hover {

	background:#444;

	color:#fff;

}

#blog-content #wp_page_numbers ul li.active_page a, 

#blog-content .wp-pagenavi span.current {

	background:#444;

	color:#fff;

	font-weight: normal;

}



/* Single pagination */ 

.pagination {

	clear: both;

	text-align: right;

	padding:15px 0 30px;

}

.pagination a {

	display:inline-block;

	text-decoration:none;

	margin-left: 10px;

}

.pagination span {

	background: none repeat #444444;

	color: #FFFFFF;

	width:32px;

	height:32px;

	margin-left: 10px;

	text-align:center;

	font-size:14px;

	line-height:30px;

	display:inline-block;

}

.pagination a span {

	background:inherit;

	color:#555;

	margin-left:0;

}

.pagination a:hover span {

	background: none repeat #ddd;

}



/* Default wp-page */ 

ul.default-wp-page  {

	margin:0;

	list-style: none outside;

	list-style-image: none;

}

ul.default-wp-page li.previous {

	float:left;

}

ul.default-wp-page li.next {

	float:right;

}

ul.default-wp-page li.previous a {

	background: url(images/ul-bg-prev.png) no-repeat left 9px;

	padding:0 0 30px 15px;

	float:left;

	display:block;

}

ul.default-wp-page li.next a {

	background: url(images/ul-bg.png) no-repeat right 9px;

	padding:0 15px 30px 0;

	float:right;

	display:block;

}

/* instagram code for cuisine page */
.Instagram-feed-section { padding: 0px; margin: auto; margin-top:20px;}



/* HOmepage service data field*/
div.services_data p{ font-size: 18px;line-height: 30px;color: #000000;font-weight: 400;padding-bottom: 30px;text-align: center;}
#services h1 { position: relative;}
#services h1:before {content: '';position: absolute;width: 250px;height: 2px;background: #ee8118;left: 0;right: 0;bottom: 30px;margin: auto;}
#services h1:after {content: '';position: absolute;width: 15px;height: 15px;border-radius: 50%;background: #666666;bottom: 24px;left: 0;right: 0;margin: auto;border: 3px solid #fff;}


/*Check Availability*/

.b-subgallery {background: #d7d7d7;padding-bottom: 10px;}
.b-image-bottom-title.h-image-bottom-i {color: #2f2f30 !important;font-family:stixgeneral;letter-spacing: 3px;font-size: 30px;margin: 0;
text-transform: capitalize;font-weight: 500;height: auto;line-height: normal;}
.avail-dib .b-image-bottom-datepick {color: #fff !important;font-size: 15px;margin: 0;padding: 15px;}
.avail-dib input {border-radius: 26px;border: none !important;background: #fff;height: 35px !important;padding: 0px 12px !important;
font-size: 14px;color: #999;font-family: proxima nova;}

button.b-view-button { width:90px;height:35px;line-height:37px;border-radius:26px;border:none;background:#fff !important;
color:#999;font-family:proxima nova;font-weight:600;font-size:14px;font-weight:500;letter-spacing:0.77px;text-transform: capitalize;}
.b-subgallery .h-image-bottom { padding:0 !important; }
.b-subgallery .h-image-bottom .form-wraper { display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
}
.b-subgallery .h-image-bottom .form-wraper form.order-form .avail-dib { display:inline-table !important; width:27%;
  text-align:center !important; float:none !important; margin-right:1%; }
.b-fake-select { height:auto !important; }
.chckavailtoggle { display:none; }
.b-subgallery.chckavailcntrwrp .b-image-bottom-title.h-image-bottom-i { width:26%;display:flex; float:left; padding-top:2px; } 
.b-subgallery.chckavailcntrwrp .h-image-bottom .form-wraper form.order-form { width: 70%;  display: flex; 
  flex-direction: row;  align-items: center; flex-wrap: wrap;  justify-content: center; }
.order-form .b-datepick input.hasDatepicker { width: 90%; margin-bottom: 0px; }
.avail-dib .b-datepick.h-image-bottom-i { width:auto;  position:relative; }
 .b-datepick { float:left; }
.avail-dib .b-datepick:before { content:'\f133'; position:absolute; right:25px; font-family:fontawesome;
 top:10px; color:#b7b7b7;  }
.chckavailcntrwrp .h-image-bottom-i ,.chckavailcntrwrp .h-button-wrapper { margin:7px 0 0 0 !important; }
.chckavailcntrwrp .h-button-wrapper {  float:left; text-align:left; }
.avail-dib button.b-view-button { padding-right:15px;  position:relative; font-size:14px; cursor:pointer; }
.avail-dib button.b-view-button:after { content:'';position:absolute;width:0;height:0;border-top:6px solid transparent;
    border-bottom:6px solid transparent;border-left:10px solid #b7b7b7;right:9px;border-radius:0px;top:4px;
    bottom:0;margin:auto; 
  }

.main_wrp button.b-view-button { height: 35px !important; }
button.b-view-button:hover {  background:#f38118 !important; color:#fff; }
.avail-dib button.b-view-button:hover::after {  border-left:10px solid #fff;  }
.b-subgallery.chckavailcntrwrp .h-image-bottom { height: 48px; }

@media (max-width: 1080px) {
.b-subgallery.chckavailcntrwrp .b-image-bottom-title.h-image-bottom-i { width:30%; }
.b-image-bottom-title.h-image-bottom-i {  font-size:22px; }
.b-subgallery .h-image-bottom .form-wraper { width:90% !important;  }
}



/*@media (min-width: 900px) and (max-width: 992px){
  .b-subgallery{position: relative !important;}
}*/

@media(max-width: 640px){
.b-image-bottom-title.h-image-bottom-i { font-size:18px; }
.b-subgallery .h-image-bottom .form-wraper .b-image-bottom-title { width:100%; text-align:center; }
.b-subgallery .h-image-bottom .form-wraper form.order-form { width:100%; }
}

@media(max-width: 480px){
.b-subgallery .h-image-bottom .form-wraper form.order-form .avail-dib { width:50% !important; margin-top:10px; }
.chckavailcntrwrp form{display:none !important; }
.chckavailcntrwrp form.chkavailformshow{display:table !important;}
.avail-dib .b-datepick.h-image-bottom-i { width:100%; }
 button.b-view-button { width: 100%;  }
}

@media(min-width:641px) and (max-width:767px){
  .b-image-bottom-title.h-image-bottom-i { font-size:18px; }
  .b-subgallery .h-image-bottom .form-wraper .b-image-bottom-title { width:100%; text-align:center; }
  .b-subgallery .h-image-bottom .form-wraper form.order-form { width:100%; }
  .avail-dib button.b-view-button{float:left !important;}
}

/*@media(min-width:961px) and (max-width:1366px){
 .b-subgallery{position: relative !important;}
}
*/


.b-subgallery { padding: 10px 0; z-index: 999 !important; }

@media(max-width: 840px){
  .chckavailcntrwrp form { display: none !important; }
  .chckavailcntrwrp form.chkavailformshow { display: table !important; }
    .b-subgallery .h-image-bottom .form-wraper .b-image-bottom-title { width: 100% !important; text-align: center; }
  .b-subgallery .h-image-bottom .form-wraper form.order-form { width: 100% !important; }
  .chckavailtoggle { display: inline-block; color: #c6a75c;  padding: 5px 8px; }
  .chckavailtoggle i.fas.fa-angle-up { font-family:FontAwesome; font-style: inherit; font-weight: bold; }
}

@media(max-width: 1080px) {
  .chckavailcntrwrp { display:table; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .h-image-bottom div form.order-form .avail-dib { display:table-cell;vertical-align:bottom;height:100%;float:none; }
  .h-image-bottom div form.order-form { display:table; margin-bottom:10px; }
  .avail-dib input { height:30px !important; }
  .avail-dib button.b-view-button { height:30px; line-height:normal; }
}
