/** If you are not working on divi then you can delete divi specific CSS **/
/*** Start Divi Specific CSS **/
.container, 
.et_pb_row, 
.et_pb_slider .et_pb_container, 
.et_pb_fullwidth_section .et_pb_title_container, 
.et_pb_fullwidth_section .et_pb_title_featured_container, 
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container
{
    width:1170px;
    max-width:1170px;
}
.woocommerce-Tabs-panel .et_pb_row 
{
    max-width: 100%;
    width: 100%;
}
/** Divi custom Testimonial Slider **/
.wc_pb_slider
{
	background: red;
}
.wc_pb_slider .et_pb_container.clearfix 
{
	max-width: 100%;
	width: auto;
}	
.wc_pb_slider .ec_active_slide
{
	z-index: 1;
	display: block; 
	opacity: 1;
}

/** All hedare element should be child parent relationship 
with #main-header **/
#main-header #logo
{

}
/** All sidebar element should be child parent relationship 
with #sidebar **/
#sidebar .widgettitle,
.wc_custom_sidebar h4.widgettitle
{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.wc_sidebar .discription 
{
    display: none;
}

.wc_sidebar .title a {
    font-size: 21px;
}

.wc_sidebar 
{
    margin-bottom: 30px;
    background-color: none;
}

#sidebar #custom_html-2 
{
    padding: 25px 0px;
}
/** All footer element should be child parent relationship 
with #main-footer **/
#main-footer .fwidget
{




}

/*** End Divi Specific CSS **/


/*** Start Woo-commerce CSS **/

/**** Product Listing Page + category page + tag page ****/
.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link,
.tax-product_tag ul.products li.product a.woocommerce-LoopProduct-link,
.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link
{
    
}

/** Single Product page **/
.woocommerce #review_form #respond .form-submit input 
{
    left: auto;
    background: #e5ce03;
    border: none;
    color: #fff;
}
.woocommerce p.stars a,
.woocommerce .posted_in a,
.woocommerce .star-rating span:before,
.woocommerce .star-rating span a,
.woocommerce-review-link
{
	color: #e5ce03;
}

.single-product ul.products li.product a img
{


}

/** Cart page **/
.woocommerce-cart a.remove 
{
    
}

/** Chechkout **/
.woocommerce-checkout ul.woocommerce-error li 
{

}

/** Order Received **/
.woocommerce-order-received .woocommerce-thankyou-order-received 
{

}
/*** End Woo-commerce CSS **/

/** Hide post meta from custom post type **/
.single #main-content .post-meta
{
	display:none;
}
.single-post #main-content .post-meta
{
	display:block;
}


/** Hide post meta from custom post type **/

/****Custom Post Type Single Page css Start**/

/*.single #left-area img 
{
    width: auto;
}*/
.single #left-area .et_post_meta_wrapper img {

    display: none;
}

.single #left-area .et_post_meta_wrapper 
{
    text-align: center;
}
.single .entry-content strong,
.single .entry-content h2,
.single .entry-content h1,
.single .entry-content h3
{
    font-weight: bold;
    color: rgba(0,0,0,.84);
}
.single .entry-content h2
{
    font-size: 24px;
}
.single .entry-content h3
{
    font-size: 22px;
}
.single #left-area .entry-title {
    margin-bottom: 30px;
    font-family: 'chonkerregular';
    line-height: 45px;
    color: rgba(0,0,0,.84);
    font-size: 42px;
}
.single .entry-content ul {
    margin-left: 40px;
    margin: 10px 0px 10px 35px;
}
.single .entry-content ul li {
    margin-bottom: 10px;
} 

/*End*/


/****Header css start**/ 

.page-id-436 #main-header #logo 
{
    display: none;
}

#top-menu-nav li a 
{
	margin-right: 4px;
}
.et-cart-info span
{
	display: none;
}
.wc_banner_img
{
    width: 94%;
}

/*#main-header #top-menu-nav
{
	float: right;
}
*/
/***End**/ 

/*** Home Page Body Css Start**/ 

.wc_banner_logo
{
	z-index: 99999;
}
.wc_home_banner_btn button {
    color: #ffffff;
    border-width: 0px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #e5ce03;
    padding: 17px 80px;
    font-family: 'chonkerregular';
    line-height: 30px;
    box-shadow: 1px 3px 0px 2px #656144;
    margin-top: 20px;
    cursor: pointer;
}

.wc_home_banner_btn:after {
    content: '\f101';
    font-family: FontAwesome;
    right: 63px;
    position: absolute;
    top: 18px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
}

.wc_home_banner_btn button:hover
{
    background-color: #fff;
    color: #000;
    box-shadow: 1px 3px 0px 2px #ccc;
}
.wc_home_banner_btn:hover:after
{
    color: #000;
}
    

#wc_main_blog_div .wc_blog_sec article
{
    background-color: #000;
}
.wc_blog_sec .post-content p {
    margin-bottom: 25px;
}
.wc_banner_logo .et_pb_column {
    width: unset;
}
#wc_main_blog_div .et_pb_blog_grid .et_pb_post 
{
    border: none;
}
.page-id-436 .wc_blog_sec .post-content 
{
    margin-top: 15px;
}
#wc_main_blog_div .wc_blog_sec a.more-link 
{
    background: #e5ce03;
    padding: 10px 30px;
    text-transform: capitalize;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}

#main-content .wc_product_img .et_pb_image {
    margin: 0 auto;
    padding-bottom: 20px;
}


.wc_banner_font h2
{
    font-family: 'chonkerregular';
    padding-bottom: 0px;
}

.wc_btn_icon 
{
    font-family: 'chonkerregular';
    line-height: 30px !important;
}

body #main-content .wc_btn_icon:hover
{
    background-color: #fff;
    color: #000 !important;
    box-shadow: 1px 3px 0px 2px #ccc;
}
body #page-container a.wc_btn_icon:after:hover
{
    color: #000;
}

.home .wc_store_sidebar_div {
    width: 29.3%;
    float: left;
    box-shadow: 0px 0px 16px 0px #777;
    margin-right: 4%;
    background-color: #fff;
}

.home .wc_store_sidebar_div:last-child {
    margin-right: 0;
}
.home .wc_store_sidebar_wrapper {
    margin-bottom: 0;
}

.home .wc_store_sidebar_wrapper a {
    color: #000;
    font-size: 23px;
}
.home .wc_store_sidebar_wrapper img
{
    width: 85%;
    border: 1px solid #c2c2c2;
    margin: 20px auto;
}


/***Home Page Body Css End**/ 

/****Footer css Start**/ 
#footer-bottom
{
	padding: 15px 0;
}
#footer-info,
#footer-bottom ul
{
	padding-bottom: 0px;
	line-height: 40px;
}

/**End*/ 

/***Contact Page Start**/ 
.wc_contact_form .et-pb-contact-message{
    color: red;
}

.et-pb-contact-message p:last-child
{
	color: green;
}

#main-content .wc_contact_form h1.et_pb_contact_main_title
{
	font-family: 'chonkerregular' ;
	margin-bottom: 20px;
}

#wc_full_width .et_pb_code_inner
{
	float: left;
	width: 100%;
}

/***End**/

/***12-week-block-muscle-building-program-new Css Start**/
.page-id-562 .et_menu_container {
    display: none;
}
.wc_font_family_btn {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#main-content .wc_purchase li {
    padding-bottom: 17px;
}
span.wc_quotes {
    font-size: 30px;
    font-weight: 500;
}
.page-id-562
{
	font-family: 'Montserrat', sans-serif; 
}

.wc_font_weigth
{
	font-weight: 400;
}

.wc_weak_block_banner
{
	z-index: 99999;
}

.wc_Science_Guide_img ul li 
{
    background: url(/wp-content/uploads/2018/03/check-box-icon.png)no-repeat left;
    background-position: top left;
    list-style: none;
    margin-bottom: 20px;
    color: #333333;
    font-size: 18px;
    padding-left: 50px;
}

.wc_equipment_blurb .et_pb_main_blurb_image 
{
    margin-bottom: 0;
}
/***End**/

/****6-week-undulating-strength-program-new Css Start**/
.page-id-684 .et_menu_container {
    display: none;
}

.page-id-684
{
	font-family: 'Montserrat', sans-serif; 
}

.wc_exp_img 
{
    float: right;
    width: 400px;
    margin-left: 20px;
}

.wc_testmonial .fa-quote-left:before 
{
    font-family: fontawesome;
    content: "\F10D";
    font-size: 2em;
    color: #370000;
}
#wc_testmonial_main strong.et_pb_testimonial_author {
    position: absolute;
    bottom: -100px;
    right: -25px;
    font-weight: bold;
}

.wc_pop_button button span,
.wc_pop_button_left button span
{
    padding: 30px 60px;
    line-height: 0px;
    font-size: 24px;
    background: #ff9a00;
}

.wc_pop_button button span:hover,
.wc_pop_button_left button span:hover
{
    background: #000;
    color: #fff;

}

.wc_pop_button .simpay-form-control 
{
    text-align: center;
}

.wc_pop_button .stripe-button-el,
.wc_pop_button_left .stripe-button-el
{
    background-image: none;
}

/****End**/

/****Strong Lifts Css Start***/

.wc_strong_lifts h1 {
    margin-bottom: 10px;
}

#wc_weight_lifting_main .dataTables_wrapper .tablepress
{
    display: inline-grid;
}

.wc_font_family 
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.25)
}

/****End**/

/****Blog Page Css Start**/ 

/*.wc_blog_page img 
{
    width: 50%;
    float: left;
    margin-right: 40px;
}
*/
#wc_main_blog_page a.more-link {
    margin-top: 10px;
    background: rgb(229, 206, 3);
    padding: 10px 20px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 4px;
}
#wc_main_blog_page .post-content p 
{
    margin-bottom: 20px;
}

/***Blog Post Single Page**/ 
.single #left-area p.post-meta 
{
    display: none;
}
.single div#comment-section{
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 56px;
}


/*End*/


/****End----Main----Blog**/ 

/****Resources Page Start**/ 

.wc_weightlifting_heading h2,
.wc_powerlifting_div h2
{
    background: #000;
}

#wc_weightlifting_first h2 a,
#wc_powerlifting_first h2 a
{
    border: 1px solid #ccc;
    padding: 10px;
}

#wc_weight_second_div img {
    width: 100%;
}

#wc_weight_second_div span {
    width: 100%;
}
#wc_weight_second_div .et_pb_module {
    margin-bottom: 0;
}

#wc_weight_second_div .et_pb_column
{
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 20px;
}
/****End**/ 


#wc_suplyment_heading h2 a,
.wc_lifting h2 a,
.wc_gear_heading h2 a
{
    border: 1px solid #ccc;
    padding: 10px;
}

#wc_supplement_guides h2, 
.wc_lifting_program h2, 
#wc_gear
{
    background: #000;
}

/****Strenght Grid Css Start Strenght Program */ 

.wc_custom_post .post-content a.more-link
{
    color: #fff;
    float: right;
    background: #e5ce03;
    text-transform: capitalize;
    padding: 8px 20px;
    margin-top: 20px;
}

#wc_strenght_main_div .et_pb_image_container {
    overflow: hidden;
}

#wc_strenght_main_div .et_pb_post .entry-featured-image-url {
    height: 100%;
    transition: all 400ms ease-out;
    margin-bottom: 0;
}

#wc_strenght_main_div .et_pb_post .entry-featured-image-url:hover {
    -webkit-transform: rotate(30deg) scale(1.7);
    -moz-transform: rotate(30deg) scale(1.7);
    -o-transform: rotate(30deg) scale(1.7);
    -ms-transform: rotate(30deg) scale(1.7);
    transform: rotate(30deg) scale(1.7);
    overflow: hidden;
    left: 0;
    right: 0;
}

.page-id-1105 .wc_sidebar .discription,
.page-id-1105 .wc_side_post_img {
    display: none;
}
#main-content .wc_sidebar .title a

{
    background: rgba(34,34,34,0.9);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#main-content .wc_sidebar .title a:hover 
{
    background: #e5ce03;
    color: #fff;
}
/*End */

/***Store Page Start**/ 


.page-template-template-store .et_pb_row
{
    max-width: 100%;
    width: 100%;
}


.page-template-template-store .et_pb_column {
    padding-left: 40px;
}


.page-template-template-store #sidebar
{
    padding-top: 11%;
}


.page-template-template-store div#wc_cult_main_div 
{
    padding-top: 90px !important;
}

/****Store Page Sidebar***/

.store_sidebar 
{
    font-size: 30px;
    margin-bottom: 40px;
    font-family: 'chonkerregular';
    text-align: center;
    padding: 15px 0px 9px 0;
    box-shadow: 0px 0px 3px 2px #ccc;
}
.wc_store_sidebar_wrapper 
{
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.wc_store_sidebar_wrapper img {
    width: 80%;
    margin: 8% auto;

}

.wc_store_sidebar_div {
    box-shadow: 0px 0px 16px 0px #ccc;
}

.wc_store_sidebar_wrapper a {
    padding-top: 15px;
    display: grid;
}
.single #left-area .entry-content p, 
.single #left-area .entry-content ul li,
.single #left-area .entry-content ol li
{
    line-height: 33px;
    font-size: 21px;
    padding-bottom: 29px;
}
.single #left-area .entry-content ol li
{
    margin-left: 15px;
}

/**End*/

/***End */

/******Single blog Page****/ 

/*16_nov_2018*/
.single .entry-content h1
{
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
}
.single .entry-content h2
{
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}
.single .entry-content h3
{
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px;
}
.single .entry-content h4
{
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 20px;
}
.single .entry-content h5
{
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}
.single .entry-content h6
{
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
}

/*End*/


/*.simpay-form-control:nth-child(2n) {
    display: none;
}*/