
/*custom css*/
a.presentation1 {
    font-size: 25px;
    font-weight: bold;
    color: #96be0b;
}a.presentation1:hover {
    font-size: 26px;
    color: #414f10;
}a.cater {
    margin-top: 13px;
    background: #bdcd76;
    color: white;
    display: block;
    font-family: Libre Franklin, sans-serif;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 1px;
    max-width: 270px;
    padding: 13px;
    width: 100%;
    border-radius: 4px 23px;
    -webkit-box-shadow: 7px 6px 14px 1px rgba(0,0,0,0.09);
    -moz-box-shadow: 7px 6px 14px 1px rgba(0,0,0,0.09);
    box-shadow: 7px 6px 14px 1px rgba(0,0,0,0.09);
}a.cater:hover{
    background: #ffc521;
}a.innercater{
    margin-top: 20px;
}a.cater .sticky{
  margin-top: 5%;
}.header-content {
  background: #ffffff9c;
  padding: 40px;
  margin-top: 8%;
}span.drop {
  color: white !important;
  font-size: 15px !important;
  padding-left: 0 !important;
}.header-inner-wrapper .header-phone span:hover {
  color: #bdcd76;
}.awards img {
    margin-top: 4%;
}.glsr-field select[name=rating] {
    display: block;
    height: 41px !important;
}.glsr-review-date, .glsr-review-link {
    white-space: nowrap;
    display: none !important;
}h3.glsr-review-title {
    display: none !important;
}.backstage {
    padding-bottom: 80vh !important;
}.pay-your-invoice .boxed {
    background: whitesmoke;
    border: 4px solid white;
    box-shadow: 1px 1px 20px 0px whitesmoke;
    margin-top: 30px;
}.pay-your-invoice h2 {
    color: black !important;
        margin-bottom: 0 !important;
}.pay-your-invoice .button {
    background: #609009;
    font-family: "Roboto", sans-serif;
}.pay-your-invoice .fa {
    display: block;
    padding: 10px;
    font-size: 34px;
    color: #bdcd76;
}.google-map.absolute-right {
    right: -120px;
}.about-bottom {
    padding-top: 22vh !important;
}


/* Default Styles */
#wpadminbar {
  display: none !important;
}
body {
  font-family: Playfair Display, serif;
}h1, h1 a {
  color: #000000;
  font-family: Playfair Display, serif;
  font-size: 2.2em;
  line-height: 1.27em;
  margin: 25px 0;
  font-weight: bold;
}h2 {
  color: #ffc521;
  font-family: Playfair Display, serif;
  font-size: 2em;
  line-height: 1.5rem;
  margin: 25px 0;
  font-weight: bold;
}h3 {
  color: #ffc521;
  font-family: Playfair Display, serif;
  font-size: 1.8em;
  line-height: 1.5rem;
  margin: 25px 0;
  font-weight: bold;
}h4 {
  color: #ffc521;
  font-family: Playfair Display, serif;
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1.5rem;
  margin: 25px 0;
}p {
  color:#8d8d8d;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
  margin: 17px 0px;
  font-weight: bold;
}ul {
  list-style-type: none;
}hr {
  margin-bottom: 29px;
  margin-top: 6px;
}.row {
  margin: 0 auto;
  max-width: 1560px;
  width: 100%;
}.contain-to-grid {
  background: none !important;
}.contain-to-grid .top-bar {
  max-width: 75em;
}.page-wrapper {
  clear: both;
  max-width: 75rem;
}.overflow-hidden {
  overflow: hidden !important;
}.strip-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}.vertical-padding-large {
  padding-top: 60px;
  padding-bottom: 80px;
}.vertical-padding-medium {
  padding-top: 30px;
  padding-bottom: 50px;
}.vertical-padding-small {
  padding-top: 10px;
  padding-bottom: 30px;
}.vertical-margin-large {
  margin-top: 71px;
  margin-bottom: 60px;
}.vertical-margin-medium {
  margin-top: 59px;
  margin-bottom: 38px;
}.vertical-margin-small {
  margin-top: 11px;
  margin-bottom: 17px;
}.absolute {
  position:absolute;
}.relative {
  position:relative;
}.clearfix {
  clear:both;
}[class*="fadein-"] {
  opacity: 0;
}.scrollfade {
  opacity: 0;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.scrollfade {
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-right.scrollfade {
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-bottom.scrollfade {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-left.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-bottom.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}@-webkit-keyframes fadeIn { 
    from { 
    opacity:0; 
    -webkit-transform: scale(0.99);
  } 
    to { 
    opacity:1; 
    -webkit-transform: scale(1.00);
  } 
}
@-moz-keyframes fadeIn { 
    from { 
    opacity:0;
    -moz-transform: scale(0.99);
  } 
    to { 
    opacity:1;
    -moz-transform: scale(1.00);
  } 
}
@keyframes fadeIn { 
    from { 
    opacity:0;
    transform: scale(0.99);
  } 
    to { 
    opacity:1;
    transform: scale(1.00); 
  } 
}
/*----Navigation----*/
.navigation-wrapper {
  padding: 5px 0;
  z-index: 99;
}.top-bar {
  background: none;
  display: inline-block;
  line-height: 45px;
}.top-bar .top-bar-section ul li {
  background: transparent;
}.top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent !important;
  color: #8d8d8d;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 45px;
  letter-spacing: 0.6px;
  padding: 0px 10px;
  text-transform: uppercase;
}.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #333333;
  color: #ffc521;
  padding: 0 10px;
  line-height: 45px;
}.top-bar-section li.active:not(.has-form) a:not(.button):hover{
  color: #ffc521;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  color:#ffffff;
}.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
  color:#000000;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button):hover{
  color:#000000;
}.top-bar-section ul li:hover:not(.has-form)>a {
  color: #ffc521;
}.top-bar-section .has-dropdown>a:after {
  display:none;
}.top-bar-section .dropdown {
  background: #ffc521;
  box-shadow: 5px 11px 32px rgba(0, 0, 0, 0.29);
  left: 50%;
  margin-top: -3px;
  min-width: 247px;
  opacity: 0.2;
  padding: 13px 0px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}.top-bar-section .has-dropdown.not-click:hover>.dropdown {
  transition-delay: 0s, 0s, 0.4s;
  opacity: 1;
  margin-top: 0;
}.top-bar-section .has-dropdown>a{
  padding:0 10px ;
}.top-bar-section .dropdown::before {
  border: 9px solid;
  border-color: transparent transparent #ffc521 transparent;
  content:"";
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  top: -16px;
  width: 10px;
}
/*----Header----*/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 99;
}.header-wrapper.home {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 999;
}.header-details {
  padding: 272px 0px;
}.header-details .header-content span {
  font-family: Libre Franklin, sans-serif;
  font-size: 26px;
  color: #4a5501;
}.header-details .header-content .header-btn {
  background: #000000;
  color: white;
  display: block;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin: 27px 0;
  max-width: 270px;
  padding: 0;
  width: 100%;
}.header-details .header-content .header-btn a{
  display: block;
  padding: 13px 0px;
  width: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}.header-details .header-content .header-btn a:hover {
  background:#ffc521;  
}.header-details .header-company-title {
  margin: 58px 0 6px;
}.header-details .header-company-title a {
  font-size: 1.2em;
  line-height: 1.6em;
  text-transform: uppercase;
}.header-inner-wrapper {
  float: left;
  left: 0px;
  padding-top: 33px;
  position: relative;
  right: 0;
  top: 0px;
  width: 100%;
  background: url(https://9728963036.linknowmedia.buzz/wp-content/themes/catr3/images/card-bg.jpg);
  box-shadow: 1px 1px 17px 0px #d9d9d9;
}.header-inner-wrapper .logo-wrapper {
  float:left;
  padding-left: 43%;
  padding-right: 32px;
}.header-inner-wrapper .logo-wrapper h1 {
  font-size: 1em;
  margin: 5px 0;
}.header-inner-wrapper .logo-wrapper img {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 40%;
  padding-bottom: 10px;
}.header-inner-wrapper .header-phone {
  padding: 16px 0px;
}.header-inner-wrapper .header-phone span {
  color: #ffc521;
  display: block;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-left: 57px;
}.header-inner-wrapper.sticky {
  background:url("https://vizcarrahospitality.com/wp-content/themes/catr3/images/card-bg.jpg");
  box-shadow: 1px 1px 17px 0px #d9d9d9;
  padding: 0px;
  position: fixed;
  top: 0px;
  z-index: 99999;
}.header-inner-wrapper.sticky .logo-wrapper {
  text-align:center;
  padding-top: 13px;
  padding-left: 2%;
  padding-bottom: 2%;
}.header-inner-wrapper.sticky .logo-wrapper img{
  max-width: 145px;
}.header-inner-wrapper.sticky .navigation-wrapper {
  padding:10px 0px;
}.header-inner-wrapper.sticky .header-phone {
  padding-top:40px
}.header-inner-wrapper.sticky .top-bar-section li.active:not(.has-form) a:not(.button), 
.header-inner-wrapper.sticky .top-bar-section li:not(.has-form) a:not(.button) {
  line-height:45px;
}
/*----Slider-----*/
.slick-background-wrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100% !important;
}.slick-background-wrapper::after {
  background: transparent url("https://vizcarrahospitality.com/wp-content/themes/catr3/images/slider-background.jpg") no-repeat top left;
  content: "";
  height: 100%;
  left: 0px;
  position:absolute;
  top: 0px;
  width: 100%;
  z-index:-1;
  animation-name: fadeIn;
  animation-duration: 4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 4s;
}.slider-wrapper::after {
  border-top: 4px double #b0b0b0;
  content: "";
  margin-top: -20px;
  position: absolute;
  width: 100%;
}
/*-----Homepage------*/
.top-section {
  min-height: 656px;
}.lime-img {
  margin-top: -42px;
  position: absolute;
  right: -105px;
}.bottom-section h2 {
  font-size: 2em;
  letter-spacing: 1px;
}.list-box {
  margin-top: 25px;
  padding: 20px 80px 25px 40px;
}.list-box h2 {
  font-size: 34px;
  line-height: 48px;
  margin-left: 20px;
}ul.squared {
  margin-top: 10px;
  margin-left: 0 !Important;
}ul.squared li {
  font-family:Playfair Display, serif;
  font-size:19px;
  line-height:2.1em;
  letter-spacing:0.3px;
}ul.squared li a {
  color:#7c7c7c ;
}ul.squared li::before {
  color:#ffc521;
  content:"\25A0";
  font-size:25px;
  margin-right:10px;
}ul.squared.inline li {
  display:inline-block;
  padding-left:20px;
} 
/*----Content----*/
.content-wrapper {
  background: #FFFFFF;
  max-width: 100%;
  position: relative;
  width: 100%;
}.content-wrapper h2 {
  color:#ffc521;
  font-family:Playfair Display, serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 47px;
  margin-bottom: 0.4em;
}.content-wrapper ul {
  color: #8d8d8d;
  font-family: Libre Franklin, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-left: 1.9rem;
}.content-wrapper .button-one {
  background: #ffc521;
  color:white;
  display:inline-block;
  font-family: Libre Franklin, sans-serif;
  line-height:10px;
  margin:20px 0px;
  max-width:200px;
  padding:16px 20px;
  text-align:center;
  width:100%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}.content-wrapper .button-one:hover {
  box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}.content-wrapper .service {
  border-left: 1px solid #dddddd;
  margin: 10px 0px;
}
/*----Cards----*/
.card {
  background: url("https://vizcarrahospitality.com/wp-content/themes/catr3/images/card-bg.jpg");
  float:left;
  padding: 20px 20px;
  position:relative;
  width: 100%;
}.card::before {
  box-shadow: 0px 0px 1px 10px rgba(162, 161, 161, 0.19);
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  animation-name: fadeIn;
  animation-duration: 4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 2;
  z-index: -1;
}.small-card {
  display:inline-block;
  max-width: 553px;
  width: 100%;
  z-index: 1;
}.small-card .card-content {
  border: 4px double #dadada;
  float:left;
  padding: 15px 65px;
}.small-card .card-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 50px;
  margin:20px 0px;
}.small-card .card-content p {
  font-size: 17px;
  line-height: 1.99em;
  font-weight: bold;
}.medium-card {
  max-width: 840px;
  width:100%;
}.medium-card .card-content {
  border: 4px double #dadada;
  padding: 65px 110px;
}.medium-card .card-content h2 {
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-weight: bold;
}.medium-card .card-content p {
  color:#8d8d8d;
  font-size: 18px;
  line-height: 25px;
  margin: 0px 0px;
  font-weight: bold;
}.large-card .card-content {
  border: 4px double #dadada;
  float:left;
  padding: 15px 40px;
}.large-card .card-content h2 {
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
  font-weight: bold;
}.large-card .card-content p {
  color:#8d8d8d;
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0px;
  font-weight: bold;
}.large-card {
  max-width: 1000px;
  width:100%;
}.contact-card {
  display: inline-block;
  max-width: 530px;
  width: 100%;
  z-index: 1;
}.contact-card .card-content {
  border: 4px double #dadada;
  padding: 15px 65px;
}.box-shadow {
  box-shadow:13px 11px 50px 5px rgba(0, 0, 0, 0.29);
}
/*----CTA section----*/
.cta-section {
  background:url("https://vizcarrahospitality.com/wp-content/uploads/2019/08/footer1.jpg");
  background-size:cover;
}.cta-section::before {
  background:url("https://vizcarrahospitality.com/wp-content/themes/catr3/images/border.png");
  content:"";
  height:8px;
  left:0;
  position:absolute;
  width:100%;
}.cta-section .cta-inner-section {
  padding: 140px 0px;
  background: #000000a3;
}.cta-section .cta-inner-section h2 {
  color:#ffffff;
  font-size: 33px;
  letter-spacing: 1px;
  line-height: 35px;
  margin-bottom: 30px;
}.cta-section .cta-inner-section p {
  color:#ffffff;
}.cta-section .cta-inner-section .button {
  background:url("https://vizcarrahospitality.com/wp-content/themes/catr3/images/cta-button-bg.jpg");
  line-height: 43px;
  margin-top: 27px;
  padding:0;
  text-transform:uppercase;
  width: 402px;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  transition: all 650ms ease;
}.cta-section .cta-inner-section .button:hover {
  box-shadow: 0px 10px 19px 11px rgba(0, 0, 0, 0.26);
}.cta-section .cta-inner-section .button a {
  color:#ffffff;
  display: block;
  font-size:15px;
  padding:15px 0;
}
/*----Inner Pages---*/
.inner-page .header-inner-wrapper{
  background:url("https://vizcarrahospitality.com/wp-content/themes/catr3/images/card-bg.jpg");
  box-shadow: 1px -2px 13px rgba(0, 0, 0, 0.25);
  padding:0px !important;
  z-index: 99;
  position:fixed;
}.inner-page .logo-wrapper {
  text-align: center;
  padding-left: 85px;
  padding-right: 0px;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  transition: all 650ms ease;
}.inner-page .logo-wrapper img {
  max-width: 145px;
  padding-top: 15px;
}.inner-page .navigation-wrapper {
  padding:27px 0px;
}.inner-page .header-phone {
  padding-top:40px
}.inner-wrapper .top-bar-section li.active:not(.has-form) a:not(.button), 
.inner-wrapper .top-bar-section li:not(.has-form) a:not(.button) {
  line-height:55px;
}.header-wrapper.inner-page {
  height: 105px;
}.main-wrapper.inner-page {
  padding-top: 90px;
}.main-wrapper.inner-page h1 {
  color:#ffc521;
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 20px 0px;
}.inner-page .cta-section {
  margin-top: 100px;
}.plate-img {
  bottom: 0px;
  position: absolute;
  right: 45px;
}
/*----FAQ Page----*/
.faq h2 {
  font-size: 1.6em;
}.faq h2::before {
  color:#ffc521;
  content:"Q. ";
}.faq p {
  border-left:2px solid #8d8d8d;
  padding-left:20px
}
/*----Gallery----*/
.gallery-shell .title-section {
  padding: 18px 0px !important;
}.gallery-nav {
  margin:0px !important; 
  max-width: 100%;
  padding:40px 0px;
  width: 245px;
}.gallery-nav li {
  color:#8d8d8d;
  cursor:pointer;
  font-size:14px;
  margin:0;
  padding:23px 0px;
  text-transform:uppercase;
}.gallery-scope li:hover, 
.gallery-scope li.active-selection {
  color: #ffc521;
}.gallery-images {
  display: block;
  max-width: 78.5%;
  width: 100%;
}.gallery-images img {
  max-width: 370px;
  width: 100%;
}.gallery-images a { 
  display:block;
  margin-bottom: 20px;
  margin-right:20px;
  max-width: 370px;
  width: 100%;
}.gallery-images a:hover::before {
  background: #ffc521;
  content: "";
  height:100%;
  opacity:0.7;
  position: absolute;
  width: 100%;
  z-index: 1;
}.gallery-images a:hover::after {
  color: #ffffff;
  content: "\f00e";
  font-family: "FontAwesome";
  font-size: 54px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*-----Offsets----*/
.top-offset-large {
  margin-top: -170px;
}.top-offset-medium {
  margin-top: -100px;
}.top-offset-small {
  margin-top: -30px;
}.right-offset-large {
  margin-right: -170px;
}.right-offset-medium {
  margin-right: 100px; 
}.right-offset-small {
  margin-right: -30px;
}.left-offset-large {
  margin-left: -170px;
}.left-offset-medium {
  margin-left: 100px; 
}.left-offset-small {
  margin-left: -30px;
}.bottom-offset-large {
  margin-bottom: 170px;
}.bottom-offset-medium {
  margin-top: 50px;
}.bottom-offset-small {
  margin-top: 30px;
}
/*------Absolutes------*/
.absolute-left {
  left:0px;
  position:absolute;
}.absolute-right {
  position:absolute;
  right:0px;
}
/*-------Contact Page-------*/
.contact-info,
.contact-phone,
.contact-email {
  color:#ffc521 !important;
  margin:20px 0px !important;
  padding-left: 20px;
}.contact-info:before {
  color:#ffc521;
  content: "\f0ac";
  font-family:"FontAwesome";
  margin-left:-20px;
  padding-right: 6px;
}.contact-phone:before {
  color:#ffc521;
  content: "\f095";
  font-family:"FontAwesome";
  margin-left:-20px;
  padding-right: 6px;
}.contact-email:before {
  color:#ffc521;
  content: "\f003";
  font-family:"FontAwesome";
  margin-left:-20px;
  padding-right: 6px;
}.contact-wrapper {
  padding: 78px 0px !important;
}.contactForm {
  margin-top: 20px;
  padding: 9px 54px;
}.contactForm  label{
  display: block;
  font-weight: bold;
}.contactForm input,
.contactForm textarea {
  border: 1px solid #ffffff;
  box-shadow: none;
  color:white;
  font-family: Libre Franklin, sans-serif;
  font-weight:bold;
  margin: 10px 0px;
  padding: 3px;
  padding-left: 23px;
  width: 100%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  background-color: transparent;
}.contactForm input:focus,
.contactForm textarea:focus {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 1px 5px 10px 0px #000000;
  color: #000000;
  padding-left: 23px;
}.contactForm textarea {
  width: 100%;
}.contactForm input {
  height:40px;
}.contactForm .captchaWrapper {
  margin-top: 0;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  display: inline-block;
  margin-top: 8px;
  text-align: center;
  width: 46%;
}.contactForm .submitWrapper span.submit {
  background-color: #ffc521;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Libre Franklin, sans-serif;
  padding: 9px 20px;
  max-width: 440px;
  width: 100%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}.contactForm .submitWrapper span.submit:hover {
  box-shadow: 2px 5px 13px 0px #0d0d0d;
}.emailConfirmation {
  margin: 0 auto;
  text-align:center;
}.emailConfirmation h1 {
  color: #00CC00;
}input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
  color:#ffffff;
  font-weight:lighter;
}input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder {
  color:#ffc521;
}input:focus:-moz-placeholder, 
textarea:focus:-moz-placeholder {
  color:#ffc521;
  opacity:1;
}input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color:#ffc521;
  opacity:1;
}input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color:#ffc521;
}input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color:#ffc521;
}
/*----Footer----*/
.footer-wrapper::before {
  background:url("https://vizcarrahospitality.com/wp-content/themes/catr3/images/border.png");
  content:"";
  height:8px;
  position:absolute;
  width:100%;
}.footer-wrapper p {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2.9px;
  text-transform: uppercase;
}.footer-inner-wrapper {
  background:url("https://vizcarrahospitality.com/wp-content/uploads/2019/08/footer2.jpg");
  background-size: cover;
  padding:125px 0px;
  width: 100%;
}.footer-wrapper .social-icons a {
  color: #ffffff;
  font-size: 20px;
  line-height:56px;
  padding: 0px 9px;
}.footer-hours {
  background: rgba(0, 0, 0, 0.38);
  padding-left: 20px;
}.footer-hours p {
  font-size:11px;
  margin: 25px 0px;
}.social-icons {
  background: rgba(0, 0, 0, 0.36);
  margin-top:13px;
}.social-icons p {
  margin:20px 0;
  text-transform:uppercase;
}.social-icons .fa {
  font-size:25px;
  margin:20px 0;
}.footer-wrapper .social-icons a:hover {
  color: #ffc521;
}.footer-wrapper strong{
  color:#ffc521;
}.disclaimer {
  padding-top: 40px;
}.disclaimer p {
  color: #c1c1c1;
  font-family: Libre Franklin, sans-serif;
  font-size: 7.5px;
  font-weight: lighter;
  line-height: 13px;
  letter-spacing: 1px;
  margin: 9px 0px;
  text-transform: uppercase;
}
/*--------Laptops---------*/
@media only screen and (min-width: 64.063em){
.top-bar-section .has-dropdown>a {
    background-color: #333;
    padding-right: 3px !important;
  }
}

@media screen and (max-width:1680px) and (min-width:1440px){
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 0px;
    }
}
@media screen and (min-width:1280px) and (max-width:1440px) {
    .top-bar-section li:not(.has-form) a:not(.button){
      font-size: 10px;
      letter-spacing: initial;
      padding: 0px 6px;
    }.top-bar-section .has-dropdown>a {
      padding: 0 4px !important;
    }.home .header-inner-wrapper.sticky .logo-wrapper{
      max-width:initial;
    }.header-inner-wrapper .logo-wrapper {
      float:left;
      padding:0;
      width:30%;
    }.header-inner-wrapper .logo-wrapper h1{
      font-size: 1em;
    }.header-inner-wrapper.sticky .logo-wrapper{
      max-width:initial;
    }.header-inner-wrapper.sticky .logo-wrapper img{
      max-width: 140px;
    }.inner-page .logo-wrapper img{
      max-width: 140px;
    }.header-inner-wrapper .header-phone span{
      font-size: 17px;
    }.header-details {
      padding: 178px 50px;
    }.navigation-wrapper{
      text-align:center;
      width:50%;
    }.slick-background-wrapper::after{
      background-size: cover;
    }.card{
      margin-left: 10px;
      margin-right: 10px
    }.medium-card {
      max-width: 670px;
    }.medium-card .card-content {
      padding: 50px 90px;
    }.small-card .card-content{
      padding: 10px 45px;
    }.large-card .card-content{
      padding: 10px 30px;
    }.lime-img {
      margin-top: -6px;
      max-width: 33%;
      right: 45px;
    }.plate-img {
      bottom: 50px;
      width: 38%;
    }.main-wrapper.inner-page{
      padding-top:60px;
    }ul.squared li{
      font-size: 16px;
    }#gallery-sidebar {
      margin-left: 50px;
    }.gallery-images a {
      max-width: 29%;
    }.bottom-section h2 {
      font-size: 1.7em;
    }.footer-wrapper p{
      font-size: 10px;
    }.top-offset-large {
      margin-top: -90px;
    }.right-offset-medium{
      margin-right: 0px;
    }.right-offset-large {
      margin-right: -80px;
    }.left-offset-large {
      margin-left: -170px;
    }.bottom-offset-large {
      margin-bottom: 170px;
    }
}

@media screen and (max-width:1024px){
  .header-inner-wrapper .logo-wrapper {
    float: left;
  }.about-bottom{
    padding-top: 2vh !important;
  }
}
/*------Tablets------*/
@media screen and (max-width:1024px) {
    .top-bar {
      background:rgba(255, 255, 255, 0);
      height: 45px;
      width:100%;
    }.top-bar .toggle-topbar.menu-icon a{
      color: #ffc521;
    }.top-bar .toggle-topbar.menu-icon a span::after{
      box-shadow: 0 0 0 1px #ffc521, 0 7px 0 1px #ffc521, 0 14px 0 1px #ffc521;
    }.top-bar .toggle-topbar.menu-icon a span:hover:after {
      box-shadow: 0 0 0 1px #ffc521, 0 7px 0 1px #ffc521, 0 14px 0 1px #ffc521;
    }.top-bar-section li.active:not(.has-form) a:not(.button),
     .top-bar-section li:not(.has-form) a:not(.button) {
      line-height:55px;
      text-align:center;
    }.top-bar-section {
      width:100%;
    }.top-bar-section .dropdown{
      transition:none;
      opacity:1;
    }.top-bar .top-bar-section ul li:not(.dropdown){
      height:auto;
    }.top-bar-section .has-dropdown.moved>.dropdown {
      left: 100%;
      margin-top:0;
      right: 0px;
      width: 100%;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
    }.top-bar-section .has-dropdown.moved>.dropdown a{
      color:white;
    }.top-bar.expanded .title-area{
      background: whitesmoke;
    }.header-wrapper.home {
      float:left;
    }.header-inner-wrapper{
      background: #ffffff;
      padding-top: 0px;
      position: relative !important;
    }.header-inner-wrapper .logo-wrapper{
      float: none;;
      padding: 0px;
      text-align: center;
    }.header-inner-wrapper .logo-wrapper a img {
      width: 200px;
    }.header-details {
      background: rgba(255, 255, 255, 0.51);
      display: inline-block;
      padding: 40px 0px;
      text-align: Center;
    }.header-details .header-content .header-btn{
      display: block;
      margin: 40px auto;
    }.company-title {
      text-align:center;
    }.header-inner-wrapper .header-phone span {
      color: #ffffff;
      text-align:center;
      padding: 10px 0px;
    }.navigation-wrapper{
      height:auto;
      padding: 0px !important;
    }.header-phone{
      background: #ffc521;
      padding: 0px !important;
    }.slider-wrapper {
      height: auto;
    }.slider-wrapper::after{
      display:none;
    }.slick-background-wrapper{
      top: 200px;
    }.slick-background-wrapper::after{
      background-size: contain;
    }.bottom-section {
      padding: 40px 0px;
    }.lime-img{
      display:none;
    }.cta-section {
      background-position:center;
      background-size:cover;
      margin-top: 40px;
    }.cta-section .cta-inner-section {
      display: inline-block;
    }.gallery-shell {
      padding:0px;
    }.gallery-shell .title-section {
      text-align: Center !important;
    }#gallery-sidebar {
      padding: 0;
    }.gallery-nav{
      padding:10px;
      width:100%;
    }.gallery-nav li {
      display:inline-block;
      line-height:49px;
      margin:2px 0px;
      padding:0px 30px;
    }.gallery-images {
      max-width:100%;
      width:100%;
    }.gallery-images a, 
    .gallery-images img {
      max-width: 343px;
    }.gallery-images a {
      margin-bottom: 20px;
      margin-left:10px;
      margin-right: 10px;
    }.faq h2 {
      font-size: 1.6em;
      line-height: 37px;
    }.inner-page {
      padding-top: 0px !important;
    }.inner-page .cta-section {
      margin-top: 20px;
    }.plate-img{
      display:block;
      margin:0 auto;
      position:relative;
      text-align:center;
    }.footer-wrapper p {
      margin: 8px 0px;
    }.footer-hours {
      padding: 20px;
    }.small-card, 
    .medium-card, 
    .large-card,
    .contact-card {
      max-width:100%;
    }.small-card .card-content, 
    .medium-card .card-content, 
    .large-card .card-content{
      display: block !important;
      padding: 20px 20px !important;
    }.absolute {
      position: initial;
    }.top-offset-small, 
    .top-offset-medium,
    .top-offset-large,
    .bottom-offset-small,
    .bottom-offset-medium,
    .bottom-offset-large,
    .right-offset-small,
    .right-offset-medium,
    .right-offset-large {
      margin: 0px 0px;
    }.vertical-padding-medium, 
    .vertical-padding-small, 
    .vertical-padding-large {
      padding: 0px 0px;
    }.box-shadow {
      box-shadow: none;
    }.absolute-left {
      left:0px;
      position:initial;
    }.absolute-right {
      position:initial;
      right:0px;
    }.footer-inner-wrapper {
      padding: 80px 0px;
    }a.cater{
      max-width: 100%;
      border-radius: 0 0;
      text-align: center;
      font-size: 20px;
    }.backstage{
      padding-bottom: 0 !important;
    }
}
/* Ipad Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .gallery-images {
      max-width: 100% !important;
      position:relative;
      width: 100% !important;
    }.gallery-images img {
      max-width: 100% !important;
    }.gallery-images a {
      margin-bottom: 20px;
      margin-left:10px;
      margin-right: 10px;
      max-width:45%;
  }.backstage{
    padding-bottom: 0!important;
  }
}
/* Ipad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .gallery-images img {
      max-width: 100% !important;
    }.gallery-images a {
      max-width:43.33%;
    }.backstage{
      padding-bottom:0 !important;
    }
}
/*-------Smartphones------*/
@media screen and (max-width:767px) {
    .top-bar .top-bar-section ul li {
      text-align: center;
    }.header-details{
      padding: 40px 0px;
    }.header-details .header-company-title {
      margin: 6px 0 6px;
    }.header-details h1.header-company-title a {
      font-size: 0.8em;
    }.header-inner-wrapper .logo-wrapper{
      padding: 0;
    }.header-inner-wrapper .logo-wrapper img {
      width:115px !important;
    }.header-inner-wrapper .logo-wrapper h1 a {
      line-height: 0.5em;
      padding: 0;
    }.company-title {
      padding:0px;
    }.company-title h1 {
      font-size:0.8em;
      margin:7px 0px;
    }.company-title span {
      font-size:0.8em;
    }.header-phone{
      padding:3px;
    }.header-phone span {
      font-size:0.9em;
    }.slider-wrapper {
      height: auto;
    }.slick-background-wrapper{
      top: 165px;
    }.top-section, 
    .mid-section, 
    .small-section {
      min-height:auto;
    }.list-box h2{
      font-size: 28px;
    }ul.squared li{
      font-size: 15px;
    }.card {
      padding:5px !important;
    }.card::before{
      display:none;
    }.large-card .card-content, 
    .medium-card .card-content,
    .small-card .card-content,
    .card-content  {
      padding: 11px 11px !important;
    }.small-card .card-content h2, 
    .medium-card .card-content h2, 
    .large-card .card-content h2   {
      font-size:1.5em;
      line-height: 32px;
    }.plate-img{
      right:0;
      width: 70%;
    }main.inner-page h1, 
    .content-wrapper h2 {
      font-size: 1.5rem !important;
      line-height: 32px !important;
      margin: 20px 0px !important;
    }.strip-padding-for-small {
      padding: 0;
    }.gallery-nav{
      padding: 6px;
    }.gallery-nav li{
      display: inline-block;
      font-size: 11px;
      line-height: 30px;
      margin: 2px 0px;
      padding: 0px 3px;
      width: 49%;
    }.gallery-shell .title-section {
      margin: 10px 0;
      text-align:center !important;  
    }.gallery-images img {
      max-width:100%;
    }.gallery-images a {
      margin-left: 0;
      margin-right: 0;
      max-width: 89%;
    }.cta-section .cta-inner-section {
      padding:50px 0;
    }.cta-section .cta-inner-section h2 {
      font-size:1.6em !important;
    }.cta-section .cta-inner-section .button {
      line-height: 22px;
      width:100%;
    }.cta-section .cta-inner-section .button a {
      font-size:0.9em;
    }.footer-inner-wrapper{
      padding: 50px 0px;
    }.footer-wrapper p {
      font-size:9px;
    }.disclaimer {
      text-align:center;
    }.disclaimer img {
      max-width:40%;
    }.contactForm{
      padding:0;
    }a.cater{
      font-size: 14px;
    }.awards img{
      margin-top: 6%;
    }
}
