/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2022 | 17:07:59 */
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v17/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoq92mvWc3ZyhTg.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_aZA3gnD_vx3rCs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
  font-weight:400;
}

h1,h2,h3,h4,h5,h6{
  font-weight:400;
  line-height:1.3em;
}

.swiper-pagination-bullet{
      opacity: 1;
}

.eventdate .small{
  font-size:14px;
}

.calendar_table td{
  padding:0px;
}

.calendar_table .date{
  color: #999;
  padding: 6px 9px;
  font-size:11px;
  color:#999;
  background-color: #f5f5f5;
}

.calendar_table td:hover .date, .calendar_table td .date.active{
  background-color:#666;
  color:white;
}

.calendar_table .orange{
    background-color: #c99e52;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 200;
    text-align: center;
    padding: 10px 0px;
  	width:14%;
  	margin:0 auto;
}

.calendar_table .events{
    padding: 16px 9px;
}
.calendar_table .events a{
    font-weight: 400;
    font-size: 13px;
    color: #708386;
    letter-spacing: .01em;
}

.menuitems strong{
  color:#C99E52;
  font-size:18px;
}

.calendar_table hr{
	border: none;
    height: 1px;
    background-color: #e7e7e7;
  margin-top:10px;
  margin-bottom:10px;
}
.mobileonly{
  display:none;
  font-weight: bold;
}


@media screen and (max-width: 600px) {
      .calendar_table, .calendar_table td, .calendar_table tr{
        border:0px;
      }
      .componly{
        display:none;
      }
      .mobileonly{
        display:block;
      }

      .calendar_table tbody{
        border:0px;
      }

       .calendar_table thead {
          display: none;
        }

      .calendar_table .hidemobile{
      display:none;
    }

       .calendar_table tr {
          display: block;
        }

       .calendar_table td {
          display: block;
          text-align: center;
          font-size: 13px;
        }

       .calendar_table td:last-child {
          border-bottom: 0;
        }

       .calendar_table td::before {
          content: attr(data-label);
          float: left;
          text-transform: uppercase;
          font-weight: bold;
        }
        .calendar_table	tbody{
            line-height:0!important;
        }
      .calendar_table .date{
            background-color: #c99e52;
        color: #fff;
        font-family: "Montserrat",sans-serif;
        font-size: 14px;
        letter-spacing: .05em;
        font-weight: 200;
        text-align: center;
        padding: 10px 0px;
      }
      .calendar_table .events a{
        text-align:center;
      }
}


.tooltip {
    display:inline-block;
    position:relative;
    text-align:left;
}

.tooltip h3 {margin:12px 0;}

.tooltip .top {
    min-width:300px;
    max-width:400px;
    top:-20px;
    left:0%;
    transform:translate(-30%,-100%);
    padding:10px 20px;
    color:#ffffff;
    background-color:#c99e52;
    font-weight:normal;
    font-size:14px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover .top {
    display:block;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:30%;
    margin-left:0;
    width:30px;
    height:15px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:75%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#c99e52;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

@media screen and (max-width: 600px) {
  .tooltip .top {
   display:block; 
  }
  
  .tooltip .top {
    display: block;
    left: 40px;
    top: 0px;
    width: 100%;
    right: 0px;
    margin: 0px;
    height: 80px;
    position: initial;
    transform: initial;
    margin-top: 20px;
  }
  
  .tooltip .top i{
    display:none;
  }
  
  .tooltip{
    width:100%;
  }
  .tooltip .top{
    padding-top:15px;
        background-color: #5f5f5f;
  }
}

.eicon-menu-bar {
    border: 0px !important;
    height: 30px;
    width: 30px;
    background-size: cover;
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 width="124px" height="124px" viewBox="0 0 124 124" style="fill: white;enable-background:new 0 0 124 124;" xml:space="preserve"><g><path d="M112,6H12C5.4,6,0,11.4,0,18s5.4,12,12,12h100c6.6,0,12-5.4,12-12S118.6,6,112,6z"/><path d="M112,50H12C5.4,50,0,55.4,0,62c0,6.6,5.4,12,12,12h100c6.6,0,12-5.4,12-12C124,55.4,118.6,50,112,50z"/><path d="M112,94H12c-6.6,0-12,5.4-12,12s5.4,12,12,12h100c6.6,0,12-5.4,12-12S118.6,94,112,94z"/></g></svg>');
}

table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ccc;
}

body{
  padding:0px;
  margin:0px;
  font-family:"Roboto", Sans-serif;
  line-height:1.5em;
}
a{
  color:#C99E52;
}

.tableheader, .tableheader tr, .tableheader td, .tableheader:hover, .tableheader tr:hover, .tableheader td:hover{
  border:0px;
  background-color:transparent !important;
}

.elementor-4729 .elementor-element.elementor-element-e02fa21 .elementor-posts-container .elementor-post__thumbnail{
  padding-bottom: 0;
}
.elementor-5020{
	position: fixed;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 10023;
    align-items: center;
    justify-content: center;
    display: flex;
}

.elementor-5020 .elementor-element.elementor-element-b602ed1{
  max-width:600px;
}

#closebtn img{
  cursor:pointer;
}


@media (max-width: 767px){

  .tabsmenu .resp-tabs-list {
    padding-bottom:20px;
  }

  .tabsmenu .resp-tabs-list li{
    width:100%;
        border-bottom: 1px solid #00000021;

  }

  .tabsmenu .resp-tabs-list li.active span{
    color:#C99E52;
  }

  .tabsmenu .resp-tabs-list li .inrtab{
      padding: 4px 15px 5px 15px !important;
  }

  .tabsmenu .resp-tabs-list span{
        font-family: "Montserrat", Sans-serif;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
  }
}

.subscribeform{
  margin-bottom:0px !important;
}

.subscribeform input[type="email"]{
  color:#333;
}

.subscribeform input[type="submit" i]{
  width:100%;
  background-color:#C99E52;
  color:white;
  padding:10px 20px;
  border:0px;
  font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.tabsmenu .resp-tabs-list {
  margin-left:0;
  padding-left:0;
}

.tabsmenu .resp-tabs-list li{
  list-style:none;
  display:inline-block;
  font-weight:bold;
  cursor:pointer;
}

.tabsmenu .resp-tabs-list li span{
  font-weight:800 !important;
  font-family: "Montserrat", Sans-serif;
}

.tabsmenu .resp-tabs-list li.active span{
 color:#C99E52; 
}

.tab-area {
  text-align:center;
}

.tab-area li{
  list-style:none;
  display:inline-block;
}

.tab-area li.active{
  font-weight:bold !important;
      color: #C99E52;
}

.tab-area li.active span{
    font-weight:bold !important;
}

@media (max-width: 767px){
  .tab-area li{
    list-style:none;
    display:block;
  }
  
  .tab-area{
    margin-left:0px;
    padding-left:0px;
  }
  .xl-tab .tab-area{
    display:none;
  }
}

