/*==================================
            Global
====================================*/
* {
    outline: none;
}
body {
    overflow-x:hidden;
    background-color: #ffffff;
}
html, body, header, footer,
div, a, button, span, em, strong,
article, p, h1, h2, h3, h4, h5, h6,table,th,td,tr,label, input, legend, fieldset, address, small{
    font-family: 'Montserrat', sans-serif;
}
a, button {
    z-index: 99;
    position: relative;
}
/*==================================
          Placeholder Color
====================================*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3f3f3e;
    opacity: 1 ;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #3f3f3e;
    opacity: 1 ;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #3f3f3e;
    opacity: 1 ;
}
:-moz-placeholder { /* Firefox 18- */
    color: #3f3f3e ;
    opacity: 1 ;
}
/*==================================
             Header CSS
====================================*/
header {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
.header-book-now a {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    background: #7c7b68;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 21px;
}
.header-book-now {
    padding-top: 19%;
}
.login-reg ul > li {
    display: inline-block;
}
.login-reg ul > li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 15.55px;
    color: #3f3f3e;
	border: 1px solid #3f3f3e;
    padding: 1.5px 10px 3.5px;
}
.login-reg ul {
    margin: 0;
    max-width: 171px;
    width: 100%;
    float: right;
    text-align: right;
    display: inline-block;
}
.login-reg {
    overflow: inherit;
}
.web-header .social-icons {
    padding-top: 0;
    padding-bottom: 29px;
    display: inline-block;
}
.web-header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed #96b7c8;
    padding: 20px 0px;
}
.web-menus ul {
    margin: 0;
    text-align: center;
    padding: 35px 0px 24px;
}
.web-menus ul li {
    display: inline-block;
    padding: 0px 33px;
    position: relative;
}
.web-menus ul li a {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #3f3f3e;
}
.web-menus ul li.is-active a {
    font-weight: 700;
    color: #7c7b68;
}
.web-menus ul li.is-active:before {
    content: '';
    background: url(../images/menu-active.png);
}
.web-menus ul li:first-child {
    /* padding-left: 0;*/
}
.web-menus ul li:last-child {
    /* padding-right: 0; */
}

.web-menus ul li.is-active:before {
    content: '';
    background: url(../images/menu-active.png);
    width: 29px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.web-menus ul li a:hover {
    color: #7c7b68;
}
.web-menus {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.cart-icon h6, .cart-icon h6 > a {
    font-size: 13px;
    line-height: 15.55px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3f3f3e;
    margin: 0;
}
.cart-icon {
    display: inline-block;
    margin-left: 21px;
    position: relative;
    margin-right: 18px;
}
.cart-icon span {
    position: absolute;
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #7c7b68;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding-top: 2px;
    right: -18px;
    top: -6px;
}
.cart-social {
    padding-top: 1.8%;
}
/*==================================
             Slider CSS
====================================*/
body .slick-slider {
    margin-bottom: 0;
}
.slider_height {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.slick-slide img {
    width: 100%;
}
.slider_content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    /* text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6); */
    padding-bottom: 15px;
    color: #ffffff;
}
.slider_content hr {
    max-width: 50px;
    margin: 0 auto;
    border-bottom: 3px solid #ffffff;
}
.slider-bttn {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.slider-bttn a {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 9px 21px;
    background: rgba(0, 50, 91, 0.3);
    color: #ffffff;
}
.slider_content {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
/*==================================
             Header CSS
====================================*/


/*==================================
            Home Page CSS
====================================*/
.welcome-heading h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #7c7b68;
    max-width: 645px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 16px;
}
.welcome-heading hr {
    border-bottom: 2px solid #3f3f3e;
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
}
.home-block {
    text-align: center;
    background: #e2dfdd;
    padding: 11px 20px 32px;
}
.home-block img {
    width: 100%;
}
.home-block h1 {
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #7c7b68;
    margin: 0;
    padding-bottom: 5px;
}
.home-block hr {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #3f3f3e;
    margin-top: 30px;
    margin-bottom: 22px;
}
.home-block p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
}
.home-block-padd {
    padding: 0px 25px;
    margin-bottom: 50px;
}
.home-page-section {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}
.welcome-heading {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed #7c7b68;
    padding-bottom: 40px;
    padding-top: 44px;
}
.about-burghley h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #7c7b68;
    margin: 0 auto;
    max-width: 700px;
}
.about-burghley h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.08em;
    text-align: center;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    color: #3f3f3e;
	font-weight: 300;
    font-style: italic;
    padding-bottom: 44px;
}
.about-burghley h3 > em {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #3f3f3e;
}
.about-burghley p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 21px;
}
.about-burghley hr {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #3f3f3e;
    margin-top: 16px;
    margin-bottom: 32px;
}
.about-bttn {
    text-align: center;
    margin-top: 27px;
}
.about-bttn a {
    font-size: 13px;
    font-weight: 500;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: #7c7b68;
    padding: 9px 18.5px;
}
.about-burghley {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 10px;
    border-top: 1px dashed #c7c8c5;
}
.heading h1 {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-align: center;
    color: #7c7b68;
    text-transform: uppercase;
    margin: 0;
}
.heading hr {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #3f3f3e;
    margin-top: 18px;
    margin-bottom: 20px;
}
.testi_content blockquote, .testi_content blockquote p {
    color: #3f3f3e;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    letter-spacing: 0.08em;
    border: 0;
	max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.testi_content h6 {
        font-weight: 300;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    font-style: italic;
    letter-spacing: 0.08em;
    color: #7c7b68;
    margin: 0;
    margin-top: 12px;
}
.bughley-testi {
   max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
    /* border-top: 1px dashed #c7c8c5; */
    /* border-bottom: 1px dashed #c7c8c5; */
}
.website-testimonial {
    background: rgba(255, 255, 255, 0.95);
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding:14px 28px 32px;
}
.buy-tickets h1 {
    font-size: 25px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    margin: 0;
    color: #ffffff;
}
.buy-tickets hr {
    max-width: 50px;
    width: 100%;
    border-bottom: 3px solid #ffffff;
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 41px;
}
.buy-img {
    text-align: center;
    margin-bottom: 48px;
}
.buy-tickets {
    padding: 25px 10px 32px;
	position: relative;
    overflow: hidden;
}

.buy-tickets h2 {

    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.08em;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    max-width: 549px;
    width: 100%;
    margin: 0 auto;
}
.buy-tickets h6 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding-top: 29px;
max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.buy-tickets-bttn {
    text-align: center;
}
.buy-tickets-bttn a {
    text-align: center;
    color: #7c7b68;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-size: 13px;
    display: inline-block;
    background: #fff;
    padding: 9px 28px;
    margin-top: 36px;
}
.insta-padd {
    padding: 0px 25px;
    margin-bottom: 45px;
}
.insta-padd img {
    width: 100%;
}
.insta-imgs {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}
.follow-us {
    text-align: center;
    margin-top: 20px;
}
.follow-us a {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background: #7c7b68;
    display: inline-block;
    padding: 9px 19.5px;
}
.insta-icon {
    margin-bottom: 45px;
}
.instagram {
    padding: 50px 0px;
}
.home-contact h1 {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    color: #7c7b68;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.home-contact hr {
    max-width: 50px;
    width: 100%;
    margin: auto;
    border-bottom: 3px solid #3f3f3e;
    margin-top: 15px;
    margin-bottom: 35px;
}
.contact-sec textarea {
    box-shadow: none !important;
    background: transparent !important;}
.contact-sec input, .contact-sec textarea {
    box-shadow: none !important;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    border: 0 !IMPORTANT;
    border-bottom: 1px dashed #bebfbb ;
    padding: 0;
    margin-bottom: 35px;
}
.contact-sec {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}
.bb_cont_submit {
    text-align: center;
    display: inline-block;
    width: 100%;
}
body .home-contact .contact-sec .bb_cont_submit input.button {
    font-size: 13px;
    font-weight: 500;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: #7c7b68;
    padding: 8.5px 44.5px;
    margin-bottom: 0;
	border-bottom: 0 !important;
}
.home-contact {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px dashed #c7c8c5;
    padding-top: 34px;
    padding-bottom: 35px;
}
/*==================================
             Footer CSS
====================================*/
.upper-sec h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-align: center;
    color: #7c7b68;
}
.upper-sec hr {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #3f3f3e;
    margin-top: 16px;
    margin-bottom: 48px;
}
.page-id-826 .home-block h2 a, .page-id-826 .home-block h2 {
    font-size: 16px;
    text-align: left !important;
    letter-spacing: 0.2em;
    color: #7c7b68;
    margin-bottom: 15px;
    margin-top: 30px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
}
.page-id-826 .home-block {
    text-align: left;
    background: #fff;
}

.page-id-826 .home-block hr {
border-bottom: 0px;
}
.page-id-826 .home-block p{
    color: #000;
    font-size: 14px;
    max-width: 100%;
    font-weight: normal;
}

.page-id-826 .home-block:hover {
    background: #fff;
}
.find-out {
    font-weight: bold;
    display: block;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding-bottom: 25px;
}
.news-sec input.input-group-field {
    border: 0;
    box-shadow: none;
    border-bottom: 1px dashed #b4b6af;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3e;
    background: transparent;
    padding: 0;
    height: 33px;
    margin-right: 20px;
}
.news-sec .input-group {
    margin-bottom: 0;
}
.news-sec input.button {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    background: #7c7b68;
    padding: 7px 43.5px;
    height: 33px;
}
.news-sec .input-group-button {
    height: 33px;
}
.news-sec {
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.upper-sec {
    padding-top: 40px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed #80a7bd;
}
.lower-sec h6 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 18px;
}
.list ul, .social-icons ul{
    margin: 0;
}
.list li{
    list-style: none;
    line-height: 20px;
}
.list li > a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.address p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.social-icons li {
    display: inline-block;
    padding: 0px 7px;
}
.social-icons li:first-child {
    padding-left: 0;
}
.social-icons li:last-child {
    padding-right: 0;
}
.social-icons li a > i {
    color: #3f3f3e;
    font-size: 17px;
    font-weight: 500;
}
.social-icons li a:hover > i {
    color: #7c7b68;
}
.lower-sec {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 75px;
	padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.social-icons {
    padding-top: 16px;
}

/*==================================
          Single Shop CSS
====================================*/
.single-shop {
    max-width: 1274px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px 40px;
}
.shop-main-img img {
    width: 100%;
}
.shop-main-img {
    text-align: center;
    padding: 33px;
    margin-bottom: 48px;
}
.interior-info h5 {
    font-size: 15px;
    line-height: auto;
    letter-spacing: 0.3em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #7c7b68;
    margin: 0;
    padding-bottom: 28px;
}
.interior-info ul {
    margin: 0;
}
.interior-info ul li {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #7c7b68;
    text-align: left;
    list-style-type: disc;
}
.interior-info {
    padding: 32px 32px 70px;
}
.para-1 h1 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7c7b68;
}
.para-1 h1 span {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7c7b68;
}
.para-1 h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.3em;
    font-weight: 600;
    text-transform: uppercase;
    color: #7c7b68;
    padding-bottom: 4px;
}
.para-1 hr {
    border-bottom: 3px solid #3f3f3e;
    max-width: 50px;
    width: 100%;
    margin: 0;
    margin-top: 22px;
    margin-bottom: 22px;
}
.para-1 p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    margin: 0;
    padding-bottom: 10px;
    max-width: 384px;
    width: 100%;
}
.single-shop-padd{
    padding: 0px 37px;
}
.tents-info {
    max-width: 425px;
    width: 100%;
}
.para-1 {
    border-bottom: 1px dashed #7c7b68;
    padding-bottom: 17px;
    margin-bottom: 10px;
}
.para-1 select, .tmcp-select {
    cursor: pointer;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #7c7b68;
    text-transform: capitalize;
    height: 44px;
    padding-top: 0px;
    padding-bottom: 0;
    background-color: transparent;
    border: 1px solid #3f3f3e;
    margin-bottom: 2px;
    padding-left: 18px;
	z-index: 99999999;
    position: relative;
    max-width: 360px !important;
    width: 100% !important;
    background-position: right -0.7rem center !important;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.58) 58%, rgba(239,236,234,0.92) 92%, rgba(239,236,234,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.58) 58%,rgba(239,236,234,0.92) 92%,rgba(239,236,234,1) 100%);
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='9' height='8' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>") 2px 5% no-repeat, linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.58) 58%,rgba(239,236,234,0.92) 92%,rgba(239,236,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#efecea',GradientType=0 );
background-origin: content-box !important;
}
.para-1 select:focus {
    box-shadow: none;
}
.price-para h4 {
        font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #484c42;
    text-transform: uppercase;
    margin: 0;
}
.price-para-width {
    max-width: 360px;
    width: 100%;
    padding-top: 12px;
}
.price-para h6 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    margin: 0;
    padding-top: 3px;
}
.layout-sec h6 {

    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #7c7b68;
    margin: 0;
}
.layout-sec hr {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #efecea;
    margin-top: 24px;
    margin-bottom: 50px;
}
.layout-sec h2 {
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-align: center;
    color: #3f3f3e;
    margin: 0;
    font-weight: 600;
    margin-top: 20px;
}
.layout-sec {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px dashed #7c7b68;
    padding: 0px 10px;
}
.layouts-img {
    padding-bottom: 40px;
    text-align: center;
}
.layouts-img .large-3.cell {
    margin-bottom: 20px;
}
label.updated-new {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    border-bottom: 1px dashed #bebfbb !important;
    padding-bottom: 12px;
	margin-top: 10px;
}
/*==================================
          Location Page CSS
====================================*/
.slider-bttn.slider-location-bttn a {
    border: 1px solid #cccccc;
    background: #6b6c64;
    padding: 8px 13px;
}
.slider-bttn.slider-location-bttn {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
}
.about-burghley address {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: capitalize;
    color: #484c42;
    padding-top: 26px;
    font-style: normal;
}
/*==================================
         Contact Page CSS
====================================*/
.cont-radio-sec span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 50%;
    margin-bottom: 4px;
    float: left;
}
.contact-page-form .contact-sec {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 34px 0px 50px;
}
.contact-page {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #c7c8c5;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 99;
    position: relative;
}
.contact-page h1 {

    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #7c7b68;
}
.contact-page hr {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #3f3f3e;
    margin-bottom: 30px;
    margin-top: 23px;
}
.contact-page h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.08em;
    font-style: italic;
    text-align: center;
    font-weight: 300;
    color: ##3f3f3e;
    max-width: 599px;
    width: 100%;
    margin: 0 auto;
}
.contact-page-form {
    background: #e2dfdd;
    max-width: 605px;
    width: 100%;
    margin: 0 auto;
    margin-top: 36px;
    padding: 0px 20px;
}
.contact-page-form .contact-sec .bb_cont_submit input.button {
    font-size: 13px;
    font-weight: 500;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: #7c7b68;
    padding: 8.5px 44.5px;
    margin-bottom: 0;
    border-bottom: 0 !important;
}
.contact-page label.radio-label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    border: 0 !IMPORTANT;
    padding: 0;
    border-bottom: 1px dashed #bebfbb !important;
    margin-bottom: 22px;
    padding-bottom: 10px;
}
.contact-sec p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    
    margin-bottom: 19px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + span.wpcf7-list-item-label,
[type="radio"]:not(:checked) + span.wpcf7-list-item-label
{
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #3f3f3e;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
[type="radio"]:checked + span.wpcf7-list-item-label:before,
[type="radio"]:not(:checked) + span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #3f3f3e;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + span.wpcf7-list-item-label:after,
[type="radio"]:not(:checked) + span.wpcf7-list-item-label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #7c7b68;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span.wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + span.wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cont-radio-sec {
    margin-bottom: 13px;
}
.message_box {
    margin-bottom: 24px;
}
textarea[rows].message_box {
    height: 82px;
    padding-top: 0px;
}
/*==================================
         Tents Page CSS
====================================*/
.the-tents {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}
.the-tents-info {
    text-align: center;
    padding: 10px 20px 40px;
}
.the-tents-info h1 {
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.3em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #7c7b68;
    padding-bottom: 5px;
}
.the-tents-info img {
    width: 100%;
}
.the-tents-info hr {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #3f3f3e;
    margin-top: 30px;
    margin-bottom: 25px;
}
.the-tents-info p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.08em;
    color: #3f3f3e;
    max-width: 436px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 28px;
}
.the-tents-info a {
    background: #7c7b68;
    color: #ffffff;
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    text-align: center;
  
    font-weight: 500;
    display: inline-block;
    padding: 9px 33.5px;
}
.the-tents-padd {
    padding: 0px 25px;
    margin-bottom: 50px;
}
.extra-border {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed #c7c8c5;
    margin-bottom: 50px;
}
/*==================================
         Faq's Page CSS
====================================*/
.faq-sec {
    margin-top: 20px;
    padding: 0px 10px;
}
.faq-sec h1 {
    font-size: 25px;
    text-align: center;
    margin: 0;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7c7b68;
}
.faq-sec hr {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #3f3f3e;
    margin-top: 22px;
    margin-bottom: 35px;
}
.faq-accordian .accordion-content p a {
    text-decoration: underline;
    color: #3f3f3e;
}
.faq-accordian {
    max-width: 685px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 28px;
	z-index: 99;
    position: relative;
}
.faq-accordian .accordion-title:hover, .accordion-title:focus {
    background-color: #e2dfdd;
}
.faq-accordian  .accordion-title {
    text-transform: uppercase;
    background-color: #e2dfdd;
    position: relative;
    display: block;
    padding: 1.28rem 3.50rem 1.28rem 1.25rem;
    border: 1px solid #3f3f3e;
    border-bottom: 1px solid #3f3f3e ;
    color: #7c7b68 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08em;
}
.faq-accordian .accordion-content {
    display: none;
    padding: 1rem 1.25rem;
    border: 1px solid #3f3f3e;
    border-bottom: 1px solid #3f3f3e;
    border-top: 0;
    background-color: #e2dfdd;
    color: #3f3f3e;
}
.faq-accordian .accordion-content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    margin: 0;
    border-top: 0;
    padding-top: 0px;
    padding-bottom: 20px;
}
.faq-accordian .accordion-content p:first-child {
    border-top: 1px dashed #3f3f3e;
    padding-top: 21px;
}
.faq-accordian li.accordion-item {
    margin-bottom: 16px;
     border-bottom: 1px solid #3f3f3e ;
}
li.accordion-item.is-active .accordion-title {
     border-bottom: 0 ;
    padding-bottom: 0;
}
.faq-accordian .accordion-title::before {
    position: absolute;
    top: 35%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
    font-size: 30px;
    font-weight: 400;
    background: #ffffff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
    padding-left: 1px;
    color: #7c7b68;
}
.faq-accordian .is-active > .accordion-title::before {
    content: '\2013';
    background: #7c7b68;
    color: #ffffff;
    top: 44%;
    padding-top: 5px;
}
.faq-book-now {
    text-align: center;
}
.faq-book-now a {
    text-align: center;
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    background: #b0b3ad;
    display: inline-block;
    padding: 9px 21px;
}
.faq-book-now {
    text-align: center;
    padding-top: 28px;
    margin-bottom: 48px;
}
/*==================================
          What's on page CSS
====================================*/
 .extra-class .grid-x {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    min-height: 470px;
    margin-bottom: 110px;
    padding: 0px 10px;
}
.whats-on-section {
    padding: 110px 0px 1px;
}
.whats-on-content {
    text-align: center;
}
.whats-on-content h1 {
    font-size: 25px;
    /* line-height: 45px; */
    line-height: 35px;
    padding-top: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #7c7b68;
    margin: 0;
max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.whats-on-content hr {
    max-width: 50px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #3f3f3e;
    margin-top: 16px;
    margin-bottom: 34px;
}
.sections-for-whatson {
    background: #ffffff;
    position: relative;
}
.whats-on-content p , .whats-on-content ul {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #3f3f3e;
    padding-bottom: 28px;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

.whats-on-content ul{
    padding-left: 15px;
}

.whats-on-content li {
    padding-bottom: 5px;
}


.whats-on-content a {
    font-size: 13px;
    line-height: 15.55px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    background: #7c7b68;
    display: inline-block;
    padding: 9px 21px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.big-img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.small-img {
    position: absolute;
    bottom: -50px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.31);
}
.sections-for-whatson img {
    width: 100%;
}
.whats-on-content {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
}
.whats-middle {
    display: table-cell;
    vertical-align: middle;
}
/*==================================
         Cart page
====================================*/
thead {
    background: transparent;
    color: #3f3f3e;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table th {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #7c7b68;
    padding-left: 0;
    padding-right: 0;
    padding: 11px 0px 8px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table th.product-quantity,
.woocommerce-cart form.woocommerce-cart-form table.shop_table th.product-price,
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-price {
    text-align: center;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-thumbnail img {
    width: 125px;
    height: 125px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name a {
    font-size: 19.63px;
    line-height: 35.33px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #7c7b68;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name dl.variation dt {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #7c7b68;
    margin: 0;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name dl.variation dd > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-style: italic;
    color: #3f3f3e;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name dl.variation dt.variation-Package {
    margin-right: 7px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name dl.variation dt.variation-Layout {
    margin-right: 20px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name dl.variation dt.tc-name.variation-Dogs {
    margin-right: 32px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table span {
    font-family: 'Montserrat', sans-serif;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 18px;
    color: #7c7b68;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions button.button {
    font-size: 13px;
    line-height: 15.55px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff !IMPORTANT;
    background: #7c7b68 !important;
    opacity: 1 !important;
    display: inline-block;
    padding: 13.5px 31.5px;
    border-radius: 0;
    letter-spacing: 0.1em;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table a.remove {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #3f3f3e !important;
    text-transform: uppercase;
    max-width: 110px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    height: 100%;
	border-radius: 0 !important;
	background: transparent !important;
    margin-top: 19px;
}
i.fa.fa-trash-o {
    font-size: 19px;
    color: #3f3f3e;
    margin-right: 8px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-quantity .quantity .qty {
    max-width: 110px;
    text-align: left;
    box-shadow: none !important;
    border: 1px solid #3f3f3e;
    color: #7c7b68;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.1em;
    font-weight: 500;
    width: 100%;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
	height: 44px;
	padding-left: 21px;
	margin: 0 auto;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    border: 0;
    z-index: 99;
    position: relative;
    padding: 0px 10px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td {
    padding-left: 0px;
    padding-right: 0px;
    padding: 17px 0px;
	border-top: 1px dashed #7c7b68;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table th.product-subtotal, .woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-subtotal {
    text-align: right;
}
td.actions {
    border-bottom: 1px dashed #7c7b68;
}
.cart_container {
    /* background: url(../images/whats-on-bg.jpg); */
    /* background-repeat: repeat; */
    /* background-position: center; */
    /* background-size: cover; */
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 45px;
    background-color: #e2dfdd;
}
.wc-proceed-to-checkout {
    padding-top: 2px !important;
}
thead, tbody, tfoot {
    border: 0;
    background-color: transparent;
}
a.tm-cart-edit-options {
    display: none;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-name hr {
    max-width: 50px;
    width: 100%;
    margin: 0;
    border-bottom: 3px solid #3f3f3e;
    margin-bottom: 12px;
    margin-top: 12px;
}
woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions button.button {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    background: #b0b3ad;
    display: inline-block;
    border-radius: 0;
    padding: 13.5px 42px;
    opacity: 1 !IMPORTANT;
    letter-spacing: 0.1em;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions .save_share a.cxecrt-cart-page-button.button {
    color: #7c7b68;
    background: #ffffff;
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    padding: 13.5px 25.5px;
}
.save_share {
    width: 50%;
    float: left;
    text-align: left;
}
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}
.woocommerce-cart .cart-collaterals {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 24px;
    padding-top: 26px;
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7c7b68;
    margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals th {
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #7c7b68;
	padding-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    color: #7c7b68;
    font-family: 'Montserrat', sans-serif;
	border-top: 1px dashed #b4b5b3;
}
.woocommerce-cart .cart-collaterals .cart_totals td span.woocommerce-Price-amount.amount {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: uppercase;
    color: #7c7b68;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    color: #ffffff;
    background: #7c7b68;
    border-radius: 0;
    width: 100%;
    padding: 13.5px 0px;
}
.cart_message, .cart_message > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #7c7b68;
}
.cart_message > a {
	letter-spacing: 0.1em;
    font-weight: 600;
}
.cart_message {
    max-width: 300px;
    width: 100%;
	position: absolute;
    bottom: 36px;
    left: 10px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-thumbnail {
    width: 163px;
}
.cxecrt-slide-content .cxecrt-top-bar {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #3f3f3e;
    border-bottom: 1px dashed #b4b5b3;
}
.cxecrt-form-description.cxecrt-form-description-four {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
}
.cxecrt-row a#cxecrt_submit_get_link {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    color: #ffffff;
    background: #484c42;
    border-radius: 0;
    width: 100%;
    padding: 13.5px 0px;
}
.cxecrt-row.cxecrt-double-buttons a#cxecrt_send_email_new, .cxecrt-row.cxecrt-double-buttons a#cxecrt_finish_new {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    color: #ffffff;
    background: #484c42;
    border-radius: 0;
}
.cxecrt-button i:before, .woocommerce-page .cxecrt-button i:before {
    font-weight: normal;
    opacity: 1;
}
.cxecrt-button:hover, .woocommerce-page .cxecrt-button:hover {
    box-shadow: none;
}
.cxecrt-component-modal-popup{
	border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 305px;
    width: 100% !important;
}
.woocommerce-cart .cart-collaterals .cart_totals td {
    text-align: right;
    padding-right: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td span.woocommerce-Price-amount.amount {
    font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td {
    border-top: 1px dashed #b4b5b3;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive {
    border: 0;
    padding: 0;
    margin: 0;
}
/*==================================
         Breadcrumbs
====================================*/
.pagination-web ul {
    margin: 0;
}
.pagination-web nav.woocommerce-breadcrumb li {
    display: inline-block;
}
.pagination-web nav.woocommerce-breadcrumb li > a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #7c7b68;
}
.pagination-web nav.woocommerce-breadcrumb li > a.right-active {
    font-weight: 600;
}
.pagination-web nav.woocommerce-breadcrumb li:after {
    content: '>';
    font-size: 13px;
    padding: 0px 5px 0px 2px;
}
.pagination-web nav.woocommerce-breadcrumb li:last-child::after {
    content: '';
    padding: 0;
}
.woocommerce-checkout .welcome-heading {
    padding-top: 0px;
    border: 0;
}
.pagination-web {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-cart .welcome-heading {
    border-bottom: 0;
    padding-top: 0;
}
/*==================================
         WooCommerce
====================================*/
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.woocommerce-page div.product div.summary{
    float: none;
    width: 100%;
}
.woocommerce-variation-price {
    display: none;
}
dt.tm-final-totals {
    display: none;
}
.tm-extra-product-options-totals .price.amount.final {
    display: inline-block !important;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #7c7b68;
    text-transform: uppercase;
}
.tm-epo-totals {
    clear: both;
    padding-bottom: 0px;
    padding-top: 0px;
}
.product_meta {
    display: none
}
h3.tm-epo-field-label.tm-section-label {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.3em;
    font-weight: 600;
    text-transform: uppercase;
    color: #7c7b68;
    padding-bottom: 4px;
    display: block !important
}
.woocommerce div.product p.price {
    display: none !important
}
a.reset_variations {
    display: none !important;
}
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: 0px;
}
.tm-extra-product-options .tm-epo-field-label {
    display: none;
}
.tm-extra-product-options .nopadding .tm-row {
    border-bottom: 1px dashed #7c7b68;
}
.tm-description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    margin: 0;
    padding-bottom: 10px;
}
/*==================================
         Checkout page
====================================*/
.woocommerce-checkout form.checkout.woocommerce-checkout div#customer_details .col-1 .woocommerce-billing-fields h3 {
    text-align: center;
    margin: 0;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.3em;
    font-weight: 600;
    text-transform: uppercase;
    color: #7c7b68;
    margin-bottom: 5px;
    padding-top: 17px;
}
.checkout_fields_block {
    /* background: url(../images/whats-on-bg.jpg); */
    /* background-repeat: repeat; */
    /* background-position: center; */
    /* background-size: cover; */
    max-width: 683px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 45px;
    padding: 0px 25px;
    z-index: 99;
    position: relative;
    background-color: #e2dfdd;
}
.woocommerce-checkout .woocommerce {
    padding: 0px 10px;
}
p.create-account label > span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #3f3f3e;
    padding-left: 5px;
}
p.create-account {
    margin: 0 !important;
    padding: 0 !IMPORTANT;
    padding-top: 18px !IMPORTANT;
}
.woocommerce-checkout h3#order_review_heading {
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.3em;
    font-weight: 600;
    text-transform: uppercase;
    color: #7c7b68;
    margin: 0;
    text-align: center;
    border-bottom: 1px dashed #7c7b68;
    padding-bottom: 7px;
    margin-bottom: 14px;
    margin-top: 13px;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation {
    margin-bottom: 17px;
}
.white_box {
    height: 50px;
    background: #fff;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 17px;
}
.create-account p#account_password_field {
    margin: 0;
    padding: 0;
}
.create-account p#account_password_field label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.create-account p#account_password_field input {
    font-size: 15px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3e;
    box-shadow: none;
    height: 44px;
    border: 1px solid #cacdc8;
    padding-left: 17px;
}
.woocommerce-checkout .woocommerce-info:before {
    content: '\f01e';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #6d6e71;
    font-size: 20px;
	top: 15px;
    left: 5.5em;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dt.variation-Package {
    margin-right: 10px;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dt.variation-Layout {
    margin-right: 25px;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dt.tc-name.variation-Dogs {
    margin-right: 40px;
}
div#order_review {
    max-width: 412px;
    width: 100%;
    margin: 0 auto;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-name {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #7c7b68;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 0 !important;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-total {
    border-top: 0 !IMPORTANT;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dd, div#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dd > p {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-style: italic;
    color: #3f3f3e;
	text-transform: capitalize;
    line-height: 25px;
    
}
body.woocommerce-checkout tfoot tr.cart-subtotal th, body tfoot tr.order-total th {
    border-top: 0 !IMPORTANT;
    padding: 0 !important;
}
body.woocommerce-checkout tfoot tr.cart-subtotal th {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !IMPORTANT;
    line-height: 45px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7c7b68;
border-top: 1px dashed #7c7b68 !IMPORTANT;
padding-left: 28px !important;
}
body.woocommerce-checkout tfoot tr.order-total th {
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !IMPORTANT;
    line-height: 45px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3f3f3e;
	border-top: 1px dashed #7c7b68 !IMPORTANT;
    border-bottom: 1px dashed #7c7b68 !IMPORTANT;
padding-left: 28px !important;
}
body.woocommerce-checkout tfoot tr.cart-subtotal td > span {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #7c7b68;
    font-weight: 500;
}
body.woocommerce-checkout tfoot tr.order-total td {
    border-bottom: 1px dashed #bebfbb !IMPORTANT;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot {
    background: #fff;
}
div#payment {
    background: transparent !important;
}
ul.wc_payment_methods.payment_methods.methods {
    background: transparent;
    padding: 0 !important;
    border-bottom: 1px dashed #7c7b68 !important;
}
body.woocommerce-checkout #payment .payment_box {
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #3f3f3e;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}
ul.payment_methods li label {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #7c7b68;
}
.form-row.place-order button#place_order {
    font-size: 13px;
    line-height: 15.55px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.1em;
    background: #7c7b68;
    border-radius: 0;
    padding: 13.5px 24px;
	float: none !important;
    margin: 26px 0px 36px;
}
.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
    padding: 0;
    margin: 0;
}
.form-row.place-order {
    padding: 0 !important;
    margin: 0 !IMPORTANT;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #7c7b68;
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
    display: inline-block;
}
span.woocommerce-terms-and-conditions-checkbox-text a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #7c7b68;
}
.payment_box.payment_method_worldpay p {
    color: #7c7b68;
}
.woocommerce form .form-row .input-checkbox {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}
.form-row.place-order {
    text-align: center;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
body.woocommerce-checkout tfoot tr.order-total td span.woocommerce-Price-amount.amount {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #7c7b68;
    font-weight: 600;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dt {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: capitalize;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table th.product-name, div#order_review table.shop_table.woocommerce-checkout-review-order-table th.product-total,
div#order_review table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td span.woocommerce-Price-amount.amount {
    display: none;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td, div#order_review table.shop_table.woocommerce-checkout-review-order-table  {
    border: 0;   
	padding: 0;

}
div#order_review table.shop_table.woocommerce-checkout-review-order-table td {
	border-top: 1px dashed #7c7b68 !IMPORTANT;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    background: transparent;
    border-top: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3e;
    margin-bottom: 0;
    border-bottom: 1px dashed #bbbab6;
}
.woocommerce-checkout .woocommerce-info a.showlogin {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3e;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-checkout .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    width: 100%;
    padding: 0;
    margin: 0;
}
.woocommerce-checkout .col-1 {
    width: 100% !IMPORTANT;
    float: none !IMPORTANT;
}
p#billing_first_name_field label, p#billing_last_name_field label, p#billing_phone_field label, p#billing_email_field label, p#billing_company_field label {
    display: none;
}
p#billing_state_field, p#billing_postcode_field {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
}
p#billing_state_field span.select2{
    height: 44px;
}
p#billing_state_field {
    padding-right: 10px;
}
p#billing_postcode_field {
    padding-left: 10px;
}
p#billing_first_name_field input, p#billing_last_name_field input, p#billing_phone_field input, p#billing_email_field input, p#billing_company_field input {
    font-family: 'Montserrat', sans-serif;
    box-shadow: none !important;
    border: 0;
    background: transparent;
    border-bottom: 1px dashed #b4b3ae;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    padding: 0;
    margin-bottom: 25px;
}
p#billing_country_field, p#billing_city_field, p#billing_state_field {
    margin-bottom: 18px;
}
p#billing_address_1_field input {
    margin-bottom: 8px;
}
p#billing_address_2_field input {
    margin-bottom: 19px;
}
p#billing_country_field label, p#billing_address_1_field label, p#billing_city_field label, p#billing_postcode_field label, p#billing_state_field label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    padding: 0;
    padding-bottom: 10px;
}
.woocommerce form .form-row .required {
    color: #3f3f3e;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden;
}
span.select2-selection.select2-selection--single {
    border: 1px solid #3f3f3e;
    border-radius: 0;
    height: 44px;
    padding: 6px 0px;
    font-size: 15px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
	color: #3f3f3e;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #8e918c transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 4px;
    height: 0;
    left: 20%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 75%;
    width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3f3f3e;
	padding-left: 17px;
}
p#billing_address_1_field input, p#billing_address_2_field input, p#billing_city_field input, p#billing_postcode_field input {
    font-size: 15px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3e;
    box-shadow: none;
	height: 44px;
    border: 1px solid #3f3f3e;
    padding-left: 17px;
}
.woocommerce-checkout .col-1{
    max-width: 412px;
    width: 100%;
    margin: 0 auto;
}
p.cart-empty {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #7c7b68;
    text-align: center;
    padding-top: 50px;
}
p.return-to-shop {
    text-align: center;
    padding-bottom: 40px;
}
p.return-to-shop a.button.wc-backward {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    background: #7c7b68;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
}
div#customer_login {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
    margin-top: 50px;
}
div#customer_login h2 {
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.2em;
    color: #7c7b68;
    text-transform: uppercase;
}
div#customer_login form {
    margin-top: 15px;
    border-radius: 0;
    border: 1px solid #c7c8c5;
    margin-bottom: 50px;
	min-height: 258px;
}
div#customer_login form label, div#login_form label, div#signup_form label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #7c7b68;
}
div#customer_login form input, div#login_form input, div#signup_form input  {
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed #bebfbb;
    padding: 0;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    margin-bottom: 11px;
}
div#customer_login form button.woocommerce-Button.button {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    background: #7c7b68;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 21px;
    border-radius: 0;
}
div#customer_login form input#rememberme {
    height: auto;
    margin: 0;
    vertical-align: initial;
    margin-left: 15px;
}
p.woocommerce-LostPassword.lost_password {
    margin: 0;
}
p.woocommerce-LostPassword.lost_password a {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #7c7b68;
}
div#login_form input#rememberme {
    height: auto;
    margin-bottom: 0;
}
div#login_form p.login-submit input#wp-submit {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    background: #7c7b68;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 21px;
    border-radius: 0;
    border-bottom: 0;
    height: auto;
    margin: 0;
}
div#signup_form .gform_footer.top_label input#gform_submit_button_1 {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    background: #7c7b68;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 21px;
    border-radius: 0;
    border-bottom: 0;
    height: auto;
    margin: 0;
}
div#login_form, div#signup_form {
    padding-top: 20px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    overflow: initial;
}
div#gform_wrapper_1 {
    margin-top: 0;
}
.variations {
    margin-bottom: 0 !important;
}
div#login_form button.close-button, div#signup_form button.close-button {
    top: -8px;
    right: -8px;
    color: #ffffff;
    background: #7c7b68;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
}
div#signup_form span > label {
    display: none !IMPORTANT;
}
div#signup_form .ginput_container {
    margin-top: 0;
    width: 100%;
}
div#signup_form ul#gform_fields_1 li {
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
div#signup_form span {
    padding: 0 10px;
}
div#signup_form label {
	padding: 0px 10px;
}
li#field_1_1, li#field_1_2 {
    display: inline-block;
    width: 50%;
    padding: 0px 10px !IMPORTANT;
}
li#field_1_1 input, li#field_1_2 input {
    width: 100%;
}
li#field_1_1 label, li#field_1_2 label {
    padding: 0;
}
div#signup_form .gform_footer.top_label {
    margin: 0;
    padding: 0px 10px;
}
div#signup_form button.close-button span {
    padding: 0;
}
ul.woocommerce-error {
    margin-bottom: 10px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #7c7b68;
	margin-bottom: 10px;
}
ul.woocommerce-error strong {
    font-weight: 600;
}
div#login_form h1, div#signup_form h1 {
    margin: 0;
    font-size: 25px;
    letter-spacing: 0.2em;
    color: #7c7b68;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
div#signup_form h1 {
	padding:0px 10px;
}
.woocommerce-message {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border: 0;
    line-height: 30px;
	background-color: #7c7b68;
    color: #ffffff;
}
.single-product div#tm-extra-product-options select:focus {
    box-shadow: none;
    border: 1px solid #cacdc8 !important;
    background-color: transparent !IMPORTANT;
}
.woocommerce-message a.button.wc-forward {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #7c7b68;
    background: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 21px;
    border: 1px solid #ffffff;
    border-radius: 0;
}
.woocommerce-message::before {
    content: '\e015';
    color: #ffffff;
}
.woocommerce-product-gallery {
    margin: 0 !important;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
dl.tm-extra-product-options-totals.tm-custom-price-totals {
    margin-bottom: 0;
}
.woocommerce-cart button#sub, .woocommerce-cart button#add {
    display: none;
}
.woocommerce .price-para button.single_add_to_cart_button {
    background: #7c7b68 !important;
    color: #ffffff !important;
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 13.5px 36px;
    cursor: pointer;
    border-radius: 0;
    float: none !important;
    opacity: 1 !important;
}
.price-para.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    border-bottom: 1px dashed #7c7b68;
    padding-bottom: 14px;
}
.single-product button#sub, .single-product button#add {
    width: 42px;
    height: 42px;
    display: inline-block;
    border: 1px solid #cacdc8;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #7c7b68;
    text-transform: capitalize;
    vertical-align: bottom;
	cursor: pointer;
}
.single-product .quantity .qty {
    margin: 0;
    display: inline-block;
    box-shadow: none !important;
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #7c7b68;
    text-transform: capitalize;
    border: 1px solid #cacdc8 !important;
    height: 42px;
}
.tm-description > strong {
    color: #7c7b68;
}
.single-product span.price.tc-price {
    display: none !important;
}
.single-product .single-shop .tm-extra-product-options .tmcp-field-wrap label.tm-error {
    margin: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.woocommerce-cart span.tc-av-price {
    display: none;
}
dt.tc-name.variation-Carpassquantity {
    margin-right: 5px !important;
}
.woocommerce-message a.restore-item {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
}
.mc4wp-alert.mc4wp-success p {
        margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #3f3f3e;
    background: #fff;
    padding: 5px 20px;
    letter-spacing: 0.08em;
}
.mc4wp-alert.mc4wp-success {
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
	padding-top: 20px;
}
.home-block:hover {
    background: #dce0e9;
}
.logged-in.woocommerce-account .woocommerce {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px;
}
.logged-in.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
}
.logged-in.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: #7c7b68;
    padding: 10px 10px;
    max-width: 180px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
    text-align: center;
}
.logged-in.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}
.logged-in.woocommerce-account nav.woocommerce-MyAccount-navigation {
    width: 20%;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content p, .logged-in.woocommerce-account .woocommerce-MyAccount-content p> a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #7c7b68;
    font-family: 'Montserrat', sans-serif;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content p> a {
    text-decoration: underline;
    font-weight: 600;
}
.main_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000000000;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders {
    border-radius: 0;
    border-color: 1px solid #c7c8c5;
    margin-bottom: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders th > span.nobr {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #3f3f3e;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders th {
    text-align: center;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td {
    text-align: center;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    background: #3f3f3e;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    border-top: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td > a {
	border-top: 0 !important;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td, .logged-in.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    border-top: 1px solid #c7c8c5;
}
.main_loader p {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding-top: 5px;
	color: #7c7b68;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
    color: #ffffff;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    color: #ffffff;
    background: #7c7b68;
    border: 0;
    margin: 0;
    line-height: 30px;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #7c7b68;
    background: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 21px;
    border: 1px solid #ffffff;
    border-radius: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title h3 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7c7b68;
    font-family: 'Montserrat', sans-serif;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title a.edit {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    font-family: 'Montserrat', sans-serif;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content address {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #7c7b68;
    font-family: 'Montserrat', sans-serif;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content header.woocommerce-Address-title.title {
    box-shadow: none;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content input {
    font-family: 'Montserrat', sans-serif;
    box-shadow: none !important;
    border: 0;
    background: transparent;
    border-bottom: 1px dashed #b4b3ae;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    padding: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #7c7b68;
    padding: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content p#billing_country_field label, .logged-in.woocommerce-account .woocommerce-MyAccount-content p#billing_address_1_field label, 
.logged-in.woocommerce-account .woocommerce-MyAccount-content p#billing_city_field label, .logged-in.woocommerce-account .woocommerce-MyAccount-content p#billing_postcode_field label, .logged-in.woocommerce-account .woocommerce-MyAccount-content p#billing_state_field label {
	color: #7c7b68;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account span {
    font-size: 12px;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content legend {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #7c7b68;
    padding: 10px 0px;
    text-transform: uppercase;
    margin: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button, .logged-in.woocommerce-account .woocommerce-MyAccount-content button.button {
    font-size: 13px;
    font-weight: 500;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: #7c7b68;
    padding: 10px 10px;
    border-radius: 0;
    margin-top: 15px;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
	text-align: center;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #3f3f3e;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p#billing_first_name_field label, .logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p#billing_last_name_field label, .logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p#billing_phone_field label, p#billing_email_field label, .logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p#billing_company_field label {
    display: block;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p {
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 0;
    margin: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p#billing_state_field, .logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p#billing_postcode_field {
    width: 100%;
    display: inline-block;
    margin-bottom: 18px;
    padding: 0;
}
p#billing_state_field input#billing_state {
    font-size: 15px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3e;
    box-shadow: none;
    height: 44px;
    border: 1px solid #cacdc8;
    padding-left: 17px;
}
.woocommerce-info {
    color: #ffffff;
    background: #3f3f3e;
    border: 0;
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-info::before {
color: #ffffff;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content p mark {
    background: transparent;
    color: #3f3f3e;
    text-decoration: underline;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details h2.woocommerce-order-details__title {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #3f3f3e;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-customer-details h2.woocommerce-column__title {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #3f3f3e;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-customer-details address {
    border: 0;
    padding: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-customer-details {
    margin: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #3f3f3e;
	border-top: 1px solid #b4b5b3;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-radius: 0;
    border: 1px solid #b4b5b3;
    border-top: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details strong.wc-item-meta-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details ul.wc-item-meta li > p {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-style: italic;
    color: #3f3f3e;
    text-transform: capitalize;
    line-height: 25px;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details td.woocommerce-table__product-name.product-name a {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #3f3f3e;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 0 !important;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details td.woocommerce-table__product-name.product-name strong.product-quantity {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #3f3f3e;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 0 !important;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td span.woocommerce-Price-amount.amount {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #484c42;
    font-weight: 500;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td span.woocommerce-Price-amount.amount,
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td span.woocommerce-Price-amount.amount, .logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #484c42;
    font-weight: 500;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
    border-top: 1px solid #b4b5b3;
}
span.tc-av-price {
    display: none;
}
.woocommerce-order-received .woocommerce {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px 20px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-bottom: 1em;
}
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #3f3f3e;
}
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li > strong {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    font-size: 13px;
}
.woocommerce-order-received .woocommerce-order p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce-order-received section.woocommerce-order-details h2 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #3f3f3e;
}
.woocommerce-order-received .woocommerce-order h2.woocommerce-column__title {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #3f3f3e;
}
.woocommerce-order-received section.woocommerce-customer-details address {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #3f3f3e;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    padding: 0;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #3f3f3e;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-radius: 0;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name a {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #3f3f3e;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 0 !important;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name strong.product-quantity {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: #3f3f3e;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 0 !important;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name ul.wc-item-meta strong.wc-item-meta-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name ul.wc-item-meta li > p {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-style: italic;
    color: #3f3f3e;
    text-transform: capitalize;
    line-height: 25px;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details span.woocommerce-Price-amount.amount, .woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #484c42;
    font-weight: 500;
}

.other-desgin-left {
    background: url(https://portobellofarm.co.uk/wp-content/themes/PortobelloFarm/assets/images/new-design.png);
    height: 851px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    width: 11%;
    top: -300px;
    bottom: 0;
    z-index: 99;
    background-size: 100%;
}
.other-desgin-right {
    background: url(https://portobellofarm.co.uk/wp-content/themes/PortobelloFarm/assets/images/new-design-right.png);
    height: 851px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    width: 11%;
    top: -300px;
    bottom: 0;
	z-index: 99;
    background-size: 100%;
}
.other-leaves {
    position: relative;
}
/*==================================
            Media Queries
====================================*/
@media only screen and (max-width: 1250px) {
body.page-id-2 .welcome-leaves .welcome-desgin-left, body.page-id-2 .welcome-leaves .welcome-desgin-right,
body.page-id-2 .about-designs .about-designs-left, body.page-id-2 .about-designs .about-designs-right,
body .ticket-designs .ticket-designs-left, body .ticket-designs .ticket-designs-right,
body .footer-design .footer-design-left, body .footer-design .footer-design-right,
.woocommerce-cart .other-desgin-left, .woocommerce-cart .other-desgin-right,
.woocommerce-checkout .other-desgin-left,  .woocommerce-checkout .other-desgin-right,
.other-desgin-left, .other-desgin-right,
body .whats-on-section:before, body .whats-on-section:after {
    /* background-size: 50%; */
}
body.page-id-2 .welcome-leaves .welcome-desgin-right  {
    background-position: right 0%;
}
body .ticket-designs .ticket-designs-left, body .footer-design .footer-design-left ,
.woocommerce-cart .other-desgin-left,
.woocommerce-checkout .other-desgin-left,
.other-desgin-left, body .whats-on-section:before {
	background-position: left 50%;
}
.other-desgin-right, body .ticket-designs .ticket-designs-right, body .footer-design .footer-design-right  {
	background-position: right 50% ;
}
}
@media only screen and (max-width: 910px) {
body.page-id-2 .about-designs .about-designs-left, body.page-id-2 .about-designs .about-designs-right,
body .ticket-designs .ticket-designs-left, body .ticket-designs .ticket-designs-right,
body .footer-design .footer-design-left, body .footer-design .footer-design-right,
body.page-id-2 .welcome-leaves .welcome-desgin-left, body.page-id-2 .welcome-leaves .welcome-desgin-right,
.woocommerce-cart .other-desgin-left, .woocommerce-cart .other-desgin-right,
.woocommerce-checkout .other-desgin-left,  .woocommerce-checkout .other-desgin-right,
.other-desgin-left, .other-desgin-right,
body .whats-on-section:before, body .whats-on-section:after {
    display: none;
}
body .web-menus ul li {
    padding: 0px 20px;
}
body .web-menus ul li.is-active:before {
    left: -12px;
}
body .cart-social {
    padding-top: 0.5%;
}
body .web-header .social-icons {
    padding-bottom: 15px;
}

}
@media only screen and (max-width: 1200px) {
.page-id-184 .common-leaves-sec-left, .page-id-184 .common-leaves-sec-right {
        background-size: 25%;
    bottom: -280px;
}
body.page-id-2 .welcome-leaves, body .checking-leaves {
    background-size: 12%;
}
body .common-leaves-sec {
    background-size: 8%;
}
body.page-id-184 .common-leaves-sec {
	background-size: 8%;
    bottom: 0;
    top: 0;
}
}
@media only screen and (max-width: 968px) {
body.page-id-2 .welcome-leaves, body .checking-leaves, body .common-leaves-sec, body.page-id-184 .common-leaves-sec {
    background-size: 5%;
}
body.page-id-184 .common-leaves-sec {
	background-size: 5%;
    bottom: 0;
    top: 0;
}
}
@media only screen and (max-width: 470px) {
body .save_share {
    width: 100%;
    margin-bottom: 15px;
}
body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions .save_share a.cxecrt-cart-page-button.button, 
body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions button.button {
    width: 100% !important;
}
}
.woocommerce-checkout span.optional {
    display: none;
}

@media only screen and (max-width: 768px) {
body.logged-in.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
}
body.logged-in.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    text-align: center;
}
body.logged-in.woocommerce-account nav.woocommerce-MyAccount-navigation, body.logged-in.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
body .cart_message {
    max-width: 100%;
    position: initial;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
    max-width: 100%;
    width: 100% !important;
}
body.woocommerce-cart table.shop_table.shop_table_responsive td {
    padding-left: 0;
    padding-right: 0;
}
body.woocommerce-cart table.shop_table.shop_table_responsive td::before {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #3f3f3e;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents hr {
    display: none;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-thumbnail {
    display: block !important;
    text-align: left !IMPORTANT;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-thumbnail::before {
	content: ' ' !important;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent !important;
}
body.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-quantity .quantity .qty {
	margin: 0;
    float: right;
    display: inline-block;
}
.woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table a.remove {
	clear: both;
    max-width: 100%;
    text-align: right;
    display: inline-block;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions .save_share a.cxecrt-cart-page-button.button,
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.actions button.button {
    width: auto !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table td.product-thumbnail {
    width: 100%;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table span {
    line-height: inherit !important;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td::before {
font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #3f3f3e;
    padding-left: 0;
    padding-right: 0;
}
body .web-menus  {
   /* display: none;*/
}
body .checking, body .comon-leaves, body.page-id-2 .welcome-leaves, .checking-leaves, .common-leaves-sec {
    background: none !important;
    position: inherit !important;
    height: auto !important;
    width: auto !important;
    clear: both;
}
body .img-cont-section:nth-child(2)::before, body .img-cont-section:nth-child(4)::after, body .img-cont-section:nth-child(5)::before {
	content: '';
}
.mobile_menus {
	display: block !important;
    position: relative;
	padding-top: 17%;
}
.mobile_menus .navigations {
    position: absolute;
    z-index: 999;
    background: #3f3f3e;
    max-width: 170px;
    width: 100%;
}
.mobile_menus ul#menu-mobile-menus li {
    padding: 10px 10px;
}
.toggle_icon {
    display: inline-block;
}
.toggle_icon i.fa.fa-bars {
    font-size: 23px;
    color: #3f3f3e;
    cursor: pointer;
}
.mobile_menus ul#menu-mobile-menus {
    padding: 10px 0px;
}
.mobile_menus ul#menu-mobile-menus .is-active > a {
    background: transparent;
    color: #ffffff;
}
.mobile_menus ul#menu-mobile-menus a {
    padding: 0;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
}
}
.mobile_menus .navigations {
    display: none;
}
@media only screen and (max-width: 700px) {
body.woocommerce-checkout .woocommerce-info:before {
    content: ' ';
}
}
@media only screen and (max-width: 640px) {
body .small-img {
    position: inherit;
    margin-top: 10px !important;
}
body.page-id-184 .common-leaves-sec-left, body.page-id-184 .common-leaves-sec-right {
    display: none;
}
body .footer-img p, body .footer-img p > a {
text-align: center;
}
body .pic-credits {
    position: inherit;
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    bottom: 0;
}
body .extra-class .grid-x {   
    margin-bottom: 0;
}
body .insta-icon {
    margin-bottom: 0;
}
.shadow-header {
    position: relative;
}
/*body .mobile_menus {
    position: absolute;
    top: 30%;
    left: 10px;
    right: 10px;
padding-top: 0%;
} */
.shadow-header .web-header .cart-social {
   /* text-align: center;*/
}
body .web-header .social-icons {
    padding-bottom: 5px;
}
body .login-reg ul {
    float: none;
    text-align: center;
}
body .cart-icon {
    margin-right: 0px;
}
.web-logo {
    margin-bottom: 14px;
}
.web-logo img {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
}
body .reveal {
    min-height: auto !important;
    height: auto !important;
    width: 94% !important;
    margin-top: 8% !important;
}
body span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 10px;
}
body span.required {
     position: absolute;
}
body .slider-bttn a {
    font-size: 11px;
    padding: 7px 14px;
}
body .slider_content h1 {
    font-size: 14px !important;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}
body .slider-bttn {
    bottom: 20px;
}
body .slider_content {
    top: 20px;
}
body .welcome-heading h1 {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 8px;
	padding-left: 10px;
    padding-right: 10px;
}
body .welcome-heading {
    padding-bottom: 20px;
    padding-top: 20px;
}
body .home-page-section {
    padding-top: 20px;
}
body .home-block-padd {
    padding: 0px 10px;
    margin-bottom: 20px;
}
body .about-burghley {
    padding: 20px 10px;
}
body .about-burghley h3 > em {
    font-size: 15px;
    line-height: 25px;
}
body .about-burghley hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
body .about-burghley h3 {
    padding-bottom: 20px;
}
body .about-burghley p {
    font-size: 13px;
    padding-bottom: 15px;
}
body .about-bttn {
    margin-top: 10px;
}
body .bughley-testi {
    padding: 40px 10px;
}
body .testi_content blockquote, body .testi_content blockquote p {
   
    font-size: 16px;
    line-height: 25px;
}
body .heading hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
body .heading h1, body .about-burghley h1, body .buy-tickets h1, body .home-contact h1, body .upper-sec h1 {
    font-size: 22px;
    line-height: 30px;
}
body .home-contact {
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 20px;
    padding-bottom: 20px;
}
.home-contact hr {
    margin-bottom: 15px;
}
body .contact-sec input, body .contact-sec textarea {
    margin-bottom: 20px;
}
body .upper-sec {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
body .upper-sec hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
body .news-sec {
    padding-bottom: 40px;
}
body .lower-sec {
    padding-top: 30px;
    padding-bottom: 10px;
}
body .faq-book-now {
    text-align: center;
    padding-top: 0;
    margin-bottom: 30px;
}
body .faq-sec hr , body .contact-page hr, body .whats-on-content hr{
    margin-top: 15px;
    margin-bottom: 15px;
}
body .whats-on-content {
        padding-top: 20px;
    height: auto !important;
padding-bottom: 20px;
}
body .big-img {
        position: inherit;
    display: inline-block !important;
}
body .whats-on-images {
    padding-bottom: 20px;
}
body .sections-for-whatson {
    padding: 0px !important;
}
body .img-cont-section {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0px 10px;
    height: auto !important;
}
body .whats-middle {
    padding: 0px 10px;
}
body .whats-on-content h1 {
    font-size: 20px;
    line-height: 30px;
}
}
@media only screen and (max-width: 1024px) {
body .footer-img p, body .footer-img p > a {
    text-align: center;
}
.woocommerce .price-para button.single_add_to_cart_button {
    font-size: 12px;
    padding: 13.5px 30px;
}
body .lower-sec .medium-4.cell {
    text-align: center;
    margin-bottom: 20px;
}
body .lower-sec .medium-12.cell.text-right {
    text-align: center;
}
body .lower-sec h6 {
    padding-bottom: 5px;
}
body .buy-tickets hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
body .buy-img {
    margin-bottom: 15px;
}
body .welcome-heading {
    padding-bottom: 20px;
    padding-top: 20px;
}
body .the-tents {
    padding-top: 20px;
}
body .the-tents-padd {
    padding: 0px 10px;
    margin-bottom: 30px;
}
body .slider_content h1 {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}
}
@media only screen and (max-width: 960px) {
body .whats-on-images {
    width: 100%;
    height: 100%;
    display: table;
}
body .big-img {
    display: table-cell;
    vertical-align: middle;
    position: inherit;
}
body .single-shop-padd {
    width: 100% !important;
    padding: 0px 10px;
}
body .tents-info {
    margin-top: 25px;
    max-width: none;
}
body .para-1 p {
    max-width: none;
}
.variations label.value {
    max-width: 360px;
}
}
@media only screen and (max-width: 1080px) {
body .whats-on-content p {
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 15px;
    max-width: 450px;
}
body .sections-for-whatson {
    padding: 0px 10px;
}
body .big-img {
    top: 0;
}
body .sections-for-whatson .small-img {
    max-width: 280px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
	bottom: 0px;
}
.whats-on-section {
    padding: 50px 0px 1px;
}
}
.page-id-179 .about-burghley {
    border-top: 0;
    padding-top: 20px;
}
.page-id-231 .welcome-heading {
    padding-top: 20px;
}
div#login_form label, div#signup_form label{
	display: none;
}
.page-id-2 .welcome-leaves {
	position:relative;
}
.page-id-2 .welcome-leaves .welcome-desgin-left {
    background: url(../images/new-design.png);
    height: 851px;
    position: absolute;
    bottom: 0px;
    background-repeat: no-repeat;
    left: 0;
    width: 11%;
    top: -470px;
	bottom: 0;
	background-size: 100%;
}
.page-id-2 .about-designs {
	position: relative;
}
.page-id-2 .about-designs .about-designs-left {
 background: url(../images/new-blue-left.png);
    height: 1281px;
    position: absolute;
background-repeat-x: no-repeat;
    left: 0;
    width: 11%;
    bottom: 0;
    top: 0;
    background-size: 100%;
}
.footer-design .footer-design-left {
	background: url(../images/footer-design.png);
    height: 856px;
    position: absolute;
        background-repeat: no-repeat;
    left: 0;
    width: 11%;
    bottom: 0;
    background-size: 100%;

}
.footer-design .footer-design-right {
	background: url(../images/footer-design-right.png);
    height: 856px;
    position: absolute;
        background-repeat: no-repeat;
    right: 0;
    width: 11%;
    background-size: 100%;
    bottom: 0;

}
.design-relative {
    position: relative;
	overflow: hidden;
}
.ticket-designs .ticket-designs-left {
	background: url(../images/testimonials-bg-new-left.png);
    height: 518px;
    position: absolute;
        background-repeat: repeat-y;
    left: 0;
    width: 11%;
    bottom: 0;
    top: 0;
    background-size: 100%;
}
.ticket-designs .ticket-designs-right {
	background: url(../images/testimonials-bg-new-right.png);
    height: 518px;
    position: absolute;
	    background-repeat: repeat-y;
    /* background-position: right; */
    right: 0;
    width: 11%;
    bottom: 0;
    top: 0;
    background-size: 100%;
}
.page-id-2 .about-designs .about-designs-right {
    background: url(../images/new-blue-right.png);
    height: 1281px;
    position: absolute;
	background-repeat-x: no-repeat;
    /* background-position: right; */
    right: 0;
    width: 11%;
    bottom: 0;
    top: 0;
    background-size: 100%;
}
.page-id-2 .welcome-leaves .welcome-desgin-right {
    background: url(../images/new-design-right.png);
    height: 851px;
    position: absolute;
    bottom: 0px;
    background-repeat: no-repeat;
    /* background-position: right; */
    right: 0;
    width: 11%;
    top: -470px;
	bottom: 0;
    background-size: 100%;
}
.checking-leaves {
    background: url(../images/home-bottom-left-leaves.png) no-repeat 0% 0%, url(../images/home-bottom-right-leaves.png) no-repeat 100% 0%;
    position: absolute;
    height: 631px;
    width: 100%;
    bottom: 50px;
}

.common-leaves-sec {
    background: url(../images/about-top-left-leaves.png) no-repeat 0% 0%, url(../images/about-top-right-leaves.png) no-repeat 100% 0%;
    height: 433px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}
.page-id-231 .common-leaves-sec {
        z-index: 999;
}
.page-id-184 .common-leaves-sec {
    background: url(../images/location-top-left-leaves.png) no-repeat 0% 0%, url(../images/location-top-right-leaves.png) no-repeat 100% 0%;
    height: 765px;
    position: absolute;
    width: 100%;
    bottom: -190px;
    top: auto;
    display: none;
}
.single-product .welcome-heading {
    padding-top: 10px;
}

.woocommerce-notices-wrapper {
    z-index: 9;
    position: relative;
    padding: 0px 10px;
}
.checkout_fields_block form.woocommerce-form.woocommerce-form-login.login {
    border: 0;
    padding: 0;
    border-bottom: 1px dashed #bbbab6;
    margin-bottom: 0;
    margin-top: 15px;
}
.checkout_fields_block form.woocommerce-form.woocommerce-form-login.login p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    margin-bottom: 10px;
}
.checkout_fields_block form.woocommerce-form.woocommerce-form-login.login label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #3f3f3e;
}
.checkout_fields_block form.woocommerce-form.woocommerce-form-login.login input {
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed #bebfbb;
    padding: 0;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
}
.checkout_fields_block form.woocommerce-form.woocommerce-form-login.login input#rememberme {
    height: auto;
    margin: 0;
    vertical-align: initial;
    margin-left: 15px;
}
.checkout_fields_block form.woocommerce-form.woocommerce-form-login.login button.button {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    background: #3f3f3e;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 21px;
    border-radius: 0;
}
.checkout_fields_block form.woocommerce-form.woocommerce-form-login.login p.lost_password a {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #b0b3ad;
}
.shadow-header {
    padding: 0px 10px;
}
span.ajax-loader {
    position: absolute;
}
span.wpcf7-not-valid-tip {
    display: none;
}
input.wpcf7-not-valid {
    border-bottom: 1px dashed red !important;
}
body .contact-sec .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
body .contact-sec .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    text-align: center;
    background: #b0b3ad;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.04em;
    border: 0;
    margin: 6px 0px 0px;
}
.mobile_menus {
	display: none;
}
.about-burghley p a {
    color: #3f3f3e;
}
.woocommerce-checkout p#billing_email_field label {
    display: none;
}
.tm-description > a {
    color: #3f3f3e;
    text-decoration: underline;
}
form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px 40px;
}
form.woocommerce-ResetPassword.lost_reset_password p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
}
form.woocommerce-ResetPassword.lost_reset_password input {
    box-shadow: none !important;
    background: transparent !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    border: 0 !IMPORTANT;
    border-bottom: 1px dashed #bebfbb !important;
    padding: 0;
}
form.woocommerce-ResetPassword.lost_reset_password label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    font-size: 13px;
    line-height: 15.55px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #ffffff;
    background: #3f3f3e;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 21px;
    border-radius: 0;
    border-bottom: 0;
    height: auto;
    margin: 0;
}

.pic-credits {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.pic-credits h4 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    margin: 0;
}
.pic-credits h4 > b {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #3f3f3e;
    text-decoration: underline;
}
.about-burghley ol > li, .about-burghley ul > li  {
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
    max-width: 700px;
    width: 100%;
    font-size: 13px;
        padding-bottom: 15px;
}
.about-burghley ol, .about-burghley ul {
	max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 21px;
}
.about-burghley table {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.about-burghley td {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #3f3f3e;
}
.about-burghley ol > li a, .about-burghley ul > li a {
    text-decoration: underline;
    color: #3f3f3e;
    font-weight: 600;
}
.footer-img p, .footer-img p > a {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #3f3f3e;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding-bottom: 10px;
    word-break: break-word;
}
.footer-img p > a {
    text-decoration: underline;
}
.common-leaves-sec-left {
	display: none;
    background: url(https://burghleyboutique.co.uk/wp-content/themes/BurghleyBoutique/assets/images/location-top-left-leaves.png);
    height: 765px;
    position: absolute;
    bottom: -190px;
    background-repeat: no-repeat;
    left: 0;
    width: 25%;
}
.common-leaves-sec-right {
	display: none;
    background: url(https://burghleyboutique.co.uk/wp-content/themes/BurghleyBoutique/assets/images/location-top-right-leaves.png) no-repeat 100% 0%;
    height: 765px;
    position: absolute;
    bottom: -190px;
    background-repeat: no-repeat;
    right: 0;
    width: 25%;
}
.page-id-184 .common-leaves-sec-left, .page-id-184 .common-leaves-sec-right {
    display: block;
}
body .pswp {
    z-index: 999999999;
}
.single-product .woocommerce-variation-availability p {
    display: none;
}
.woocommerce-cart .other-desgin-left, .woocommerce-cart .other-desgin-right,
.woocommerce-checkout .other-desgin-left,  .woocommerce-checkout .other-desgin-right {
    top: 0;
	display: none;
}
.whats-on-section {
    position: relative;
}
.whats-on-section:before {
	content: '';
	background: url(../images/whatson-middle-left.png);
    height: 850px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    width: 11%;
    bottom: 0;
    top: 50%;
    z-index: 9;
	background-size: contain;
}
.whats-on-section:after {
	content: '';
	background: url(../images/whatson-middle-right.png);
    height: 850px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right;
    right: 0;
    width: 11%;
    bottom: 0;
    top: 50%;
    z-index: 9;
	background-size: contain;
}
li.wc_payment_method.payment_method_stripe label img {
    display: inline-block;
    width: 50px;
}
.woocommerce-SavedPaymentMethods-token [type="radio"]:checked, .woocommerce-SavedPaymentMethods-token [type="radio"]:not(:checked) {
    position: initial;
    left: 0px;
}
.mc4wp-alert.mc4wp-notice {
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.mc4wp-alert.mc4wp-notice p {
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #3f3f3e;
    background: #fff;
    padding: 5px 20px;
    letter-spacing: 0.08em;
}
twitter-widget#twitter-widget-0,iframe#instagram-embed-0 {
    margin: 0 auto !important;
}


/*==================================
             Offer Pop up CSS
====================================*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
      background-color: #fefefe;
      margin: auto;
      width: 90%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 964px;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .left-column, .right-column{
      flex: 0 0 50%;
      max-width: 50%;
      
  }
  
  .left-column{
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
  }
  
  .right-column{
      background: #cc3172;
      padding: 15px;
  }
  
  
  
  .modal-content .right-column h3, .modal-content .right-column h2, .modal-content .right-column p {
      text-align: center;
      font-family: 'Montserrat';
      font-size: 21px;
      font-weight: 700;
      font-style: italic;
      color: #7c7b68;
      display: block;
      margin: 0 auto;
      letter-spacing: 0.08em;
      line-height: 28px;
      margin-bottom: 20px;
      margin-top: 30px;
  }

  .modal-content .right-column p:first-child{
      color:#fff;
  }

  .modal-content .right-column p:nth-child(2){
    font-size: 20.7px;
  }

  .modal-content .right-column p:nth-child(3){
    font-size: 20.7px;
  }

  
  
  .modal-content .mc-field-group input[type=text] ,.modal-content .mc-field-group input[type=email] {
      display: block;
      width: 100%;
      padding: 8px 0;
      text-indent: 2%;
      font-family: 'Montserrat';
      font-size: 14px;
      letter-spacing: 0.01em;
      border: 0;
      border-bottom: 1px dashed #fefefe;
      background-color: #cc3172;
      color: #fff;
      box-shadow: none;
      border-radius: 0;
      padding-left: 0 !important;
      margin-bottom: 0px;
  }
  
  .modal-content .mc-field-group{
      padding-bottom: 3%;
      min-height: 50px;
  }
  
  
  body #mc_embed_signup div.mce_inline_error{
      margin-bottom: 0;
      background-color: transparent;
      color: yellow;
      float: left;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0;
      margin: 2px 0 1em 0;
      padding: 5px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-size: 14px;
      font-weight: normal;
      z-index: 1;
      font-style:normal ;
      
  }
  
  label.checkbox.subfield {
      position: relative;
  }
  
  .av-checkbox {
     position: absolute;
     left: 0;
     top: 2px;
  }
  
  .av-checkbox-text {
      font-family: 'Montserrat';
      color: #7c7b68;
      font-size: 12px;
      letter-spacing: 0.05em;
      line-height: 20px;
      float: left;
      padding-left: 22px;
  }
  
  .av-checkbox-link {
      font-family: 'Montserrat';
      color: #7c7b68;
      font-size: 12px;
      letter-spacing: 0.05em;
      line-height: 20px;
      text-decoration: underline;
  }
  
  .mailchimp-button {
      font-size: 13px;
      font-weight: 500;
      line-height: 15.55px;
      letter-spacing: 0.1em;
      color: #ffffff;
      text-transform: uppercase;
      display: inline-block;
      background: #7c7b68;
      padding: 9px 18.5px;
      border: 0 !important;
      border-radius: 0 !important;
  }
  
  .terms a {
      font-family: 'Montserrat';
      font-size: 12px;
      letter-spacing: 0.05em;
      font-weight: 700;
      font-style: italic;
      line-height: 32px;
      text-decoration: underline;
      color: #7c7b68;
  }
  
  
  .close-btn {
      position: absolute;
      /* top: -21px; */
      right: 0;
      /* font-size: 50px; */
      cursor: pointer;
  }
  
  .sendbtn{
      text-align: center;
  }
  
  #mc_embed_signup input.mce_inline_error{
      border-color: #fff;
  }
  
  
  
  @media(max-width: 768px){
      .left-column{
          display: none;
      }
      .right-column{
          flex: 0 0 100%;
          max-width: 100%;
          padding: 40px 15px 15px 15px;
        
      }
      .modal-content .right-column h3, .modal-content .right-column h2, .modal-content .right-column p{
          font-size: 17px;
          line-height: 20px;
          margin-bottom: 12px;
          margin-top: 12px;
      }
      .modal-content .right-column h3{
          margin-top: 28px;
      }
  }

  .wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}