/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.pcw-pricing-shortcode {
    text-align: center;
}

.pcw-pricing-shortcode .duration-select {
    display: inline-block;

    width: 100%;
    max-width: 300px;

    margin: 0 auto;
}

.pcw-pricing-shortcode .durations {
    padding-top: 48px;
}

.pcw-pricing-shortcode .durations .duration {
    display: none;
}

.pcw-pricing-shortcode .spot-type {
    padding-bottom: 24px;
}

.pcw-pricing-shortcode .spot {
    margin-bottom: 15px;
}

.pcw-pricing-shortcode .spot:last-child {
    margin-bottom: 0;
}

.pcw-pricing-shortcode .spot.spot-park-with-the-shark .name {
    font-weight: bold;
}

.pcw-pricing-popup-heading h1 {
    font-size: 18px;
    line-height: 1.3;

    text-align: center;
}

.pcw-pricing-popup-heading h2 {
    font-size: 14px;
    line-height: 1.3;

    text-align: center;
}

.pcw-pricing-popup-cta-wrapper {
    padding: 30px 0;

    text-align: center;
}

.pcw-pricing-popup-cta {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;

    border-radius: 0;

    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;

    color: #fff;
    background-color: #f4524d;    
}

@media screen and (min-width: 768px) {
    .pcw-pricing-shortcode .spot {
        margin-bottom: 0;
    }

    .pcw-pricing-shortcode .spot .name {
        display: inline-block;
        width: 40%;
        text-align: right;
        padding-right: 10px;    
    }

    .pcw-pricing-shortcode .spot .cost {
        display: inline-block;
        width: 58%;
        text-align: left;
        padding-left: 10px; 
    }    

    .pcw-pricing-popup-heading h1 {
        font-size: 50px;
        line-height: 69px;
    }

    .pcw-pricing-popup-heading h2 {
        font-size: 36px;
        line-height: 53px;
    }    
}