/*
Theme Name:     AffiliateConference
Theme URI:      http://affiliate-conference.de/
Description:    Child theme for the Evont theme
Tags:           affiliate, conference
Text Domain:    affiliateconference
Author:         eCollect
Author URI:     https://ecollectmedia.com/
Template:       evont
Version:        1.0.0
*/
@import url("../evont/style.css");

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    font-size: 13px;
}

ul.checklist,
.checklist ul {
    list-style: none;
}

ul.checklist li::before,
.checklist ul li::before {
    content: "\f05d";
    font-family: "Defaults";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 20px;
    vertical-align: middle;
    color: #9dc107;
    display: inline-block;
    margin-left: -20px;
    margin-right: 5px;
}

.header .shopping-cart {
    display: none;
}

.jx-evont-mainmenu {
    margin-right: 0;
}

.jx-evont-header.jx-header-1 {
    background-color: #c6c6c6 !important;
}

.jx-evont-footer.jx-footer-2 {
    background: #60182f;
}

.jx-evont-speakers-area h3,
.jx-evont-teammember h3 {
    text-transform: uppercase;
}

.jx-evont-blog-section.club h3 {
    font-size: 15px;
    text-align: center;
    min-height: 90px;
}

.jx-evont-blog-section.club .readmore {
    display: inline-block;
    background: transparent !important;
    width: 100%;
}

.jx-evont-blog-section.club .readmore a {
    width: 100%;
    text-align: center;
}

.jx-evont-speakers-area h3,
.jx-evont-teammember h3 {
    min-height: 100px;
}

.jx-evont-testimonials-1 .jx-evont-testimonial-details {
    height: 400px;
}

.jx-evont-partner ul li {
    padding: 0 25px;
    margin-bottom: 25px;
}

.single-club .jx-evont-pagetitle h1 {
    font-size: 24px !important;
}

.ult_design_3 .ult_pricing_table .ult_price_link .ult_price_action_button {
    padding: 15px 20px;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-block iframe, .video-block object, .video-block embed, .video-block video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}