/* -------------------------------------------------------------------------
 * EE Saas Solution Saas_Solution Stylesheet
 * (c) 2014 EE Saas Solution
 * -------------------------------------------------------------------------*/

/*
General Styles
---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'eventsmart';
    src:url('fonts/eventsmart.eot?33hg5l');
    src:url('fonts/eventsmart.eot?#iefix33hg5l') format('embedded-opentype'),
    url('fonts/eventsmart.woff?33hg5l') format('woff'),
    url('fonts/eventsmart.ttf?33hg5l') format('truetype'),
    url('fonts/eventsmart.svg?33hg5l#eventsmart') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*="ee-saas-ajax-spinner icon-"], #wpadminbar .ee-icon:before, #toplevel_page_espresso_events div.wp-menu-image:before {
    font-family: 'eventsmart' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


label.ee-saas-label {
    text-align: left;
    display: block;
}

label.ee-saas-sublabel {
	font-size: small;
	margin-bottom: 20px;
}

.textcenter {
    text-align: center;
}


/**
 * note also overriding .ee-icon
 */
.icon-eventsmart:before, /*.ee-icon:before,*/ #wpadminbar .ee-icon:before, #toplevel_page_espresso_events div.wp-menu-image:before {
    content: "\e699";
}


.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}

/**
 * adds global styling to the account activation message across all themes
 */
.wp-activate-container {
    background-color: white;
    color: black;
    margin: 0 auto;
    max-width: 600px;
    padding: 20px;
    width: 60%;
}

/**
 * Hide the Yoast SEO help and plus tab
 */
.wpseo-tab-video-container {
    display: none;
}
.wpseo-add-keyword.button {
    display: none;
}

/**
 * Hide the feedbackify form credits
 */
.flink {
    visibility:hidden;
}

#wpadminbar #wp-admin-bar-event-smart-support > .ab-item:before{
    content: "\f468";
    font-size: 1.5em;
    margin-top: 2px;
}

#wpadminbar #wp-admin-bar-event-smart-feedback > .ab-item:before{
    content: "\f488";
    font-size: 1.5em;
    margin-top: 2px;
}

/**
 * Add a no contracts image to pricing page table
 */
div.ptp-cp3-price-holder-invisible {
    background: url("https://d12m9erqbesehq.cloudfront.net/wp-content/uploads/2019/01/25145457/subscribe-month-to-month-to-event-smart.png") no-repeat 50% 0px !important;
    background-size: 150px !important;
}

/* Screens below 1130px
------------------------------------ */
@media only screen and ( max-width: 1130px ) {
    #wpadminbar #wp-admin-bar-event-smart-feedback .event-smart-feedback-text, #wpadminbar #wp-admin-bar-main-account .eventsmart-account-link-text, #wpadminbar #wp-admin-bar-event-smart-support .eventsmart-help-link-text {
        display:none;
    }
}

/* Media Query for screens smaller then 768px (iPad portrait)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 600px) and (min-width: 481px) {
}

@media only screen and (max-width: 540px) and (min-width: 480px) {
}

@media only screen and (max-width: 480px) {
}