.average-rating-count{
    cursor: pointer;
    color: #f8478d !important;
}

.average-rating-count:hover{
    color: #84919E !important;
}

/* Terms & Condition checkbox css */
.edd_form #edd_terms_agreement {
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}

.edd_form #edd_terms_agreement #edd_agree_to_terms {
    margin-right: 0;
    width: 15px;
}

.edd_form #edd_terms_agreement #edd_terms {
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: top;
    padding-left: 5px;
}

.checkout-info{
    margin-top: 20px;
}

/*Theme Club upgrade*/
.theme-club-upgrade{
    padding: 50px;
    background: rgba(248, 71, 141, 0.05);
    margin: 0 0 30px;
    /*text-align: center;*/
    border: 1px solid #f8478d;
    border-top-width: 5px;
    /*max-width: 875px;*/
    width: 100%;
    text-align: center;
}
.theme-club-upgrade h2{
   font-size: 24px;
   line-height: 31px;
   font-weight: 700;
}
.theme-club-upgrade ul{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: left;
}

.theme-club-upgrade ul li{
    padding-left: 25px;
    margin: 0 0 5px;
    position: relative;
    list-style: none;
    margin-right: 10px;
    float: left;
    width: 48%;
}

.theme-club-upgrade ul li:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    color: #f8478d;
}

.theme-club-upgrade .club-upgrade{
    background: #f8478d;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    padding: 0 40px;
    margin-top: 30px;
}

.theme-club-upgrade .club-upgrade:hover,
.theme-club-upgrade .club-upgrade:focus{
    text-decoration: none;
    background: #DE407E;
}

/*=============================
 Custom Services Style
 =============================*/
 .custom-services .section-header{
    font-size: 1.889em;
    line-height: 1.206em;
    font-weight: 600;
    text-align: center;
    margin: 0 0 60px;
}

.custom-services .section-header span{
    position: relative;
    padding: 0 20px;
}

.custom-services .section-header span:before,
.custom-services .section-header span:after{
    position: absolute;
    top: 50%;
    width: 80px;
    height: 3px;
    background: #F9CBD2;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-services .section-header span:before{
    left: -80px;
}

.custom-services .section-header span:after{
    right: -80px;
}

.custom-services .holder{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -26px;
}

.custom-services .holder .col{
    width: 50%;
    padding: 0 26px;
    margin: 0 0 60px;
}

.custom-services .holder .col .image-holder{
    margin: 0 0 30px;
}

.custom-services .holder .col .text-holder{
    text-align: center;
    border: 1px solid #F9CBD2;
    border-radius: 0 0 10px 10px;
    padding: 30px;
    border-top: 0;
}

.custom-services .holder .col .text-holder .btn-learn-more{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #F8478D;
    border-radius: 2px;
    border: 1px solid #F8478D;
    padding: 20px;
    font-size: 0.778em;
    line-height: 1em;
    display: inline-block;
    margin-top: 30px;
    min-width: 180px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.custom-services .holder .col .text-holder .btn-learn-more:hover,
.custom-services .holder .col .text-holder .btn-learn-more:focus{
    text-decoration: none;
    color: #F8478D;
    background: none;
}

@media only screen and (max-width: 767px){
    .custom-services .holder .col{
        width: 100%;
    }

    .custom-services .holder .col .image-holder img{
        width: 100%;
    }
}


/*affiliate pate template*/

.page-template-affiliates #primary{
    width:100%;
}

.page-template-affiliates .entry-content.centered {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 40px;
}
.page-template-affiliates #toc_container{
    display:none!important;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    border-bottom: 1px solid #CCD6DD;
    margin-bottom: 35px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    padding: 0 10px 0 0;
    font-size: 0.8888em;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
    color: #434343;
    display: inline-block;
    padding: 0 15px 15px;
    position: relative;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:first-child a {
    padding-left: 0;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child a {
    padding-right: 0;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a,
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
    color: #F8478D;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:focus, 
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:active {
    outline: none;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a::after {
    content: "";
    background: #F8478D;
    width: 10%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a::after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

#affwp-affiliate-dashboard .affwp-tab-content p {
    margin-bottom: 1.5em;
}

#affwp-affiliate-dashboard .affwp-tab-content p strong {
    margin-left: 10px;
}

#affwp-affiliate-dashboard .affwp-tab-content p br {
    margin: 5px 0;
}

#affwp-affiliate-dashboard .affwp-tab-content h4 {
    font-weight: 700;
}

#affwp-affiliate-dashboard .affwp-tab-content h5 {
    margin-bottom: 10px;
    font-weight: 700;
}

.affwp-tab-content form.affwp-form {
    margin-bottom: 0;
    background: #EEF2F5;
    padding: 50px 100px;
    border-radius: 5px;
    border: 1px solid #CCD6DD;
}

.affwp-tab-content form.affwp-form label {
    font-size: 0.7778em;
    margin-bottom: 7px;
    padding-bottom: 0;
    font-weight: 600;
}

.affwp-tab-content form.affwp-form input[type="text"], 
.affwp-tab-content form.affwp-form input[type="email"], 
.affwp-tab-content form.affwp-form input[type="url"], 
.affwp-tab-content form.affwp-form input[type="tel"] {
    background: #fff;
    border: 1px solid #CCD6DD;
    height: 50px;
    font-size: 0.8888em;
}

.affwp-tab-content form.affwp-form input[type="submit"] {
    height: 50px;
    background: #F8478D;
    font-size: 0.8888em;
    font-weight: 700;
}

.affwp-tab-content form.affwp-form input[type="submit"]:hover {
    box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

table.affwp-table {
    margin-bottom: 40px;
    border: 1px solid #CCD6DD;
    border-radius: 3px;
    overflow: hidden;
    border-collapse: separate;
}

.affwp-tab-content:nth-child(2) table.affwp-table {
    margin-top: 30px;
}

.affwp-tab-content:last-child table.affwp-table {
    margin-bottom: 0;
}

table.affwp-table th, 
table.affwp-table td {
    background: #EEF2F5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #4A545A;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #CCD6DD;
}

table.affwp-table th {
    font-weight: 700;
}

table.affwp-table td {
    background: none;
    border-top: 1px solid #CCD6DD;
}

table.affwp-table tr th:last-child, 
table.affwp-table td:last-child {
    border-right: none;
}

#affwp-graphs-filter {
    margin-top: 30px;
    margin-bottom: 70px;
    max-width: 365px;
}

#affwp-graphs-filter .select {
    width: calc(100% - 115px);
    display: inline-block;
    padding-right: 5px;
}

#affwp-graphs-filter .select::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#affwp-graphs-filter .select select {
    font-size: 0.8888em;
    height: 45px;
}

#affwp-graphs-filter input[type="submit"] {
    background: #F8478D;
    width: 105px;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.8888em;
    text-transform: uppercase;
    font-weight: 700;
}

#affwp-graphs-filter input[type="submit"]:hover {
    box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

#affwp-affiliate-dashboard .affwp-graph {
    margin-bottom: 0;
    margin-top: 60px;
}

#affwp-affiliate-dashboard .affwp-graph .legend > div {
    display: none;
}

#affwp-affiliate-dashboard .affwp-graph .legend > table {
    top: -30px !important;
    margin-bottom: 0;
}

#affwp-affiliate-dashboard .affwp-graph .legend > table tbody {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

#affwp-affiliate-dashboard .affwp-graph .legend > table tr {
    margin-left: 25px;
}

#affwp-affiliate-dashboard .affwp-graph .legend > table td {
    padding: 0;
    color: #8798AD;
    border-bottom: none;
    font-size: 0.8888em;
}

#affwp-affiliate-dashboard .affwp-graph .legend > table td.legendLabel {
    padding-left: 10px;
}

#affwp-affiliate-dashboard .affwp-graph .legend > table td.legendColorBox > div {
    border-radius: 100%;
    border: none !important;
    padding: 0 !important;
    overflow: hidden;
}

#affwp-affiliate-dashboard-profile form.affwp-form {
    background: none;
    border-radius: 0;
    border: none;
    padding: 0;
}

#affwp-affiliate-dashboard-profile form.affwp-form input[type="email"] {
    background: #EEF2F5;
    border-color: #EEF2F5;
}

.affwp-tab-content form.affwp-form input[type="checkbox"]:checked, 
.affwp-tab-content form.affwp-form input[type="radio"]:checked {
    background: #F8478D;
}

.affwp-tab-content form.affwp-form input[type="checkbox"]:checked::before, 
.affwp-tab-content form.affwp-form input[type="radio"]:checked::before {
    margin-top: 7px;
}

.affwp-tab-content form.affwp-form .affwp-send-notifications-wrap label {
    font-size: 0.8888em;
}

#affwp-affiliate-dashboard-profile form.affwp-form input[type="submit"] {
    padding-left: 35px;
    padding-right: 35px;
}

.aff-grid-col {
    display: flex;
    flex: 1;
    justify-content: center;
}

.aff-grid-col .elementor-row {
    display: flex;
    flex: 1;
    width: auto;
}

.aff-grid-col .elementor-row .elementor-column-wrap {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.aff-grid-col .elementor-row .elementor-widget-wrap {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.aff-grid-col .elementor-row .elementor-element {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.aff-grid-col .elementor-row .elementor-widget-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

@media screen and (max-width: 1250px) {
    #affwp-affiliate-dashboard .affwp-graph .legend > table {
        top: -50px !important;
    }

    #affwp-affiliate-dashboard .affwp-graph .legend > table tr {
        width: 29.33%;
    }    
}

@media screen and (max-width: 1024px) {
    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:first-child a {
        padding-left: 5px;
    }

    #affwp-affiliate-dashboard .affwp-graph .legend > table tr {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    #affwp-graphs-filter {
        margin-bottom: 100px;
    }

    .affwp-tab-content form.affwp-form {
        padding: 30px;
    }

    #affwp-graphs-filter input[type="submit"] {
        margin-left: auto;
        display: table;
    }

    #affwp-graphs-filter .select {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    #affwp-affiliate-dashboard .affwp-graph .legend > table {
        top: -80px !important;
    }

    #affwp-affiliate-dashboard .affwp-graph .legend > table tbody {
        flex-direction: column;
    }

    #affwp-affiliate-dashboard .affwp-graph .legend > table tr {
        margin-left: 0;
        width: 100%;
    }
}