/*-------------------------------------------------------------------------- 



-----------------------------Default Styles ------------------------------*/



html {
  height: 100%;
  font-size: 14px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  font-family: 'Open Sans' , sans-serif; 
  color: #111;
  padding: 0;
  margin: 0;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body.fixed {
  position: fixed;
}

p {
  font-size: 14px;
  line-height: 1.5em;
}

p.title {
  font-size: 1.5rem;
  font-weight: 600;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  font-weight: 600;
}

p a {
  cursor: pointer;
  color: #dd1c24;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

p a:hover {
  text-decoration: underline;
  cursor: pointer;
}


h3.small {
  font-size: 1.2rem;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.center {
  text-align: center;
}


img {
  max-width: 100%;
  height: auto;
  margin-bottom: -5px;
}

a, a:hover, a:active, a:focus {
  color: #111; 
  text-decoration: none;
  outline: none;
}


h1 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.5em;

}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.2rem;
  font-weight: 600;
}

i:hover {
  cursor: pointer;
}


.cf:before,
.cf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1; 
}


.ib {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.relative {
  position: relative;
}


.absolute {
  position: absolute;
}


input:-webkit-autofill {
  background-color: #fff!important;
}

input[type="submit"],
.checkout-button,
button,
.button, 
body .view-button,
body .woocommerce #respond input#submit, 
body .woocommerce a.button, 
body .woocommerce button.button, 
body .woocommerce input.button {
    background: #dd1c24!important;
    border: none;
    font-weight: 600;
    color: #fff!important;
    text-transform: uppercase;
    padding: 20px 14px;
    text-align: center;
}

.view-button {
  display: block;
  margin-top: 10px;
}


input[type="submit"]:hover,
.checkout-button:hover,
.button:hover,
button:hover {
  background: #ca0008;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
   border: 1px solid #ccc;
    height: 30px;
    color: #666;
    padding: 10px 10px;
    max-width: 100%;
  }

.container {
  width: 1024px;
  margin: auto;
}

body.dark strong {
  display: none;
}

.outer-section {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
}

.hidden-content,
.mobile-show, .tablet-show {
  display: none;
}

.total-wrapper {
  -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform .3s;
}

.total-wrapper.open {
  -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
}


span.title {
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
  }

  li.star {
    margin-right: 20px;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    margin-bottom: 10px;
  }

  li.star:before {
    content: "\f006";
    position: absolute;
    left: 0;
    font-size: 21px;
    font-weight: normal;
    color: #dd1c24;
    font-family: FontAwesome;
  }

#sidebar2 {
      margin-top: 20px;
    }

    #sidebar2 span.title {
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 600;
        display: block;
        text-align: center;
        padding: 10px;
        background: #333;
        color: #fff;
    }




/*------------------------------- Header ----------------------------------------*/

.header-top {
  padding: 10px 0;
}

.header-center {
  padding: 15px 30px;
  font-size: 17px;
}

.header-center span {
  color: #dd1c24;
}

.tp-widget-wrapper {
  text-align: right!important;;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
   border-bottom: 1px solid #ddd;
   padding: 10px 0;
}








/*------------------------------- Homepage Banner ----------------------------------------*/

.hp-banner-area {
  background-size: 100%;
  padding:120px 0;
  color:#fff;
}

.hp-banner-area .inner {
   background: rgba(255, 255, 255, 0.6);
   padding: 40px 0;
}
   

.hp-banner-area h1 {
   font-size: 50px;
    margin-bottom: 0;
    font-weight: 500;
    color: #dd1c24;
    line-height: 80px;
    text-transform: uppercase;
}

.hp-banner-area h2 {
    margin: 0;
    margin-bottom: 30px;
    color: #444;
    font-weight: 500
}

.hp-banner-area .button {
    padding: 15px 25px;
    font-size: 25px;
    background: #02364a!important;
    text-transform: uppercase;
}




/*unsure what this is*/
.bookingaff,
.l--container.l--blockelem {
  width: 100%!important;
  height: auto!important;
}
#CDSWIDSSP {
  width: 100%!important;
}



/*----------------------------- pre sale banner header ------------------------------*/

.preSale {
  padding: 5px;
  font-weight: 600;
  margin: 0;
}

.preSale p {
  margin: 0;
}

.preSale a {
  background: #2f2f2f!important;
    color: #fff;
    display: inline-block;
    margin-left: 10px!important;
    border-radius: 3px;
    padding: 2px 10px;
    font-weight: 600;
}

.preSale a:hover,
.my-cart:hover,
.hp-banner-area .button:hover {
  color: #fff;
  background: #ca0008!important;
  text-decoration: none;
}







/*----------------------------- Product Reviews ------------------------------*/
.star-rating p {
  font-size: 11px;
  margin-left: 10px;
  font-weight: 600;
}





/*----------------------------- Homepage - Event Sections ------------------------------*/
.stagDestinations,
.henDestinations {
  margin-bottom: 30px;
}


  .topTen ul {
    padding: 0;
    margin: 0;
    padding: 15px;
    background: #fff;
 }

    .topTen ul li {
      margin-bottom: 5px;
      padding-bottom: 5px;
      list-style: none;
      border-bottom: 1px solid #ddd;
      text-align: left;
    }

    .topTen ul li a {
      color: #777;
      font-weight: 600;
    }


    .topTen ul li a i {
    background: #02364a;
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 12px;
      font-weight: 600;
      border-radius: 25px;
      margin-right: 5px;
      font-style: normal;
      text-align: center;
      display: inline-block;
      color: #fff;
    }

    .toptenInner {
      padding: 25px;
      background: #e8e8e8;
      border-top: 3px solid #ddd;
      margin-bottom: 30px;
    }


    .topTen .button {
        display: block;
        background: #f7f7f7;
        border: 1px solid #ddd;
        margin-top: 15px;
        text-align: center;
    }

    .topTen h3 {
      background: #000;
      text-align: center;
      padding: 10px;
      font-size: 1.5rem;
      margin: 0;
      color: #fff;
    }

    .topTen .col {
      margin-bottom: 25px;

    }




/*-------------------------------------------------------------------------- 
----------------------------- Bars Listing Page ------------------------------*/

.bars-listing .row {
  margin-bottom: 25px;
}

.bars-listing h2 {
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 5px;
}

.bars-listing span i {
  color: #ca0008;
}





/*-------------------------------------------------------------------------- 
----------------------------- Product Page ------------------------------*/
#product-main .prodLeft {
  float: left;
  width: 38%;
  margin-right: 5%;
}

#product-main .summary.entry-summary {
  float: right;
  width: 57%;
}

#product-main .summary.entry-summary h1 {
  margin-bottom: 10px;
}

#product-main .prodLeft .woocommerce-main-image img {
  width: 100%;
  height: auto;
}

#product-main .prodLeft .thumbnails .zoom {
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
  height: 60px;
 overflow: hidden;
  float: left;
}

#product-main .prodLeft .thumbnails .zoom:nth-of-type(3n) {
  margin-right: 0;
}

#product-main .prodLeft h1 {
  margin-bottom: 0;
  margin-top: 20px;
}


.woocommerce-tabs > ul {
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
  margin-top: 20px;
}

.thumbnails.columns-3:before,
.thumbnails.columns-3:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.thumbnails.columns-3:after {
    clear: both;
}

  .woocommerce-tabs > ul li {
    float: left;
    list-style: none;
    display: block;
    margin-right: 5px;
  }

    .woocommerce-tabs ul li a {
      padding: 15px;
      display: block;
      border: 1px solid #ddd;
      background: #f7f7f7;
      font-size: 1.2rem;
      font-weight: 600;
    }


    .woocommerce-Tabs-panel {
      padding: 15px;
      display: block;
      border: 1px solid #ddd;
      background: #f7f7f7;
      line-height: 1.8rem;
    }

.wc-bookings-booking-form .block-picker li a {
  background: #fff;
}


#product-main .summary.entry-summary .cart {
  background: #f7f7f7;
  border: 5px solid #ddd;
  padding: 15px 20px 20px 20px;
}

.wc-bookings-date-picker legend,
.wc_bookings_field_persons,
.form-field label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.wc-bookings-person {
  margin-top: 5px;
}

.woocommerce-tabs h2 {
  margin-top: 0;
  margin-bottom: 5px;
}

body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 4px; 
}

.related.products li.product {
  width: 14%;
  margin-right: 2%;
  margin-bottom: 0;
}


.woocommerce ul.products li.product:nth-of-type(3n) {
  margin-right: 0;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.related.products {
  border-top: 4px solid #ddd;
  margin-top: 20px;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.related.products .price,
.related.products .button {
  display: none!important;
}

.woocommerce ul.products li.product h3 {
  font-size: 1.2rem;
  padding-bottom: 0px;
}

.woocommerce ul.products li.product .price span.woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price {
  color: #333;
}







/* ////////////////////////////////////////// woocommerce category listing page */
body .woocommerce ul.products,
body .woocommerce-page ul.products {
  padding: 0;
}

body .woocommerce ul.products:before,
body .woocommerce ul.products:after,
body .woocommerce-page ul.products:before,
body .woocommerce-page ul.products:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

body .woocommerce ul.products:after,
body .woocommerce-page ul.products:after {
    clear: both;
}

body .woocommerce ul.products,
body .woocommerce-page ul.products {
    zoom: 1; 
    /* IE < 8 */
}

body .woocommerce ul.products li,
body .woocommerce-page ul.products li,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   list-style: none;
   float: left!important;
    width: 31.3%;
    margin: 0;
    margin-right: 3%;
    margin-bottom: 30px;
    clear: none;
    position: relative;
    min-height: 240px;
}



body .onsale {
  position: absolute;
  top: 15px;
  background: #b51010;
  padding: 10px;
  color: #fff;
  left: 10px;
  font-size: 14px;
  font-weight: 600;
}





/*-------------------------------------------------------------------------- 
----------------------------- Contact Page ------------------------------*/

    .contact-right {
      margin: auto;
   }
    .contact-form-outer {
      background: #fff;
      margin: 0 10px;
      border-radius: 10px 10px 0 0;
    }

  


    

    


    .contact-form-outer h1 {



      border-radius: 10px 10px 0 0;



      background: #D4518E;



      color: #fff;



      padding: 10px 15px;



      position: relative;



      margin-bottom:0;



    }







    .contact-form-outer i {



      position:absolute;



      right:15px;



      top:15px;



    }







    .contact-form-inner {



      padding: 15px 30px;



    }







    .contact-form-inner input[type="text"],



    .contact-form-inner input[type="email"],



    .contact-form-inner textarea {



      width:97%;



      padding:10px;



      height:auto;



      border: 1px solid #ddd;



    }







    body .gform_wrapper textarea.medium,



    body .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {



      font-size: 15px;



    }







/*-------------------------------------------------------------------------- 



----------------------------- Top Bar - Header ------------------------------*/











.header {



  background: #f7f7f7;



}



.top-bar {



    background: #e8e8e8;

}





.tp-widget-wrapper {
  text-align: right!important;
}

.trustpilot-widget {



  padding: 3px;
  margin-top: 5px;


}



.tp-widget-wrapper,

#tp-widget-wrapper {

  text-align: right!important;

}







  /* --- Webpages topbar --- */



  nav.header-nav {



    float: left;



  }







    nav.header-nav ul {



      list-style: none; 



      margin: 0; 



      padding: 0;



    }







      nav.header-nav ul li {



      float: left;



      }











        nav.header-nav ul li a {



          display: block;



          padding: 10px;



          border-right:1px solid #ddd;



          font-size: 13px;




           transition: all 0.5s ease;



        }







        nav.header-nav ul li a:hover {



          color: #dd1c24;



           transition: all 0.5s ease;



        }


        nav.header-nav ul li a.lock:before {
          content: "\f007";
          font-family: FontAwesome;
          margin-right: 5px;
        }

         nav.header-nav ul li a.blog:before {
          content: "\f02d";
          margin-right: 5px;
          font-family: FontAwesome;
        }


        .offer-strip {
          padding: 10px 0;
          background: #f0f7ff;
          border-bottom: 1px solid #ddd;
        }

        .offer-strip span {
          font-weight: 600;
        }

        .offer-strip span.code {
          color: #7ba5d6;
        }























    .hp-package-promos {



      margin-bottom: 30px;



    }











































  /* ---  Minicart Topbar --- */



  .my-cart {



    float: right;



    background: #dd1c24;



    padding: 10px 15px;



    color: #fff;



    text-transform: uppercase;



    margin-top: 22px;



    font-weight: 700;





  }







    .my-cart:hover {



      color: #fff;



    }







    .cart-items {



      margin-left: 5px;



    }






  .tp-widget-wrapper {
    margin-top: 6px;
  }




    .my-cart i {



     margin-right: 5px;



    }











      



#justexcite-minicart-top {



  position: absolute;



  background: #fff;



  right: 0;



  top: 58px;



  display: none;



  border: 5px solid #ddd;



  z-index: 1000;



  width: 375px;



  padding: 15px;



}











.justexcite-minicart-top-products {



  margin: 0;



  padding: 0;



}







.justexcite-minicart-top-products li {



  list-style: none;



  border-bottom: 1px solid #ddd;



  padding-bottom: 10px;



}







.justexcite-mini-cart-thumbnail {



  width: 60px;



  float: left;



  margin-right: 15px;



}







.justexcite-mini-cart-info {



  float: left;



  width: 250px;



  text-align: left;



}







.justexcite-mini-cart-info h4 {



  margin: 0;



}







.woffice-mini-cart-price,



.justexcite-mini-cart-quantity {



  display: block;



}







#justexcite-minicart-top .woocommerce-Price-amount.amount {



  font-size: 1rem;



  font-weight: 600;



}







.justexcite-mini-cart-subtotal {



  margin: 0;



  padding: 10px;



  font-size: 1rem;



}







.minicart-edit {



  background: #eee;



  font-size: 1.2rem;



  padding: 10px;



  text-align: center;



  border-radius: 3px;



  width: 49%;



  display: block;



  font-weight: 600;



  float: left;



  margin-right: 2%;



}







.minicart-book {



  background: #dd1c24;



  border-radius: 3px;



  color: #fff;



  text-align: center;



  float: left;



  font-size: 1.2rem;



  font-weight: 600;



  padding: 10px;



  display: block;



  width: 49%;



}



.minicart-book:hover {

  color: #fff;

  background: #ca0008!important;

}



.main-wrapper {

  padding: 10px;

}



/*-------------------------------------------------------------------------- 



----------------------------- Header Logo Area ------------------------------*/







.header-top {



  background: #f7f7f7;



}











   /* logo */



  .logo {




      width: 228px;



      height: 52px;



      background-image: url('/wp-content/uploads/je-logo.png');



  }







      .logo img {



          width: 100%;



          max-width: 220px;



          padding: 10px 5px;



          height: auto;



      }















  .whatsappHeader h5 {



      margin: 0;



      font-size: 14px;



       color: #777;



  }







  .whatsappHeader {



    text-align: right;



    margin-top: 20px;



    margin-left: 100px;



  }







  .whatsappHeader p {



    font-size: 22px;



    margin: 0;



    font-weight: 700;



    color: #888;



    line-height: 25px;



  }







  .whatsappHeader .fa-whatsapp {



    font-size: 27px;



    float: left;



    color: #6da54b;



    top: 22px;



    left: -15px;



  }







  .tagline {



    padding: 29px 20px;



    font-size: 20px;



    color: #333;



  }











  .mobile-header .whatsappHeader {



    margin-top: 0;



  }







  .mobile-header .lower {



    background: #111;



  }















.search-wrapper p {



  padding: 8px;



}







.search-input {



  background: #fff;



  border:none;



  color: #555;



  width: 171px;



  height: 22px;



  float: left;



  padding: 10px;



}



























/*-------------------------------------------------------------------------- 



----------------------------- Main Navigation ------------------------------*/







/* Main Top Navigation */



nav.main-nav { 

  border-top: 5px solid #ddd;
  position: relative;
  border-bottom: 1px solid #ddd;

}



nav.main-nav .container {

  background: none;

}





  nav.main-nav ul {
    list-style: none; 
    display: flex;
    margin: 0; 

    padding: 0;

  }




    nav.main-nav ul li a {

      font-weight: 600; 

      padding: 22px 20px;

      display: -moz-inline-stack;

      display: block;

      font-size: 15px;

      color: #de1c24;

      border-right: 1px solid #e8e8e8;

    }





    nav.main-nav ul li a:hover {

      color: #333;

      background: #e8e8e8;

    }

    


/* dropdown menu */

.sub-menu__wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 100;
  padding: 20px 0;
  display: none;
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
}

.sub-menu__wrapper ul {
  display: block!important;
}


.sub-menu__wrapper ul  {
  max-width: 1000px;
  margin: auto!important;
}



.sub-menu__wrapper .label > a {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}

nav.main-nav li.pink .sub-menu__wrapper .label > a:before {
  content: "Hen";
  color: #f21672;
  margin-right: 5px;
}

nav.main-nav li.blue .sub-menu__wrapper .label > a:before {
  content: "Stag";
  color: #0977e3;
  margin-right: 5px;
}


  nav.main-nav ul li ul li {

    display: block;
    padding: 0;
    color: #333;

  }

  nav.main-nav .f-right {
    float: right!important;
  }

  nav.main-nav .col-md-5 {
    border-right: 1px solid #ddd;
  }


  nav.main-nav ul li ul li:hover {background:#fff;}


  nav.main-nav ul li ul li a {

  display: block;

  padding: 3px 15px;

  font-size: 13px;

  font-weight: normal;

  border: none;

  text-align: left;

  color: #333;

  }

  nav.main-nav div.sub-menu__wrapper li ul li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 11px;
    margin-right: 5px;
  }

    nav.main-nav li.pink div.sub-menu__wrapper li ul li a:before,
    nav.main-nav li.pink div.sub-menu__wrapper li ul li a:hover {
      color: #f21672;
    }

    nav.main-nav li.blue div.sub-menu__wrapper li ul li a:before,
    nav.main-nav li.blue div.sub-menu__wrapper li ul li a:hover {
      color: #0977e3;
    }

    nav.main-nav ul li ul li a:hover {
      background-color: #fff;
    }


    nav.main-nav .viewall a:before {
      content: ""!important;
    }

    nav.main-nav .viewall a {
      padding: 10px 20px;
      margin-top: 5px;
      display: inline-block;
      background: #e8e8e8;
      border-radius: 3px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
      margin-left: 10px;
    }











.woocommerce-breadcrumb {



  margin-bottom: 15px;



}











/*-------------------------------------------------------------------------- 



----------------------------- Homepage ------------------------------*/











  /* about */



  .about {



      margin-bottom: 20px;



      border: 1px solid #ddd;



      background: #fff;



      padding: 20px;



  }







  .about-content {



    padding-left: 240px;



  }







  .about img {



    margin-left: -230px;



    width: 200px;



    float: left;



  }







  .about .text {



    width: 100%;



    float: left;



  }




.chooseJE {
  padding: 5px 15px;
  background: #eeeeee;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
}

.chooseJE  h5 {
  margin: 0;
}

.chooseJE ul {
  list-style: none;
  padding: 0;
}

.chooseJE ul li {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}

.chooseJE ul li:before {
  content: "\f00c";
  margin-right: 10px;
  color: #dd1c24;
  font-family: FontAwesome;
}



.header-style {



  text-align: center;



}







.main-content h1 {



  text-align: center;



  display: inline-block;



  border-bottom: 4px solid #BB5384;



  padding: 10px 0;



}







/* left-section */







  .popular-packages {



    background: #fff;



    border: 1px solid #ddd;



    padding: 15px;



  }







    .popular-packages .package-header,



    .item-header {



      padding: 10px;



      border-bottom: 1px solid #ddd;



    }







    .popular-packages .tab-content {



      padding: 0;



      border: none;



    }







    .popular-packages .tabs {



      margin: 0;



    }















    .new-section .tabs {



      margin-top: 0;



      margin-bottom: 15px;



    }

    .new-section .tabs .item-wrapper {
      margin-bottom: 20px;
    }







    .popular-packages .tab {



      padding: 0;



    }







    .popular-packages .tab-links li {



      margin-right: 0;



      border: none;



      width: 33.3%;



      border-right: 1px solid #ddd;



    }







    .popular-packages ul.tab-links {



      border-left: 1px solid #ddd;



    }







    .popular-packages .tab-links li a {



      display: block;



      text-align: center;



      position: relative;



      padding: 15px 0;



      border-bottom: 1px solid #ddd;



      border-top: 1px solid #ddd;



    }







    .popular-packages li.active {



       border-right: 1px solid #bb5384;



    }







    .popular-packages .tab-links li a:hover {



      background: #eee!important;



    }







    .popular-packages .tab-links li.active a, .popular-packages .tab-links li.active a:hover {



      background: #bb5384!important;



      color: #fff;



      border: none;



    }







    .popular-packages li.active a:before {



      content: "\f0d7";



      width: 100%;



      position: absolute;



      left: 0;



      color: #bb5384;



      bottom: -24px;



      font-size: 2em;



      font-family: FontAwesome;



    }







    .popular-packages li.active a, .popular-packages li.active a:hover, {



      background: #bb5384;



      color: #333;



    }







    .icon-tabs.tab-links {



      background: #fff;



      border: 1px solid #ddd;



      border-bottom: none;



    }







    .icon-tabs.tab-links li {



      border: none;



      border-right: 1px solid #ddd;



      background: #fff;



      margin: 0;



      min-width: 15%;



      border-bottom: 5px solid #fff;



      text-align: center;



    }







    .icon-tabs.tab-links li.active {



      border-bottom: 5px solid #BA5182;



    }







    .icon-tabs.tab-links a {



      padding: 15px;



      text-align: center;



      display: block;



      padding-bottom: 5px;



      background: #fff;



    }







    .tab-content h2 {



      margin: 0 0 10px 0;



    }







    .icon-tabs.tab-links li:hover {



      border-bottom: 5px solid #BA5182;



    }







    .icon-tabs.tab-links li a:hover {



      background: #F5F5F5;



    }















    .icon-tabs.tab-links a i {



      font-size: 25px;



    }










    .topRated h3 {



      padding: 30px 15px;



      color: #fff;



      text-transform: uppercase;



      font-size: 19px;



      font-weight: 900;



      background: rgba(0,0,0,0.1)



    }





    h3.item-title {



      margin: 0;



      margin-bottom: 10px;



      font-size: 1.2rem;



    }















    .post-info {



      margin-bottom: 15px;



    }







    .item-content {



      padding: 10px 0;



    }


  .quickForm .gform_wrapper {
    margin: 0;
    border: 3px solid #ddd;
    padding: 20px;
    padding-top: 5px;
  }

  .quickForm .gform_wrapper .gfield_label {
    font-size: 13px!important;
    text-transform: uppercase;
    color: #dd1c24;
  }

  .quickForm .gform_wrapper select,
  .quickForm .gform_wrapper .gfield_label
 .quickForm .gform_wrapper textarea.medium, 
 .quickForm .gform_wrapper input[type=text], 
  .quickForm .gform_wrapper input[type=url], 
  .quickForm .gform_wrapper input[type=email], 
  .quickForm .gform_wrapper input[type=tel], 
  .quickForm .gform_wrapper input[type=number], 
  .quickForm .gform_wrapper input[type=password] {
    padding: 10px!important;
    border:1px solid #ddd;!important;
    width: 100%!important;
    background: #f7f7f7;
    height: auto!important;
    font-size: 15px!important;
  }

  .quickForm .gform_wrapper ul.gform_fields li.gfield {
    padding: 0!important
  }

  .quickForm > p {
    margin: 0;
    padding: 10px;
    font-weight: 600;
    border-right: 3px solid #ddd;
    border-left: 3px solid #ddd;
  }

  body .quickForm .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px;
  }

  .quickForm .button {
    width: 100%!important;
    font-size: 23px!important;
    display: block!important;
  }










    .popular-packages .hp-package-main .hp-package-content p,



    .event-wrapper .cat-post-content p,



    .item-content p {



      margin: 0;



      font-weight: normal;



    }







    .hp-package-content span,



    .event-wrapper .event-post-content span,



    .item-content span {



        font-weight: 600;



        color: #BB5384;



    }







    .popular-packages .hp-package-main h4,



    .item-main h4 {



      margin-top: 0;



      font-size: 15px;



    }



    



    .popular-packages .hp-package-main ul,



    .item-main ul {



      padding-left: 20px;



      margin-top: 10px;



    }







    .popular-packages .hp-package-main ul li,



    .item-main ul li {



      margin-bottom: 3px;



    }











/* right-section */



.homepage-right {



  margin-top: 35px;



}







.hp-top-events {



  padding: 15px;



  background: #fff;



  border: 1px solid #ddd;



  margin-bottom: 35px;



}











.hp-top-events a {



  width: 15.8%;



  margin-right: 1%;



  display: block;



  padding: 0 7px;



}







.hp-top-events img {



  border-radius: 5px;



}







.hp-top-events a:nth-of-type(6n) {



  margin-right: 0;



}







.hp-top-events-title {



  font-size: 13px;



  text-align: center;



}




.styledTitle {
  background: #eee;
  border-left: 4px solid #dd1c24;
  padding: 10px;
  display: block;
  clear: both;
  font-size: 1.4rem;
  font-weight: 600;
}






.hp-news h3 {



  text-align: left;



  font-size: 2rem;



  margin-top: 0;



  margin-bottom: 10px;



  padding-bottom: 10px;



  border-bottom: 3px solid #e8e8e8;



}







.hp-news-excerpt {



  margin-bottom: 0;



}







.hp-news a:hover {



  color: #333;



}







.hp-news-wrapper {





  padding-left: 100px;



  margin-bottom: 15px;



  padding-bottom: 15px;



  border-bottom: 1px solid #ddd;



}







.hp-news-wrapper:nth-of-type(4n) {



  margin-right: 0;



}







.hp-news-image {



  float: left;



  width: 100px;



  margin-left: -100px;



}







.hp-news-date {



  margin: 0;



  color: #dd1c24;



  font-weight: 600;



  



}







.hp-news-main {



  width: 100%;



  padding-left: 15px;



  padding-top: 0;



}





.hp-news-title {



  margin-top: 0;



  font-size: 1.1em;



  margin-bottom: 0;

  font-weight: 700;



}



#sidebar1 li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

#sidebar1 ul {
  margin: 0;
  border: 1px solid #ddd;
  padding: 10px;
}

#sidebar1 li h4 {
  margin: 0;
  font-size: 14px;
}

#sidebar1 li .entry-date {
  font-size: 12px;
  color: #888;
}



.blog-news-wrapper {


    padding: 25px;
    padding-left: 175px;
    border: 2px solid #ddd;
margin-bottom: 15px;



  width: 48%;



  float: left;



  margin-right: 2%;



}







.blog-news-wrapper:nth-of-type(2n) {



  margin-right: 0;



}







.blog-page-wrapper {



  width: 100%;



  float: none;



  margin-right: 0;



}







.blog-news-image {



  float: left;



  width: 150px;



  margin-left: -150px;



}







.blog-news-wrapper h2 {



  margin: 0;



  font-size: 16px;



}



.blog-news-date {



    font-size: 12px;
    margin: 0;



    font-style: italic;



}







.blog-news-main {



  width: 100%;



  padding-left: 30px;



  padding-top: 0;



}







body a.see-all {



    display: block;



    clear: both;



    width: 100%!important;



    text-align: center;



    font-weight: 600;



    font-size: 1.2em;



    padding: 15px;

    background: #ddd;



}















.ultimate-promo {



  background: url('/wp-content/uploads/2016/01/ultimate-bg.png');



  padding: 25px;



  background-size: cover;



  padding-right: 200px;



  display: block;



  padding-bottom: 30px;



  margin-bottom: 15px;



}







.ultimate-promo.weekender {



  background: url('/wp-content/uploads/2016/01/weekender-bg.png');



  background-size: cover;



}







.ultimate-promo .title {



  width: 100%;



  float: left;



  color: #fff;



  font-weight: 700;



}







.ultimate-promo .title p {



  margin: 0;



}







.ultimate-promo .large {



  font-size: 2.5rem;



  text-transform: uppercase;



}







.ultimate-promo .buy-now {



  width: 160px;



  margin-right: -180px;



  float: right;



  padding: 15px;



  background: #fff;



  color: #333;



  text-align: center;



  border-radius: 5px;



  font-size: 1.2rem;



  font-weight: 600;



}

















/*----- Key Points Woocommerce Product Page -----*/

.kp {

  background: #f0f7ff;

  padding: 5px 10px;

}





.kp i {

  font-size: 25px;

  color: #7ba5d6;

  margin-right: 5px;

  margin-top: 7px;

}



.kp p {

  margin: 0;

  font-weight: 600;

}



/*----- include list Woocommerce Product Page -----*/

.include_list {

  padding: 20px;

  margin-top: 20px;
  color: #fff;

  background: #3a4859;

}



.include_list h3 {

  margin-top: 0;
  font-size: 15px;

}



.include_list li {

  list-style: none;
  margin-bottom: 8px;
  font-size: 13px;

}



.include_list li:before {

  content: "\f00c";

  font-family: FontAwesome;

  margin-right: 10px;

  color: #ff7a85;

}






.product-video iframe {
  width: 100%!important;
}


/*-------------------------------------------------------------------------- 



----------------------------- Single Post ------------------------------*/







.post-head {



    text-align: center;



}







  .page-title-excerpt {



      font-weight: 600;



      text-align: center;



  }







    .page-title-excerpt h2 {



        font-size: 1.1em;



        font-weight: normal;



        margin-top: 0px;



        margin-bottom: 20px;



    }







  .post-promo { 



    width: 15%;



    margin-right: 1%;



    text-align: center;



  }







  .post-promo img {



    max-width: 60px;



  }







    .post-promo p {



    font-size: 0.8em;



    font-weight: 600;



    margin-top: 5px;



  }







  .wp_rp_content2 {



      padding: 20px;



      border: 1px solid #ddd;



      background: #fff;



      margin-top: 20px;



  }







   .header_banner {

    border-radius: 10px;

   }



   .woocommerce .woocommerce-breadcrumb {

    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 11px;

   }











  .wp_rp_content2 ul {



    margin: 0;



    padding: 0;



    list-style: none;



  }







  .wp_rp_content2 ul li {



    width: 15.666%;



    margin: 0.5%;



    float: left;



    padding: 10px;



    background: #fff;



  }







  .wp_rp_content2 ul li img {



    width: 100%;



    border-radius: 5px;



  }







  body .wp_rp_wrap .related_post_title {



    text-transform: uppercase;



    margin-top: 0;



    padding-bottom: 10px!important;



    margin-bottom: 10px!important;



    border-bottom: 3px solid #D4518E;



  }







  .wp_rp_title {



    margin-top: 10px;



    font-weight: 600;



    display: block;



    font-size: 1em;



    text-align: center;



  }























      











.post-left {



    float: left;



    width: 29%;



    margin-right: 3%;



    margin-bottom: 15px;



}







  .event-details-wrapper {



    text-align: center;



    margin-bottom: 20px;



  }







    .event-details {



      padding: 10px;



      background: #fff;



      border: 1px solid #ddd;



      margin-bottom: 10px;



      position: relative;



      text-align: left;



      padding-left: 75px;



      -moz-box-sizing: border-box;



        -ms-box-sizing: border-box;



          -webkit-box-sizing: border-box;



            -o-box-sizing: border-box;



              box-sizing: border-box;



    }







    .event-details .text {



      width: 100%;



    }







      .event-details i {



        font-size: 39px;



        margin-left: -60px;



        float: left;



        height: 45px;



        width: 55px;



      } 







      body .icon-anchor {



        top: 8px;



      }







      .included-items {



        padding: 15px;



        background: #fff;



        border: 1px solid #ddd;



        width: 100%;



        text-align: center;



        margin-bottom: 15px;



      }







      .event-details p {



        margin: 0;



        margin-right: 5px;



      }







  .mcp-area {



    padding: 15px;



    background: #fff;



    border: 1px solid #ddd;



    margin-bottom: 15px;



  }







  .mcp-area h4 {



    text-transform: uppercase;



      font-size: 15px;



      margin-top: 0;



      padding-bottom: 10px;



      margin-bottom: 10px;



      border-bottom: 3px solid #D4518E;



  }







  .mcp-area p {



    padding: 5px 0;



  }







 .mcp-area .buy-button {



    padding: 10px;



    background: #6da54b;



    color: #fff;



    font-weight: 600;



    display: inline-block;



    border-radius: 5px;



 }







 .mcp-area .buy-button:hover {



  background: #353535;



 }







 .mcp-area .buy-button:after {



    float: right;



    content: "\f105";



    font-family: FontAwesome;



    padding-left: 20px;



 }







.mcp-logos {



  margin-top: 20px;



}























.post-right {



    float: right;



    width: 68%;



    padding: 20px;



    background: #fff;



    border: 1px solid #ddd;



    margin-bottom: 15px;



}







.post-right h2,



.post-right h3 {



  margin-top: 0;



}



















/*-------------------------------------------------------------------------- 



----------------------------- NEW BOOK TICKETS AREA ------------------------------*/



.book-tickets-area2 {



  margin-bottom: 20px;



}







.book-tickets-area2 h3 {



  background: #D4518E;



  text-transform: uppercase;



  padding: 10px;



  color: #fff;



  margin: 0;



}







.wpcf7-list-item {



  clear: both;



  display: block;



  margin-bottom: 10px;



}







.book-tickets-inner {



  background: #f7f7f7;



  padding: 20px;



  border: 1px solid #ddd;



  padding-top: 15px;



}







.book-tickets-inner h2 {



  margin-top: 0;



} 







.book-tickets-inner input[type="date"] {



    border: 1px solid #ccc;



    height: 30px;



    background: #fff;



    color: #666;



    padding: 10px 10px;



    max-width: 100%;



}



}











.book-tickets-area {



    max-width: 800px;



    margin: auto;



    margin-bottom: 30px;



}















/*-------------------------------------------------------------------------- 



----------------------------- Register your interest ------------------------------*/







      .my-account-page .login,



      .register {



        background: #fff;



        padding: 40px;



        border: 1px solid #ddd;



        margin-top: 10px;



        padding-top: 25px;



      }








      .my-account-page .login input[type="text"], .my-account-page .login input[type="password"], .my-account-page .login input[type="email"], .my-account-page .login input[type="date"],



      .register input[type="text"], .register input[type="password"], .register input[type="email"], .register input[type="date"] {



        height: 40px;



        width: 100%;



        border: 1px solid #ddd;



        padding: 10px 15px;



      }







      .register p {



        font-weight: 600;



        margin-bottom: 20px;



      }







      .register span.wpcf7-list-item {



        margin-left: 0;



        display: block;



        font-weight: normal;



      }







      .register span.wpcf7-list-item.first {



        margin-top: 10px;



      }



































      .faq-info h2 {



        margin-top: 0;



        padding: 0;



      }



















    .description-left {



      float: left;



      width: 49%;



      margin-right: 2%;



    }











    .description-right {



      float: left;



      width: 49%;



    }











/*-------------------------------------------------------------------------- 



----------------------------- Packages ------------------------------*/







.postid-2024 .page-title-excerpt h2 {



  display: none;



}







.pkg-key-points {



  background: #fff;



  border: 1px solid #ddd;



  text-align: center;



  padding: 10px;



  font-size: 0.9em;



  position: relative;



  margin-bottom: 15px;



}







.pkg-key-points span {display: block;}











.pkg-key-points p {



    line-height: 1.2em;



    font-size: 0.9em;



    margin-top: 10px;



    width: 100%;



}







.pkg-key-points-img {



  width: 50px;



}







.pkg-includes {



  margin: 20px 0;



}











.pkg-item-image {



  float: left;



  margin-right: 15px;



  margin-left: -100px;



  width: 85px;



}







.pkg-item-image img {



  border-radius: 100px;



}







.pkg-item-details {



  float: left;



  width: 100%;



}







.pkg-item {



  border: 1px solid #ddd;



  background: #f3f3f3;



  padding: 5px;



  margin-bottom: 5px;



}







.pkg-item h4 {



  margin: 8px 5px;



  font-size: 1.1rem;



  float: left;



}











.pkg-item span {



    background: #fff;



    float: right;



    padding: 10px;



    border: 1px solid #ddd;



}







.pkg-item span:hover {



  cursor: pointer;



}







.pkg-item span:after {



  content: "\f067";



  font-family: FontAwesome;



  padding-left: 8px;



  font-size: 0.7em;



  color: #D4518E;



  font-weight: normal;



  position: relative;



  top: -1px;



}







.pkg-item.open span:after {



  content: "\f068";



}







.pkg-item h4 span {



  background: none;



  padding: 0;



  border: none;



  float: none;



  color: #D4518E;



}







.pkg-item h4 span:after {



  content: "";



}







.pkg-item .dropdown-details {



  display: none;



  padding: 8px;



}







.related-packages-wrapper {



  padding: 15px;



  background: #fff;



  border: 1px solid #ddd;



}







.related-packages-wrapper h3 {



    text-transform: uppercase;



    font-size: 15px;



    margin-top: 0;



    padding-bottom: 10px;



    margin-bottom: 10px;



    border-bottom: 3px solid #D4518E;



}







.related-pkg-header {



  padding-left: 90px;



  margin-bottom: 10px;



}







.related-pkg-img {



  float: left;



  width: 70px;



  margin-left: -90px;



}







.related-pkg {



  padding: 15px 0;



  border-bottom: 1px solid #ddd;



}







.related-pkg h4 {



  margin: 0;



}







.related-pkg a.view-package {



  text-transform: uppercase;



  background: #6da54b;



  color: #fff;



  padding: 10px 15px;



  font-size: 0.9em;



  font-weight: 600;



  display: inline-block;



}







.related-pkg-excerpt {



  margin-bottom: 10px;



}







.related-pkg a.view-package:hover {



  color: #fff;



  background: #333;



}



























/*-------------------------------------------------------------------------- 



----------------------------- Post - Pacha ------------------------------*/



.pacha-gallery span {



    margin-bottom: 15px;



}











/*-------------------------------------------------------------------------- 



----------------------------- Post - Wristband ------------------------------*/







.whats-included h4 {



  margin: 0;



  padding: 10px;



  background: #eee;



}







.whats-included ul {



  list-style: none;



  padding: 0;



}







/*-------------------------------------------------------------------------- 



----------------------------- Post - Pirates ------------------------------*/







.pirates-review {



    margin-bottom: 10px;



}







.pirates-vip-outer {



    position: relative;



    border: 1px solid #ddd;



    padding: 10px;



    background: #fff;



    margin-top: -8px;



    margin-bottom: 15px;



}







  .pirates-vip-outer img {



      position: absolute;



      left: -30px;



      top: -10px;



      width: 100px;



      height: auto;



  }







  .pirates-vip-outer ul {



    font-size: 16px;



    text-transform: none!important;



    padding-left: 30px!important;



    font-size: 14px;



  }































/*-------------------------------------------------------------------------- 



----------------------------- Post - Stag/Hen ------------------------------*/











.contentParagraph h2 {



  margin-top: 0;



}















/*-------------------------------------------------------------------------- 



----------------------------- Post - VIP Table Stereo ------------------------------*/







.vip-package-outer {



  



}







  .vip-package-outer h4 {



    text-align: center;



    text-transform: uppercase;



    margin-top: 0;



    margin-bottom: 0;



    padding: 10px;



    border-radius: 5px 5px 0 0;



  }







  .vip-package-outer ul {



    padding-left: 20px;



  }







  .vip-package-outer .vip-all {



    padding: 15px;



    background: #333;



    color: #fff;



    margin-bottom: 10px;



  }







   .vip-package-outer strong.large {



      font-size: 15px;



      color: #D4518E;



    } 











  .vip-package-outer .vip-list {



    background: #fff;



    padding: 15px;



    border-radius: 0 0 5px 5px;



    font-size: 13px;



  }







  .vip-package-outer .vip-all h4 {



    border-bottom: 1px solid #757575;



  }











  .vip-package-outer .bronze {



    background: #D9A868;



    padding: 15px; 



    margin-bottom: 10px;



  }







  .vip-package-outer .bronze h4 {



    color: #FFC77E;



    background: #A58256;



  }







  .vip-package-outer .silver {



    background: #9D9D9D;



    padding: 15px; 



    margin-bottom: 10px;



  }







  .vip-package-outer .silver h4 {



    color: #E9E9E9;



    background: #7B7B7B;



  }











  .vip-package-outer .platinum {



    background: #DBDBDB;



    padding: 15px; 



    margin-bottom: 10px;



  }







  .vip-package-outer .platinum h4 {



    color: #FEFEFE;



    background: #B5B5B5;



  }



















/*-------------------------------------------------------------------------- 



----------------------------- Post - Discover Magaluf ------------------------------*/



.cat-page.page-top-banner {



  position: relative;



}







.page-top-banner {

    background-size: cover;
    padding: 60px;
    color: black;
    padding-left: 40px;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 0;

}







.cat-page.page-top-banner img {



  width: 100%;



  height: auto;



}







.page-top-banner h1 {

    background: #e8e8e8;
    border-left: 10px solid #dd1c24;
    display: inline-block;
    text-align: left;
    padding: 5px 40px;
    margin-bottom: 0;
}





#breadcrumbs {

  font-size: 11px;

}





.cat-page.page-top-banner h1 {



  position: absolute;



  width: 100%;



  top: 50%;



  line-height: 0;



  margin: 0;



}













.right-content {



  padding-bottom: 30px;



  width: 72%;



  float: right;



  padding: 15px;



  border: 1px solid #ddd;



  background: #fff;



}





  body .pcs-post-title {



    font-size: 18px;



    display: block;



    padding-bottom: 10px;







  }







  body .listed-post {



      float: left;



      width: 31.3%;



      margin: 1%; 



      padding: 2%;



      margin-bottom: 1%;



      text-align: center;



      background: #fff;



      border: 1px solid #ddd;



      -moz-box-sizing: border-box;



       box-sizing: border-box;



   }







   body .listed-post img {



    margin-bottom: 10px;



   }







  body .post-list.with-excerpt {



    }







  body .pcs-featured-image {



    float: none;



  }















/*-------------------------------------------------------------------------- 



----------------------------- Category Page ------------------------------*/







.breadcrumbs {



    text-align: left;



    margin: auto;



    padding: 10px;



    background: #fff;



    font-size: 0.9em;



}







.breadcrumbs span, .breadcrumbs a {



  font-size: 0.9em;



}







.breadcrumbs a:hover {



  text-decoration: underline;



}







.mobile-events {



  display: none;



}







.cat-post-wrapper {



    float: left;



    margin-bottom: 30px;



}







.event-post-wrapper {



  margin-bottom: 15px;



}











  .event-wrapper {



    padding: 15px;



      padding-left: 165px;



       -moz-box-sizing: border-box;



        -ms-box-sizing: border-box;



          -webkit-box-sizing: border-box;



            -o-box-sizing: border-box;



              box-sizing: border-box;



  }















  .event-post-image {



        width: 150px;



        float: left;



        font-size: 0;



        margin-left: -150px;



        padding-right: 15px;



         -moz-box-sizing: border-box;



          -ms-box-sizing: border-box;



            -webkit-box-sizing: border-box;



              -o-box-sizing: border-box;



                box-sizing: border-box;



  }







  .cat-post-image {



        font-size: 0;



    }







      .cat-post-image img {



          width: 100%;



          font-size: 0;



          border: 8px solid #eee;



      }











  .cat-post-wrapper a:hover {



    color: #333;



  }







  .cat-post-wrapper a.get-tickets:hover {



    color: #fff;







  }



















  .cat-post-title {



        margin: 0;



        margin-top: 10px;



        font-size: 1.1em;



    }







    .event-wrapper .cat-post-title {



      padding: 0;



      margin-bottom: 15px;



    }







    .event-post-content .cat-post-title {



       padding: 0;



      margin-bottom: 10px;



    }







    .cat-post-title:hover {



      text-decoration: underline;



    }







    .cat-post-content {



      display: block;



      font-size: 1em;



  }







  .event-wrapper .cat-post-content {



    padding: 15px 0;



  }







  .event-post-content {



    width: 100%;



    float: left;



     -moz-box-sizing: border-box;



          -ms-box-sizing: border-box;



            -webkit-box-sizing: border-box;



              -o-box-sizing: border-box;



                box-sizing: border-box;



  }











      /* main buttons */



    .get-tickets {



        text-align: center;



        text-transform: uppercase;



        background: #6da54b; 



        color: #fff; 



        padding: 10px; 



        -moz-box-sizing: border-box;



        -ms-box-sizing: border-box;



          -webkit-box-sizing: border-box;



            -o-box-sizing: border-box;



              box-sizing: border-box;



        border: none; 



        width: 100%;



        font-weight: 600;



        float: left;



    }







        .get-tickets:hover {



          cursor: pointer;



          background: #111;



          color:#fff;



        }







    .read-more {



        padding: 10px;



        width: 100%; 



        -moz-box-sizing: border-box;



        -ms-box-sizing: border-box;



          -webkit-box-sizing: border-box;



            -o-box-sizing: border-box;



              box-sizing: border-box;



        text-transform: uppercase;



        border: 1px solid #ccc;



        background: #fff;



        font-weight: 600;



        float: left; 



        text-align: center;



        border-left: none;



    }







        .read-more:hover {



            text-decoration: underline;



            cursor: pointer;



        }











.buy-section {



    background:#fff;



    margin-bottom: 20px;



    border: 1px solid #ddd;



}







  .why-buy {



      background: #fff;



      margin-top: 30px;



      margin-bottom: 30px;



      clear: both;



      border: 1px solid #ddd;



  }







      .why-buy h3 {



        text-transform: uppercase;



        margin-top: 0;



        padding-bottom: 10px;



        margin: 20px;



        margin-bottom: 10px;



        border-bottom: 3px solid #D4518E;



      }











    .why-buy .b-section {



    text-align: center;



    float: left;



    padding: 15px 20px;



    padding-left: 75px;



    -webkit-box-sizing: border-box;



    -moz-box-sizing: border-box;



    box-sizing: border-box;



  }







  .why-buy .b-section img {



    margin-left: -65px;



    float: left;



    margin-right: 15px;



    width: 50px;



  }







  .why-buy .b-section .text {



    float: left;



    text-align: left;



    -webkit-box-sizing: border-box;



    -moz-box-sizing: border-box;



    box-sizing: border-box;



    width: 100%;



  }







  .why-buy h4 {



    margin: 0;



  }







  .why-buy .b-section .text p {



    margin: 0;



  }



























/*-------------------------------------------------------------------------- 



----------------------------- Footer ------------------------------*/











/* Footer */



.footer {
  clear: both;
  border-top: 8px solid #dedede;
  margin-top: 30px;
}


.footer a {

  color: #aaa;

  font-weight: normal;

  font-size: 13px;

}







  .footer-top {



    padding: 35px 0;


    background: #222;

    font-weight: 700;



   }







  .footer-top-inner a:hover {



        text-decoration: underline;



    }







        .footer .col1, 



      .footer .col2,



      .footer .col3 {

        border-right: 1px solid #404040;
        min-height: 164px;



      }







      .footer h4 {



        font-size: 16px;



        margin-top: 0;



        margin-bottom: 20px;



        color: #fff;



      }















      /* Footer Webpages */



      .footer ul {



          list-style: none; 



          margin: 0; 



          padding: 0;



      }







  .footer-top .col4  {

    color: #ddd;

  }



    .footer-top .col4 p {



      margin: 0;



      font-weight: 500;



    }







    .footer-top .col4 h5 {



      margin: 0;



      font-size: 14px;



    }







    .footer-top .col4 .fa-whatsapp {



      font-size: 27px;



      float: left;



      color: #5ad03d;



      top: 26px;



    }







    .footer-top .col4 .whatsappFooter {



      margin-top: 10px;



    }







    .footer-top .col4 .whatsappFooter p {



      padding-left: 35px;



      font-weight: 700;



      font-size: 20px;







    }







        











      /* Social Icons Footer */



    .social-icons {



          float: right;



          padding: 10px;



      }







        .social-icons .fa {



            font-size: 1.5em;



            padding: 5px;



        }







         .social-icons .fa:hover {



          color:#6da54b



        }











    



















      .payment-icons {



         float: left;



      }



















    .social-payment {



      border-top: 1px solid #ddd;



      height: 50px;



    }







    .copyright {



      padding: 10px;



      color: #fff;



      text-align: center;



      background: #111;



    }











/*-------------------------------------------------------------------------- 



----------------------------- Unsure css ------------------------------*/







.outer-border {



    padding: 20px;



    border: 1px solid #ddd;



}







.outer-border article {



  width: 221px;



  margin-right: 10px;



  margin-bottom: 10px;



  float: left;



}







.outer-border article img {



  width: 100%;



  height: auto;



}







.outer-border article a {



  font-size: 15px;



}







.outer-border article h2 {



   margin: 10px 0;



}







.outer-border article p {



  margin: 0;



}







.main {



  position: absolute;



  left: 0;



  width: 100%;



}







/* main site wrapper */



.highight-promos {



  margin-bottom: 30px;



}







.product-price {



      padding: 5px 0;



      -moz-box-sizing: border-box;



        -webkit-box-sizing: border-box;



          box-sizing: border-box;



    }







    .book {



      padding: 10px;



      background: #40BCD2;



      color: #fff;



      text-align: center;



      text-transform: uppercase;



      -moz-box-sizing: border-box;



        -webkit-box-sizing: border-box;



          box-sizing: border-box;



    }







    .book:hover {



      cursor: pointer;



      background: #444;



    }











  .key {



    margin-bottom: 40px;



  }







    .key img {



      margin: 0 1%;



      float: left;



      width: 30.3%;



    }











.prod-details ul {



  margin: 0;



  list-style:none;



  padding: 0 1%;



  width: 49%;



}



.pre-order {



  font-weight: 600



}







.discount-img {



  margin-bottom: 5px;



}







.save {



  padding: 15px 20px;



  background: #FFD940;



  font-weight: 600;



  font-size: 1.1em;



  width: 310px



}







.whats-included {



  background: #fff;



  padding: 15px;



  margin-bottom: 20px;



}











.whats-included li {



  margin-bottom: 5px;



}











.qty-cart-wrapper {



  padding: 20px;



  background: #f3f3f3;



  font-size: 1.2em;



  clear: both;



}







.qty span {



  background: #fff;



  padding: 20px 25px;



  display: inline-block;



  margin-left: 10px;



  vertical-align: middle;



}







.qty {



  vertical-align: middle;



  margin-right: 10px;



}







.add-to-cart {



  vertical-align: middle;



  padding: 20px;



  background: #40BCD2;



  color: #fff;



  text-transform: uppercase;



  text-shadow: 1px 1px #119eb7;



}







.add-to-cart:hover {



  background:  #17ADC8;



  cursor: pointer;



}















.tabs {



  margin-top: 20px;



}







.tab {



  padding: 15px;



}







.tab p {



  margin: 0;



}







.tab-area {



  padding: 20px;



  background: #f3f3f3;



}







.discount-img img {



  width: 100%;



  height: auto;



}











/*----- Tabs -----*/



.tabs {



    width:100%;



    display:inline-block;



}



 



    /*----- Tab Links -----*/



    /* Clearfix */



    .tab-links:after {



        display:block;



        clear:both;



        content:'';



    }







    ul.tab-links {



      margin: 0;



      padding: 0;



    }



 



    .tab-links li {



        margin-right: 5px;



        float:left;



        list-style:none;



        border: 1px solid #ddd;



        border-bottom: 0;



    }



 



        .tab-links a {



            padding:9px 15px;



            display:inline-block;



            background: #f3f3f3;



            font-weight:600;



            transition:all linear 0.15s;



        }



 



        .tab-links a:hover {



            background: #ddd;



            text-decoration:none;



        }



 



    li.active a, li.active a:hover {



        background:#fff;



    }



 



    /*----- Content of Tabs -----*/



    .tab-content {



        border: 1px solid #ddd;



        background: #fff;



    }



 



        .tab {



            display:none;



        }



 



        .tab.active {



            display:block;



        }











        .filter-wrapper {



          margin-bottom: 15px;



          position: relative;

          z-index: 1;




        }







        .filter-wrapper li {



          list-style: none;



        }







        .filter-wrapper .current-item {



          position: relative;



          padding: 10px;



          padding-left: 40px;



          background: #fff;



          border: 1px solid #ddd;



        }







        .filter-wrapper i {



          position: absolute;



          left: 15px;



          font-size: 20px;



        }







        .filter-wrapper ul.filter-list {



          display: none;

          margin: 0;



          padding: 0;



          list-style: none;



          position: absolute;



          width: 100%;



        }







        .filter-wrapper ul.filter-list li {



          position: relative;



          padding: 10px;



          padding-left: 50px;



          background: #fff;



          border: 1px solid #ddd;



          border-top: none;



        }







        .filter-wrapper ul.filter-list li:after,



        .filter-wrapper .current-item:after {



          float: right;



          content: "\f107";



          font-family: FontAwesome;



          top: 10px;



          right: 15px;



          position: absolute;



        }







        .filter-wrapper ul.filter-list p,



        .filter-wrapper .current-item p {



          margin: 0;



          font-size:15px;



          font-weight:600;



        }



















    















  /*--------------------------------------- product page --------------------------------------- */







  .product-image {



    float: left;



    width: 29%;



    margin-right: 2%;



  }







  .product-desc-area {



    float: left;width: 69%;



  }







  .product-desc-area h1 {



    text-transform: uppercase;



    padding-bottom: 10px;



    border-bottom: 1px solid #ddd;



  }







  .youtube_link iframe {



    width: 100%!important;



    height: 250px!important;



  }































.the-posts-wrapper h3 {



  font-size: 1em;



}



















/*--------------------------------------- Competition Page --------------------------------------- */



.comp-modal-left {



  width:49%;



  margin-right: 1%;



  float: left;



}







.comp-modal-left img {



  width: 100%;



  height: auto;



}







.comp-modal-right {



  width:50%;



  float: left;



  background: #f5f5f5;



  border: 1px solid #ddd;



  padding: 20px;



}







.cf_widget-inside {



  border: 1px solid #ddd!important;



}







.cf_widget-inside .cf_title {



  background: #BF5082!important;



  border: none!important;



  text-align: center!important;



}







.cf_widget-inside .cf_actions {



  border: none!important;



}







.cf_widget-inside .cf_title img {



  display: none;



}







.boxes .counts.blue div,



.boxes .counts.red div {



  font-weight: normal!important;



  background: #eee!important;



  color: #333!important;



}







.large .cf_actions_inner input[type="submit"] {



  background: #6da54b;



    border: none;



    font-weight: 700;



    color: #fff!important;



    padding: 10px 14px;



}







.cf_actions_inner input[type="text"] {



  height: auto!important;



  padding: 10px!important;



  font-size: 14px!important;



}















/*--------------------------------------- Mail Chimp Signup form --------------------------------------- */



body #mc_embed_signup {
    background: #eee;
    padding: 20px;
}




.login-wrapper {



  background: #D4518E;



  color: #fff;



}



body #mc_embed_signup form {



  padding: 0;



}







body #mc_embed_signup .mc-field-group {



  min-height: auto;



  max-width: 855px;



  padding: 0;



  margin-bottom: 10px;

  margin-right: 10px;

  float: left;



}







#mc_embed_signup .mc-field-group input {



  border: 1px solid #ddd!important;



}












body #mc_embed_signup .mc-field-group input {


height: 43px;



}







body #mc_embed_signup .submit {



  margin-top: 26px;



}







body #mc_embed_signup .button {


  padding: 14px;



  height: auto;

  border-radius: 0;

  background: #dd1c24;



  margin: 0;



  line-height: 15px;



}

body #mc_embed_signup .button:hover {
  background: #ca0008;
}





































/*--------------------------------------- Contact us Page --------------------------------------- */



body .contact-left {



  float: left;



  width: 50%;



  margin-top: 0;



}







.contact-right {



  float: left;



  width: 50%;



  padding: 30px;



  padding-top: 0



}







.contact-right img {



  width: 33.3%;



  float: left;



  padding: 8px;



  -moz-box-sizing: border-box;



        -ms-box-sizing: border-box;



          -webkit-box-sizing: border-box;



            -o-box-sizing: border-box;



              box-sizing: border-box;



}







.magaluf-images {



    padding: 7px;



    background: #fff;



    margin-top: 10px;



    border: 1px solid #ddd;



}







.email-cp {



    padding: 20px;



    background: #fff;



    border: 1px solid #ddd;



}







.email-cp h2 {



  color: #D4518E;



  margin-top: 0;



  margin-bottom: 0px;



}























/*-------------------------------------------------------------------



----------------------------- Footer ------------------------------*/



.destinationBorder,
.activityBorder {



  margin-bottom: 20px;



  text-align: left;



}

.destinationBorder span.title {
  font-size: 1.1rem;
}

.destinationBorder li.star {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
}


.destinationBorder li.star:before {
  font-size: 17px;
}

.destinationBorder .button {
  display: inline-block;
  margin-top: 10px;
}



.activityBorder .sectionBorder {
  height: 460px;
}


.activityBorder .sectionBorder li {
  padding-left: 15px;
}




  .sectionBorder,
  body .woocommerce ul.products li, 
  body .woocommerce-page ul.products li, 
  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product {
    text-align: center;
    background: #f0f0f0;
  }


.woocommerce ul.products li.product .star-rating {
  display: inline-block;
  width: 65px;
}

.woocommerce .star-rating span::before {
  color: #f6b900;
}



    .destinationBorder h2 {



      margin: 5px 0;



    }























/* RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */



















@media (max-width: 600px)  {









  #product-main .prodLeft,



  #product-main .summary.entry-summary {



    width: 100%;



    margin: 0;



    margin-bottom: 20px;



  }






      .pkg-item {



      padding: 7px;



    }











    .pkg-item h4 {



      font-size: 0.9rem;



      width: 90%;



      margin: 0px;



    }







    .pkg-item span {



      background: none;



      border: none;



      padding: 0px;



    }







    .pkg-item span:after {



      color: #C7C7C7;



      font-size: 0.7rem;



    }



    .pkg-item .dropdown-details {



      padding: 0;



      margin-top: 10px;



    }







    .pkg-includes {



      margin-bottom: 15px;



    }











    .pkg-item {



      padding: 0;



      padding: 2px;



      border: none;



      border-bottom: 1px solid #ddd;



      background: none;



    }



















  .comp-modal-left {



    width: 100%;



    margin: 0;



    margin-bottom: 0px;



  }







  .comp-modal-right {



    width: 100%;



    margin: 0;



  }















  body .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper .price-info-data .unit-price,



  body .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper .price-info-data .total-price {



    font-size: 11px;



  }







  .book-bar {



    text-align: center;



  }







  .view-button {



    display: block;



  }







  .book-bar h3,



  .book-bar i {



    float: none;



    font-size: 17px;



  }







  .book-bar .button {



    display: block;



    float: none;



    margin-top: 15px;



  }







  .wp_rp_content2 ul li {



    width: 49%;



  }







  .about-content {



    padding: 0;



  }







  .about img {



    width: auto;



    float: none;



    margin: 0;



    margin-bottom: 20px;



  }







  .about .text {



    float: none;



  }







  .event-details-wrapper {



    margin-bottom: 5px;



  }









  .popular-packages .hp-package-main .hp-package-content p, .event-wrapper .cat-post-content p {



    font-size: 13px;



  }







  .event-post-content {



    font-size: 13px;



  }







  .pkg-label {



    top: -30px;



  }











  .pkg-label img {



    max-width: 70%;



  }











  #order_review .cart_item {



    padding: 0;



  }











  #order_review .order-total {



    font-size: 18px;



  }











  .woocommerce-info {



    padding: 0px;



    text-align: center;



    padding-bottom: 10px;



  }



















  .cat-post-wrapper {



    width: 100%;



    margin-bottom: 0;



    padding: 0;



  }







  .cat-post-wrapper article {



    margin-bottom: 30px;



  }











  .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper .cart-btn-wrapper .deposit-price {



    font-size: 13px;



  }







  .tab {



    padding: 0;



  }







  .wp_rp_content2 ul li {



    padding: 3px;



  }







  .packages-banner-left {



    width: 100%!important;



    margin-right: 0!important;



  }







  .packages-banner-right {



    display: none;



  }











}























@media (max-width: 480px)  {


  .blog-news-wrapper {
    padding-left: 25px;
  }

  .blog-news-main {
    padding-left: 0;
  }

  .blog-news-image {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}


















    body .hp-banner-area h1 {



      font-size: 30px!important;



      line-height: 50px!important;



    }







    body .hp-banner-area h2 {



      max-width: 250px;



      margin: auto!important;



      font-size: 14px!important;



      margin-bottom: 10px!important;



    }







    body .hp-banner-area .button {



       padding: 0px 20px!important;



       font-size: 15px!important;



    }











  .preSale p {



    font-size: 10px;



  }







  .header_banner {



    display: none;



  }











   


















  .woocommerce ul.products li.product {



    margin-bottom: 15px!important;

    width: 100%;



  }



  .woocommerce ul.products li.product h3 {

    font-size: 1rem!important;

  }



  .woocommerce ul.products li.product .button {

    display: block;

    margin-top: 0!important;

    text-align: center;

  }







  .woocommerce ul.products li.product:nth-child(2n) {



    margin-right: 0;



  }







  .wc-bookings-person {



    float: none;



  }















  .login-wrapper {



    padding: 10px;



  }







  body #mc_embed_signup .submit {



    margin-top: 10px;



  }











  .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper,



  .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper .cart-btn-wrapper .deposit-price {



    padding: 10px;



  }







  .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper .price-info-data {



    margin-bottom: 15px;



  }







  body,



  .pirates-vip-outer ul {



    font-size: 13px;



  }







  body, p {



    font-size: 13px;



  }







  .mobile-show {



    display: block;



  }







  .mobile-hide {



    display: none;



  }















  .comingsoon {



    font-size: 1.2rem!important;



    padding: 10px 0!important;



  }







  .hp-news-wrapper {



    padding-left: 95px;



  }







  .hp-news-image{



    padding: 0;



    width: 75px;



    margin-left: -85px;



  }







  .popular-packages .package-header, .item-header {



    background: #fff;



  }







  .tiem-image img {



    width: 100%;



    height: auto;



  }







  .popular-packages .hp-package-main ul, .item-main ul {



    margin-top: 5px;



    font-size: 11px!important;



  }







  .view-button {



    margin-top: 0;



  }








  .wp_rp_content2 ul li img {



    width: 100%;



  }







  .wp_rp_title {



    padding: 10px 0;



    padding-top: 0;



  }











  .deposit-price2 span {



    font-size: 1.4em;



    top: -4px;



  }







  .buy-section2 {



    padding: 15px;



  }







  body .variations .label {



    font-size: 0.9em;



  }







  .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper .cart-btn-wrapper .deposit-price {



    width: 100%!important;



    float: none!important;



    border-right: 4px solid #ddd!important;



    border-bottom: none!important;



  }







  .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper .cart-btn-wrapper .single_add_to_cart_button {



    width: 100%!important;



    float: none!important;



  }







  .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper .cart-btn-wrapper .single_add_to_cart_button {



    height: 60px;



  }







  .inline-product-wrapper .bottom-info-wrapper .nice-price-wrapper .the-price, body .inline-product-wrapper .bundled_product_optional_checkbox {



    display: inline-block;



  }











  .popular-packages .tab-links li a {



    font-size: 12px;



  }







  .popular-packages li.active a:before {



    bottom: -20px;



  }









.page-top-banner {



    padding: 10px 0;


}



  .page-top-banner h1 {



    font-size: 1.5rem;



   padding: 5px 20px;


    margin: 0; 



  }






}



