/*
Theme Name:     Cosmic Child for Plugins
Theme URI:      https://www.livemeshthemes.com/cosmic
Description:    Child theme for the Cosmic Theme by LiveMesh
Author:         LiveMesh
Author URI:     http://themeforest.net/user/livemesh
Template:       cosmic-for-plugins
Version:        0.1.0
Text Domain:    cosmic
Tags: one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, translation-ready, full-width-template, custom-menu, custom-header, custom-colors
*/
/*
This is a starter style.css file for your child theme. For more
information about child themes, visit the following web page:
http://codex.wordpress.org/Child_Themes
*/
/* Add your customizations below this line */
.post-content .rslides-container {
    max-height: 750px;
    }
/* ----------- Element Pages Styling ----------- */
.element-page-wrapper {
    margin-bottom: 30px;
    }
.element-page-wrapper .image-wrapper {
    margin-bottom: 25px;
    }
.element-page-wrapper .image-wrapper {
    padding: 10px;
    /* Hover: */
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    }
.element-page-wrapper .image-wrapper img {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    }
.element-page-wrapper .image-wrapper:hover img {
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
    }
.element-page-wrapper:hover .image-wrapper {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.20);
    background: #f8f8f8;
    }
.element-page-wrapper h3 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #3d3d3d;
    margin-bottom: 15px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    }
.element-page-wrapper:hover h3 {
    text-decoration: underline;
    }
.element-page-wrapper h3 span {
    color: #fe5000;
    }
.element-page-wrapper .element-page-details {
    font-size: 14px;
    color: #888;
    display: none;
    }
/* Hover effect */
.element-page-wrapper .image-wrapper {
    position: relative;
    }
.element-overlay {
    background-color: rgba(230, 174, 72, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease;
    display: none;
    }
.element-center-holder {
    position: absolute;
    line-height: normal;
    left: 0;
    right: 0;
    display: block;
    top: 50%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.element-link-button {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 8px 25px;
    background-color: #fe5000;
    color: #fff;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    border-radius: 2px;
    }
.element-link-button:hover {
    background-color: #dc500f;
    }
.element-link-button span {
    color: #fff;
    }
.element-page-wrapper .image-wrapper:hover .element-overlay, .element-page-wrapper .image-wrapper:hover .element-link-button {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
@media screen and (min-width: 481px) and (max-width: 960px) {
    .element-page-wrapper.threecol, .element-page-wrapper.fourcol {
        width: 47%;
        margin-right: 6%;
        }
    .element-page-wrapper.threecol:nth-child(2n), .element-page-wrapper.fourcol:nth-child(2n) {
        margin-right: 0;
        }
    }
/*-------------------- Pricing Plan ----------------------- */

#pricing-content .plan-detail.plan-detail {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    }
#pricing-content .plan-detail {
    text-align: center;
    }
#pricing-content .plan-detail .plan-detail-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-color: #ddd;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    }
#pricing-content .plan-detail .plan-detail-wrap .plan-detail-row:nth-child(odd) {
    background-color: #f4f4f4;
    }
#pricing-content .plan-detail .plan-detail-wrap .plan-detail-row:first-child {
    background-color: transparent;
    }
#pricing-content .plan-detail .plan-detail-row-header {
    border-top: 1px solid #ddd;
    }
#pricing-content .plan-detail .plan-detail-row.shaded {
    background-color: #f4f4f4;
    }
#pricing-content .plan-detail .plan-detail-cell .icon-check {
    color: #5A9717;
    }
#pricing-content .plan-detail .plan-detail-cell .icon-cross {
    color: #D0011B;
    }
#pricing-content .plan-detail .plan-detail-cell .plan-detail-info .button {
    background-color: #7DBC38;
    border-color: #7DBC38;
    border-radius: 4px;
    }
#pricing-content .plan-detail .plan-detail-cell .plan-detail-info .button.free {
    background-color: #F38C64;
    border-color: #F38C64;
    }
#pricing-content .plan-detail .plan-detail-cell .features-description {
    display: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: Lato;
    color: #686868;
    }
#pricing-content .plan-detail .plan-detail-cell .plan-detail-info .button {
    display: none;
    }
@media only screen and (min-width: 470px) {
    #pricing-content .plan-detail .plan-detail-cell .features-description {
        display: block;
        }
    #pricing-content .plan-detail .plan-detail-cell .plan-detail-info .button {
        display: inline-block;
        }
    }
@media only screen and (min-width: 960px) {

    #pricing-content .plan-detail .plan-detail-cell .plan-detail-info .button {
        padding: 12px 40px;
        }
    }
#pricing-content .plan-detail .plan-detail-cell {
    color: #888;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 15px 10px;
    }
@media only screen and (min-width: 800px) {
    #pricing-content .plan-detail .plan-detail-cell {
        border-left: 1px solid #ddd;
        }
    }
#pricing-content .plan-detail .plan-detail-cell:first-child {
    color: #383838;
    -webkit-box-flex: 1.7;
    -ms-flex: 1.7;
    flex: 1.7;
    font-family: "Herme Geometric Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    }
#pricing-content .plan-detail .plan-detail-cell .tooltip-indicator {
    background-image: url('assets/images/info.svg');
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-left: 6px;
    vertical-align: middle;
    }
#pricing-content .plan-detail .plan-detail-cell p {
    margin: 0;
    }
#pricing-content .plan-detail .plan-detail-cell div[class*="icon-"], #pricing-content .plan-detail .plan-detail-cell p {
    font-size: 15px;
    line-height: 26px;
    }
#pricing-content .plan-detail .plan-detail-cell .tooltip-indicator:hover {
    background-image: url('assets/images/info-hover.svg')
    }
#pricing-content .plan-detail .plan-detail-tooltip {
    display: none;
    position: absolute;
    top: -15px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    min-width: 300px;
    padding: 18px 20px;
    margin-left: 30px;
    background-color: #333743;
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 25px 80px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    }
#pricing-content .plan-detail .tooltip-indicator:hover .plan-detail-tooltip {
    display: inline-block;
    }
#pricing-content .plan-detail .plan-detail-info {
    display: block;
    }
#pricing-content .plan-detail .features-title, #pricing-content .plan-detail .plan-detail-info .name {
    color: #383838;
    font-family: "Herme Geometric Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    }
/* ------- END: Pricing Plan --------- */

/* Screen Width Page Template Styling */

.page-template-template-screen-width #main .inner { max-width: none; padding: 0;}

.page-template-template-screen-width #breadcrumbs { display: none; }

.page-template-template-screen-width #content { margin: 0; }


/* --------- Cosmic Toggle button --------- */
/* ======================== Checkbox ======================= */
.cosmic-toggle {
    position: relative;
    display: inline-block;
    margin: 0 0 6px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    }

input[type=checkbox].cosmic-checkbox {
    position: absolute;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0 !important;
    cursor: pointer;
    }

.cosmic-checkbox + label {
    display: inline-block;
    position: relative;
    margin: 0 4px 0 0;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

input.cosmic-checkbox + label {
    padding: 2px;
    width: 43px;
    height: 20px;
    background-color: #ea967b;
    border-radius: 60px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }

input.cosmic-checkbox + label:before, input.cosmic-checkbox + label:after {
    display: block;
    position: absolute;
    content: ""; }

input.cosmic-checkbox + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #ea967b;
    border-radius: 10px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }

input.cosmic-checkbox + label:after {
    top: 3px;
    left: 3px;
    bottom: 3px;
    width: 18px;
    background-color: white;
    border-radius: 10px;
    -webkit-transition: margin 0.2s;
    transition: margin 0.2s; }

input.cosmic-checkbox:checked + label {
    background-color: #f94213;
    }
input.cosmic-checkbox:checked + label:before {
    background-color: #f94213;
    }
input.cosmic-checkbox:checked + label:after {
    margin-left: 23px;
    }

.cosmic-toggle-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    }
.cosmic-toggle-wrap .cosmic-side-label-wrap-1 {
    margin-right: 25px;
    line-height: 15px;
    }
.cosmic-toggle-wrap .cosmic-side-label-wrap-2 {
    margin-left: 25px;
    position: relative;
    line-height: 15px;
    }
.cosmic-side-label-1 , .cosmic-side-label-2 {
    color:#333333;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    box-sizing:  border-box;
    }
.cosmic-toggle-wrap .cosmic-side-label-wrap-2 {
    position: relative;
    box-sizing: border-box;
    line-height: 15px;
    }
.cosmic-toggle-wrap .cosmic-side-label-2::before {
    content: "Best Value";
    font-size: 10px;
    line-height: 15px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background:#68a081;
    padding: 5px 10px;
    border-radius: 4px 4px 4px 0px;
    }
.cosmic-toggle-wrap .cosmic-side-label-2::after {
    content: "";
    line-height: 15px;
    width: 0px;
    position: absolute;
    left: 0px;
    top: -5px;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #68a081;
    }

/* ---------------- Banner Styling ------------------- */
.top-banner {
    overflow: hidden;
    background: #333743;
	display: block;
    }
.banner-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    }
.banner-wrapper .banner-text {
    text-align: center;
    }
.banner-wrapper h4 {
    color: #ebf0fa;
    text-decoration: underline;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    }
.banner-wrapper .subtext {
    color: #b4bacb;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    }
#masthead.sticky {
    top: 0;
    }
.button-wrap .button{
    padding: 10px 30px;
    }
@media only screen and (max-width: 767px) {
    .banner-wrapper {
        margin-left: 25px;
        }
    .banner-wrapper h4 {
        font-size: 14px;
        line-height: 20px;
        }
    .banner-wrapper .subtext {
        font-size: 13px;
        line-height: 18px;
        }
    .button-wrap .button{
        padding: 8px 15px;
        font-size: 12px;
        line-height: 18px;
        }

    }