/*
 Theme Name:     Fota Wild
 Theme URI:      https://www.fotawildlife.ie/
 Description:    A child theme of WPBS Theme
 Author:         Jean
 Author URI:     http://www.avasoft.net/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/
/* Additional Content Styling */
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* For Woocommerce Customize */
.woocommerce div.product form.cart .ph_book_now_button {
    display:none;
}

dt.variation-Bookedto, dd.variation-Bookedto {
    display: none !important;
}

/* For Constant Contact Form */
.ctct-form-wrapper{
    width: 100%;
}

.ctct-form-wrapper .ctct-form{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.ctct-form-wrapper .ctct-form-description {
    display: none;
}

.ctct-form-wrapper .ctct-button {
    display: none;
}

.ctct-form-wrapper .ctct-form-field.ctct-form-field-email {
    position: relative;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin: 0;
    border-radius: .625rem 0 0 .625rem;
}

.ctct-form-wrapper input.ctct-email {
    height: 5rem;
    padding: .5rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .625rem 0 0 .625rem;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #020304;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.ctct-form-wrapper .ctct-form-field.ctct-form-field-submit {
    margin-left: -1px;
    display: flex;
    display: -ms-flexbox;
    border-radius: 0 .625rem .625rem 0;
}

.ctct-form-wrapper .ctct-form-field.ctct-form-field-submit .ctct-submitted {
    position: relative;
    z-index: 2;
    padding: 1.5rem 1.75rem 1.375rem 1.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0 .625rem .625rem 0;
    color: #fff;
    background-color: #00c27d;
    border: 2px solid #00c27d;
    text-align: center;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-user-select: none;
    user-select: none;
}

.ctct-form-wrapper input:focus, .ctct-form-wrapper button:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.ctct-form-wrapper .ctct-disclosure {
    display: none;
}

button.alm-load-more-btn.more {
    display: inline-block;
    font-weight: 800;
    /* color: #686868; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: .375rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3125rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #126aee;
    border-color: #126aee;
    padding-top: 1.1875rem;
    padding-bottom: 1.0625rem;
    letter-spacing: .03em;
    width: 100%;
    max-width: 300px;
    text-transform: uppercase;
}
button.alm-load-more-btn.more:hover {
    color: #fff;
    background-color: #126aee;
    border-color: #126aee;
}
.alm-btn-wrap {
    text-align: center!important;
    opacity: 1;
}
.chk_accept_terms{
    margin-right:16px;
}
.pass-details label{
    display: inline;
    font-size: 1rem;
}
.input-chk_purcahse_map {
    
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    box-shadow: none !important;
    height: 30px !important;
    -webkit-appearance: none;
    margin: 0;
    background: none !important;
    text-align: center !important;
    width: 30px !important;
    border: none !important;
    padding: 0 !important;
    display: inline !important;
    outline: #fff !important;
    border-radius: 0px !important;
    color: #343a40 !important;
}
.input-chk_purcahse_map::-webkit-outer-spin-button,
.input-chk_purcahse_map::-webkit-inner-spin-button 
{
  	-webkit-appearance: none;
	margin: 0;
}
@media (max-width:575px) {
    .ctct-form-wrapper input.ctct-email {
        font-size: 1rem;
        height: 3.125rem;
        border-radius: 6px 0 0 6px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .ctct-form-wrapper .ctct-form-field.ctct-form-field-submit .ctct-submitted {
        font-size: .625rem;
        padding: .95rem 1rem .95rem;
        border-radius: 0 6px 6px 0;
    }
}

/* for share adventures general page */
@media (max-width:767px) {
    .mcta4 {
        position: relative;
        z-index: 20;
        margin-bottom: 1rem;
    }
}

.section-blog-detail + .home-share.no-skew.with-space {
    margin-top: 0;
}


/*for contact page */
.opening-time {
    min-width: auto !important;
}

#wpcf7-f10-o1 .wpcf7-form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wpcf7-form .btnform {
    margin: auto;
    display: block;
    width: 80%;
}

/* Animals page */
#animal-list img.img-fluid.tile-img-top {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

#animal-list .tile-footer.text-center {
    max-height: 72px;
    height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}

.select2-container{
    width: 100% !important;
}

.select-listings .select2-container--default .select2-selection--single {
    border-radius: .625rem;
    font-size: 1.25rem;
    color: #030303;
    font-weight: 400 !important;
    box-shadow: 0 0 0 .2rem rgba(18,106,238,.25);
    border-color: #fff;
}

.select2-container .select2-results {
    font-size: 1.25rem;
    color: #030303;
    font-weight: 400 !important;
}

.select2-container .select2-results .select2-results__options li {
    padding: .625rem 1.875rem;
}

@media (max-width:767px) {
    #animal-list img.img-fluid.tile-img-top {
        height: 150px;
    }
}

@media (max-width:575px) {
    #animal-list .tile-footer.text-center {
        max-height: 47px;
        height: 47px;
    }
}

/*News and Events page */
#news-list .card-link-img img.card-img-left,
#events-list .card-link-img img.card-img-left,
#blog-list .card-link-img img.card-img-left{
    height: 270px;
}

.container-white a {
    word-break: break-word !important;
}

@media (max-width:400px) {
    main section .container img.size-medium{
        width: 100%;
        object-fit: cover;
        object-position: bottom;
    }
}

/* Banner */
@media (max-width:767px) {
    .hero-swiper.swiper-container .swiper-slide {
        background-position: center;
    }
}

/* Instagram */
@media (max-width:480px) {
    .instagram-feed {
        margin-top: 2rem;
    }

    .instagram-feed #sb_instagram.sbi_col_3 #sbi_images .sbi_item{
        width:50%;
    }
    
    .instagram-feed #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
        max-height: 100px;
    }
}

/* Footer */
footer.footer .nav a{
    font-size: .8rem;
}

/* Home */
.home-visiting a:hover {
    text-decoration: none;
}
@media (min-width:768px) {
    .home-news-events .card.card-media-sm .card-link-img img{
        min-height: 575px;
        max-height: 575px;
    }
    
    .home-visiting .card-img.rounded-0 {
        max-height: 623px;
    }
}

@media (max-width:767px) {
    .home-edu.bg-success .img-fluid.w-100 {
        margin-top: -35px;
    }
}

@media (max-width:319px) {
    .tile.tile-matchheight .tile-footer {
        font-size: .5rem;
    }
}

/* Header */
@media (max-width:374px) {
    .navbar .btn.btn-secondary.btn-sm {
        word-wrap: break-word;
    }
}

@media (min-width:351px) and (max-width:379px) {
    .tile-matchheight .tile-footer {
        font-size: .65rem;
    }
}

/*Woocommerce*/
.woocommerce-MyAccount-navigation {
    margin-top: 1rem;
}
.woocommerce-MyAccount-navigation-link {
    list-style: none;
    margin: 1rem 0;
}

.woocommerce-MyAccount-navigation-link.is-active .btn {
    text-decoration: underline;
}

.woocommerce-MyAccount-content {
    padding: 2rem 2rem 2rem 0;
}

.woocommerce-ResetPassword .form-group.woocommerce-form-row .btn-lemur {
    margin: 60px auto 0 !important;
}

.product-detail .amount {
    margin-right: 10px;
}

.product-detail-thumbanil .list-thumbnail img {
    max-width: 85px;
}

.dropdown .woocommerce-ordering{
    margin: 0;
}

.single-product.woocommerce .prod-desc {
    position: relative;
    z-index: 99;
}

.cart_item input[type=number]::-webkit-outer-spin-button,
.cart_item input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart_item input[type=number] {
    -moz-appearance: textfield;
}

@media (min-width:768px) {
    .woocommerce-ResetPassword .form-group.woocommerce-form-row {
        width: 70%;
        margin: 2rem auto;
    }
    
    .woocommerce-ResetPassword .form-group.woocommerce-form-row .btn-lemur {
        width: 50%;
    }
}

@media (max-width:767px) {
    .dropdown .woocommerce-ordering .dropdown-toggle {
        max-width: 150px;
        margin-right: 0.5rem;
    }
    
    .woocommerce .nav-scroll {
        position: relative;
        z-index: 99;
    }
}

@media (max-width:400px) {
    .dropdown .woocommerce-ordering .dropdown-toggle {
        max-width: 110px;
        font-size: 10px;
    }
    
    .shop-filter .fz12.text-tosca {
        font-size: 10px;
    }
}

/* EVENTS */
.sd-event .widget-body.blue ul{
    padding-left: 0;
}

.sd-event .widget-body.blue ul li {
    list-style: none;
}

#mep_event_date_sch {
    padding: 0;
}

#mep_event_date_sch li {
    margin-bottom: 1rem;
}

#mage_event_submit .form-control[readonly]{
    background-color: #FFFFFF;
}

#mage_event_submit .ex-sec-title{
    display:none;
}

#mage_event_submit #mep_everyday_datepicker{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-width: 2px !important;
    border-color: #06ba3c !important;
    font-size: 1.8125rem;
    border-radius: 0;
}

#mep_everyday_ticket_time {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1.8125rem;
  height: 54px;
}

#mep_everyday_ticket_time::-ms-expand {
    display: none;
}

#mep_everyday_ticket_time option:first-child{
    color: #8e8e8e;
}

.mage_input_group .qty_dec, .mage_input_group .qty_inc {
    display:block;
    width:34px;
    height:34px;
    border-radius:50%;
    background-color:#b5d724;
    color:#343a40;
    font-size:1.25rem;
    font-weight:600;
    line-height:34px;
    padding:0;
    letter-spacing:normal;
    z-index:2;
    position:relative
}

.mage_input_group .qty_dec {
    line-height:30px
}

@media (max-width:575px) {
    #mep_everyday_ticket_time {
        font-size: 1rem;
        height: 2.625rem;
    }
}

@media (max-width:500px) {
    table.mpeca_calender th {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.woocommerce-error {
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 130px;
}

.checkout_gift_voucher{
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce-order-received .col2-set .col-1, .woocommerce-order-received .col2-set .col-2 {
    float: none;
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
}

.woocommerce-order-pay .woocommerce {
    margin-top: 20px;
}

.rf-gift-note-text {
    margin-bottom: 10px;
}

label[for="rf-field-label"] {
    padding-left: 5px;
}

/* For Map style */
.section-map .container-fluid {
  margin-top: 65px;
}

.section-map .container-fluid .container-white {
  padding: 0;
}

@media (min-width:768px) {
    .section-map .container-fluid {
      padding: 0;
      margin-top: -45px;
    }
}