/*
 Theme Name:   Coaching Child
 Theme URI:    http://coaching.thimpress.com/
 Description:  Coaching Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     coaching
 Version:      1.0.0
 Text Domain:  coaching-child
*/



/* General styles and parent template overrides can go here.
 * or specific custom css see /coaching-child/assets/css.
 */

p {
    line-height: 1.4em;
}


 /*Header Section*/
header.site-header {
    background-color: rgba(0,0,0,.7);
}
.width-logo > a {
    width: 345px;
}
.site-header.bg-custom-sticky.affix {
    background-color: #000;
}
#breadcrumbs a.last::after {
    display: none;
}

/* Magnet popup */
.mf-contact-form-wrapper h4 {
    padding-bottom: 15px;
}

/* Content Styles */
body, p {
    font-size: 16px;
    line-height: 1.7em;
}

body #wrapper-container #main-content {
    padding-top: 0 !important;
}

.site-content {
    padding: 75px 15px;
}
.page-content-inner a {
    text-decoration: underline;
}
iframe {
    max-width: 100%;
}

.thim-widget-testimonials .thim-testimonial-carousel .owl-stage-outer {
   margin-bottom: 2em !important;
}

/* Form goodness */
label {
    margin-bottom:20px;
}
.wpcf7-form select {
    min-height: 33px;
    font-size: 14px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
    border-color: #D1D1D1;
    font-size: 14px;
}
.wpcf7-form-control.wpcf7-submit[disabled="disabled"] {
    background: #999;
}
.search-form label .search-field {
    border-color: #d1d1d1;
}
.wpcf7-form .wpcf7-submit {
    margin-top: 0;
}

/* Products */

.products-coach {
    margin-bottom: 3em;
}
.products-coach .widget_single-images {
    margin-bottom: 15px !important;
}
.products-coach .sc_heading {
    padding: 0;
    margin: 0;
}

/* Widgets */
.widget-area aside .widget-title {
    font-size: 16px;
}
.widget.widget_subscribe .content,
.widget-area aside.widget ul li,
.widget.widget_random_testimonial .content{
    font-size: 16px;
    color: #666;
}
.widget-area aside.widget ul li a {
    font-size: 16px;
	  color: #2e8ece;
}
.widget-area aside .tagcloud a {
    padding: 0px 8px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 5px;
}
.flowplayer5-video-widget .widget-title {
    display: none;
}
.thim-testimonial-carousel .owl-stage-outer .owl-item .testimonial-item {
    padding-left: 15px;
}
.thim-testimonial-carousel .owl-stage-outer .owl-item .testimonial-item .testimonial-thumbnail {
    display: none;
}
.widget-button,
.woocommerce .widget a.button {
    background-color: #2e8ece;
    color: white;
    border-radius: 30px;
    line-height: 30px;
    padding: 5px 25px !important;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

/* LOA Guides */
.widget_icon-box {
    padding-top: 28px;
    border-top: 1px solid #CCC;
}
.widget_icon-box.panel-first-child {
    padding-top: 0;
    border-top: none;
}
.iconbox-left h2.heading__primary {
    font-size: 28px;
}
.iconbox-left h2.heading__primary a{
    color: #2e8ece;
}
.iconbox-left .desc-icon-box,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .iconbox-left .desc-icon-box {
    margin-top: 8px;
    font-size: 18px;
}
.iconbox-left .desc-icon-box a{
    color: #333;
}
.iconbox-push .content-inner .desc-icon-box p {
    overflow: visible;
}

.content-guide-list article .entry-header .entry-contain {
    width: 100%;
    float: none;
}
.content-guide-list article .entry-header .date-meta,
.content-guide-list article .entry-header .entry-meta,
.content-guide-list article .post-formats-wrapper {
    display: none;
}
.blog-content article .content-inner {
    padding-bottom: 40px;
    margin-top: 20px;
}
.blog-content article.post,
.page-content article.post  {
    font-size: 16px;
    line-height: 1.7em;
}
.blog-content .post img.size-full,
.page-content .post img.size-full {
    /*width: 100%;
    height: auto;*/
}


/* LOA Article specific changes */
.widget-area aside.widget ul li a:hover, .menu-item.menu-item-type-taxonomy.menu-item-object-mf_loa_article_category.current-menu-item.drop_to_right.standard a, .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.menu-item-has-children.drop_to_right.standard a span {
    color: #333333 !important;
}
/*.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.menu-item-has-children.drop_to_right.standard ul li a {
  color: #2e8ece;
}*/

/* Live Events */
 .site-main .row-live-events .widget-title {
    margin-bottom: 2em;
}
.row-live-events article .entry-header .entry-title {
    margin: 0;
    line-height: 1.2em;
}

/*Button Attributes*/
.button {
    width: auto;
    border: none;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    background: #2e8ece;
    display: inline-block;
    line-height: 22px;
    font-weight: normal;
    text-transform: none;
    font-size: 16px
}


.button.button-small-text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}


.button:hover {
    color: #fff;
    background: #005b8b;
}

.button.button-fake {
    background: #666;
}

.button.button-green {
    background: #49bb2f;
}

.button.button-green:hover {
    background: #3a8f27;
}
.thim-widget-button .border-button .widget-button {
  background-color: #2e8eee;
}
.widget_button {
    display: inline-block;
}
.widget_button .thim-widget-button {
    display: inline-block;
    margin-right: 1em;
}



/**
 * Testimonials mods
 */
.testimonial-item-archive .side-right {
    float: none;
    width: 100%;
}

.testimonial-item-archive .side-right .blockquote {
    padding: 8px 0 0 30px;
}
.testimonial-item-archive .side-right .blockquote:before {
    left: 0;
}

.testimonial-item-archive .side-right .author {
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

/* SHOP */
.woocommerce-page .product .meta-sharing {
    display: none;
}
.woocommerce .variations_form table,
.woocommerce .variations_form tr,
.woocommerce .variations_form td {
    border: none;
}

/**
 * Content Guide
 */

.content-guide-title {
    margin: 30px 0 30px;
}

.content-guide-list .post-image {
    display: none;
}


/**
 * Blog CTA
 */

.entry-blog-cta-wrapper {
    padding: 20px 0;
}

.entry-blog-cta-wrapper .image {
    padding-top: 2px;
}

@media all and (min-width: 550px) {
     .entry-blog-cta-wrapper .image {
        float: left;
        width: 30%;
        padding-top: 0;
    }
    .entry-blog-cta-wrapper .info {
        margin-left: 35%;
    }
}

footer#colophon .footer .mc4wp-form .mc4wp-form-fields #optin button[type=submit] {
    top: inherit;
    bottom: 0;
}

.mo-openid-app-icons .btn-block .fa {
    border-right:none;
}


.mo-openid-app-icons .btn-social i {
    line-height: 35px;
}

/**
 * Audio Player download buttin mediaelement.js
 */
.mejs__controls .download a {
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}


/**
 * Reply JS in comment form
 */

.comment-respond .comment-reply-title {
    font-weight: 700;
    padding: 0 0 22px;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 22px;
    position: relative;
}

.comment-respond textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ebebeb;
    max-height: 160px;
    font-size: 12px;
}

.comment-respond input#submit {
    text-shadow: none;
    box-shadow: none;
    border: none !important;
    line-height: 30px;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    border-radius: 30px;
    background: #2e8ece;
    color: #ffffff !important;
}

.post-nav:after {
    content: '';
    display: block;
    clear: both;
}
.post-nav {
    padding: 15px 0;
}

/********************************MEDIA QUERIES*******************************/
@media screen and (max-width: 1460px) {
    body #wrapper-container #main-content {
        padding-top: 100px !important;
    }
    header.site-header {
        background-color: #000;
    }
    .top_site_main {
        padding-top: 61px !important;
    }
}

@media screen and (max-width: 1200px) {
    .menu-item-home {
        display: none !important;
    }
    .navigation .navbar-nav>li>a, .navigation .navbar-nav>li>span, .site-header.affix .navbar-nav>li>a, .site-header.affix .navbar-nav>li>span.disable_link {
        text-transform: uppercase;
        position: relative;
        padding: 12px 13px 29px;
    }
    header.site-header {
        background-color: #000;
    }
    #pg-6199-3 > .panel-row-style {
        padding: 60px 50px !important;
    }
    .siteorigin-panels-stretch {
        padding: 0px;
        margin: 0px;
    }
    .counter-box .display-percentage {
        font-size: 32px !important;
    }
    .counter-box .counter-box-content {
        font-size: 18px;
    }
}


@media screen and (max-width: 1024px) {
    /* Tablet landscape */
    .rev-btn.thim-slider-button {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 768px) {
    /* Tablet portrait */
    .top_site_main {
        padding-top: 61px !important;
    }
}

@media screen and (max-width: 480px) {
    /* Mobile */
    .rev-btn.thim-slider-button {
        font-size: 14px !important;
    }
}

a[href="https://flowplayer.org/hello/?from=player"] {
    left: -1000px !important;
}
