/*
Theme Name:     PaxAux
Theme URI:      http://
Description:    PaxAux, a Divi Child Theme
Author:         Full Flock, LLC
Author URI:     http://fullflock.com
Template:       Divi
Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
#top-menu-nav #top-menu li.current-menu-item a {
    color: #2ea3f2 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    /* width: 22%; */
    width: 100%;
    margin-bottom: 30px;
}

.asset-tag-endpoint-wrapper .woocommerce-MyAccount-navigation {
    width: auto;
    margin-bottom: 30px;
    margin-right: 30px;
    float: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    float: left;
}

.woocommerce-account .woocommerce-MyAccount-content {
    /* width: 76%; */
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    float: left; 
}

.mpidr-tag-table-actions {
    /* float: right; */
    float: left;
}

@media only screen and (max-width: 760px) {
	.woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%
    }
}

p.product.woocommerce.add_to_cart_inline {
    /*border: none !important;*/
    /*padding: 0 !important;*/
	color: #23528c !important;
	font-weight: normal !important;
    font-size: 20px;
    padding: 14px 24px !important;
    margin: 8px 6px 8px 0;
    /*color: #2b63a8 !important;*/
    background: #88bdff;
    background: -moz-linear-gradient(top, #88bdff 0%, #60a7ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88bdff), color-stop(100%, #60a7ff));
    background: -webkit-linear-gradient(top, #88bdff 0%, #60a7ff 100%);
    background: -o-linear-gradient(top, #88bdff 0%, #60a7ff 100%);
    background: -ms-linear-gradient(top, #88bdff 0%, #60a7ff 100%);
    background: linear-gradient(to bottom, #88bdff 0%, #60a7ff 100%);
    border: 1px solid #3e8ff4 !important;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 26px;
}

p.product.woocommerce.add_to_cart_inline a {
	background: transparent;
	border: none;
    /*color: rgb(35, 82, 140);*/
	font-weight: bold;
	font-size: xx-large;
	font-style: italic;
	padding: 0;
	line-height: 26px !important;
	text-shadow: rgba(255, 255, 255, 0.298039) 1px 1px 0px;
}

p.product.woocommerce.add_to_cart_inline a:hover {
	color: rgb(43, 99, 168);	
}


p.product.woocommerce.add_to_cart_inline .woocommerce-Price-amount {
	display:none !important;
}

.cart-customlocation {
	margin-left: 5px;
}

.cart-customlocation-icon {
	position: relative;
	top: 2px
}

.woocommerce a.remove {
    float: left;
    margin-right: 8px;
}

.woocommerce a.button:after {
	content: '' !important;
}

.woocommerce form.checkout_coupon {
	display: block !important;
}

.woocommerce .woocommerce-info {
	display: none;
}

/* Found Item Form Styles */
#foundItemForm {
	max-width: 330px;
}

#foundItemForm input[type='text'], #foundItemForm input[type='number'], #foundItemForm input[type='email'], #foundItemForm input[type='phone'], #foundItemForm textarea {
	background-color: #EFEFEF !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #00263D !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#foundItemForm input[type='submit'], button#foundItemTryAgain {
    /*float: right;*/
	color: #0075C9 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#foundItemForm .error {
	color: red;
}

.mpidr_button {
	color: #23528c !important;
    font-weight: normal !important;
    font-size: 20px;
    padding: 4px 8px !important;
    margin: 8px 6px 8px 0;
    background: #88bdff;
    background: -moz-linear-gradient(top, #88bdff 0%, #60a7ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88bdff), color-stop(100%, #60a7ff));
    background: -webkit-linear-gradient(top, #88bdff 0%, #60a7ff 100%);
    background: -o-linear-gradient(top, #88bdff 0%, #60a7ff 100%);
    background: -ms-linear-gradient(top, #88bdff 0%, #60a7ff 100%);
    background: linear-gradient(to bottom, #88bdff 0%, #60a7ff 100%);
    border: 1px solid #3e8ff4 !important;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 26px;
}

.mpidr_button:hover {
	color: rgb(43, 99, 168)
}

.mpidr-print-only {
    display:none;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

@media only screen and (max-width : 980px) {
	.column-swap .my-row {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
	}
}

.et-social-youtube a.icon:before { content: '\e0a3'; }


/* pricing table */
.et_pb_pricing_table .et_pb_button_wrapper {
    position: absolute;
    top: 46px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.et_pb_pricing .et_pb_pricing_content_top {
    border-bottom: none;
}

.et_pb_pricing_content_top {
    position: absolute;
    bottom: 16px;
    border-bottom: none;
    width: 100%;
}

.et_pb_pricing_content {
    margin-top: 56px;
    margin-bottom: 32px;
}

.et_pb_pricing_table_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Address Validation */
.pax-address-validation-wrapper {
    border: 1px solid #BD2E2B;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 2em 0;
}

@media screen and (max-width: 480px) {
    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    
    .woocommerce-MyAccount-navigation ul li {
        width: 50%;
    }
    .mpidr_button {
        font-size: 16px;
        padding: 2px 4px !important;
    }
    .asset-tag-endpoint-wrapper .mpidr-tag-table-actions {
        margin-top: 30px;
    }
}