@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap');

#cookie-law-info-bar{background: #464646!important;}
#cookie_action_close_header{background: #fff!important;}
#cookie-law-info-bar span{color:#fff!important;}
#cookie_action_close_header{padding: 10px 20px!important; color: #000!important; border-radius: 4px;}


.team-list .remover .nav-item .nav-link:before{display:none;}

.site-map{box-shadow: 0 0 10px rgba(0,0,0,0.5); text-transform:uppercase }
.site-map ul{padding:30px 60px; list-style:square}
.site-map ul li ul{ list-style:disc;  border-top:1px solid #ccc;}
.site-map ul li ul li ul {list-style:circle; border-top:1px solid #ccc;}
.site-map ul li ul, .site-map ul li ul li ul{padding:0 0 0 30px;}
.site-map ul li{ border-bottom:1px solid #ccc;}
.site-map ul li a{color: #54595f; font-size:20px; line-height:30px;}
.site-map ul li a:hover{color: #EA6E24;}
.site-map ul li:last-child{border-bottom:0;}

.swiper-wrapper{max-height: 92vh}

body {
  margin: 0;
  padding: 92px 0 0;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

/*header*/

a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.container-fluid {
  padding: 0 127px;
}

.btn-primary {
  background: #ea6e24;
  font-size: 22px;
  color: #fff;
  border-radius: 0;
  padding: 7px 34px;
  border: 1px solid transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #fff !important;
  border: 1px solid #c05210 !important;
  color: #c05210 !important;
  box-shadow: none !important;
}

.full-bleed-right {
    margin-right: -10% !important;
    width: 60% !important;
    -webkit-box-shadow: 20px 20px 0px 0px rgba(231,99,33,1);
    -moz-box-shadow: 20px 20px 0px 0px rgba(231,99,33,1);
    box-shadow: 20px 20px 0px 0px rgba(231,99,33,1);
}
.full-bleed-wrapper {
    overflow: hidden;
}

.btn-light {
  background: #fff;
  font-size: 22px !important;
  color: #000 !important;
  border-radius: 0;
  padding: 16px 28px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 500;
}

.btn-light:hover {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}

.btn-light:active,
.btn-light:focus {
  outline: none !important;
  box-shadow: none !important;
}

a.link-btn {
  font-size: 20px;
  color: #58595B;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

a.link-btn span {
  color: #EA6E24;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a.link-btn span svg {
  vertical-align: middle;
}

a.link-btn:hover {
  color: #c05210;
}

a.link-btn:hover span {
  padding-left: 4px;
}

strong {
  font-weight: 600;
}

h3.heading {
  font-size: 32px;
  text-transform: uppercase;
  color: #ea6e24;
  margin-bottom: 10px;
  font-weight: 700;
}

h2.bold-title {
  font-family: 'Chercher-Black';
  font-size: 69px;
  line-height: 75px;
  color: #000;
  margin-bottom: 35px;
}
body.admin-bar .header {
  top: 30px !important;
}

.header {
  background: #58595b;
  padding: 0px 0px;
  -webkit-transition: all .2s ease;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
header.header.blkbg {
  font-family: "Barlow";
  background: #000;
  padding: 0px 0px;
  -webkit-transition: all .2s ease;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

header.header.blkbg img {
  width: 230px !important;
  min-width: 200px !important;
  transition: all .2s ease;
}
.fixed-header header.header.blkbg img {
  width: 150px !important;
  min-width: 150px !important;
}
header.header.blkbg .button {
    background-color: #E76321;
    font-size: 16px;
    margin-left: 20px;
    border-radius: 0px;
    align-self: center;
}
header.header.blkbg .button a {
    background-color: #E76321;
    padding: 8px 30px !important;
    border-radius: 0px;
}
header.header.blkbg .button a:hover {
    background-color: #fff !important;
    color: #000 !important;
    padding: 8px 30px !important;
    border-radius: 0px;
}

.header .container-fluid {
  padding: 0 15px;
}

.header .navbar,
.header .navbar .navbar-brand {
  padding:0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.header .navbar-nav .menu-item {
  position: relative;
}

.header .navbar-nav .menu-item > a {
  font-size: 20px;
  color: #fff;
  opacity: .7;
  padding: 34px 33px;
  display: block;
}
.header.blkbg .navbar-nav .menu-item > a {
  font-size: 17px;
  color: #fff;
  opacity: 1;
  padding: 35px 20px;
  display: block;
}
.fixed-header .header.blkbg .navbar-nav .menu-item > a {
  font-size: 17px;
  color: #fff;
  opacity: 1;
  padding: 20px 20px;
  display: block;
}
.header.blkbg .navbar-nav .menu-item > a:hover {
  opacity: 1;
  background: transparent;
  color: #ea6e24;
}

.header .navbar-nav .menu-item > a:hover {
  opacity: 1;
  background: #ea6e24;
}

.header .navbar-nav li:hover > a {
  background: #ea6e24;
  opacity: inherit;
}



.header .navbar-nav > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #000;
  width: 215px;
  margin: 0;
  padding: 10px 10px;
  opacity: 0;
  display: none;
  z-index: 99;
}

.header .navbar-nav > li#menu-item-651 .sub-menu {
  left: -100%;
}

.header .navbar-nav > li:last-child .sub-menu{left: -100%;}

.header .navbar-nav > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  display: block;
}

/*.header .current-menu-parent {
  background: #ea6e24;
}*/

.header .navbar-nav .sub-menu .menu-item a {
  font-size: 20px;
  color: #fff;
  opacity: .7;
  padding: 0;
  display: block;
  line-height: 1.5;
  padding: 5px;
}

.header .navbar-nav .sub-menu .menu-item a:hover {
  opacity: 1;
  background: none;
}

.fixed-header {
  padding: 62px 0 0;
}

.fixed-header .header .menu-item > a {
  padding: 18px 33px;
}

.fixed-header .header {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: sticky_transition;
  animation-name: sticky_transition;
}

.fixed-header .header .navbar-brand img {
  width: 75%;
}

/*top-banner*/
#content.site-content { padding-top:0px; }


.top-banner .right-border {
  border-right: solid 5px #fff;
}

.top-banner .light-text {
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  padding-right: 30px;
  vertical-align: middle;
  font-size: 58px;
  line-height: 58px;
}

.top-banner .bold-text {
  font-size: 146px;
  line-height: 123px;
  display: inline-block;
  padding-left: 30px;
  text-align: left;
  border-left: solid 5px #fff;
  vertical-align: middle;
  font-family: 'Chercher-Black';
}

.top-banner .bold-text a {
  text-decoration: none;
  color: #fff;
  display: block;
}

/*.top-banner .bold-text a:hover{color: #ea6e24;}*/

.top-banner .carousel-inner .carousel-item img {
  max-width: 100% !important;
}

.top-banner .carousel-inner .carousel-item {
  height: 90vh;
}

.top-banner .carousel-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: 100%;
}

.top-banner .carousel-caption {
  right: unset;
  left: 6%;
  bottom: unset;
  top: 30%;
}

.top-banner .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #dcddde;
  border: none;
  opacity: 10;
}

.top-banner .carousel-indicators {
  bottom: 25px;
}

.top-banner .carousel-indicators .active {
  background: #ea6e24;
}

/*.inner-silder*/

.inner-silder .swiper-slide img {
  width: 100% !important;
  max-width: 100%;
}

.inner-silder .swiper-pagination {
  bottom: 25px !important;
}

.inner-silder .swiper-pagination-bullet {
  opacity: 10;
  background: #dcddde !important;
}

.inner-silder .swiper-pagination-bullet-active {
  background: #ea6e24 !important;
}

/*services-wrap*/

.services-wrap {
  padding: 90px 0 80px;
  text-align: center;
}

.services-wrap p, .client-reviews p {
  font-size: 26px;
  line-height: 1.5;
  color: #58595b;
  font-weight: 300;
  margin-bottom: 1em;
}

.services-wrap p strong {
  font-weight: 600;
}

.services-wrap .btn-primary {
  padding: 15px 60px;
  margin-top: 35px;
}

.services-wrap .btn-primary span {
  margin-left: 1px;
  font-weight: 700;
}

.services-wrap .btn-primary span svg {
  vertical-align: middle;
}

/*.banner-event*/

.banner-event {
  position: relative;
}

.banner-event:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  content: '';
}

.banner-event .banner-content {
  position: absolute;
  left: 19%;
  top: 8%;
  z-index: 2;
}

.banner-event .banner-content h2 {
  color: #fff;

}

.banner-event .banner-content .light-text {
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  padding: 20px 30px 0;
  vertical-align: top;
  font-size: 58px;
  line-height: 58px;
}

.banner-event .banner-content .bold-text {
  font-size: 100px;
  line-height: 100px;
  display: inline-block;
  padding-left: 30px;
  text-align: left;
  border-left: solid 5px #fff;
  vertical-align: middle;
  font-family: 'Chercher-Black';
}

.banner-event .banner-content .bold-text a {
  color: #fff;
  display: block;
}

.banner-event .banner-content .bold-text a:hover {
  color: #ea6e24;
}

.top-banner .carousel-control-prev,
.top-banner .carousel-control-next {
  display: none;
}

/*.client-reviews*/

.client-reviews {
  padding: 80px 0 50px;
  text-align: center;
}

.client-reviews h3 {
  font-size: 30px;
  color: #EA6E24;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto 50px;
  font-weight: 300;
}

.client-reviews h4 {
  font-size: 30px;
  color: #58595B;
  font-weight: 700
}

.client-reviews .company-name {
  font-size: 20px;
  color: #58595B;
  font-weight: 300;
}

/*blog-events*/
.blog-sidebar{padding: 50px 0;}
.blog-page.blog-events .card h3 a{font-size: 27px;}
.blog-sidebar .widget{margin-bottom:30px;}
.blog-sidebar .widget_tag_cloud, .blog-sidebar .widget_nav_menu{padding:15px; border: 1px solid #ccc;}
.blog-sidebar .widget_tag_cloud h3, .blog-sidebar .widget_nav_menu h3{padding-bottom:15px;}
.blog-sidebar .widget_tag_cloud a{font-size: 14px !important; padding: 4px 8px 5px; background:#f5f5f5; border-radius: 2px; margin: 3px;}
.blog-sidebar #menu-social-icon li{display: inline-block; padding: 10px;}
.pagination{margin: auto}
.pagination span, .pagination a {
    background: #f4f3f4;
    color: #828282;
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 5px 13px;
    box-shadow: 0 0 1px #ccc;
}
.pagination span.current, .pagination span.current-post-page, .pagination a:hover {
    background:#EA6E24;
    color: #fff;
}
.blog-detail .entry-footer{display: none;}
.blog-detail .entry-content ul {
    margin:initial;
    padding:0 0 0 25px;
    list-style:initial;
}
.blog-detail .entry-content ul li {
    margin:initial;
    padding:0 0 10px 0px;
    list-style:initial;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}
.blog-events {
  background: #58595b;
  margin-top: 240px;
}

.blog-events .card {
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  transform: translateY(-200px);
}

.blog-events .col-lg-6:nth-child(1) .card,
.blog-events .col-lg-6:last-child .card {
  margin-bottom: 0;
}

.blog-events .card .card-body {
  padding: 40px 35px;
  min-height: 410px;
}

.blog-events .card img {
  width: 100%;
  height: auto;
}

.blog-events .card h3 a {
  font-size: 40px;
  color: #EA6E24;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.blog-events .card h3 a:hover {

  color: #c05210;

}

.blog-events .card p {
  font-size: 20px;
  line-height: 1.5;
  color: #58595B;
  margin: 20px 0 30px;
}

.blog-events .card .owl-nav {

  display: none;

}

.blog-events .card .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
}

.blog-events .card .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dcddde;
  margin: 0 5px;
  display: inline-block;
}

.blog-events .card .owl-dots .owl-dot.active {
  background: #ea6e24;
}

/*blog-page*/

.blog-page {

  padding: 60px 0;

  margin-top: 0;

}

.blog-page .card {
  transform: translateY(0);
}

/*request-proposal*/

.request-proposal {
  background: #dcddde;
  padding: 80px 0 100px;
}
.page-template-contact-us .request-proposal-contact {
  padding: 80px 0 40px;
}

.request-proposal h3.footer-header {
  color: #000000;
  font-family: "Alfa Slab One", Sans-serif;
  font-size: 49px;
  line-height: 1;
  padding-bottom: 20px;
  font-weight: 400;
  text-transform: none;
  max-width: 700px;
}

.request-proposal p.footer-subheader {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.request-proposal h3 {
  font-size: 32px;
  color: #EA6E24;
  text-transform: uppercase;
  font-weight: 700;
}

.request-proposal p {
  font-size: 26px;
  color: #58595b;
  line-height: 40px;
}

.request-proposal .request-form p {
  margin-bottom: 35px;
}

.request-proposal .request-form .form-control {
  background: #fff;
  border-radius: 0;
  border: solid 1px #bcbec0;
  margin-bottom: 19px;
  font-size: 22px;
  color: #58595B;
  font-weight: 300;
  padding: 8px 26px;
}

.request-proposal .request-form input.form-control {
  height: 72px;
}

.request-proposal .request-form textarea {
  height: 180px;
}

.request-proposal .request-form input[type="submit"] {
  padding: 20px;
  font-size: 26px;
  font-weight: 600;
  width: 283px;
  letter-spacing: 3px;
}

.request-proposal div.wpcf7 .ajax-loader {
  position: absolute;
}

.request-proposal .info-sec {
  padding-top: 111px;
}

.request-proposal .info-sec h3 {
  width: 100%;
}

.request-proposal .info-sec .link-btn {
  font-size: 24px;
  padding-top: 25px;
}

.request-proposal .info-sec p {

  padding-top: 15px;

}

.request-proposal .info-sec p a {

  text-decoration: none;

  color: #58595B;

}

.request-proposal .info-sec p a:hover {

  color: #c05210;

}

.request-proposal .menu {

  margin-top: 50px;

}

.request-proposal .menu li {

  display: inline-block;

  margin: 0 3px;

}

.request-proposal .menu li a {

  font-size: 26px;

  width: 43px;

  height: 43px;

  border-radius: 50%;

  background: #bcbec0;

  color: #dcddde;

  line-height: 40px;

  display: block;

  text-align: center;

  border: solid 1px transparent;

}

.request-proposal .menu li a:hover {

  background: #ea6e24;

  color: #fff;

  border-color: #ea6e24;

}

input:focus,
textarea:focus {

  outline: none !important;

  box-shadow: none !important;

}

.footer .copyright svg{ fill: #FF0000 !important; color: #FF0000 !important;}
.footer .copyright a{color:#c05210;}
.footer .copyright a:hover{color:#333;}

#sf_form_salesforce_w2l_lead_1 {
  margin: 0 -15px;
}

.salesforce_w2l_lead .sf_field, .salesforce_w2l_lead .w2lsubmit {
  padding: 0 15px !important;
}

.salesforce_w2l_lead .sf_type_text {
  display: inline-block !important;
  width: 50% !important;
}

.salesforce_w2l_lead .sf_type_text input {
  width: 100% !important;
  height: 72px !important;
  border-radius: 0;
  border: solid 1px #bcbec0;
  background: #fff;
  margin-bottom: 19px;
  font-size: 22px;
  color: #58595B;
  font-weight: 300;
  padding: 8px 26px;
}

.salesforce_w2l_lead .sf_type_textarea textarea {
  height: 180px !important;
  border-radius: 0;
  border: solid 1px #bcbec0;
  background: #fff;
  margin-bottom: 19px;
  font-size: 22px;
  color: #58595B;
  font-weight: 300;
  padding: 8px 26px;
}

.salesforce_w2l_lead input[type="submit"] {
  padding: 20px;
  font-size: 26px;
  font-weight: 600;
  width: 283px;
  letter-spacing: 3px;
  background: #ea6e24;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
}

.salesforce_w2l_lead .sf_required_fields_msg {
  font-size: 16px;
  display: none !important;
}

.salesforce_w2l_lead input[type="submit"]:hover {
  background: #fff;
  color: #c05210;
  border: solid 1px #c05210;
}

.salesforce_w2l_lead .sf_type_recaptcha {
  display: inline-block;
  vertical-align: top;
}

.salesforce_w2l_lead .w2lsubmit {
  display: inline-block;
  float: right !important;
}


/*footer*/

.footer {

  background: #f6f6f6;

  padding: 43px 0 0;

}

.footer .footer-content {

  padding-bottom: 60px;

}

.footer ul {

  text-align: center;

  margin-bottom: 30px;

}

.footer ul li {

  font-size: 20px;

  text-transform: uppercase;

  margin: 0 11px;

  display: inline-block;

}

.footer ul li:first-child {

  margin-left: 0;

}

.footer ul li:last-child {

  margin-right: 0;

}

.footer ul li a {

  color: #505050;

  letter-spacing: 2px;

}

.footer ul li a:hover {

  color: #c05210;

}

.footer p.join-us {

  font-size: 20px;

  font-weight: 700;

  color: #58595b;

  text-align: right;

}

.footer .copyright {

  background: #fff;

  padding: 30px 0;

}

.footer .copyright p {

  font-size: 14px;

  color: #505050;

  margin-bottom: 0;

}

.subscribe-form .form-control {

  height: 48px;

  font-size: 22px;

  color: #505050;

  font-weight: 300;

  margin-right: 15px;

  border-radius: 0;

}

.subscribe-form .wpcf7-form-control-wrap {

  width: 69%;

}

.subscribe-form .btn-primary {

  margin-left: 9px;

}

.subscribe-form .wpcf7-not-valid-tip {
  position: absolute;
}

.footer-content .wpcf7-response-output {
  position: absolute;
  margin: 0;
  top: 75px;
}


.pages-steps {
  background: #ea6e24;
  padding: 48px 20px;
}

.pages-steps ul li.elementor-icon-list-item {
  display: inline-block;
  padding-right: 45px;
  position: relative;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.pages-steps ul li.elementor-icon-list-item:before {
  position: absolute;
  right: 15px;
  top: 0;
  font-family: 'Fontawesome';
  color: #000;
  content: '\f105';
  font-size: 28px;
  line-height: 25px;
  font-weight: 700;
}

.pages-steps ul li.elementor-icon-list-item:last-child {
  padding-right: 0;
}

.pages-steps ul li.elementor-icon-list-item:first-child:before {
  top: 0;
}

.pages-steps ul li.elementor-icon-list-item:last-child:before {
  display: none;
}

.pages-steps ul li.elementor-icon-list-item a {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-family: 'Chercher-Black';
}

.pages-steps ul li .elementor-icon-list-text {

  color: #fff;

}

.pages-steps ul li.elementor-icon-list-item a:hover {

  opacity: 0.8;

}

/*venues page*/

.entry-header {

  display: none;

}

.events {

  background: #F6F6F6;

  padding: 90px 0;

}

.events h3.heading {

  text-align: center;

  margin-bottom: 60px;

}
.specification-wrap ul.rate-text li{width:100% !important;}
.events .card {

  border: none;

  border-radius: 0;

  margin-bottom: 30px;

}

.events .card .date {

  font-size: 20px;

  color: #58595b

}

.events .card .elementor-image-box-img {

  width: 100% !important;

}

.events .card .elementor-image-box-img img {

  width: 100%;

}

.events .card .elementor-image-box-content {

  padding: 25px 35px 40px;

  text-align: left;

}

.events .card h3.elementor-image-box-title {

  color: #EA6E24;

}

.events .card h3 a {

  font-size: 40px;

  color: #EA6E24;

  text-transform: uppercase;

  font-weight: 700;

  text-decoration: none;

  display: block;

}

.events .card h3 a:hover {

  color: #c05210;

}

.events .card p {
  font-size: 20px;
  line-height: 1.5;
  color: #58595B !important;
  margin: 20px 0 0;
}

.events .card .link-btn {

  display: block;

  margin-top: 30px;

}

.elementor-widget:not(:last-child) {

  margin-bottom: 0 !important;

}

.venues-equal-height .elementor-image-box-content {

  min-height: 332px;

}

/*Inside the Park*/

.events.inside-events h3 a,
.events.field-events .card h3 a {

  font-size: 30px;

}

.inside-equal-height .elementor-image-box-content {

  min-height: 318px;

  padding: 25px 17px 40px !important;

}

.inside-equal-height .elementor-image-box-title {

  min-height: 50px;

  margin-bottom: 0;

}

/*.field-page*/

.specification-wrap {

  background: #dcddde;

  padding: 65px 0 90px;

}

.specification-wrap h3.heading {

  text-align: center;

  margin-bottom: 50px;

}

.specification-wrap h4.sub-title {

  text-align: center;

  color: #ea6e24;

  font-size: 28px;

  font-weight: 500;

  text-transform: uppercase;

  margin-bottom: 13px;

}

.specification-wrap p {
  color: #58595b;
  font-size: 22px;
  text-align: center;


}

.specification-wrap ul.specification-list {

  border-top: solid 2px #c6c8c9;

  border-bottom: solid 2px #c6c8c9;

  padding: 25px 0 30px;

  margin-bottom: 40px;

  text-align: center;

}

.specification-wrap ul.specification-list li {

  display: inline-block;

  width: 24%;

  text-align: center;

}

.specification-wrap ul.specification-list li h4 {

  color: #58595B;

  font-size: 28px;

  font-weight: 300;

  text-transform: uppercase;

}

.specification-wrap ul.specification-list li h5 {

  color: #58595B;

  font-size: 40px;

  font-weight: 700;

  margin: 0;

}

.specification-wrap ul.btn-list li {
 width: 33%;
  display: inline-block;
  text-align: center;
}
.specification-wrap ul.btn-list-4{text-align: center;}
.specification-wrap ul.btn-list-4 li {width: 24.6%;}

.specification-wrap ul.btn-list li a {
  width: 280px;
  padding: 15px;
}
.specification-wrap ul.btn-list-4 li a {width: 250px;}

.events.field-events {
  background: #f6f6f6;
}

.events.field-events h3.heading {
  color: #58595B;
}

.field-equal-height .elementor-image-box-content {

  min-height: 421px;

}

.more-info {
  padding: 40px 0 90px
}

.more-info h3.heading,
.more-info h2.bold-title {
  text-align: center;
}

.more-info h2.bold-title {
  font-size: 48px;
  line-height: 1.2;
}

.score-board ul {
    max-width: 320px;
    float: right;
    width: 100%;
}

.score-board ul svg{ color:#fff;}

.score-board-right ul{ width:100%; max-width:320px}

.score-board-right ul svg{ color:#fff;}

.position-relative{ position:relative;}
.position-image-wine {
    position: absolute !important;
    bottom: -40px;
}

#popupDiv {
  display: none;
  position: relative;
}
.header .topbar{ background: #ee6213; text-align:center; padding:10px 0; position: relative;}
.header .topbar p{ color:#fff; font-size:18px; font-weight:500; text-align:center; margin-bottom:0;}
.header .topbar p a{ color:#fff; text-decoration:underline}
.header .topbar a:hover{color:#58595b;}

#popupDiv #close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 11px; color: #fff;
}



@media (max-width: 990px) {
  .more-info h2.bold-title {
    font-size: 30px;
    line-height: 1.2;
  }

}
/*@media (max-width: 1199px) {*/
/*  .more-info h2.bold-title {*/
/*    font-size: 36px;*/
/*    line-height: 1.2;*/
/*  }*/
/*}*/


.more-info .more-list ul {
  text-align: center;
}

.more-info .more-list ul li {
  display: inline-block;
  padding: 5px 0;
}

.more-info .more-list ul li a {
  text-decoration: none;
  color: #58595B;
  text-transform: uppercase;
  padding: 0 28px;
  font-size: 24px;
  display: block;
  position: relative;
}

.more-info .more-list ul li a:hover .elementor-icon-list-text {

  color: #c05210;

}

.more-info .more-list ul li a:before {
  width: 3px;
  height: 30px;
  background: #ea6e24;
  right: -1px;
  top: 6px;
  position: absolute;
  content: '';
}

/*.more-info .more-list ul li:nth-child(3) a:before,*/

/*.more-info .more-list ul li:nth-child(6) a:before,*/

.more-info .more-list ul li:last-child a:before {

  display: none;

}

/*oracle-suite-level*/

.oracle-suite-events .card {

  margin-bottom: 38px !important;

}

.oracle-suite-events .card .elementor-image-box-wrapper {

  display: flex;

}

.oracle-suite-events .card .elementor-image-box-img {

  width: 40% !important;

  margin-bottom: 0 !important;

}

.oracle-suite-events .card .elementor-image-box-content {

  padding: 20px 0 20px 30px;

}

.oracle-suite-events .card h3 a {

  font-size: 30px;

}

.oracle-suite-events .card p {

  margin: 20px 0 11px;

}

.oracle-suite-events .card ul.details li {

  position: relative;

  width: 23%;

  float: left;

  padding: 0 9px;

}

.oracle-suite-events .card ul.details li:first-child {

  width: 28%;

  padding-left: 0;

}

.oracle-suite-events .card ul.details li:before {

  position: absolute;

  right: 0;

  top: 7px;

  width: 2px;

  height: 20px;

  background: #ea6e24;

  content: '';

}

.oracle-suite-events .card ul.details li:last-child:before {

  display: none;

}

.oracle-suite-events .card ul.details li .left-sec {

  font-size: 22px;

  text-transform: uppercase;

  display: inline-block;

  color: #58595B

}

.oracle-suite-events .card ul.details li .right-sec {

  font-size: 22px;

  text-transform: uppercase;

  display: inline-block;

  font-weight: 700;

  float: right;

  color: #58595B

}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description,
.elementor-widget-icon-list .elementor-icon-list-item {

  font-family: 'Barlow' !important;

  font-weight: 400 !important;

}

/*global page*/

.global-services {

  padding: 0px 0 115px;

}

.global-services h3.heading {

  margin-bottom: 40px;

  text-align: center;

}

.global-services ul {

  border-top: solid 7px #ea6e24;

  border-bottom: solid 7px #f2b436;

  padding: 5px 0 !important;

  margin: 0 -1%;

}

.global-services ul li.elementor-icon-list-item {

  display: inline-block;

  width: 32.8%;

  text-align: center;

  vertical-align: top;

  margin: 3px 1px;

  color: #58595B;

  font-size: 26px;

  padding: 20px 30px;

  background: #f6f6f6;

  min-height: 118px;

}

.global-wrap .light-org {
  font-size: 46px;
  color: #ea6e24;
  font-weight: 300;
  line-height: 53px;
  margin-bottom: 80px;
  width: 100%;
  max-width: 910px;
  margin: 0 auto 80px;
}

.pages-steps .studies-btn .elementor-button-link {
  position: absolute;
  right: -23%;
  top: -54px;
}

.globel-slider .swiper-slide-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
}

.globel-slider .elementor-image-carousel-caption {
  position: absolute;
  left: 21%;
  top: 10%;
}

.globel-slider .elementor-image-carousel-caption h1 {

  text-align: left;

  color: #fff;

}

.globel-slider .elementor-image-carousel-caption h1 span.bold-text {

  display: block;

  font-size: 90px;

  font-family: 'Barlow';

  font-weight: 700;

  position: relative;

  padding-bottom: 90px;

}

.globel-slider .elementor-image-carousel-caption h1 span.bold-text:before {

  position: absolute;

  left: 0;

  bottom: 41px;

  width: 24%;

  height: 6px;

  background: #fff;

  content: '';

}

.globel-slider .elementor-image-carousel-caption h1 span.light-text {

  display: block;

  font-size: 58px;

  line-height: 74px;

  text-transform: uppercase;

}

/*YACHTS California Spirit*/

.amenities-wrapâ€‹ {

  padding: 80px 0;

}

.amenities-wrapâ€‹ .heading {

  margin-bottom: 35px;

}

.amenities-wrapâ€‹ ul li.elementor-icon-list-item {

  width: 49%;

  display: inline-block;

  font-size: 26px;

  line-height: 36px;

  color: #58595b;

  font-weight: 400;

  padding: 12px 12px 12px 26px;

  position: relative;

  vertical-align: top;

}

.amenities-wrapâ€‹ ul li.elementor-icon-list-item:before {

  position: absolute;

  left: 0;

  top: 25px;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: #58595b;

  content: '';

}

/*@THEPARK page*/

.past-events {

  padding: 60px 0;

}

.past-events h4.elementor-heading-title {

  font-size: 28px;

  color: #58595b !important;

  line-height: 30px;

}

.past-events ul.elementor-icon-list-items {

  margin: 10px 0 50px;

}

.past-events ul li.elementor-icon-list-item {

  font-size: 22px;

  color: #f07424;

  line-height: 30px;

  padding: 8px 0;

  text-decoration: none;

}

.past-events .elementor-widget-icon-list .elementor-icon-list-text {

  color: #f07424;

}

/*daily-tours*/
.experiences-list ul.elementor-icon-list-items li span{font-size: 24px;}
.tour-wrap {

  padding: 90px 0 0px;

}

.tour-wrap h3.elementor-heading-title {

  margin-bottom: 40px;

}

.tour-wrap h4.elementor-heading-title {

  margin: 60px 0 25px;

}

.tour-wrap h5.elementor-heading-title {

  font-size: 20px;

  font-weight: 300;

}

.tour-wrap .bold-title {

  font-size: 42px;

  margin-bottom: 16px;

  line-height: 50px;

}

.tour-wrap .row-border {

  border-bottom: solid 2px #58595b;

  padding: 33px 0 0px;

}

.tour-wrap .row-border.border-none {

  border-bottom: none;

}

.tour-wrap .elementor-text-editor {

  font-size: 20px;

  /*margin-bottom: 60px;*/

}

.tour-wrap .elementor-heading-title {

  font-size: 32px;

}

.tour-wrap ul.elementor-icon-list-items {

  margin: 0 -20px;

}

.tour-wrap ul.elementor-icon-list-items li {

  display: inline-block;

  position: relative;

  padding: 0 20px;

  margin-bottom: 4px;

}

.tour-wrap ul.elementor-icon-list-items li a {

  font-size: 24px;

}

.tour-wrap ul.elementor-icon-list-items li a:hover .elementor-icon-list-text {

  color: #c05210;

}

.tour-wrap ul.elementor-icon-list-items li:before {

  position: absolute;

  content: '';

  top: 12px;

  right: 0;

  width: 2px;

  height: 20px;

  background: #ea6e24;

}

.tour-wrap ul.elementor-icon-list-items li:nth-child(5):before {

  display: none;

}

.tour-wrap ul.elementor-icon-list-items li:last-child:before {

  display: none;

}

.tour-wrap ul.tour-details li h4 {

  font-weight: 300;

  font-size: 20px;

  margin-bottom: 12px;

}

.tour-wrap ul.tour-details li {

  border-bottom: 2px solid #bdbfc1;

  padding: 26px 0;

}

.tour-wrap ul.tour-details li:nth-child(3) {

  border-bottom: transparent;

}

.tour-wrap ul.tour-details li:last-child {

  border-bottom: transparent;

}

.tour-wrap ul.tour-details li .discription {

  font-size: 20px;

  color: #58595b;

}

/*the line up*/

.team-list {

  padding: 0px 0;

 /* background: #f6f6f6;*/

}

.team-list .nav .nav-item {

  width: 33.33%;

  text-align: center;

  margin: 0 auto;

}

.team-list .nav .nav-item .nav-link {

  display: block;

  font-size: 30px;

  font-weight: 700 !important;

  text-decoration: none;

  color: #000;

  padding: 30px 0;

  position: relative;

}

.team-list .nav .nav-item .nav-link span {

  display: block;

  color: #ea6e24;

  font-size: 22px;

  font-weight: 400;
  
  min-height: 72px;

}

.team-list .nav .nav-item .nav-link.active:before {

  position: absolute;

  content: '';

  top: 100%;

  left: 50%;

  margin-left: -32px;

  border: 26px solid transparent;

  border-top-color: #f6f6f6;

  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));

}

.team-list .nav.arrrow-bottom .nav-item:first-child .nav-link.active:before,
.team-list .nav.arrrow-bottom .nav-item:nth-child(2) .nav-link.active:before {

  top: 119%;

}

.team-list .tab-pane {

  padding: 60px 40px;

  box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #CCC;

  background: #fff;

}

.team-list .tab-pane p {

  font-size: 20px;

  color: #5b6164;

}

.team-list .tab-pane ul li {

  font-size: 20px;

  color: #5b6164;

  position: relative;

  padding: 20px 0 20px 30px;

}

.team-list .tab-pane ul li:before {

  position: absolute;

  left: 0;

  top: 20%;

  width: 5px;

  height: 5px;

  border-radius: 50%;

  background: #5b6164;

  content: '';

}

/* .team-list.mobile-view .elementor-tab-title a span {

  display: block;

  color: #ea6e24;

  font-weight: 700;

  margin-bottom: 7px;

}

.team-list.mobile-view .elementor-tab-title a {

  color: #000;

  font-weight: 400;

  display: block;

  padding-left: 24px;

} */
 .elementor-accordion-item .elementor-accordion-icon{     opacity: 0; }
.elementor-accordion-item:nth-child(1) .elementor-accordion-icon,
.elementor-accordion-item:nth-child(2) .elementor-accordion-icon,
.elementor-accordion-item:nth-child(3) .elementor-accordion-icon{    opacity: 1; } 




.team-according .elementor-accordion-icon {
    margin-bottom: 30px;
}

.team-according a.elementor-accordion-title span {
    display: block;
    color: #ee6213;
}


 .team-collapse  .collapse-item{
    display: none;
    width: 100%;
   padding:10px
}


.team-collapse .collapse-header{
    padding: 2px 10px;
    cursor: pointer;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 600;
  border:solid 1px #EEEEEE;
  position:relative;
  padding:6px 6px 4px 33px;
}
.team-collapse .collapse-header:before{
position: absolute;
    left: 9px;
    top: 11px;
    font-family: 'Fontawesome';
    content: "\f067";
    color: #000;
    font-size: 15px;
  
}
.team-collapse .collapse-header.active:before{
      content: "\f068";
}

.team-collapse .collapse-header span {
    display: block;
    color: #ee6213;
}
.team-collapse{	border:solid 1px #EEEEEE;}

.team-collapse .collapse-item p{
      color: #666666;
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.team-collapse .collapse-header:before{     opacity: 0; }
.team-collapse:nth-child(1) .collapse-header:before,
.team-collapse:nth-child(2) .collapse-header:before,
.team-collapse:nth-child(3) .collapse-header:before{    opacity: 1; } 


/*team-list elementer use */

/*.team-list .elementor-tab-title{width: 33%; text-align: center; border:none !important;}
.team-list .elementor-tab-title a{display: block; font-size: 35px; font-weight: 400!important; text-decoration: none; color: #000; padding: 10px 0 40px; position: relative; }
.team-list .elementor-tab-title a span{display: block; color: #ea6e24; font-size:24px; font-weight: 700; margin-bottom: 17px;}
.team-list .elementor-tab-title.elementor-active a:before{position: absolute; content:''; top: auto; bottom:-70px; left: 50%;  margin-left:-32px;border: 26px solid transparent; border-top-color: #f6f6f6; filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));}
.team-list .arrrow-bottom .elementor-tab-title.elementor-active a:before{bottom: -96px;}
.team-list .arrrow-bottom .elementor-tab-title.elementor-active:last-child a:before{bottom: -71px;}
.team-list .elementor-tab-content {padding: 60px 40px !important;  box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #CCC;  background: #fff; }
.team-list .elementor-tab-content  p{font-size: 20px; color: #5b6164;}
.team-list .elementor-tab-content  ul li{font-size: 20px; color: #5b6164; position: relative; padding: 20px 0 20px 30px;}
.team-list .elementor-tab-content  ul li:before{position: absolute; left: 0; top: 20%; width: 5px; height: 5px; border-radius: 50%; background: #5b6164; content: ''; }
.team-list .elementor-tabs-content-wrapper{border:none !important; }
.team-list .elementor-tabs-wrapper{overflow:initial !important;}
.team-list .elementor-widget-wrap{overflow:hidden;}
*/

/*contact*/

.direction {

  padding: 76px 0;

  text-align: center;

}

.direction p {

  font-size: 28px;

  color: #58595b;

  margin-bottom: 50px;

}

.direction input[type="text"] {

  height: 75px;

  font-size: 22px;

  color: #505050;

  font-weight: 300;

  border-radius: 0;

  padding: 10px 10px 10px 30px;

  width: 100%;

}

.direction input[type="submit"] {

  letter-spacing: 1px;

  font-weight: 600;

  background: #ea6e24;

  font-size: 22px;

  color: #fff;

  border: solid 1px transparent;

  width: 100%;

  height: 75px;

  transition: all .2s ease;

}

.direction input[type="submit"]:hover {

  background: #fff;

  border-color: #ea6e24;

  color: #ea6e24;

}

.direction input[type="text"]:focus {

  box-shadow: none;

  outline: none;

}

.map p {

  margin-bottom: 0;

}

.map p iframe {

  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);


}

/*page-content*/

.inner-banner {

  padding: 40px 0;

  background: #ea6e24;

  text-align: center;

}

.inner-banner h1 {

  color: #fff;

  font-size: 36px;

  margin: 0;

}

.page-content {

  padding: 50px 0

}

.bloglisttop {

  background: #F5EEE6;

  padding-top: 50px;

  margin-bottom: 50px;

}

.page-content img {

  margin-bottom: 10px;

  max-width: 100%;

  height: auto;

}

.page-content .bloglist1 {

  position: relative;

  margin: 0 15px 50px 0;

  background: #fff;

  vertical-align: top;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

  border-radius: 5px;

  transition: all .2s ease;

}

.page-content .bloglist1:hover {

  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);

}

.page-content ul.blog-list li {

  display: inline-block;

  position: relative;

  width: 31%;

  margin: 0 30px 50px 0;

  vertical-align: top;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

  border-radius: 5px;

  transition: all .2s ease;

}

.page-content ul.blog-list li:hover {

  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);

}

.page-content ul.blog-list li:nth-child(3n) {

  margin-right: 0

}

.page-content ul.blog-list li .imgbox img {

  border-radius: 5px;

  max-width: 100%;

  height: 200px

}

.page-content ul.blog-list li img {

  max-width: 100%;

  height: auto;

}

.page-content ul.blog-list .body-contant,
.page-content .bloglist1 .body-contant {

  padding: 15px;

}

.page-content ul.blog-list li h3,
.page-content .bloglist1 h3 {

  line-height: 20px;

  min-height: 48px;

}

.page-content ul.blog-list li h3 a,
.page-content .bloglist1 h3 a {

  font-size: 20px;

  color: #333333;

  font-weight: 400;

  margin-bottom: 0px;

  padding-bottom: 6px;

  text-decoration: none;

  transition: all .2s ease;

}

.page-content ul.blog-list li h3 a:hover,
.page-content .bloglist1 h3 a:hover {

  color: #c05210

}

.page-content ul.blog-list li a.readmore,
.page-content .bloglist1 a.readmore {

  display: inline-block;

  clear: both;

  background: #05656a;

  color: #fff;

  padding: 5px 10px;

}

.page-content ul.blog-list li a.readmore:hover,
.page-content .bloglist1 a.readmore:hover {

  background: #04aab3;

}

.page-content ul.blog-list li h3 a:hover {

  color: #c05210;

  text-decoration: none

}

.page-content ul.blog-list li .imgbox {

  display: inline-block;

}

.page-content p {

  font-size: 18px;

  color: #666;

  line-height: 30px

}

.page-content .entry-footer {

  color: #999;

}

.page-content .entry-footer a {

  padding: 0 5px;

  display: inline-block;

  text-decoration: none;

  color: #666;

}

.page-content .entry-footer a .updated,
.author-page .posted-on a .updated {

  display: none;

}

.page-content .entry-footer a:hover {

  color: #c05210;

}

.page-content .entry-footer svg,
.author-page .posted-on svg {

  fill: #999;

  margin: 0 5px;

  vertical-align: middle;

}

.page-content .entry-footer .posted-on {

  margin: 0 10px;

}

.page-content .entry-footer .edit-link {

  margin: 0 10px;

}

.page-content .comments-area h2 {

  font-size: 20px;

  text-align: left

}

.page-content .comments-area h2:before {

  display: none;

}

.page-content .comments-title-wrap {

  padding-top: 20px;

  border-top: 1px #ddd solid;

  margin: 20px 0 30px;

}

.page-content .comment-form label {

  font-weight: normal;

  font-size: 18px;

  color: #666

}

.page-content .comment-form textarea {

  width: 100%;

  height: 140px;

  border: 1px #ddd solid;

  border-radius: 0

}

.page-content .nav-links {

  padding: 20px 0;

}

.navigation h2 {

  display: none

}

.navigation .nav-links .screen-reader-text {

  display: none

}

.navigation .nav-links .nav-title {

  display: none

}

.navigation .nav-links .nav-title svg {

  display: none

}

.navigation .nav-previous {

  display: inline-block;

  width: 49.5%;

  vertical-align: top;

  text-align: left;

  text-decoration: none;

  color: #666

}

.navigation .nav-next {

  display: inline-block;

  width: 49.5%;

  vertical-align: top;

  text-align: right;

  text-decoration: none;

  color: #666

}

.navigation .nav-next a,
.navigation .nav-previous a {

  color: #666;

  text-decoration: none;

  font-size: 12px;

  padding: 4px 10px;

  border: 1px #ddd solid

}

.navigation .nav-next a:hover,
.navigation .nav-previous a:hover {

  color: #fff;

  background: #ea6e24;

  text-decoration: none;

  border: 1px #ea6e24 solid

}

.page-content .nav-links span.post-title {

  display: none;

}

.page-content .comment-form input {

  width: 100%;

  height: 40px;

  border: 1px #ddd solid;

  border-radius: 0

}

.page-content .comment-form input[type="submit"] {

  width: inherit !important;

  height: auto;

  color: #fff;

  font-size: 16px;

  padding: 10px 30px;

  background: #ea6e24;

  text-transform: uppercase;

  margin: 15px 0 20px;

  border: none;

  outline: none;

  cursor: pointer;

  border-radius: 30px;

  border: solid 1px transparent;

}

.page-content .comment-form input[type="submit"]:hover {

  background: #fff;

  color: #ea6e24;

  border-color: #ea6e24;

}

.page-content .comment-respond label {

  display: block;

}

.page-content .comment-form-flex {

  padding-top: 20px;

  margin: 10px 0 0;

}

.page-content .comment-form-flex .screen-reader-text {

  font-size: 20px;

  color: #4e4e4e;

  font-family: 'Titillium Web', sans-serif;

  font-weight: 500;

}

.page-content .comment-form-flex .comments-title {

  display: none;

}

.page-content ol {

  list-style: none;

  margin: 0;

  padding: 0;

}

.page-content .comment-form .comment-form-author,
.page-content .comment-form .comment-form-email,
.page-content .comment-form .comment-form-url {

  width: 33%;

  display: inline-block;

  vertical-align: top

}

.page-content .comment-list li {

  display: block;

  border: 1px #ddd solid;

  padding: 10px 10px;

  margin-bottom: 20px

}

.page-content .comment-author.vcard .svg-icon {

  display: none;

}

.page-content .comment-list li .comment-author {

  font-size: 16px

}

.page-content .discussion-meta ol {

  display: inline-block;

}

.page-content .discussion-meta p.discussion-meta-info {

  display: inline-block;

}

.page-content .fn {

  padding-left: 10px;

}

.page-content .comment-metadata {

  padding-left: 71px;

}

.page-content .comment-metadata a {

  text-rendering: none;

  color: #666;

  font-size: 16px;

}

.page-content .comment-content {

  padding-left: 71px;

}

.page-content .comment-reply {

  text-align: right;

}

.page-content .comment-reply a {

  display: inline-block;

  background: #0a635a;

  border: 1px solid transparent;

  color: #fff;

  padding: 2px 10px;

}

.page-content .comment-reply a:hover {

  background: #04aab3;

}

.page-content .comment-form-cookies-consent {

  display: none;

}

.author-page .entry-header {

  display: block;

}

.author-page article {

  border-bottom: 1px #ddd solid;

  padding-bottom: 20px;

  margin-bottom: 40px;

}

.author-page article:last-child {

  border-bottom: none;

}

.author-page article a {

  text-decoration: none;

  color: #EA6E24;

}

.author-page .posted-on a {

  color: #666;

  font-size: 16px;

  text-decoration: none;

}

.author-page .posted-on a:hover {

  color: #EA6E24;

}

.author-page .post-thumbnail {

  margin: 15px 0;

}

/*share button*/

.social-icon-fixed {

  position: fixed;

  top: 170px;

  right: 0;

  background: #58595b;

  padding: 23px 21px;

  border-radius: 0;

  border-top-left-radius: 25px;

  border-bottom-left-radius: 25px;

  z-index: 9;

}

.social-icon-fixed .menu {

  margin: 0;

}

.social-icon-fixed .menu li {

  display: block;

  padding: 6px 0;

}

.social-icon-fixed .menu li a {

  display: block;

  height: 42px;

  width: 42px;

  line-height: 42px;

  border-radius: 50%;

  background: #bcbec0;

  font-size: 23px;

  text-align: center;

  color: #58595b;

}

.social-icon-fixed .menu li a:hover {

  background: #ea6e24;

  color: #fff;

}

/*.inner-silder .swiper-slide{min-height: 89vh!important;}*/

.top-banner .carousel-indicators li:focus {

  box-shadow: none;

  outline: none;

}

.globel-slider img {

  height: auto !important;

}

@keyframes sticky_transition {

  0% {

    position: fixed;

    top: -12rem;

  }

  100% {

    position: fixed;

    top: 0;

  }

}





/*responsive*/
@media (max-height: 1200px) {
  .top-banner .carousel-inner .carousel-item {
    height: 84vh;
  }

}


@media (max-width: 1680px) {

  .globel-slider .elementor-image-carousel-caption {

    left: 17%;

  }

  .pages-step .studies-btn .elementor-button-link {

    right: 4%;

  }

  .top-banner .carousel-inner .carousel-item {

    height: 84vh;

  }

  /*.inner-silder .swiper-slide{min-height: 88vh!important;}*/


}

@media (max-width: 1600px) {

  .banner-event .banner-content {

    left: 15%;

  }

  .pages-steps .studies-btn .elementor-button-link {
    right: -17%;
  }

  /*.inner-silder .swiper-slide{min-height: auto!important;}*/

}

@media (max-width: 1440px) {

  .header .navbar-nav .menu-item > a {
    padding: 38px 32px;
  }

  .footer ul li {

    margin: 0 15px;

  }

  .top-banner .light-text {

    font-size: 3vw;

    line-height: 3vw;

    padding-right: 15px;

  }

  .top-banner .bold-text {

    font-size: 7vw;

    line-height: 6.6vw;

    padding-left: 15px;

  }

  .subscribe-form .wpcf7-form-control-wrap {

    width: 68%;

  }

  .banner-event .banner-content {

    top: 25%;

  }

  .banner-event .banner-content .light-text {

    font-size: 3vw;

    line-height: 4vw;

    padding: 15px 15px 0;

  }

  .banner-event .banner-content .bold-text {

    font-size: 5vw;

    line-height: 5.2vw;

    padding-left: 15px;

  }

  .top-banner .carousel-inner .carousel-item {

    height: 72vh;

  }

  /*.inner-slider img{height: 87vh;}*/
  /*global page*/
  .globel-slider .elementor-image-carousel-caption {

    top: 15%;

    left: 11%;

  }

  .globel-slider .elementor-image-carousel-caption h1 span.bold-text {

    font-size: 6vw;

    line-height: 6vw;

    padding-bottom: 30px;

  }

  .globel-slider .elementor-image-carousel-caption h1 span.bold-text:before {

    bottom: 12px;

  }

  .globel-slider .elementor-image-carousel-caption h1 span.light-text {

    font-size: 3vw;

    line-height: 4vw;

  }

  .pages-steps .studies-btn .elementor-button-link {
    right: -12%;
  }

}

@media (max-width: 1366px) {

  .container-fluid {

    padding: 0 107px;

  }

  .header .navbar-nav .menu-item > a {

    padding: 38px 25px;

  }

  /*global page*/
  .globel-slider .elementor-image-carousel-caption {

    left: 9%;

  }

  .global-wrap {

    padding: 90px 0 30px;

  }

  .global-wrap .light-org {

    font-size: 36px;

    line-height: 41px;

    margin-bottom: 40px;

  }

  .pages-steps .studies-btn .elementor-button-link {

    position: inherit;

    right: unset;

    top: unset;

    margin-top: 10px;

  }

  .top-banner .carousel-inner .carousel-item {
    height: 70vh;
  }
}

@media (max-width: 1280px) {

  .header .navbar-nav .nav-link {

    padding: 38px 26px;

  }

  .footer ul li {

    margin: 0 16px;

  }

  .footer p.join-us {

    font-size: 19px;

  }

  .top-banner .carousel-inner .carousel-item {
    height: 68vh;
  }

}

@media (max-width: 1199px) {

  body {

    padding-top: 83px;

  }

  a.link-btn {

    font-size: 18px;

  }

  .header {

    padding: 0;

  }

  .container-fluid {

    padding: 0 40px;

  }

  .header .navbar-nav .menu-item > a {

    padding: 28px 16px;

    font-size: 17px;

  }

  .footer ul li {

    font-size: 18px;

    margin: 0 13px;

  }

  .blog-events .card .card-body {

    min-height: 330px;

  }

  .blog-events .card h3 a {

    font-size: 30px;

  }

  .blog-events .card p {

    font-size: 20px;

    line-height: 27px;

  }

  .subscribe-form .wpcf7-form-control-wrap {

    width: 63%;

  }

  /*.request-proposal .info-sec p a,*/
  .request-proposal .info-sec .link-btn {

    font-size: 22px;

    display: block;

  }

  .request-proposal .info-sec .link-btn {

    padding-top: 0;

  }

  .request-proposal .info-sec p {

    font-size: 24px;

    line-height: 30px;

  }

  .request-proposal .request-form input[type="submit"] {

    padding: 15px;

  }

  .services-wrap p {

    font-size: 24px;

    line-height: 38px;

  }

  .services-wrap p br {

    display: none;

  }

  .pages-steps ul li a {
    font-size: 30px;
  }

  .pages-steps ul li:before {

    top: 5px;

  }

  h2.bold-title {

    font-size: 56px;

    line-height: 60px;

    margin-bottom: 28px;

  }

  .global-wrap .light-org {

    font-size: 32px;

    line-height: 37px;

  }

  .client-reviews h3 {

    font-size: 24px;

    line-height: 38px;

  }

  .events .card .link-btn {

    font-size: 21px;

  }

  /*oracle-suite-level*/
  .oracle-suite-events .card .elementor-image-box-img {

    width: 54% !important;

  }

  .oracle-suite-events .card ul.details li,
  .oracle-suite-events .card ul.details li:first-child {

    width: 49%;

    float: none;

    display: inline-block;

    padding: 3px 7px;

    vertical-align: top;

  }

  .oracle-suite-events .card ul.details li:last-child:before {

    display: block;

  }

  .oracle-suite-events .card ul.details li .left-sec,
  .oracle-suite-events .card ul.details li .right-sec {

    font-size: 18px;

  }

  .oracle-suite-events .card ul.details li:before {

    top: 7px;

    right: -2px;

  }

  .oracle-suite-events .card p {

    margin: 0 0 10px;

  }

  /*global*/
  .globel-slider .elementor-image-carousel-caption {

    left: 5%;

  }

  .global-services .elementor-widget-wrap > .elementor-element {

    padding: 0 15px;

  }

  .global-services ul li.elementor-icon-list-item {

    font-size: 24px;

    padding: 20px;

  }

  /*daily-tours/*/
  .tour-wrap ul.elementor-icon-list-items li:before {

    top: 12px;

  }

  .tour-wrap ul.elementor-icon-list-items li:nth-child(5):before,
  .tour-wrap ul.elementor-icon-list-items li:last-child:before {

    display: block;

  }

  /*vip-tours*/
  .tour-wrap h3.elementor-heading-title {

    margin-bottom: 30px;

  }

  .tour-wrap .row-border {

    padding: 20px 0;

  }

  /*california-spirit/*/
  .specification-wrap ul.specification-list li h5 {

    font-size: 34px;

  }

  /*inside the park*/
  .inside-equal-height .elementor-image-box-title {

    min-height: 77px;

  }

  .inside-equal-height .elementor-image-box-content {

    min-height: 358px;

  }

  /*felid page*/
  .field-equal-height .elementor-image-box-content {

    min-height: 455px;

  }

  .header .navbar-nav > li .sub-menu {

    width: 200px;

    padding: 12px 0px 19px 16px;

  }

  .header .navbar-nav .sub-menu .menu-item a {

    font-size: 20px;

    line-height: 22px;

    padding: 4px 0;

  }

  .blog-events .card .card-body {

    min-height: 356px;

  }

  /*pages-steps*/
  .pages-steps ul li.elementor-icon-list-item {
    font-size: 28px;
    padding-right: 40px;
  }

  .pages-steps ul li.elementor-icon-list-item a {
    font-size: 32px;
  }

  .pages-steps ul li.elementor-icon-list-item:before {
    top: 4px;
  }

  /*Contact*/
  .direction input[type="submit"] {
    font-size: 20px;
  }

  /*banner-fit-screen*/
  .top-banner .carousel-inner .carousel-item {

    height: 100% !important;

  }

  .tour-wrap {
    padding: 60px 0;
  }

  .team-list .nav .nav-item .nav-link{ font-size: 30px; padding: 30px 0 ;}

}

@media (max-width: 990px) {


  .header {

    padding:0;

  }

  

 .header .navbar {
    padding: 8px 0;
}
  
  .header .navbar-brand img {

    width: 86%;

  }

  .btn-primary {

    font-size: 18px;

    padding: 7px 20px;

  }

  .header .navbar-nav {

    padding-top: 30px;

  }

  .header .navbar-toggler-icon svg {

    font-size: 26px;

    color: #fff;

  }

  .header .navbar-nav > li:hover .sub-menu {
    display: none
  }

  .navbar-toggler:hover,
  .navbar-toggler:focus {

    outline: none;

  }

  .header .navbar-nav .menu-item > a {

    padding: 10px;

  }

  .header .navbar-nav > li .sub-menu {

    position: static;

    width: 100%;

  }

  .services-wrap,
  .client-reviews {

    padding: 30px 0;

  }

  .services-wrap p, .client-reviews p {

    font-size: 20px;

    line-height: 28px;

    margin-bottom: 0;

  }

  .services-wrap .btn-primary {

    padding: 7px 20px;

  }

  .client-reviews h3 {

    font-size: 24px;

    line-height: 30px;

    margin-bottom: 16px;

    width: 100%;

  }

  .client-reviews h4 {

    font-size: 24px;

  }

  .client-reviews .company-name {

    font-size: 17px;

  }

  .blog-events .card {

    width: 100%;

    max-width: 400px;

    margin: 0 auto 30px;

    transform: translateY(-0px)

  }

  .blog-events .card .card-body {

    min-height: inherit;

    padding: 20px 20px 30px;

  }

  .blog-events .card p {

    margin: 10px 0 15px;

  }

  .blog-events {

    margin-top: 0;

    padding: 30px 0;

  }

  .top-banner .carousel-indicators {

    bottom: 0;

  }

  .request-proposal .menu {

    margin-top: 24px;

  }

  .request-proposal .menu li a {

    font-size: 18px;

    width: 35px;

    height: 35px;

    line-height: 32px;

  }

  .request-proposal {

    padding: 40px 0 50px;

  }

  .request-proposal h3 {

    font-size: 24px;

    line-height: 18px;

    margin-bottom: 0;

  }

  .request-proposal .request-form p {

    margin-bottom: 15px;
  }

  .request-proposal p {

    font-size: 22px;

  }

  .request-proposal .info-sec {

    padding-top: 40px;

  }

  .request-proposal .info-sec p {

    padding-top: 18px;

    font-size: 22px;

  }

  .request-proposal .info-sec .link-btn {

    padding-top: 0px;

  }

  .request-proposal .request-form input.form-control {

    height: 47px;

    padding: 5px 10px;

    font-size: 18px;

  }

  .request-proposal .request-form textarea.form-control {

    padding: 5px 10px;

    font-size: 18px;

    height: 150px;

  }

  .footer {

    padding: 30px 0 0;

  }

  .footer ul {

    text-align: left;

    margin-bottom: 10px;

  }

  .footer ul li {

    margin: 0 0px 15px;

  }

  .footer ul li a {

    font-size: 16px;

    padding: 0 15px;

  }

  .footer p.join-us {

    font-size: 18px;

    text-align: left;

    margin-bottom: 0;

  }

  .subscribe-form {

    width: 100%;

    max-width: 450px;

    margin: 20px 0 0 15px;

  }

  .subscribe-form .form-control {

    font-size: 16px;

  }

  .banner-event .banner-content {

    left: 6%;

  }

  .request-proposal .info-sec h3 {

    max-width: 100%;

  }

  .blog-events .col-lg-6:nth-child(3) .card,
  .blog-events .col-lg-6:last-child .card {

    margin-bottom: 30px;

  }

  /*venues page*/
  h3.heading {

    font-size: 24px;

  }

  h2.bold-title {

    font-size: 32px;

    line-height: 32px;

    margin-bottom: 10px;

  }

  .events {

    padding: 40px 0;

  }

  .events h3.heading {

    margin-bottom: 30px;

  }

  .events .card h3.elementor-image-box-title {

    font-size: 24px;

  }

  .events .card h3 a {

    font-size: 24px;

  }

  .events.inside-events h3 a,
  .events.field-events .card h3 a {

    font-size: 24px;

  }

  .events .card p {

    font-size: 18px;

    line-height: 25px;

    margin: 10px 0 0;

  }

  .events .card figure {

    margin-bottom: 0 !important;

  }

  .events .card .elementor-image-box-content {

    min-height: inherit;

    padding: 20px 20px 30px;

  }

  .events .card .link-btn {

    margin-top: 16px;

  }

  /*inside-the-park*/
  .pages-steps {

    padding: 30px 15px;

  }

  .pages-steps ul li.elementor-icon-list-item {

    font-size: 22px;

    padding: 4px 20px 4px 4px;

    width: 49%;

    vertical-align: top;

    line-height: 25px;

  }

  .pages-steps ul li.elementor-icon-list-item:before,
  .pages-steps ul li.elementor-icon-list-item:first-child:before {

    font-size: 20px;

    top: 7px;

  }


  .pages-steps ul li.elementor-icon-list-item:last-child:before {

    display: block;

  }

  .pages-steps ul li.elementor-icon-list-item a {

    font-size: 22px;

    line-height: 25px;

    font-family: 'ProximaNova-Bold';

  }

  .pages-steps .studies-btn .elementor-button-link {

    font-size: 18px !important;

    margin-top: 25px;

  }

  /*field page*/
  .specification-wrap {

    padding: 30px 0;

  }

  .specification-wrap h3.heading {

    margin-bottom: 20px;

  }

  .specification-wrap ul.specification-list {

    margin-bottom: 30px;

    padding: 20px 0 10px;

  }

  .specification-wrap ul.specification-list li {

    width: 49%;

    margin-bottom: 18px;

  }

  .specification-wrap ul.btn-list li {

    /*width: 49%; */

    margin-bottom: 18px;

    padding: 0 20px

  }

  .specification-wrap ul.btn-list li a {

    width: 100%;

  }

  .specification-wrap ul.specification-list li h4 {

    font-size: 20px;

  }

  .specification-wrap ul.specification-list li h5 {

    font-size: 24px;

  }

  .more-info {

    padding: 30px 0;

  }

  .more-info .more-list ul li a {
    font-size: 19px;
    padding: 0 20px;
  }

  .more-info .more.more-info .more-list ul li:last-child a:before {

    display: block;

  }

  /*oracle-suite-level*/
  .oracle-suite-events .card {

    width: 100%;

    max-width: 400px;

    margin: 0 auto 30px;

  }

  .oracle-suite-events .card .elementor-image-box-img {

    width: 100% !important;

  }

  .oracle-suite-events .card .elementor-image-box-wrapper {

    display: block;

  }

  .oracle-suite-events .card ul.details {

    margin-top: 20px;

  }

  /*global*/
  .global-services {

    padding: 30px 0;

  }

  .global-wrap {

    padding: 40px 0 10px;

  }

  .global-wrap .light-org {

    font-size: 24px;

    line-height: 27px;

    margin-bottom: 16px;

  }

  .global-services ul li.elementor-icon-list-item {

    width: 49%;

    font-size: 20px;

    min-height: 100px;

    padding: 20px 11px;

  }

  /*california-spirit*/
  .amenities-wrapâ€‹ {

    padding: 30px 0;

  }

  .amenities-wrapâ€‹ .heading {

    margin-bottom: 15px;

  }

  .amenities-wrapâ€‹ ul li.elementor-icon-list-item {

    font-size: 18px;

    line-height: 26px;

  }

  /*thepark*/
  .past-events {

    padding: 40px 0 0;

  }

  .past-events h4.elementor-heading-title {

    font-size: 24px;

  }

  .past-events ul.elementor-icon-list-items {

    margin: 10px 0 30px;

  }

  .past-events ul li.elementor-icon-list-item span {

    font-size: 18px;

    line-height: 20px;

  }

  .page-id-445 .elementor-445 .elementor-element.elementor-element-be84411 .elementor-spacer-inner {

    height: 20px;

  }

  /*daily-tours*/
  .elementor-496 .elementor-element.elementor-element-61890bf > .elementor-widget-container{padding: 0px 0px 30px 0px!important;}
  .formoreinfo h5{font-size: 18px;}
  .vipmoreinfo h5{margin-bottom: 30px;}
  .elementor-478 .elementor-element.elementor-element-6ae3f2e > .elementor-widget-container{padding: 0px 0px 30px 0px!important;}
  .tour-wrap {

    padding: 30px 0 0;

  }

  .tour-wrap .elementor-heading-title {

    font-size: 26px;

  }

  .tour-wrap h4.elementor-heading-title {

    font-size: 24px;

    margin: 20px 0;

  }

  .tour-wrap h3.elementor-heading-title {

    margin-bottom: 10px;

  }

  .tour-wrap ul.tour-details li {

    padding: 20px 0

  }

  .tour-wrap ul.tour-details li h4 {

    font-size: 18px;

    margin-bottom: 10px;

  }

  .tour-wrap ul.tour-details li .discription {

    font-size: 18px;

  }

  .tour-wrap ul.elementor-icon-list-items li a {

    font-size: 20px;

  }

  .tour-wrap ul.elementor-icon-list-items li:before {

    top: 6px;

  }

  .tour-wrap .elementor-text-editor {

    font-size: 18px;

    line-height: 28px;

  }

  .tour-wrap ul.elementor-icon-list-items li {
    padding: 0 18px;
  }

  /*vip-tours*/
  .tour-wrap .row-border.border-none {

    padding-bottom: 0;

  }

  .tour-wrap .bold-title {

    font-size: 24px;

    line-height: 28px;

    margin-bottom: 12px;

  }

  .tour-wrap .elementor-text-editor p br {

    display: none;

  }

  /*the-line-up/*/
  .team-list {

    padding: 30px 0;

  }

  .team-list .nav .nav-item .nav-link {

    font-size: 22px;

    padding: 20px 0;

  }

  .team-list .nav .nav-item .nav-link span {

    font-size: 22px;

  }

  .team-list .nav .nav-item .nav-link.active:before {

    border-width: 15px;

    margin-left: -15px;

  }

  .team-list .tab-pane {

    padding: 40px 30px;

  }

  .team-list .tab-pane p {

    font-size: 18px;

    line-height: 26px;

  }

  .team-list .tab-pane ul li {

    font-size: 18px;

    line-height: 26px;

  }

  /* .team-list .nav.arrrow-bottom .nav-item:first-child .nav-link.active:before {

     top: 163%;

   }

   .team-list .nav.arrrow-bottom .nav-item:nth-child(2) .nav-link.active:before {

     top: 124%;

   }*/
  .team-list .nav .nav-item .nav-link.active:before {
    display: none;
  }

  /*contact*/
  .direction {

    padding: 30px 0;

  }

  .direction p {

    font-size: 20px;

    margin-bottom: 23px;

  }

  .direction input[type="text"],
  .direction input[type="submit"] {

    height: 48px;

    font-size: 16px;

    padding: 10px;

  }

  .page-content {

    padding: 30px 0;

  }

  .inner-banner h1 {

    font-size: 26px;

  }

  .author-page article {

    margin-bottom: 20px;

  }

  .author-page article h3 a {

    font-size: 22px

  }

  .social-icon-fixed {

    padding: 15px;

  }

  .social-icon-fixed .menu li a {

    font-size: 15px;

    width: 30px;

    height: 30px;

    line-height: 30px;

  }

  .request-proposal .request-form input[type="submit"] {

    font-size: 20px;

  }

  /*inside the park*/
  .inside-equal-height .elementor-image-box-title {

    min-height: inherit;

  }

  .inside-equal-height .elementor-image-box-content {

    min-height: inherit

  }

  .events .card .link-btn {

    font-size: 18px;

  }

  .header .navbar-nav > li#menu-item-651 .sub-menu {

    left: 0;

  }

  .more-info .more-list ul li a:before {
    height: 18px;
    top: 6px;
  }


  .more-info .more-list ul li:last-child a:before {
    display: block;
  }

.request-proposal p {
    font-size: 23px;
    line-height: 30px;
    padding-top: 15px;
}

}

@media (max-width: 800px) {
  .pages-steps ul li.elementor-icon-list-item, .pages-steps ul li.elementor-icon-list-item:last-child{width: auto; padding: 4px 15px 4px 4px;}
  .pages-steps .studies-btn .elementor-button-link{ margin-top: 5px; }
  .pages-steps ul li.elementor-icon-list-item:before{right: 0;}
  .pages-steps ul li.elementor-icon-list-item a{line-height: 30px;}
}

@media (max-width: 768px) {
#content.site-content { padding-top:0px;}
  .request-proposal .request-form .text-right { text-align: left !important; }
  .request-proposal .request-form input[type="submit"] {

    font-size: 20px;

    padding: 11px 32px;

    margin-top: 20px;

    width: 100%;

  }
  
  .full-bleed-right {
      margin-right: 0px !important;
      width: 100% !important;
      -webkit-box-shadow: 20px 20px 0px 0px rgba(231,99,33,1);
      -moz-box-shadow: 20px 20px 0px 0px rgba(231,99,33,1);
      box-shadow: 20px 20px 0px 0px rgba(231,99,33,1);
      height: 400px;
      margin-top: 40px;
  }
  .full-bleed-wrapper {
      overflow: hidden;
      margin-right: 0px !important;
      padding-right: 0px !important;
  }


  .footer .footer-content {

    padding-bottom: 30px;

  }

  /*venues*/
  .events .card {

    width: 100%;

    max-width: 400px;

    margin: 0 auto 15px;

  }

  .inner-silder .swiper-pagination {

    bottom: 5px !important;

  }

  /*club-level/*/
  .specification-wrap h4.sub-title {

    font-size: 20px;

    margin-bottom: 10px;

  }

  .specification-wrap ul.btn-list li {

    width: 49%;

  }

  /*daily-tours/*/
  .tour-wrap ul.tour-details {

    margin-top: 10px;

  }

  .tour-wrap ul.elementor-icon-list-items li {

    width: 49%;

    margin-bottom: 7px;

  }

  .tour-wrap ul.elementor-icon-list-items li a {

    font-size: 18px;

  }

  .tour-wrap ul.tour-details li .btn-primary {

    width: 100%;

    display: block;

  }



  .page-content .comment-form .comment-form-author,
  .page-content .comment-form .comment-form-email,
  .page-content .comment-form .comment-form-url {

    width: 100%

  }

  .tour-wrap .row-border {

    padding: 10px 0

  }

  .tour-wrap .elementor-text-editor p {

    margin-bottom: 0;

  }

  .tour-wrap ul.tour-details li {

    padding: 13px 0

  }

  .tour-wrap ul.tour-details li h4 {

    margin-bottom: 3px;

  }

  .request-proposal div.wpcf7 .ajax-loader {

    position: absolute;

    left: 0;

    bottom: 0;

    margin: 0;

  }


  .events .elementor-column.elementor-col-33 {

    width: 100%;

    max-width: 400px;

    margin: 0 auto;

  }


}
@media (max-width: 768px) {

  .services-wrap iframe{ height:190px !important; width: 100%;}
}

@media (max-width: 568px) {

  /*field*/
  .more-info .more-list ul {

    text-align: left

  }

  .more-info .more-list ul li {

    width: 49%;

    padding: 7px 15px;

    vertical-align: top;

  }

  .more-info .more-list ul li a {

    padding: 0;

  }

  /*global*/
  /*/california-spirit/*/
  .tour-wrap {

    padding: 40px 0 0px;

  }

  .amenities-wrapâ€‹ ul li.elementor-icon-list-item {

    width: 100%;

  }

  /*the-line-up*/
  .global-services ul li.elementor-icon-list-item {

    font-size: 18px;

  }
  .header-top p{ font-size:14px;}
}

@media (max-width: 480px) {
.footer p.join-us{ text-align: center; max-width: 90%; margin: auto;}
    .footer-content .wpcf7-response-output { position: relative; margin: 0; top: 0; }
.subscribe-form .wpcf7-not-valid-tip { position: relative;}

  .request-proposal iframe { height: 1350px; }
  .subscribe-form { max-width: 100%; margin: 20px 0 0; }
  .subscribe-form .wpcf7-form-control-wrap { width: 100%; }
  .subscribe-form .form-group { padding: 0 15px; }
  .subscribe-form .btn-primary {

    display: block;

    width: 100%;

    margin: 15px 0 0;

  }

  .blog-events .card h3 a,
  .events .card h3 a {

    font-size: 24px;

  }

  .events.inside-events h3 a,
  .events.field-events .card h3 a {

    font-size: 24px;

  }

  .blog-events .card p {

    font-size: 18px;

    line-height: 25px;

  }

  .footer ul li {

    width: 49%;

    margin: 0 0 8px;

  }

  .footer ul li a {

    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;

  }

  .specification-wrap ul.btn-list li {

    padding: 0;

  }

  /*field*/
  .more-info .more-list ul li a {

    font-size: 16px;

  }

  /*global*/
  .global-services ul li.elementor-icon-list-item {

    width: 100%;

    min-height: inherit;

  }

  .pages-steps ul li.elementor-icon-list-item {

    width: 100%;

    padding: 6px 20px 6px 4px;

  }

  .pages-steps ul li.elementor-icon-list-item a {

    display: block;

  }

  .pages-steps ul li.elementor-icon-list-item:before {

    display: none !important;

  }

  /*contact*/
  .direction .p-0 {

    padding: 0 15px !important;

  }

  .direction input[type="submit"] {

    margin-top: 15px;

  }

  .direction .wpcf7-form-control-wrap {

    width: 100%;

  }

  /*tour-page*/
  .tour-wrap .bold-title br {

    display: none;

  }

  .inner-silder .elementor-widget-image-carousel .swiper-slide {
    height: 27vh;
  }

  .inner-silder.globel-slider .elementor-widget-image-carousel .swiper-slide {
    height: 100%;
  }


}

@media (max-width: 420px) {

  body {

    padding-top: 66px;

  }

  .top-banner .bold-text {

    padding-left: 11px;

  }

  .top-banner .carousel-caption {

    top: 16%;

  }

  .top-banner .light-text,
  .banner-event .banner-content .light-text {

    font-size: 4vw;

    line-height: 4vw;

    padding-right: 8px;

  }

  .header .navbar .navbar-brand {

    width: 170px;

    margin-right: 0;

  }

  .header .navbar .navbar-brand img {

    width: 170px;

  }

  .request-proposal .info-sec p {

    font-size: 20px;

    line-height: 30px;

  }

  .wpcf7-recaptcha {

    margin: -10px 0 0 -41px;

    -moz-transform: scale(.8);

    -webkit-transform: scale(.8);

    -o-transform: scale(.8);

    -ms-transform: scale(.8);

    transform: scale(.8)

  }

  .banner-event .banner-content .bold-text {

    padding-left: 11px;

  }

  .pages-steps {

    padding: 20px 15px;

  }

  .pages-steps ul li.elementor-icon-list-item:before {

    top: 4px;

  }

  .pages-steps ul li.elementor-icon-list-item {

    padding: 4px 20px 4px 4px;

  }

  .events {

    padding: 30px 0 20px;

  }

  /*field*/
  .more-info .more-list ul li,
  .specification-wrap ul.btn-list li {

    width: 100%;

  }

  .more-info .more-list ul li a:before {
    display: none;
  }

  .more-info .more-list ul li:last-child a:before {
    display: none;
  }

  /*daily-tours/*/
  .tour-wrap .bold-title {

    font-family: 'ProximaNova-Bold';

    font-size: 26px;

  }

  .tour-wrap ul.elementor-icon-list-items li {

    width: 100%;

  }

  .tour-wrap ul.elementor-icon-list-items li:before {

    display: none;

  }

  .tour-wrap ul.elementor-icon-list-items li:nth-child(5):before,
  .tour-wrap ul.elementor-icon-list-items li:last-child:before {

    display: none;

  }

  .social-icon-fixed {

    padding: 12px;

  }

  .social-icon-fixed .menu li {

    padding: 6px 0;

  }

  .social-icon-fixed .menu li a {

    width: 24px;

    height: 24px;

    line-height: 24px;

    font-size: 13px;

  }

  /*globel-page*/
  .globel-slider .elementor-image-carousel-caption {

    top: 9%;

  }

  .global-services ul {

    padding: 5px !important;

  }

  .pages-steps .studies-btn .elementor-button-link {

    font-size: 16px !important;

    margin-top: 18px;

    padding: 15px !important;

  }

  .tour-wrap h5.elementor-heading-title {

    font-size: 18px;

  }

  .globel-slider .elementor-image-carousel-caption h1 span.bold-text {

    padding-bottom: 20px;

  }

  .globel-slider .elementor-image-carousel-caption h1 span.bold-text:before {

    bottom: 9px;

    height: 4px;

  }

  .globel-slider .elementor-image-carousel-caption h1 span.light-text {

    font-size: 4vw;

    line-height: 5vw;

  }

  .inner-silder .elementor-widget-image-carousel .swiper-slide {
    height: 26vh;
  }

  .inner-silder .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
  
  .formoreinfo h5 br{display:none;}
  .formoreinfo h5{width: 100%; max-width: 340px; margin: 0 auto;}

.request-proposal .info-sec p{font-size: 17px;}
}

@media (max-width: 375px) {

  /*field*/
  .specification-wrap ul.specification-list li {

    width: 100%;

    text-align: center;

  }

  .specification-wrap h4.sub-title {

    text-align: left;

  }

  .oracle-suite-events .card ul.details li,
  .oracle-suite-events .card ul.details li:first-child {

    width: 100%;

  }

  .oracle-suite-events .card ul.details li:before,
  .oracle-suite-events .card ul.details li:last-child:before {

    display: none;

  }

  .inner-silder .elementor-widget-image-carousel .swiper-slide {
    height: 23vh;
  }

}

@media (max-width: 320px) {

  .wpcf7-recaptcha {
    margin: -10px 0 0 -30px;
  }

  .inner-silder .elementor-widget-image-carousel .swiper-slide {
    height: 100%;
  }


}

.formoreinfo a{color: #ea6e24;}
.formoreinfo a strong {color: #58595b;}
.formoreinfo a strong:hover{color: #ea6e24;}

/* == map animation == */
@keyframes buttonTransition {
    from {
        r: 2;
    }
    to {
        r: 8.6;
    }
}
.pulse {
  width: 14px; height: 14px;
}
.pulse circle {
  width: 14px;
  height: 14px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: buttonTransition;
}
a text {
  text-transform: uppercase;
  font-family: 'Barlow';
  font-weight: 700;
}
a:hover text {
  fill:rgb(234, 111, 37);  
  text-transform: uppercase;
  font-family: 'Barlow';
  font-weight: 700;
}

@media(max-width:1024px){
  
  .position-image-wine{ position:inherit !important; bottom:inherit !important;}
  
}

/* .swiper-pagination .swiper-pagination-bullet{opacity:1;}
.swiper-pagination  .swiper-pagination-bullet-active {
    background:#ea6e24!important;
}

 */


button:focus{outline:none !important; box-shadow:none !important}
.elementor-swiper-button:focus{outline:none !important; box-shadow:none !important}
.case-study-banner .swiper-wrapper {
    max-height: inherit; 
}