/*
  Theme Name: Pravda Vodka Bar
  Description: Custom Theme For Pravda Vodka Bar
  Version: 1.0.0
  Author: Developer
*/

/*.menu_subtitle2, .menus-block-subtitle2,*/
.menus-item-sub_cat_title{ 
	color: #5B0000 !important;
    font-family: 'Federo', sans-serif !important;
	font-size:18px !important;
	text-transform: uppercase; 
	text-align: center;
	line-height: 2.5;
}

body{
  background: #000000;
  font-family: 'Federo', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin: 0;
  min-width: 320px;
  padding: 0 0 535px;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img{
  height: auto;
  max-width: 100%;
}
iframe{
  max-width: 100%;
}
a,
.button,
label,
button,
input[type="submit"]{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none!important;
}
.button,
.cta-content a,
.home-bottom-block a{
  background: transparent;
  border-radius: 25px; 
  border: 2px solid #c28d1b;
  color: #c28d1b;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  min-width: 240px;
  padding: 13px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button-solid,
.cta-content a,
.home-bottom-block a{
  background: #c28d1b;
  color: #fff;
}
.button:hover,
.button-solid:hover,
.cta-content a:hover,
.home-bottom-block a:hover{
  background: #986f15;
  border-color: #986f15;
  color: #fff;
}
a{
  color: #c28d1b;
  text-decoration: underline;
}
a:hover{
  color: #fff;
}
p,
ul{
  margin: 0 0 1.6em;
}
p:last-child{
  margin-bottom: 0;
}
ul{
  padding-left: 17px;
}
h1,h2,h3,h4,h5{
  font-family: 'Kumar One', cursive;
  font-weight: normal;
  line-height: 1.3;
}
h1{
  font-size: 2.2em;
  line-height: 1.1;
  margin: 0 0 0.3em;
}
h2{
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 0 0.6em;
  text-transform: uppercase;
}
h3{
  font-size: 24px;
  margin: 0 0 0.5em;
}
h4{
  font-size: 18px;
  margin: 0 0 0.5em;
}
h5{
  font-size: 14px;
  margin: 1em 0;
}
.default-section h1{
  font-size: 30px;
  letter-spacing: 0;
  text-transform: none;
}
.default-section h2{
  font-size: 28px;
  letter-spacing: 0;
  text-transform: none;
}
.default-section h3{
  font-size: 24px;
  letter-spacing: 0;
  text-transform: none;
}
.default-section h4{
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.container-small{
  max-width: 1090px;
}
main{
  background: #000;
  display: block;
  position: relative;
  z-index: 2;
}
/*--------------Lodaer------------*/
.loader{
  background: #960000;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  height: 100%;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
body.home .loader-inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.loader-inner{
  display: none;
  -ms-align-items: center;
  align-items: center;
  background: #960000;
  position: relative;
  text-align: center;
  width: 100%;
}
.loader-inner-content{
  text-align: center;
  width: 100%;
}
.loader-inner-content img{
  max-width: 50%;
}
.loader-border:before{
  background: #c28d1b;
  display: block;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  animation-name: borderwidth;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loader-border:after{
  background: #c28d1b;
  display: block;
  content: "";
  height: 5px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 0;
  animation-name: borderwidth;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.loader-border span:before{
  background: #c28d1b;
  display: block;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 5px;
  animation-name: borderheight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.loader-border span:after{
  background: #c28d1b;
  display: block;
  content: "";
  height: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 5px;
  animation-name: borderheight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes borderwidth {
  from {
    width: 0;
  }
  to{
    width: 100%;
  }
}
@keyframes borderwidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes borderheight{
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes borderheight{
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
/*--------------Animation-----------*/
.hidden-block{
  visibility: hidden;
}
.animated-delay200,
.services-feed-item-wrap:nth-child(3n+2) .fade-top,
.gallery-item:nth-child(3n+2) .fade-top{
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms; 
}
.services-feed-item-wrap:nth-child(3n+3) .fade-top,
.gallery-item:nth-child(3n+3) .fade-top{
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms; 
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*--------------Header--------------*/
.header{
  min-width: 320px;
  position: absolute;
  top: 100vh;
  top: calc(100vh - 90px);
  width: 100%;
  z-index: 99;
}
.home .header,
.fixed-header .header{
  position: fixed;
  top: 0;
}
.home .header-inner{
  background: transparent;
}
.body-scroll .header-inner{
  background: #000000;
}
.home .header-logo-wrap img{
  opacity: 0;
}
.body-scroll .header-logo-wrap img{
  opacity: 1;
}
.header-inner{
  background: #000000;
  padding: 12px 0;
  position: relative; 
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.header .container{
  position: relative;
}
.header-logo-wrap{
  margin: 0 auto;
  width: 122px;
}
.header-logo-wrap img{
  height: 66px;
  position: relative;
  width: 122px;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-contacts{
  color: #c28d1b;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  text-align: right;
  text-transform: uppercase;
}
.header-contacts span,
.header-contacts a{
  display: inline-block;
  text-decoration: none;
}
.header-address:after{
  content: "::";
  padding-left: 12px;
  padding-right: 8px;
}
.header-links{
  background: #c28d1b;
  display: none;
  font-size: 14px;
  margin: 6px -15px 0;
  padding: 8px 0;
  text-transform: uppercase;
  overflow: hidden;
}
.header-links li{
  display: block;
  border-right: 1px solid #fff;
  float: left;
  text-align: center;
  width: 50%;
}
.header-links li:last-child{
  border: none;
}
.header-links a{
  color: #fff;
  text-decoration: none;
}
.navigation-sidebar{
  background: #000;
  color: #c28d1b;
  height: 100%;
  left: 0;
  padding: 80px 40px 40px 60px;
  position: fixed;
  top: 0;
  overflow: auto;
  width: 345px;
  z-index: 101;
  transform: translate3d(-100%,0,0);
  -webkit-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -sand-transform: translate3d(-100%,0,0);
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.navigation-sidebar.visible{
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -sand-transform: translate3d(0,0,0);
}
.navigation{
  font-family: 'Kelly Slab', cursive;
  line-height: 1.4;
  text-transform: uppercase;
}
.navigation ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation li{
  display: block;
  padding: 7px 0;
  position: relative;
}
.navigation a{
  display: block;
  color: #c28d1b;
  position: relative;
  text-decoration: none;
}
.navigation a:hover,
.navigation .current-menu-item a,
.navigation .current_page_item a{
  color: #fff;
}
.navigation ul ul{
  display: none;
}
.sidebar-contacts{
  font-size: 0.8em;
  letter-spacing: 0.05em;
  line-height: 1.875;
  max-width: 12em;
  margin-top: 2.9em;
  text-transform: uppercase;
}
.sidebar-contacts a{
  text-decoration: none;
}
.sidebar-phone{
  margin-top: 10px;
}
.social-block{
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}
.social-block li{
  display: inline-block;
  margin: 0 4px;
}
.social-block a{
  background-image: url('img/icons/page-sprite.png');
  background-repeat: no-repeat;
  background-position: -10px -44px;
  display: block;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  width: 12px;
}
.social-block .social-instagram a{
  background-position: -34px -44px;
  width: 22px;
}
.social-block .social-twitter a{
  background-position: -64px -44px;
  width: 27px;
}
.social-block .social-opentable a{
  background-position: -97px -44px;
  width: 29px;
}
.social-block-white li{
  margin: 0 7px;
}
.social-block-white a{
  background-position: -10px -8px;
}
.social-block-white .social-instagram a{
  background-position: -34px -8px;
}
.social-block-white .social-twitter a{
  background-position: -64px -8px;
}
.social-block-white .social-opentable a{
  background-position: -97px -8px;
}
.social-block a:hover{
  opacity: 0.6;
}
#touch-menu{
  display: block;
  cursor: pointer;
  height: 20px;
  left: 15px;
  margin: -10px 0 0;
  right: auto;
  top: 50%;
  position: absolute;
  width: 40px;
  z-index: 10;
}
#touch-menu span:after,
#touch-menu span:before{
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#touch-menu span:after{
  top: 9px;
}
#touch-menu span{
  position: relative;
  display: block;
  top: 9px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
  width: 100%;
  height: 3px;
  background-color: #c28d1b;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.close-menu{
  display: block;
  cursor: pointer;
  height: 24px;
  left: 57px;
  right: auto;
  top: 42px;
  position: absolute;
  width: 30px;
  z-index: 10;
}
.close-menu span:after,
.close-menu span:before{
  background-color: #c28d1b;
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.close-menu span{
  position: relative;
  display: block;
  top: 9px;
}
.close-menu span,
.close-menu span:after,
.close-menu span:before{
  width: 100%;
  height: 3px;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.close-menu span:before{
  transform: rotate(45deg) translate(5px, 5px);
}
.close-menu span:after{
  top: 9px;
  transform: rotate(-45deg) translate(7px, -8px);
}
/*--------------Footer-----------*/
.footer{
  background-color: #172813;
  background: linear-gradient(to right,#13200f,#13200f 50%,#172813 50%,#172813);
  background-size: 80px 100%;
  bottom: 0;
  color: #c28d1b;
  padding: 40px 0 30px;
  position: fixed;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0,0,0,0.8);
  text-transform: uppercase;
  width: 100%;
}
.line-divider{
  position: relative;
  padding: 7px 0;
}
.line-divider:before,
.line-divider:after{
  background: #c28d1b;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.line-divider:after{
  left: auto;
  right: 0;
}
.line-horizontal .line-divider-inner{
  border-top: 2px solid rgba(194,141,27,0.7);
  display: block;
  position: relative;
}
.line-divider-inner:before{
  background: url('img/icons/page-sprite.png') -6px -74px no-repeat;
  content: "";
  display: block;
  height: 16px;
  margin-left: -9px;
  position: absolute;
  left: 50%;
  top: -9px;
  width: 18px;
}
.line-vertical{
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.line-vertical-right{
  left: auto;
  right: 0;
}
.line-vertical:before,
.line-vertical:after{
  left: 6px;
  margin: 0;
  right: auto;
  top: 0;
}
.line-vertical:after{
  bottom: 0;
  top: auto;
}
.line-vertical .line-divider-inner{
  border-left: 2px solid rgba(194,141,27,0.7);
  height: 100%;
  left: 8px;
  position: absolute;
  top: 0;
}
.line-vertical .line-divider-inner:before{
  margin-left: -10px;
  top: 50%;
}
.line-divider.line-white:before,
.line-divider.line-white:after{
  background: #fff;
}
.line-white .line-divider-inner:before{
  background-position: -28px -74px;
}
.line-horizontal.line-white .line-divider-inner,
.line-vertical.line-white .line-divider-inner{
  border-color: #fff;
}
.footer a{
  text-decoration: none;
}
.footer-content{
  position: relative;
}
.footer-top{
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.footer-logo-col{
  margin: 6px 0;
  position: relative;
}
.footer-logo-wrap{
  padding: 110px 20px;
  text-align: center;
}
.footer-logo-wrap img{
  height: auto;
  max-width: 212px;
  width: 100%;
}
.footer-block-title{
  font-family: 'Kumar One', cursive;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 15px 0 5px;
  text-transform: uppercase;
}
.footer-contacts{
  padding-right: 15px;
}
.footer-hours{
  padding-left: 15px;
}
.footer-hours p{
  line-height: 2em;
}
.footer-contacts-content p{
  margin-bottom: 2em;
}
.footer-block-content{
  padding: 21px 0;
}
.footer-address{
  display: block;
  max-width: 270px;
  margin: 0 auto;
}
.footer-directions a,
.footer-links a{
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #c28d1b;
}
.footer-directions a:hover,
.footer-links a:hover{
  color: #fff;
  border-color: #fff;
}
.footer-bot{
  font-family: 'Khand', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 2px 0;
  text-transform: uppercase;
}
.footer-copyright,
.footer-bot-links{
  margin: 26px 0;
}
.footer-logos{
  text-align: center;
}
.footer-logos a{
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.scroll-top{
  background: url('https://pravdavodkabar.com/wp-content/themes/pravda-vodka-bar/img/icons/arrow-up.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: 15px;
  height: 108px;
  position: fixed;
  right: 15px;
  text-indent: 110%;
  opacity: 0;
  overflow: hidden;
  width: 48px;
  z-index: 25;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*---------Form-------------*/
.form-row,
.form-checkbox-row{
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  z-index: 2;
}
.form-row:before,
.form-row:after,
.form-checkbox-row:before,
.form-checkbox-row:after{
  content: " ";
  display: table;
}
.form-row:after,
.form-checkbox-row:after{
  clear: both;
}
.form-col-4,
.form-col-6,
.form-col-12{
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.form-col-4{
  width: 33.33%;
}
.form-col-6{
  width: 50%;
}
.form-col-12{
  width: 100%;
}
.submit-but-col{
  margin-top: 40px;
  text-align: left;
}
.ui-widget{
  font-family: 'Federo', sans-serif;
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-header,
.ui-widget thead{
  font-family: 'Federo', sans-serif;
}
.form-col-item{
  margin-bottom: 50px;
  position: relative;
}
.form-row input,
.form-row select,
.form-row textarea{
  background-color: transparent;
  border-radius: 0;
  box-shadow: none; 
  border: 0;
  border-bottom: 2px solid #fff;
  display: block;
  color: #c28d1b;
  font-size: 1em;
  line-height: 1.2;
  height: 55px;
  padding: 0;
  outline: none!important;
  width: 100%;
}
.form-row select{
  background-image: url('img/icons/select-arrow.png');
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-row select::-ms-expand{
  display: none;
}
.form-row textarea{
  border: 2px solid #fff;
  height: 150px;
  padding: 15px 20px;
  resize: none;
}
.form-row textarea:focus,
.form-row .wpcf7-form-control-wrap.has-content textarea{
  border-color: #c28d1b; 
}
.form-row .event-date input{
  background-image: url('img/icons/date-icon.png');
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.form-row .event-time input,
.form-row .event-time select{
  background-image: url('img/icons/clock-icon.png');
  background-repeat: no-repeat;
  background-position: center right;
}
.form-row .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}
.form-row .wpcf7-form-control-wrap ~ label{
  display: block;
  left: 0;
  line-height: 1;
  padding-right: 30px;
  position: absolute;
  top: 17px;
  transition: 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  z-index: -1;
}
.form-row .form-col-textarea label{
  left: 15px;
}
.form-row .form-col-item-textarea .wpcf7-form-control-wrap ~ label{
  left: 16px;
}
.form-row .wpcf7-form-control-wrap ~ .focus-border{
  position: absolute;
  left: 0;
  top: 53px;
  width: 0;
  height: 2px;
  background-color: #c28d1b;
  transition: 0.4s;
}
.form-row .wpcf7-form-control-wrap.focus ~ label,
.form-row .wpcf7-form-control-wrap.has-content ~ label{
  color: #c28d1b!important;
  font-size: 14px;
  left: 0;
  top: -12px;
  transition: 0.3s;
}
.form-row .form-col-textarea .wpcf7-form-control-wrap.focus ~ label,
.form-row .form-col-textarea .wpcf7-form-control-wrap.has-content ~ label{
  top: -18px;
}
.form-row .wpcf7-form-control-wrap.focus ~ .focus-border,
.form-row .wpcf7-form-control-wrap.has-content ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}
.form-row .form-col-item-textarea .wpcf7-form-control-wrap.focus ~ label,
.form-row .form-col-item-textarea .wpcf7-form-control-wrap.has-content~ label{
  left: 0;
  top: -20px;
}
.form-col-checkbox .wpcf7-list-item{
  display: block;
  margin: 0;
}
.form-row input[type="checkbox"]{
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  width: 15px;
}
.ckeckbox-row{
  position: relative;
  overflow: hidden;
}
.ckeckbox-row input{
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  width: 15px;
}
.ckeckbox-row span,
.ckeckbox-row label{
  display: inline-block;
  vertical-align: middle;
}
.ckeckbox-row a{
  color: #fff;
}
.ckeckbox-row a:hover{
  color: #c28d1b;
}
.form-row input[type="submit"],
.form-row input[type="button"],
.form-row button{
  background: #c28d1b;
  border: none;
  border-radius: 25px; 
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  letter-spacing: 0.05em;
  margin: 0;
  min-width: 210px;
  padding: 5px 10px;
  width: auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: 1px solid transparent!important;
  outline-offset: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-row input[type="submit"]:hover,
.form-row input[type="button"]:hover,
.form-row button:hover{
  background: #986f15;
}
.grecaptcha-badge{
  z-index: 55;
}
span.wpcf7-not-valid-tip{
  font-size: 10px;
  color: #d9534f;
  line-height: 1.2;
  margin-top: 5px;
}
div.wpcf7-response-output{
  color: #fff;
  border: none;
  line-height: 1.5;
  margin: 10px 0 0;
  text-align: center;
  padding: 20px 15px;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked{
  background: #770000;
}
div.wpcf7-mail-sent-ok {
  background: #726659;
}
div.wpcf7-mail-sent-ng {
  background: #d9534f;
}
/*--------------About-----------*/
.container-big{
  max-width: 1350px;
}
.section{
  padding: 90px 0;
}
.pt-0{
  padding-top: 0!important;
}
.block-bg{
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.top-section{
  background-color: #970000;
  background-blend-mode: multiply;
  position: relative; 
}
.top-section::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*background-size: 7px 5px;*/
  background-size:12px 12px, 12px 12px;
  /*background-position: 0, 11px 0px;*/
  /*background-position: 0, 4px 0px;*/
  background-position: 11px, 17px 16px;
  background-image: radial-gradient(circle, #000, rgba(0, 0, 0, 0) 60%), radial-gradient(circle, #000, rgba(0, 0, 0, 0) 50%);
  mix-blend-mode: multiply;
}
.top-section-inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 90px;
  position: relative;
  width: 100%;
}
.top-section-title{
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.top-section-title h1{
  color: #c28d1b;
  font-size: 2.75em;
  line-height: 1.15;
  letter-spacing: 0.1em;
  margin: 0 auto;
  text-transform: uppercase;
  text-shadow: 3px 3px 2px rgba(0,0,0,0.8);
}
.page-template-template-about .top-section-title h1{
  max-width: 10em;
}
.top-star-wrap{
  position: absolute;
  z-index: 1;
  max-width: 400px;
  left: 50%;
  margin-top: -250px;
  height: 400px;
  top: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-star-wrap svg{
  display: block;
  height: 400px;
  width: 100%;
}
.top-star{
  fill:none;
  stroke:#FFFFFF;
  stroke-width:4;
  stroke-miterlimit:10;
  stroke-dasharray: 1800;
  stroke-dashoffset: 0;
}
.about-content-section .row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.about-content-image-col{
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.about-content{
  max-width: 500px;
}
.about-content p{
  font-size: 1.2em;
}
.about-content-image{
  margin: 0 auto;
  max-width: 490px;
}
.about-content-image img{
  display: block;
  height: auto;
  width: 100%;
}
.quote-section{
  background: #690202 url('img/icons/background-red.jpg') top left repeat;
}
.quote-section-inner{
  margin: 0 auto;
  max-width: 1320px;
  padding: 130px 0;
  position: relative;
}
.quote-section-content{
  font-family: 'Kumar One', cursive;
  font-size: 2.1em;
  line-height: 1.8;
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
}
.about-icon1{
  height: 82px;
  left: 104px;
  position: absolute;
  top: -132px;
  width: 85px;
  z-index: 2;
}
.about-icon2{
  height: 131px;
  left: 176px;
  position: absolute;
  top: -74px;
  width: 136px;
  z-index: 2;
}
.about-icon3{
  height: auto;
  left: 278px;
  position: absolute;
  top: -146px;
  width: 192px;
  z-index: 2;
}
.about-icon4{
  height: auto;
  right: 0;
  position: absolute;
  top: -195px;
  width: 298px;
  z-index: 2;
}
.about-icon5{
  bottom: -100px;
  height: auto;
  left: 10px;
  position: absolute;
  width: 328px;
  z-index: 2;
}
.about-icon6{
  bottom: -38px;
  height: auto;
  right: 124px;
  position: absolute;
  width: 193px;
  z-index: 2;
}
/*--------Event Spaces----------*/
.event-spaces-inner{
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px 0;
}
.intro-section-inner{
  position: relative;
}
.intro-section-inner .container{
  position: relative;
  z-index: 2;
}
.intro-section-inner-bg{
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; 
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms; 
}
.intro-section-inner-bg:after{
  background: rgba(0,0,0,0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.section-nav{
  font-size: 0.9em;
  font-family: 'Kelly Slab', cursive;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin: 0 0 5em;
  text-align: center;
  text-transform: uppercase;
}
.section-nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-nav li{
  display: inline-block;
  padding: 0 10px;
}
.section-nav a{
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
}
.section-nav a:hover,
.section-nav .current-nav-item a{
  color: #c28d1b;
}
.text-center{
  text-align: center;
}
.event-spaces-title h2{
  margin: 0 0 1.3em;
}
.event-spaces-content{
  max-width: 550px;
}
.vip-lounge-section{
  background: #1c3117 url('img/icons/background-green.jpg') top left repeat;
}
.swiper-button-prev,
.swiper-button-next{
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 12px 24px;
  background-size: 12px 24px;
  bottom: 20px;
  height: 40px;
  margin: 0;
  top: auto;
  position: absolute;
  outline: none;
  width: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.swiper-button-prev{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  margin-right: 5px;
  right: 50%;
}
.swiper-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 50%;
  margin-left: 5px;
  right: auto;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
  background-color: rgba(0,0,0,0.8);
}
.event-gallery-slide{
  padding-top: 57%;
}
.event-gallery-content{
  margin: 35px auto 0;
  max-width: 520px;
  padding: 70px 0 50px;
  position: relative;
  text-align: center;
}
.event-gallery-content:before{
  background: url('img/icons/page-sprite.png') -182px -8px no-repeat;
  content: "";
  display: block;
  height: 36px;
  left: 50%;
  margin-left: -88px;
  top: 0;
  position: absolute;
  width: 177px;
}
.event-gallery-content:after{
  background: url('img/icons/page-sprite.png') -182px -61px no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 9px;
  left: 50%;
  margin-left: -112px;
  position: absolute;
  width: 223px;
}
.event-gallery-content p{
  font-size: 1.2em;
}
.atrium-section{
  background: #690202 url('img/icons/background-red.jpg') top left repeat;
}
.book-event-title h2{
  margin-bottom: 1.2em;
  text-align: center;
}
.book-event-content{
  font-size: 0.9em;
  margin-top: 0.7em;
}
.book-event-content a{
  color: #fff;
  text-decoration: none;
}
.book-event-form{
  margin-left: auto;
  max-width: 720px;
}
.book-event-form .form-row input:-webkit-autofill,
.book-event-form .form-row input:-webkit-autofill:hover,
.book-event-form .form-row input:-webkit-autofill:focus,
.book-event-form .form-row input:-webkit-autofill:active{
  -webkit-transition-delay: 9999s;
  -webkit-text-fill-color: #c28d1b!important;
}
/*----------Gallery-----------*/
.gallery-feed-wrap{
  position: relative;
}
.gallery-feed-wrap:after{
  background: #690202 url('img/icons/background-red.jpg') top left repeat;
  content: "";
  display: block;
  height: 60%;
  max-height: 1000px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-feed-wrap .container{
  position: relative;
  z-index: 2;
}
.gallery-item{
  float: left;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.gallery-halfwidthrectangle,
.gallery-halfwidthsquare{
  width: 50%;
}
.gallery-fullwindow .gallery-item-image{
  padding-top: 56%;
}
.gallery-halfwidthrectangle .gallery-item-image{
  padding-top: 132%;
}
.gallery-halfwidthsquare .gallery-item-image{
  padding-top: 100%;
}
.gallery-item-image{
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
}
.gallery-item-caption{
  font-family: 'Khand', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px 0 0;
  text-transform: uppercase;
}
/*-----------Group Functions----------*/
.group-functions-inner{
  padding: 200px 0 140px;
  max-width: 100%;
}
.group-functions-content{
  margin: 0 auto;
  max-width: 690px;
  text-align: center;
}
.group-functions-content h2{
  margin: 0 auto 1.2em;
  max-width: 670px;
}
.group-content-section{
  background: #690202 url('img/icons/background-red.jpg') top left repeat;
  background-attachment: fixed;
}
.group-content-wrap{
  background: #f8f5f1;
  border: 1.3em solid #000;
  margin: 0 auto;
  max-width: 800px;
  padding: 90px 0;
  position: relative;
}
.group-content-wrap:before,
.group-content-wrap:after,
.group-content-inner:before,
.group-content-inner:after{
  background: url('img/icons/page-sprite.png') -118px -106px no-repeat;
  content: "";
  display: block;
  height: 48px;
  left: 13px;
  position: absolute;
  top: 13px;
  width: 48px;
  z-index: 2; 
}
.group-content-wrap:after{
  left: auto;
  right: 13px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.group-content-inner:before{
  bottom: 13px;
  top: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.group-content-inner:after{
  bottom: 13px;
  left: auto;
  right: 13px;
  top: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.group-content{
  color: #a1998c;
  margin: 0 auto;
  max-width: 580px;
  padding: 0 15px;
}
.group-content h3{
  color: #c28d1b;
  font-family: 'Kelly Slab', cursive;
  font-size: 1.2em;
  margin: 0 0 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.group-content h3:after{
  background: url('img/icons/page-sprite.png') -182px -87px no-repeat;
  content: "";
  display: block;
  height: 12px;
  margin: 13px auto 0;
  position: relative;
  width: 189px;
}
.group-content ul{
  padding: 0 0 0 20px;
  margin: 0 0 3em;
}
.group-content ul:last-child{
  margin: 0;
}
.bottom-gallery-section{
  position: relative;
}
.gallery-slider-wrap{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.gallery-slider-wrap div{
  height: 100%;
}
.bottom-gallery-section-table{
  display: table;
  position: relative;
  width: 100%;
  z-index: 2;
}
.bottom-gallery-section-cell{
  display: table-cell;
  padding: 180px 0;
  vertical-align: middle;
}
.bottom-gallery-section .container{
  max-width: 420px;
}
.bottom-gallery-block{
  background: rgba(150,0,0,0.9);
  max-width: 390px;
  margin: 0 auto;
  padding: 110px 20px;
  text-align: center;
}
.bottom-gallery-block-inner{
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
}
.bottom-gallery-block h2{
  margin-bottom: 0.2em;
}
.bottom-gallery-block p{
  font-family: 'Khand', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.625;
  text-transform: uppercase;
}
.bottom-gallery-block a{
  font-family: 'Federo', sans-serif;
  color: #fff;
  text-decoration: none;
}
.bottom-gallery-block a:hover{
  text-decoration: underline;
}
/*---------Happenings-------*/
.happenings-inner{
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 0 100px;
}
.happenings-inner .intro-section-inner-bg{
  background-position: top right;
}
.happenings-content h2{
  text-align: center;
}
.happenings-content table{
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
.happenings-content table td{
  padding-bottom: 17px;
  vertical-align: top;
}
.happenings-content table td:first-child{
  padding-right: 15px;
  width: 22%;
}
/*-------Location-----------*/
.location-inner{
  max-width: 1440px;
  margin: 0 auto;
  padding: 130px 0 60px;
  text-align: center;
}
.location-inner .intro-section-inner-bg{
  background-position: top right;
}
.location-section-header{
  font-family: 'Kumar One', cursive;
  color: #c28d1b;
  margin-bottom: 6px;
  text-align: center;
}
.location-section-header h2{
  display: inline-block;
  margin: 0 0 0.4em;
  text-transform: none;
  width: auto;
}
.location-section-header p{
  font-size: 1.2em;
}
.contact-hours .line-vertical-left{
  left: -9px;
}
.contact-hours .line-vertical-right{
  right: -9px;
}
.contact-block-title{
  font-family: 'Kumar One', cursive;
  font-size: 18px;
  padding: 15px 0 11px;
  text-transform: uppercase;
}
.contact-block-content{
  /*padding: 15px 0 40px;*/
  padding: 15px 30px 60px;
}
.contact-block-content a{
  color: #fff;
  text-decoration: none;
}
.contact-directions{
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.contact-block-content ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-map-wrap{
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}
.contact-map{
  background: #232323;
  height: 510px;
}
.contact-map .iw-container{
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  text-align: center;
}
.contact-map .iw-container .map-name{
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-map .iw-container p{
  margin: 5px 0 0;
}
.contact-map .iw-container a{
  color: #fff;
  text-decoration: none;
}
.contact-map .iw-container .map-directions{
  display: inline-block;
  margin-top: 5px;
  text-decoration: underline;
}
.cta-content{
  max-width: 32em;
  margin: 0 auto;
  text-align: center;
}
.cta-content h3{
  color: #c28d1b;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1.43;
  margin: 0 0 0.2em;
}
.cta-content p{
  font-size: 1.3em;
  line-height: 1.35;
  margin-bottom: 1em;
}
.cta-content p:last-child{
  margin-bottom: 0;
}
.cta-content a{
  margin: 12px 4px 0;
}
/*--------Menus---------*/
.menus-section{
  background: #1c3117 url('img/icons/background-green.jpg') top left repeat;
  background-attachment: fixed;
  padding: 120px 0 50px;
}
.menus-section-nav{
  margin-bottom: 3.7em;
}
.menus-block-wrap{
  background: #f8f5f1;
  border: 1.3em solid #000;
  margin: 0 auto;
  max-width: 800px;
  padding: 85px 0;
  position: relative;
}
.menus-block-wrap:before,
.menus-block-wrap:after,
.menus-block-inner:before,
.menus-block-inner:after{
  background: url('img/icons/menus-border.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 98px;
  left: 1em;
  position: absolute;
  top: 1em;
  width: 100px;
  z-index: 2; 
}
.menus-block-wrap:after{
  left: auto;
  right: 1em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menus-block-inner:before{
  bottom: 1em;
  top: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menus-block-inner:after{
  bottom: 1em;
  left: auto;
  right: 1em;
  top: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menus-download-pdf{
  margin-top: 40px;
  text-align: center;
}
.menus-block-content{
  color: #999285;
  margin: 0 auto;
  max-width: 540px;
  padding: 0 15px;
  width: 100%;
}
.menus-block-top-content{
  color: #c28d1b;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 2.4em;
  text-align: center;
}
.menus-block-bot-content{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 40px;
  text-align: center;
}
.menus-block-item{
  margin-bottom: 3em;
}
.menus-block-item:last-child{
  margin-bottom: 0;
}
.menus-block-item-header{
  text-align: center;
}
.menus-block-item-header h3{
  color: #34572c;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 0.4em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.menus-block-item-header p{
  font-size: 0.9em;
  line-height: 1.2;
}
.menus-block-table{
  margin-top: 1.2em;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.menus-table-row{
  border-bottom: 1px dotted #c28d1b;
  padding: 14px 0;
}
.menus-table-col-left{
  float: left;
  width: 70%;
  width: calc(100% - 100px);
}
.menus-table-col-right{
  color: #c28d1b;
  font-family: 'Khand', sans-serif;
  font-size: 18px;
  font-weight: 500;
  float: right;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: right;
  width: 20%;
  width: 100px;
}
.menus-block-table-subtable{
  color: #c28d1b;
  font-family: 'Khand', sans-serif;
  font-size: 16px;
  font-weight: 500;
  float: left;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 10px 0 0;
  width: 100%;
}
.menus-subtable-row{
  padding: 4px 0 0;
}
.menus-subtable-col-left{
  float: left;
  width: 85%;
}
.menus-subtable-col-right{
  float: right;
  text-align: right;
  width: 15%;
}
.menus-item-title{
  color: #c28d1b;
  font-family: 'Kelly Slab', cursive;
  letter-spacing: 0;
  line-height: 1.2;
}
.menus-item-description{
  font-family: 'Khand', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 9px;
  text-transform: uppercase;
}
/*--------Home------------*/
.home-slider-section{
  position: relative;
}
.home-slider-section .swiper-slide{
  height: auto;
}
.home-slider-logo{
  height: 146px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 270px;
  z-index: 2;
  -webkit-transform: translate(-50%,-125%);
  -ms-transform: translate(-50%,-125%);
  -o-transform: translate(-50%,-125%);
  transform: translate(-50%,-125%);
}
.home-slide-banner{
  background-color: #970000;
  background-blend-mode: multiply;
  height: 100%;
}
.home-slide-banner-inner{
  height: 100vh;
  display: table;
  width: 100%;
}
.home-slide-content{
  display: table-cell;
  padding: 10vh 15px;
  text-align: center;
  vertical-align: top;
}
.home-slide-content-inner{
  color: #c28d1b;
  font-family: 'Kumar One', cursive;
  font-size: 2.8em;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 auto;
  max-width: 750px;
  padding-top: 40vh;
  text-shadow: 3px 3px 2px rgba(0,0,0,0.8);
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.8s 1s linear;
  -moz-transition: all 0.8s 1s linear;
  -o-transition: all 0.8s 1s linear;
  transition: all 0.8s 1s linear;
}
.swiper-slide-active .home-slide-content-inner{
  opacity: 1;
}
.home-intro-inner{
  padding: 11% 0;
}
.home-intro-section .container{
  max-width: 1350px;
}
.home-intro-section .row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.home-intro-heading{
  font-family: 'Kelly Slab', cursive;
  font-size: 3em;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: uppercase;  
  text-shadow: 3px 3px 2px rgba(0,0,0,0.8);
}
.home-intro-content{
  max-width: 410px;
  margin-left: auto;
  text-shadow: 3px 3px 2px rgba(0,0,0,0.8);
}
.home-bottom-section{
  background: #960000 url('img/icons/home-bg.jpg') top left repeat;
  padding: 35px 0;
}
.home-bottom-section-inner{
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.home-bottom-section .container{
  max-width: 880px;
}
.home-bottom-block{
  background: #000;
  max-width: 390px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.home-bottom-block-inner{
  min-height: 625px;
  padding: 90px 2em;
  outline: 4px solid #c28d1b;
  outline-offset: -1.2em;
}
.home-bottom-block-left .home-bottom-block-inner{
  padding-top: 122px;
}
.home-bottom-block-left:before{
  background: url('img/icons/roses-icon.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 144px;
  left: 50%;
  margin-left: -93px;
  position: absolute;
  top: -65px;
  width: 186px;
}
.home-bottom-block-right:after{
  background: url('img/icons/dolls-icon.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: -14px;
  content: "";
  display: block;
  height: 143px;
  left: 50%;
  margin-left: -97px;
  position: absolute;
  width: 194px;
}
.home-bottom-block h2{
  font-family: 'Kelly Slab', cursive;
  font-size: 2.25em;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 0.7em;
}
.home-bottom-block h3{
  font-family: 'Kelly Slab', cursive;
  font-size: 1.6em;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 1em;
}
.home-bottom-block p{
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin: 0 0 1.875em;
}
.home-bottom-block a{
  min-width: 210px;
}
.home-icon1{
  margin-right: 365px;
  right: 50%;
  position: absolute;
  top: 320px;
}
.home-icon2{
  right: 330px;
  position: absolute;
  top: 660px;
}
.home-icon3{
  right: 0;
  position: absolute;
  top: 660px;
}
.home-icon4{
  margin: 0 0 25px 30px;
}
.home-icon5{
  margin-left: 375px;
  left: 50%;
  position: absolute;
  top: -85px;
}
.home-icon6{
  margin-left: 415px;
  left: 50%;
  position: absolute;
  top: 190px;
  width: 180px;
}
.home-icon7{
  margin-left: 545px;
  left: 50%;
  position: absolute;
  top: 350px;
  width: 115px;
}
.home-icon8{
  margin-left: 455px;
  left: 50%;
  position: absolute;
  top: 410px;
  width: 90px;
}
/*----------------Responsive--------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-section-inner,
  .home-slide-banner-inner{
    background: rgba(90,0,0,0.82);
  }
}
@supports (-ms-accelerator:true) {
  .top-section-inner,
  .home-slide-banner-inner{
    background: rgba(90,0,0,0.94);
  }
}
@media only screen and (max-width : 992px) {
  body{
    padding-bottom: 0;
  }
  .footer{
    position: relative;
  }
  .animated{
    animation: none;
  }
  .hidden-block{
    visibility: visible;
  }
  .header-contacts{
    font-size: 12px;
  }
  .footer-top{
    font-size: 14px;
  }
  .header-contacts{
    margin-top: -20px;
  }
  .header-contacts .header-address{
    display: block;
  }
  .header-address:after{
    content: none;
  }
  .footer-contacts-content p{
    margin-bottom: 1.2em;
  }
  .quote-section-inner{
    margin: 30px 0;
    padding: 80px 0;
  }
  .about-icon1{
    height: auto;
    left: 10px;
    top: -50px;
    width: 40px;
  }
  .about-icon2{
    height: auto;
    left: 45px;
    top: -30px;
    width: 60px;
  }
  .about-icon3{
    height: auto;
    left: 95px;
    top: -60px;
    width: 95px;
  }
  .about-icon4{
    height: auto;
    right: 0;
    top: -100px;
    width: 150px;
  }
  .about-icon5{
    bottom: -65px;
    width: 150px;
  }
  .about-icon6{
    bottom: -35px;
    right: 40px;
    width: 110px;
  }
  .gallery-item{
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-slider-logo{
    height: auto;
    width: 230px;
  }
  .home-slide-content-inner{
    font-size: 1.8em;
  }
  .home-intro-inner{
    background: rgba(0,0,0,0.6);
  }
  .home-intro-heading{
    font-size: 2.4em;
    margin-bottom: 0.5em;
  }
  .home-intro-section .row{
    display: block;
  }
  .home-intro-content{
    max-width: 100%;
  }
  .home-icon1,
  .home-icon2,
  .home-icon5,
  .home-icon6,
  .home-icon7,
  .home-icon8{
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  body{
    font-size: 16px;
    padding: 134px 0 0;
  }
  h2{
    font-size: 1.8em;
  }
  .mobile-hide{
    display: none;
  }
  .header{
    position: fixed;
    top: 0;
  }
  .home .header-inner{
    background: #000;
  }
  .header-inner{
    padding: 10px 0 0;
  }
  .header-logo-wrap{
    width: 100px;
  }
  .header-logo-wrap img{
    height: 54px;
    width: 100px;
  }
  .home .header-logo-wrap img{
    opacity: 1;
  }
  .header-contacts{
    display: block;
    font-size: 12px;
    left: auto;
    right: auto;
    margin: 10px -15px 0;
    position: relative;
    text-align: center;
    top: auto;
  }
  .header-contacts .header-address{
    display: inline-block;
  }
  .header-address:after{
    content: "::";
    padding-left: 8px;
    padding-right: 4px;
  }
  .header-links{
    display: block;
  }
  #touch-menu{
    margin: 0;
    top: 22px;
  }
  .close-menu{
    left: 17px;
    top: 25px;
  }
  .navigation-sidebar{
    padding: 60px 20px 30px 20px;
    width: 280px;
  }
  .sidebar-contacts{
    margin-top: 25px;
  }
  .footer-logo-col .line-vertical{
    display: none;
  }
  .footer-logo-wrap{
    padding: 0 0 20px;
  }
  .footer-logo-wrap img{
    max-width: 170px;
  }
  .footer-contacts,
  .footer-hours{
    padding: 0;
  }
  .footer-logos{
    padding-bottom: 10px;
  }
  .footer-copyright,
  .footer-bot-links{
    margin: 10px 0;
  }
  .section{
    padding: 50px 0;
  }
  .top-section-inner{
    height: 330px!important;
    padding: 0;
  }
  .top-section-title h1{
    font-size: 2.2em;
  }
  .top-star-wrap{
    max-width: 260px;
    left: 50%;
    margin-top: -130px;
    height: 260px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  .top-star-wrap svg{
    height: 260px;
    width: 100%;
  }
  .about-content-section .row{
    display: block;
  }
  .about-content-image{
    margin-bottom: 35px;
  }
  .quote-section-inner{
    margin: 30px 0;
    padding: 80px 0;
  }
  .quote-section-content{
    font-size: 1.5em;
  }
  .about-icon4{
    top: -80px;
    width: 120px;
  }
  .about-icon6{
    right: 10px;
  }
  .section-nav{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section-nav li{
    display: block;
    padding: 2px 0;
  }
  .swiper-button-prev,
  .swiper-button-next{
    bottom: 10px;
  }
  .book-event-title h2{
    margin-bottom: 0.5em;
  }
  .book-event-form{
    margin: 40px 0 0;
    max-width: 100%;
  }
  .form-col-item{
    margin-bottom: 35px;
  }
  .submit-but-col{
    margin-top: 30px;
  }
  .form-col-4,
  .form-col-6,
  .form-col-12{
    width: 100%;
  }
  .form-row input[type="submit"]{
    display: block;
    width: 100%;
  }
  .gallery-item{
    margin-bottom: 30px;
  }
  .gallery-item-caption{
    padding: 10px 0 0;
  }
  .gallery-item{
    width: 100%;
  }
  .group-content-wrap{
    border-width: 10px; 
  }
  .bottom-gallery-section-cell{
    padding: 100px 0;
  }
  .bottom-gallery-block{
    padding: 60px 15px;
  }
  .happenings-content table td{
    padding-bottom: 8px;
  }
  .location-inner{
    padding-bottom: 10px;
  }
  .location-section-header{
    margin-bottom: 20px;
  }
  .contact-block-title{
    padding: 0 0 5px;
  }
  .contact-hours .line-vertical{
    display: none;
  }
  .contact-map {
    height: 320px;
  }
  .cta-content a{
    display: block;
    margin: 12px 0 0;
    width: 100%;
  }
  .menus-block-wrap{
    border-width: 10px;
    padding: 65px 0 75px;
  }
  .menus-block-wrap:before,
  .menus-block-wrap:after,
  .menus-block-inner:before,
  .menus-block-inner:after{
    height: 60px;
    left: 6px;
    top: 6px;
    width: 60px;
  }
  .menus-block-wrap:after{
    left: auto;
    right: 6px;
  }
  .menus-block-inner:before{
    bottom: 6px;
    top: auto;
  }
  .menus-block-inner:after{
    bottom: 6px;
    left: auto;
    right: 6px;
    top: auto;
  }
  .menus-block-top-content{
    margin-bottom: 30px;
  }
  .menus-block-bot-content{
    margin-top: 30px;
  }
  .menus-block-item{
    margin-bottom: 30px;
  }
  .menus-block-table{
    margin-top: 10px;
  }
  .menus-table-col-left{
    width: calc(100% - 85px);
  }
  .menus-table-col-right{
    font-size: 16px;
    width: 85px;
  }
  .menus-item-description{
    font-size: 14px;
    margin-top: 5px;
  }
  .menus-block-table-subtable{
    margin-top: 3px;
  }
  .home-slider-logo{
    display: none;
  }
  .home-slide-banner-inner{
    height: 320px!important;
  }
  .home-slide-content{
    padding: 25px 15px;
    vertical-align: middle;
  }
  .home-slide-content-inner{
    padding: 0;
  }
  .home-bottom-block-inner{
    min-height: 0;
    padding: 70px 30px 90px;
  }
  .home-bottom-block-left .home-bottom-block-inner{
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .home-bottom-block-right:after{
    height: 110px;
  }
  .home-icon4{
    display: none;
  }
  .home-bottom-block{
    max-width: 550px;
  }
  .home-icons-wrap{
    max-width: 550px;
    margin: 0 auto -40px;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .home-icon2{
    display: block;
    float: left;
    margin: 20px 0;
    max-width: 48%;
    position: relative;
    top: auto;
    right: auto;
  }
  .home-icon3{
    float: right;
    max-width: 48%;
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width : 379px) {
  .header-contacts .header-address{
    display: inline-block;
  }
  .header-address a{
    display: inline-block;
    vertical-align: bottom;
    overflow-x: hidden;
    white-space: nowrap;
    width: 180px;
  }
  .header-links{
    font-size: 12px;
  }
}
@media only screen and (min-width : 768px) {
  .footer .col-sm-2{
    width: 24%;
  }
  .footer .col-sm-5{
    width: 38%;
  }
  .footer .col-sm-push-5{
    left: 38%;
  }
  .footer .col-sm-pull-2{
    right: 24%;
  }
}
@media only screen and (min-width : 991px) {
  .location-section-header h2 span{
    display: inline-block;
    border-right: 2px solid #c28d1b;
    line-height: 60px;
    overflow: hidden; 
    vertical-align: middle;
    white-space: nowrap;
    width: 0;
  }
  .location-section-header.visible-block h2 span{
    animation: contacttypewriter 2s steps(34) 1s 1 normal both,
    contactblinkTextCursor 600ms steps(34) 7 normal both;
  }
  @keyframes contacttypewriter{
    from{width: 0;}
    to{width: 100%;}
  }
  @keyframes contactblinkTextCursor{
    from{border-right-color: #c28d1b;}
    to{border-right-color: transparent;}
  }
  .top-star{
    animation: draw linear 8s 4 both;
  }
  @keyframes draw{
    0%{
      stroke-dashoffset: 0;
    }
    50%{
      stroke-dashoffset: 2000;
    }
    100%{
      stroke-dashoffset: 0;
    }
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 6px 0 25px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*-------------Print------------------**/
@media print {
  header,
  footer{
    display: none;
  }
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}