/**
 * Theme Name:  Total Child Theme
 * Theme URI:   https://wpexplorer-themes.com/total/docs/child-theme/
 * Description: Total Child Theme
 * Template:    Total
 * Version: 1.0
 **/


 .author-bio {
    display: flex;
    background: #f7f7f7;
    padding: 20px;
    border: 2px solid #eee;
    margin: 20px 0;
}
.author-bio-avatar {
    flex-basis: 74px;
    margin-right: 15px;
}
.author-bio-avatar img {
    width: 74px;
    height: 74px;
    border-radius: 100%;
}
.author-bio-content {
    min-height: 50px;
    flex-basis: 625px;
}
.single-post .author-bio-avatar, .user-image {
    border-radius: 100px;
}
.author-bio-content h4.author-bio-title {
    margin: 0 0 15px;
    line-height: 19px;
    font-weight: bold;
}
.single-post .at-above-post #atstbx {
    margin: 0 0 40px;
    padding: 20px 0;
}

/* CBW Social media spacing */
.single .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-header-left-article {
    margin: 0 0 25px;
}

.page .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-header-left-article {
    margin: 0 0 10px;
}

.single .sumome-share-client-wrapper div.sumome-share-client.sumome-share-client-bottom-left-article {
    margin: 20px 0 0;
}

/* CBW Fix header */
#site-logo img {
    max-height: 60px;
}

#top-bar {
    align-items: center;
}

#top-bar .site-branding.clr.header-one-logo {
    float: none;
    /* display: inline-block; */
    margin: 0 auto;
}

#top-bar-social-alt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#top-bar-social-alt .social-alternative-row div {
    flex: 1 50%;
    float: none;
    align-self: center;
    text-align: center;

}

#top-bar-social-alt div span {
    margin: 0;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        height: 0 !important;
    }

    #top-bar-social-alt .social-alternative-row {
        display: block;
        width: 100%;
        text-align: center;
    }

    #top-bar-social-alt .social-alternative-row div {
        flex: none;
        display: inline-block;
        float: none;
        align-self: center;
        text-align: center;
        padding: 5px 0;
    }

    #site-header #site-header-inner {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    #site-header #site-header-inner .mobile-menu-toggle .menu-text {
        padding-right: 10px;
        vertical-align: bottom;
        font-size: 18px;
    }

    .home .homepage-improve-process {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .home .homepage-improve-process .vcex-heading {
        font-size: 32px !important;
        padding-top: 0px !important;
    }

}

@media (min-width: 768px) {
    #top-bar {
        display: flex;
    }

    #top-bar-social-alt {
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    #top-bar-social-alt .social-alternative-row div {
        display: inline-block;
        flex: none;
        width: auto;
    }

    #top-bar .site-branding.clr.header-one-logo {
        margin: 0;
	}

    #site-header #site-header-inner {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
	}
	
    #site-header #site-header-inner .mobile-menu-toggle .menu-text {
        padding-right: 10px;
        vertical-align: bottom;
    }
}

@media (min-width: 960px) {
    #top-bar .site-branding.clr.header-one-logo {
        display: inline-block;
	}
	
	#site-header #site-header-inner {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

/* CBW fix footer layout */
#footer-widgets {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    #footer-widgets .col {
        flex: 1 50%;
    }

    #text-24 .textwidget {
        flex-wrap: nowrap;
    }
}

@media (min-width: 960px) {
    #text-24 .textwidget {
        flex-direction: column !important;
    }
}

#text-24 .textwidget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
}

/* hide mobile logo in the wrong place */
#site-header-inner .site-branding.clr.header-one-logo {
    display: none;
}

/**
 * Fix for spacing issue between review date and review author
 *
 * TW/#/tasks/7802699
 */
div.wpcr3_review div.wpcr3_review_datePublished {
    margin-right: .2em;
}

/**
 * Fix for main content area overlapping sidebar
 *
 * TW/#/tasks/8502265
 */
.has-sidebar div#content {
    overflow-x: hidden;
}

/**
 * Fix for sharethis div not having proper margins
 *
 * TW/#/tasks/8503173
 */
.at-below-post-page.addthis_tool {
    margin-bottom: 10%;
}

/**
 * Block Quote restyle
 *
 * TW/#/tasks/8503173
 */
blockquote {
    background-image: url(//goleansixsigma.com/wp-content/themes/Total-child/assets/images/quote.png);
    color: #7fb13c;
}

/**
* Adjustment for review block quotes:
*
*
*/
blockquote.wpcr3_content {
    background-image: none;
    color: black;
    padding-left: 0;
}

.single-blog-content h1 a,
.single-blog-content h2 a,
.single-blog-content h3 a,
.single-blog-content h4 a {
    color: #0091d4;
}


.single-blog-content.entry h4,
.single-blog-content.entry h4 em {
    font-weight: 800;
}

.testimonial-entry-author.entry-title {
    color: white;
}

.testimonial-entry-company{
	margin-top:2px;
	line-height:1.1em;
}

/**
* Adjustment for My Account Navigation Login Buttons:
*/
#my-account-menu .myaccount-menu li > a.side-button, #my-account-menu.position-left .myaccount-menu li a.side-button {
    border-radius: 10px;
    margin: 15px 0;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    color: white;
    border-radius: 50px;
}

#my-account-menu .myaccount-menu li.my-account-nav-logins > a.side-button.yellowbelt,
#my-account-menu.position-left .myaccount-menu li.my-account-nav-logins a.side-button.yellowbelt {
    margin-top: 20px;
}

.myaccount-menu .my-account-nav-logins a:hover {
    color: white;
    text-decoration: none;
}

.myaccount-menu .my-account-nav-logins a.yellowbelt {
    background-color: #7FB13C;
}

.myaccount-menu .my-account-nav-logins a.mycourses {
    background-color: #0091d4;
}

.myaccount-menu .my-account-nav-logins p {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.myaccount-menu:after {
    border-right: none !important;
}

/* modifying downloads CSS on account page */
td.download-product a span {
    color: #777777;
}

@media only screen and (max-width: 1209px) {
    .myaccount-menu .my-account-nav-logins a {
        margin: 9px 0 !important;
        white-space: nowrap;
        font-size: 1vw !important;
    }
}

@media only screen and (max-width: 950px) {
    .myaccount-menu .my-account-nav-logins a {
        white-space: normal;
    }
}

/**
    Forum Styles
 */


#af-wrapper span.post-username {
    font-size: 16px !important; /* comp */
}
#af-wrapper span.post-username .highlight-admin {
    font-size: 13px !important; /* comp */
    color: #7FB13C !important;
}
#af-wrapper span.post-username .highlight-admin a {
    color: #7FB13C !important;
}
#af-wrapper span.mention-nice-name {
    font-family: Open Sans, Verdana, Tahoma, sans-serif !important;
}


#af-wrapper span.post-username .highlight-admin a {
    color: #7FB13C !important;
}

#af-wrapper span.mention-nice-name {
    font-family: Open Sans, Verdana, Tahoma, sans-serif !important;
}

body #af-wrapper span.mention-nice-name {
    display: none;
}


/**
    Fixes for theme version upgrade 4.7.1 -> 4.8.4
 */

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-width: 0;
    padding: .75em 1em;
    line-height:1.5;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    display: inline-block;
    color: #777;
    padding: 6px 12px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1.65;
    max-width: 100%;
    border: 1px solid #eee;
    background: #f7f7f7;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce form.login, .woocommerce form.register {
    border: 1px solid #eee;
    margin: 20px 0;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
}


.woocommerce button.button, .woocommerce a.button {
    background-color: #1e73be;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 400;
    padding: 0.5em 1em;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table td {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce form.login .lost_password {
    margin: 0;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 20px;
}

.woocommerce form .form-row label {
    line-height: 2;
}


.woocommerce form .form-row input.input-text {
    width: 100%;
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}

.theme-button {
    font-size: 1.077rem;
}

.woocommerce-billing-fields > p.form-row.form-row-wide {
    float: left;
    width: 100%;
}

input#activecampaign_for_woocommerce_accepts_marketing {
    float: left;
    margin-top: 8px;
    margin-right: 9px;
}

/* moving remember me checkbox a little to breathe */
.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox {
    margin-left: 1rem;
}

/**
   Update Sidecart Button Colors & Remove Table Lines
 */
p.woocommerce-mini-cart__buttons.buttons a.wc-forward {
    color: #000 !important;
}

p.woocommerce-mini-cart__buttons.buttons a.checkout.wc-forward {
    color: #fff !important;
}

.widget_shopping_cart a.button.wc-forward {
    color: #000 !important;
}

.widget_shopping_cart a.button.checkout.wc-forward {
    color: #fff !important;
}

p.woocommerce-mini-cart__buttons.buttons a.checkout.wc-forward, .wpex-loop-product-images .wpex-loop-product-add-to-cart>.button, .wpex-loop-product-images .wpex-loop-product-add-to-cart>.added_to_cart {
    background: #ec783f !important;
}

table tr td {
    border: none !important;
}

@media only screen and (max-width: 959px) {
	body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
		display: block;
	}
}

.woocommerce-tabs .panel>h2 {
    display: block;
}
/**
   Update Sidecart Button Colors & Remove Table Lines
 */
p.woocommerce-mini-cart__buttons.buttons a.wc-forward {
    color: #000 !important;
}

p.woocommerce-mini-cart__buttons.buttons a.checkout.wc-forward {
    color: #fff !important;
}

p.woocommerce-mini-cart__buttons.buttons a.checkout.wc-forward, .wpex-loop-product-images .wpex-loop-product-add-to-cart>.button, .wpex-loop-product-images .wpex-loop-product-add-to-cart>.added_to_cart {
    background: #ec783f !important;
}

/**
    Display testimonial slider
*/
.wpex-slider-slide {
    width: 100%;
}

.vcex-testimonials-fullslider {
	padding: 20px 0 !important;
}

.slider-pro {
	margin: 0 auto;
}

.wpex-slider-slides.sp-slides {
    display: flex;
    justify-content:center;
	align-items:center;
}

.vcex-testimonials-fullslider .wpex-slider-slides.sp-slides {
	display: block;
	flex: 1 100%;
	margin: 20px 0;
	position: relative;
	width: 100%;
}

.vcex-testimonials-fullslider .wpex-slider-slide.sp-slide {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 1px;
	padding: 0 20px;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.vcex-testimonials-fullslider .wpex-slider.slider-pro {
    overflow: hidden;
}

.cbw-slider-controls span {
    font-size: 28px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.15);
	cursor: pointer;
	position: absolute;
	top: calc(50% - 20px);
	z-index: 99;
}

.cbw-slider-controls span.slide-left {
	left: 0;
}

.cbw-slider-controls span.slide-right {
	right: 0;
}

.cbw-slider-controls span:hover {
    background: #000;
}

form._form select, form._form select option {
    color: #000;
    padding: 10px;
}

form._form select, form._form input[type="text"] {
    width: 100%;
}

button#_form_7_submit {
    min-width: 150px;
}

._form_element._x42320838._full_width._clear, ._form_element._x28927683._full_width._clear {
    display: none;
}

form._form ._form_element {
    margin-bottom: 10px;
    display: block;
}

form._form ._button-wrapper button {
    margin-top: 10px;
}

a.button.smart_refunder.thickbox {
    margin-bottom: 20px;

}

/**
 * Adjust the main navigation layout.
 * TW/#/tasks/15193197
 */
.navbar-style-one {
	position: relative;
	right: auto;
}

.navbar-style-one > .main-navigation > .sf-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
	width: 100%;
}

.navbar-style-one > .main-navigation > .sf-menu > li {
	float: none;
}

.navbar-style-one > .main-navigation > .sf-menu > li:nth-last-child(3) {
	margin-left: auto !important;
}

.navbar-style-one > .main-navigation > .sf-menu > li:nth-last-child(3),
.navbar-style-one > .main-navigation > .sf-menu > li:nth-last-child(2),
.navbar-style-one > .main-navigation > .sf-menu > li:nth-last-child(1) {
	flex: 0 24px;
	float: right !important;
	text-align: right;
	width: auto !important;
}

/**
    Fixes for theme version upgrade 4.9.8 -> 5.0.5
 */
 .entry h2 {
    font-weight: 800;
    font-size: 21px;
}
#footer-callout .theme-button {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    padding: 15px 20px;
}
body.wpex-mobile-toggle-menu-icon_buttons #site-logo {
    float: none !important;
    text-align: center !important;
    width: 100%;
}