/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Render Google Map for ACF */
<?php $location = get_field('location'); if( !empty($location) ):?>
        <div class="acf-map">
            <div class="marker" data-lat="<?php echo $location['lat']; ?>" data-lng="<?php echo $location['lng']; ?>">
            </div>
        </div>
    <?php endif; ?>

.acf-map {
    width: 100%;
    height: 450px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}

.woocommerce-billing-fields,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields,
.woocommerce-additional-fields h3,
#order_review_heading {
    font-family: Lato, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important; 
    font-weight: bold !important;
}

#order_review_heading{
    display: none;
}

.style-light .btn-default{
    background: #ff3f3f !important;
    border: 1px solid #ff3f3f !important;
}

div.yith_wcbk_booking_form_shortcode_summary {
    max-width: 1200px !important;
    margin: auto !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display:none !important;
}

.author-profile-content{
	display:none !important;
}

.style-light .style-dark a.tag-cloud-link{
    font-size: 12px !important
}

.main-container .row-container .exa-bottom-padding{
    padding-bottom: 40px !important;
}

.main-container .row-container .triple-top-padding{
    padding-top: 40px !important;
}

.yith-booking-customization-form-modal-button{
    color: #ffffff !important;
    background-color: #ff3f3f !important;
    border-color: #ff3f3f !important;
    padding: 10px 15px 10px 15px !important;;
}

.cart-subtotal, .tax-total{
    display:none !important;
}

.add-to-cart-overlay {
    visibility: hidden;
}

.nav-tabs {
    visibility: hidden;
}

.cart customize-unpreviewable {
    visibility: hidden;
}

.tag-cloud-link {
    padding: 6px 10px;
    margin-right: 10px;
  border: 1px solid #A1AEB7;
}

@media (min-width: 576px){
#main-logo .navbar-brand img{
    padding-left: 30px !important;
}

}

.uncont a.btn-flat{
    background-color: #FF3F3F !important;
    padding: 10px 20px 10px 20px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    border: none !important;
    border-radius: 0px !important;
    display: inline-block !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

.uncont .unshadow-sm a.btn-flat:after{
    display: none;
}

ul li, ol li{
    list-style-type: square;
}

body.menu-custom-padding .col-lg-0.logo-container, body.menu-custom-padding .col-lg-2.logo-container, body.menu-custom-padding .col-lg-12 .logo-container, body.menu-custom-padding .col-lg-4.logo-container {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

body.single-product h1.h3 span{
    font-family: 'Caveat', cursive !important;
    font-size: 32px !important;
}

.site-footer ul li{
    list-style-type: none;
}

#woo_pp_ec_button_checkout{
    margin: 30px 0px 0px 0px;
}

.caveat h3 span,
.caveat h2 span
{
    font-family: 'Caveat', cursive !important;
}

ul.wc_payment_methods li{
    list-style-type: none;
}

.wc-stripe-error.woocommerce-message, .wc-notice.woocommerce-message{
    background: none;
}

ul.methods{
    display: none;
}

.form-row.place-order {
    border-top-width: 0px;
}

.woocommerce-privacy-policy-text{
    display: none;
}


.buttons-container{
    padding: 20px 0px 0px 0px !important
}

.woocommerce-order h3,
.woocommerce-order h2{
    font-family: Lato, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}

p.order-again, table.my_account_bookings, .order-details h2{
    display: none;
}

ul.order_details,
ul.wc-item-meta{
    margin: 10px 0px 0px 17px;
}

body.woocommerce-order-received h1,
body.woocommerce-order-received h2,
body.woocommerce-order-received .heading-text-inner
{
    display: none;
}

ul.woocommerce-error{
    background: rgba(255, 49, 0, 0.05);
    color: #ff3100;
    padding: 20px 10px 20px 10px !important;
    margin-bottom: 36px;
}

ul.woocommerce-error li{
    margin: 0px 0px 0px 26px;
}

.btn-container.btn-inline{
    padding-left: 0px !important;
}

input.newsletter-email, input.newsletter-button{
    width: 100%;
    text-align: center;
}

.text-white p, .text-white h1{
    color: #fff !important;
}

.mc4wp-alert .mc4wp-success p{
    text-align: center !important;
}
