/*
Theme Name: Meadow Mountain
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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


/* Stylesheet for Bishops Adventures */

/****************************************************************************************
@
@	Fontface Declaration
@
****************************************************************************************/

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



/*--------------------------------------
base
---------------------------------------*/
html {
    box-sizing: border-box;
    font-family: "museo-sans", sans-serif;
    font-weight:300;
    color: #92949c;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::-moz-selection {
    background: #C3843D;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #C3843D;
    text-shadow: none;
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------base style---------------*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.img-responsive{
    display: block;
    max-width: 100%;
}
body {
    font-size: 16px;
    margin: 0;
}
.mainwrap{
    max-width: 1256px;
    padding: 0px 35px;
    margin: 0 auto;
}
p a { color: #AF7161; text-decoration: none; }
a:hover { text-decoration: underline; }


/*---------------base style---------------*/


/*---------------header style---------------*/
.main-head .topbg{
    display: table;
    position: relative;
    width: 100%;
    /*min-height: 812px;*/
    background: url(images/tp-banner.png) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.logocont{
    display: table-cell;
    vertical-align: middle;
}
.logocont img{
    margin: 0 auto;
}
.woodgrung{
    height: 102px;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: url(images/arrowbg.png) repeat-x bottom center;
    text-align: center;
    padding-top: 40px;
}
.woodgrung img{
    display: inline-block;
}
.mainnavpan{
    background: #fff;
    z-index: 999;
}
.mainnavpan .mainwrap{
    padding-bottom: 35px;
}
.logo{
    width: 30%;
    float: left;
    position: relative;
    top: 18px;
    z-index: 3;
}
nav.mainnav{
    float: right;
    position: relative;
    top: 30px;
    z-index: 4;
}
.mainnav ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mainnav ul li{
    display: inline-block;
}
.mainnav ul li a{
    display: inline-block;
    text-decoration: none;
    color: #455879;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 6px 10px;
}
.mainnav ul li a:hover,
.mainnav ul li.current_page_item a{
    background: url(images/nav-bdrbg.png) repeat-x bottom center;
}
.mainnav ul li:first-child a{
    padding-left: 0px;
}
.mainnav ul li:last-child a{
    padding-right: 0px;
}
.mobiBtn {display:none;}


/*---------------header style---------------*/

/*---------------footer style---------------*/
footer.mainfoot{
    background: #2b2d2c;
    color: #484a49;
    text-transform: uppercase;
    font-size: 13px;
    padding: 60px 0 42px;
    position: relative;
    width: 100%;
	font-family: "brandon-grotesque", sans-serif;
}
footer.mainfoot a{
    color: #484a49;
    text-decoration: none;
}
footer.mainfoot a:hover{
    text-decoration: none;
    border-bottom: 1px dotted #fff4e8;
    color: #fff4e8;
}
.ftlft,
.social,
.ftrght{
    width: 33.33%;
    display: table-cell;
}
.ftrght{
    text-align: right;
}
.social ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.social ul li a:hover{
    border-bottom: 0px;
}
.footwoodmask{
    position: absolute;
    top: -100px;
    width: 100%;
}
.footgrung{
    height: 157px;
    width: 100%;
    background: url(images/footwood.png) repeat-x bottom center;
    position: absolute;
    top: -100px;
}
.ftgrngwrp{
    max-width: 915px;
    margin: 0 auto;
    padding-top: 50px;
}
.ftgrngwrp .lft{
    float: left;
    width: 65%;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 10px;
}
.ftgrngwrp .rght{
    float: right;
    width: 35%;
    text-align: right;
}
footer.mainfoot .ftgrngwrp .rght a.ftgrngbtn{
    font-size: 15px;
    display: inline-block;
    padding: 10px 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}    
footer.mainfoot .ftgrngwrp .rght a.ftgrngbtn:hover{
    background: rgba(255, 244, 232, 0.16);
}
.ftbtmwrp{
    display: table;
    width: 100%;
}



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

/*---------------home page style---------------*/
.contarea{
    background: #fff4e8;
    padding-top: 65px;
    padding-bottom: 145px;
}
.contarea .lft,
.contarea .rght{
    width: 50%;
}
.contarea .rght > h2 {
    color: #a67545;
    font-size: 25px;
    line-height: 40px;
    margin: 8px 0 18px;
}
.contarea .fullwidth {
    margin: 0 auto;
    width: 70%;
}
.contarea .lft{
    float: left;
    padding-right: 20px;
}
.contarea .rght{
    float: right;
    padding-left: 20px;
	position: relative;
}
.contarea .mainwrap{
    /*padding-top: 65px;
    padding-bottom: 145px;*/
}
.contarea .lft h1, .contarea .fullwidth h1{
    margin: 0px;
    padding: 0px;
    font-size: 35px;
    line-height: 50px;
    font-weight: 300;
    color: #46464a;
}
.contarea .lft p, .contarea .fullwidth p{
    font-size: 19px;
    line-height: 35px;
    color: #666666;
}
.contarea .lft p a, .contarea .fullwidth p a{
    color: #46464a;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dotted #46464a;
}
.contarea .lft p a:hover, .contarea .fullwidth p a:hover{
    border-bottom: 1px dotted #46464a;
}
.arrow-button, .contarea .lft p a.arrow-button{
    display: inline-block;
    text-transform: uppercase;
    color: #46464a;
    padding-left: 18px;
    background: url(images/arrow.png) no-repeat left center;
    text-decoration: none;
    margin-bottom: 10px;
    border-bottom: none;
    font-weight: 400;
	font-size:16px;
}
.arrow-button:hover, .contarea .lft p a.arrow-button:hover{
    text-decoration: none;
}
.contarea .lft img, .contarea .fullwidth img{
    margin-bottom: 37px;
}
ul.contdwnbtn {
    list-style: outside none none;
    margin: 0;
    padding: 45px 0 0;
}
ul.contdwnbtn li,
ul.contdwnbtn li a{
    display: inline-block;
}
ul.contdwnbtn li{
    width: 29.8%;
    text-align: center;
}
ul.contdwnbtn li a{
    display: inline-block;
    min-width: 175px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #753C17;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
    padding: 10px 12px;
    background: #8D4D24;
    cursor: pointer;
}
ul.contdwnbtn li a:hover{
    text-decoration: none;
    background: #AB5A26;
}
ul.contdwnbtn li:first-child{
    margin-right: 25px;
}
ul.contdwnbtn li:last-child{
    margin-left: 25px;
}
.contarea .rght img{
    margin-bottom: 20px;
}
.feimgcontsec{
    position: relative;
}
.fetpgrng,
.febttmgrng{
    position: absolute;
    width: 100%;
}
.fetpgrng img,
.febttmgrng img{
    width: 100%;
}
.fetpgrng{
    top: 0px;
}
.febttmgrng{
    bottom: 0px;
}
.feimgcontsec .feimg{
    width: 100%;
}
.testifoot{
    background: #fff4e8;
}
.testimonails{
    padding: 65px 0px 160px;
}
.testimonails h2{
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
}
.testislide{
    padding-left: 110px;
    padding-right: 110px;
}
.testislide ul li p{
    font-size: 22px;
    font-style: italic;
    line-height: 39px;
    margin: 0px;
}
.testislide hgroup{
    width: 30%;
    text-align: right;
    float: right;
    padding-bottom: 40px;
}
.testislide hgroup h2{
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.testislide hgroup h5{
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.testislide ul li::after,
.testislide ul li::before{
    content: '';
    display: block;
    clear: both;
}
.testislide .bx-wrapper .bx-viewport{
    -moz-box-shadow: none;
    -webkit-box-shadow: none; 
    box-shadow: none; 
    border: 5px solid transparent; 
    background: transparent; 
    /*height: auto !important;*/
}
.testislide .bx-wrapper .bx-pager, 
.testislide .bx-wrapper .bx-controls-auto{
    bottom: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #decec8;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background: #9b8686;
    border: solid 2px #9b8686;
}
.testislide .bx-wrapper{
    margin: 0 auto 0px;
}
.slideinnr ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.slideinnr li img{
    width: 100%;
}
.slideinnr .bx-wrapper .bx-viewport{
    border: 0px;
}
.slideinnr .bx-wrapper{
    margin: 0 auto 0px;
}
.slideinnr .bx-wrapper .bx-viewport{
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.slideinnr{
    position: relative;
}
.slidegrngtp,
.slidegrngbtm{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.slidegrngtp img,
.slidegrngbtm img{
    width: 100%;
}
.slidegrngtp{
    top: -26px;
}
.slidegrngbtm{
    bottom: 0px;
}
.slideinnr .bx-wrapper .bx-pager, 
.slideinnr .bx-wrapper .bx-controls-auto{
    bottom: -10px;
    z-index: 2;
}
.testislide .bx-controls.bx-has-pager {
    height: 20px;
    overflow: hidden;
    position: relative;
}
.testislide .bx-controls.bx-has-pager .bx-pager.bx-default-pager {
    bottom: 0;
    height: 15px;
    padding: 0;
}
a.seereviews:hover {
    background: #ab5a26 none repeat scroll 0 0;
    text-decoration: none;
}
a.seereviews {
    background: #8d4d24 none repeat scroll 0 0;
    border: 1px solid #753c17;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 30px auto 0;
    min-width: 175px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 175px;
}
/*---------------home page style---------------*/


/*---------------catg template style---------------*/
.wood img{
    width: 100%;
}
.contarea.cnttpcntarea .rght img{
    margin-bottom: 22px;
}
.hlf img:first-child{
    float: left;
    width: 48%;
}
.hlf img:last-child{
    float: right;
    width: 48%;
}
.vwgal{
    display: inline-block;
    margin-bottom: 20px;
	display: inline-block;
    min-width: 175px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #753C17;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
    padding: 10px 12px;
    background: #8D4D24;
    cursor: pointer;
}
.vwgal:hover{
    text-decoration: none;
    background: #AB5A26;
}

.page .testifoot{
    background: #fff;
}
.cont-tpl .testimonails {
    padding: 65px 0px 65px;
}
.contarea .catgarea.lft h1, .contarea .catgarea.fullwidth h1{
    color: #a67545;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    margin-bottom: 10px;
}
.contarea .catgarea.lft h4, .contarea .catgarea.fullwidth h4{
    font-size: 21px;
    line-height: 40px;
    color: #a67545;
    margin: 0px;
    padding: 0px;
    padding-bottom: 12px;
    background: url(images/nav-bdrbg.png) repeat-x bottom center;
}
.contarea .catgarea.lft p, .contarea .catgarea.fullwidth p{
    color: #666666;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    /*font-size: 19px;*/
	font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.contarea .catgarea.lft h3, .contarea .catgarea.fullwidth h3{
    font-size: 25px;
    line-height: 40px;
    color: #a67545;
    margin: 0px;
    padding: 0px;
    padding-bottom: 12px;
    background: url(images/nav-bdrbg.png) repeat-x bottom center;
}
.contarea .catgarea.lft ul, .contarea .catgarea.fullwidth ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 42px;
}
.contarea .catgarea.lft ul li, .contarea .catgarea.fullwidth ul li{
    padding-left: 39px;
    background: url(images/bullet.png) no-repeat left 5px;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #666666;
    font-weight: 300;
}
.contarea .catgarea.lft ul li a, .contarea .catgarea.fullwidth ul li a{
    color: #A67545;
    border-bottom: 1px dotted #A67545;
    text-decoration: none;
}
.contarea .catgarea.lft ol li, .contarea .catgarea.fullwidth ol li{
    color: #666666;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 10px;
}
.contarea .catgarea.lft h2, .contarea .catgarea.fullwidth h2{
    color: #a67545;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 5px;
}
.whitetabl{
    width: 100%;
    background: #fff;
}
.whitetabl tr td:first-child{
    width: 60%;
    padding-left: 38px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666666;
    font-weight: 400;
}
.whitetabl tr td:last-child{
    padding-right: 38px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666666;
    font-weight: 700;
}
.colrtbl{
    background: #fbead9;
    padding: 16px 38px;
}
.colrtbl h5{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 10px;
}
.colrtbl table{
    width: 100%;
}
.colrtbl tr td:first-child{
    width: 60%;
    padding-top: 10px;
    color: #666666;
    font-weight: 400;
}
.colrtbl tr td:last-child{
    padding-top: 10px;
    color: #666666;
    font-weight: 300;
}
.contarea .catgarea.lft .styletable h1, .contarea .catgarea.fullwidth .styletable h1{
    margin: 0px;
    padding: 0px;
    background: url(images/tablewoodbg.png) repeat-x top center;
    color: #fff;
    padding: 12px 30px;
    font-size: 23px;
    line-height: 37px;
}
.styletable{
    margin: 5px 0 45px;
}
.dfltbtn{
    display: inline-block;
    min-width: 175px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #753C17;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
    padding: 10px 12px;
    background: #8D4D24;
    cursor: pointer;

}
.dfltbtn:hover {
    text-decoration: none;
    background: #AB5A26;
}
.floorPlan{
    padding-top: 48px;
}
.floorPlan > div#lightgallerybtn {
    margin-top: 20px;
}
.frlinrwrp{
    width: 100%;
    position: relative;
}
.contarea .rght .frlinrwrp img{
    margin-bottom: 10px;
}
.frlinrwrp > a {
    display: block;
}
.frlinrwrp a.mapgal{
    position: absolute;
    top: 44%;
    left: 30%;
    display: inline-block;
    min-width: 243px;
    text-align: center;
    text-decoration: none;
    color: #46464a;
    padding: 12px 0px;
    background: #fff;
    border: 1px solid #46464a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.frlinrwrp a.mapgal:hover{
    background: #F7F1EB;
}
.gallery-hidden{
    display: none;
}
/*---------------catg template style---------------*/



/*---------------content template style---------------*/
/*----embeded video----*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 50px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*----embeded video----*/
.main-cont-tpl .contarea .mainwrap{
    padding-bottom: 145px;
}
blockquote{
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #a67545;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 45px;
    padding: 0px 24px;
    font-style: italic;
    overflow-x: hidden;
}
blockquote p{
    color: #a67545;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 45px;
    font-style: italic;
}
blockquote::before {
    content: url(images/lightdvdr.png);
    display: block;
    text-align: center;
    overflow-x: hidden;
    padding-bottom: 20px;
}
blockquote::after {
    content: url(images/lightdvdr.png);
    display: block;
    text-align: center;
    overflow-x: hidden;
    padding-top: 20px;
}
.contarea .catgarea.lft blockquote p, .contarea .catgarea.fullwidth blockquote p{
    margin-bottom: 0px;
}
.contarea .catgarea.cnt-tpl.lft h3, .contarea .catgarea.cnt-tpl.fullwidth h3{
    background: none;
    font-size: 21px;
    line-height: 24px;
}
.contarea .catgarea.lft .feturesec h1, .contarea .catgarea.fullwidth .feturesec h1{
    background: url(images/lightdvdr.png) repeat-x bottom center;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

form{
    background: rgba(166, 117, 69, 0.25);
    padding: 20px;
    margin-bottom: 50px;
}
.contarea .catgarea.lft form p, .contarea .catgarea.fullwidth form p{
    margin-bottom: 15px;
}
form label span{
    font-size: 18px;
}
form label input[type="text"],
form label input[type="email"],
form label input[type="tel"],
form label input[type="date"]{
    width: 100%;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
font-weight: bold;
  color: #333333;
    border: 1px solid #DABA97;
}
form label input[type="date"]::-webkit-inner-spin-button{
    display: none;
    -webkit-appearance: none;
}
form label textarea{
    width: 100%;
    height: 125px;
    padding: 15px;
padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
font-weight: bold;
  color: #333333;
    border: 1px solid #DABA97;
    font-family: "museo-sans", sans-serif;
}
.cntsumbt,
.wpcf7-submit{
    display: inline-block;
    min-width: 175px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #753C17;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 6px 0;
    text-align: center;
    padding: 12px 0px;
    background: #8D4D24;
    cursor: pointer;
}
.cntsumbt:hover,
.wpcf7-submit:hover{
    background: #AB5A26;
}
div.wpcf7-response-output{
    margin: 0px;
}
div.wpcf7-validation-errors {
    border: 2px solid #E47282;
    background-color: #E04F4F;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #526937;
    background-color: #689039;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
}
aside.rght #gallery-hidden,  #enlarge-plan{
    display: none;
}
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider{
    cursor: all-scroll;
}
.leftimagewrap img {
    max-width: 100%;
}
.contarea .lft .leftimagewrap img, .contarea .fullwidth .leftimagewrap img{
margin-bottom:0;
}
.contarea .rght img:last-child {
    margin-bottom: 0;
}
.sidebar-images {
    bottom: 0;
    position: absolute;
}


/*---------------content template style---------------*/








/*----------------------Blog archive-------------------*/
.blglft{
    width: 74%;
    float: left;
    padding-right: 20px;
}
.blgaside{
    width: 24%;
    float: right;
}
.blglft article::after,
.blglft article::before{
    content: '';
    display: block;
    clear: both;
}
.blglft h1{
    font-size: 35px;
    color: #a67545;
    line-height: 35px;
    font-weight: 300;
    margin: 0px;
    padding-bottom: 40px;
    background: url(images/blg-dvdr.png) repeat-x bottom center;
    margin-bottom: 25px;
}
.feimg-lft{
    width: 30%;
    float: left;
}
.feimg-lft{
    position: relative;
}
.blgfturimg{
    position: relative;
}
.thumbgrng{
    position: absolute;
    z-index: 1;
}
.blg-ecrptcontent{
    width: 70%;
    float: right;
    padding-left: 30px;
}
.blg-ecrptcontent h2{
    margin: 0px;
    padding: 0px;
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 40px;
    color: #a67545;
    font-weight: 300;
}
.blg-ecrptcontent p{
    margin: 0px;
    padding: 0px;
    font-size: 19px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 28px;
    font-weight: 300;
}
.blgbtn{
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #46464a;
    border: 1px solid #46464a;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 6px 35px;
    text-decoration: none;
}
.blgbtn:hover{
    background: #F5E8DA;
    text-decoration: none;
}
.blglft article{
    padding-bottom: 40px;
    background: url(images/blg-dvdr.png) repeat-x bottom center;
    margin-bottom: 35px;
}
.pstnavi img{
    margin: 0 auto;
}
.widgetpanle,
.widget{
    padding-bottom: 35px;
    margin-bottom: 25px;
}
.widgetpanle.withgrung,
.widget{
    background: url(images/lightdvdr.png) repeat-x bottom center;    
}
.blgaside .widget:last-child{
    background: none !important;
}
.hupso_counters img{
    display: none !important;
}
.hupso-share-buttons{
    padding-bottom: 0px !important; 
    padding-top: 0px !important; 
    margin-top: 0px !important; 
}
.widgetpanle h2,
.widget .widget-title{
    font-size: 21px;
    font-weight: 600;
    color: #a67545;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.widgetpanle ul,
.widget ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.widgetpanle ul li a,
.widget ul li a{
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #a67545;
    margin-bottom: 10px;
    font-weight: 300;
    text-decoration: none;
}
.widgetpanle ul li a:hover,
.widget ul li a:hover{
    color: #6D4B2A;
}

.single .bx-controls{
    display: none;
}
.singblg hgroup h1{
    font-size: 35px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    color: #a67545;
    background: none;
}
.singblg hgroup h4,
.singblg hgroup h4 a{
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    color: #a67545;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-decoration: none;
}
.singblg hgroup h4{
    background: url(images/blg-dvdr.png) repeat-x bottom center;
}
.singblg hgroup h4 span,
.singblg hgroup h4 a span{
    color: #666666;
    text-decoration: none;
}
.singblg hgroup h4 a:hover{
    text-decoration: underline;
}
.singblg p{
    font-size: 19px;
    line-height: 30px;
    color: #666666;
    margin: 0px;
    margin-bottom: 35px;
    font-weight: 300;
}
.singblg .singcontwrp{
    padding-bottom: 20px;
    background: url(images/blg-dvdr.png) repeat-x bottom center;
}
.postnavi{
    text-align: center;
}
.postnavi img{
    margin: 0 auto;
}
.pstnavi{
    text-align: center;
}
.pstnavi span,
.pstnavi a{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #a67545;
    font-weight: 300;
    text-decoration: none;
    padding: 0px 7px 7px;
}
.pstnavi .page-numbers.current{
    color: #757472;
    background: url(images/lightdvdr.png) repeat-x bottom center;
}
.post-navigation h2.screen-reader-text{
    display: none;
}
.post-navigation .nav-links{
    display: table;
    width: 100%;
    padding-top: 30px;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .all_posts a{
    text-decoration: none;
    font-size: 19px;
    line-height: 30px;
    color: #a67545;
    font-weight: 300;
}
.post-navigation .nav-next .meta-nav,
.post-navigation .nav-previous .meta-nav{
    color: #a67545 !important;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next{
    display: table-cell;
    width: 40%;
    background: none;
    font-size: 19px;
    line-height: 30px;
    color: #a67545;
    font-weight: 300;
    padding: 0 30px;
}
.post-navigation .nav-links .nav-previous{
    border-right: 1px solid #a67545;
}
.post-navigation .nav-links .nav-next{
    border-left: 1px solid #a67545;
}
.post-navigation .nav-links .all_posts{
    width: 180px;
    font-size: 19px;
    line-height: 30px;
    color: #a67545;
    font-weight: 300;
}










/*----------------------Blog archive-------------------*/










/*extra style*/
.mc-field-group br{
    display: none;
}
.mc-field-group label{
    font-size: 16px;
    color: #666;
}
.mc-field-group label span{
    color: #BD0808;
}
.mc-field-group input[type="email"]{
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    border: 1px solid #DABA97;
}
#mc-embedded-subscribe{
    display: inline-block;
    min-width: 175px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #753C17;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 6px 0;
    text-align: center;
    padding: 12px 0px;
    background: #8D4D24;
    cursor: pointer;
}
#mc-embedded-subscribe:hover{
    background: #AB5A26;
}
.mc-field-group input[type="submit"],
.mc-field-group .button{
    display: inline-block;
    min-width: 175px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #753C17;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 6px 0;
    text-align: center;
    padding: 12px 0px;
    background: #8D4D24;
    cursor: pointer;
}
.mc-field-group input[type="submit"]:hover,
.mc-field-group .button:hover{
    background: #AB5A26;
}
.cnt-tpl form br{
    display: none;
}
/*.cnt-tpl form input[type="text"]{
    width: 100%;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
   font-size: 18px;
font-weight: bold;
  color: #333333;
    border: 1px solid #DABA97;
}*/
.cnt-tpl form input[type="text"], 
.cnt-tpl form input[type="date"], 
.cnt-tpl form input[type="number"], 
.cnt-tpl form input[type="email"],
.cnt-tpl form select {
    border: 1px solid rgb(218, 186, 151);
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
font-size: 18px;
font-weight: bold;
  color: #333333;
	    font-family: "museo-sans", sans-serif;
}
.cnt-tpl form tr td{
    font-size: 18px;
    color: #333333;
}



/*extra style*/

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
	height: 125px;
padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
font-weight: bold;
  color: #333333;
    font-family: "museo-sans", sans-serif;
    padding: 10px 15px;
}
.wpcf7-form-control-wrap.your-message textarea {
        width: 100%;
height: 125px;
padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
font-weight: bold;
  color: #333333;
    font-family: "museo-sans", sans-serif;
    padding: 10px 15px;
}
input.wpcf7-form-control.wpcf7-acceptance {
    height: 20px;
    width: 20px;
 padding: 20px 10px;
    margin: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

body div#tpbr_box {
  font-family: "museo-sans",sans-serif,sans-serif !important;
  line-height: 25px !important;
  text-transform: uppercase;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}







.acceptanceacceptance input[type="checkbox"] {
    height: 24px;
    width: 24px;
    margin: 0;
    bottom: -4px;
    position: relative;
}


