/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
#psts-stripe-checkout {
    padding: 0 15px;
}
    #psts-cc-table {
        border-collapse: separate;
        border-spacing: 0em 1em;
    }
    #psts-cc-table td {
        vertical-align: top;
    }
    #psts-cc-table td.pypl_label {
        padding-top: 6px;
        padding-right: 10px;
    }
    #psts-cc-table select {
        padding: 4px;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }
    #prosites-checkout-table ul.psts-level-1 {
        margin: 0 30px 20px;
    }
/* Add New Member Gravity Form */
#gform_2 .selectize-input {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
#gform_2 .selectize-input input{
    width: auto!important;
}
.btn.btn-primary {
    background-color: #F27C2C;
    color: #fff;
    text-decoration: none;
    min-width: 200px;
    border: 1px solid #d0661e;
}
.btn.btn-primary:hover {
    background-color: #d0661e;
}
.referrer {
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
	font-size: 13px;
}
@media only screen and (max-width : 1200px) {
    #prosites-checkout-table ul.psts-level-1 {
        margin: 0 20px 20px;
    }
}
@media only screen and (max-width : 767px) {
    #prosites-checkout-table ul.psts-level-1 {
        margin: 0 0px 20px;
    }
    #prosites-checkout-table ul.pricing-column {
        width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    #prosites-checkout-table .free-plan-link-logged-in {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media only screen and (max-width : 479px) {
    #prosites-checkout-table .summary {
        height: auto !important;
    }
}