/* 
 Theme Name:     Inventors Digest
 Author:         Enventys Partners
 Author URI:     http://enventyspartners.com
 Template:       Extra
 Version:        1.0
 Description:   A Child Theme of Extra built by Enventys Partners specifically for Inventors Digest
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Navigation Menu CTA */

.menu-button a {
    -moz-osx-font-smoothing: grayscale;
	background: #fff;
    color: #eb593c !important;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1.7em;
    margin: 4px auto;
    padding: 0 8px !important;
    top: -.5em;
    transition: all 0.2s ease 0s;
	text-align: center;
	font-weight: 600;
}

.menu-button a:hover{
background: #555;
color: #fff !important;}

/* Secondary Navigation CTA */

#top-header .container {
    padding-top: 1.3em;
    font-weight: 600;
    padding-bottom: 0.75em;
}
 
 
.cta {
width: 100%;
text-align:center;
float: right;
margin-top: -3px;
}
 
.cta a {
background: #fff;
    color: #eb593c !important;
    padding: 5px 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700 !important;
    transition: all 0.5s;
}
 
.cta a:hover {
background: #555;
color: #fff !important;
}
 
#et-secondary-menu {
width: 50%;
float: left;
text-align: left;
}
 
@media (max-width: 980px){
	
 
.cta {
width: 100%;
text-align:center;
float: left;
margin-top: -3px;
}
 
#et-info {
padding-top:0px;
padding-bottom: 0.75em;
}
}
 
@media (max-width: 740px){
.cta {display:none;}
#et-info {width: 100%;}
}


/*Replace “POST_TYPE” with the slug for your new CPT created with CPTUI.
___________________________________________________________*/
 
.et_pb_pagebuilder_layout.single-resource #page-container .et_pb_row {
width: 100%;
}
.et_pb_pagebuilder_layout.single-resource #page-container .et_pb_with_background .et_pb_row {
width: 80%;
}

/*Woocommerce fixes*/

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    color: black;
    padding: 0;
    margin: 0;
    line-height: 4em;
    vertical-align: bottom;
    font-size: 1.2em;
}

input#coupon_code {
    width: 150px;
}