
@media only screen and (min-width: 768px) {
	#et-info { float:right !important }
}
@media only screen and (max-width: 767px) {
    div#et-secondary-menu { 
        display: block !important; 
		margin-top: 0px !important;
		padding-top: .75em;
    } 
	#et-secondary-menu>div.et_duplicate_social_icons>ul>li a {
		display: block;
		padding-bottom: .75em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	div#et-secondary-menu { 
        display: block !important; 
		padding-top: .75em; 
    } 
}
.et_pb_text ul, 
.et_pb_text ol,
.et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text ul, 
.et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text ol { 
	margin: 30px; 
}
.et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text li,
.et_pb_text li { 
	margin-top: 16px; 
}
/* === Distraction-free EDD checkout === */

/* Hide Divi sidebar on checkout */
.edd-checkout #sidebar,
.edd-checkout #main-content .container:before {
	display: none;
}

/* Hide the secondary header */
.edd-checkout #top-header { display: none;  }

/* Hide footer widget areas and menu */
.edd-checkout #main-footer > .container,
.edd-checkout #et-footer-nav {
    display: none;
}

/* Hide main header links */
.edd-checkout #et-top-navigation {
    visibility: hidden !important;
}

/* Hide the social icons in the footer */
.edd-checkout #footer-bottom .et-social-icons {
    display: none;
}
@media only screen and (max-width: 479px){
.form-submit input { max-width: 280px; white-space: normal; }
}
@media only screen and (min-width: 480px) and (max-width: 768px){
.form-submit input { max-width: 400px; white-space: normal; }
}
body.single article.has-post-thumbnail > img:nth-of-type(1) { width:auto !important; height:auto !important; }
body.single article.has-post-thumbnail .et_post_meta_wrapper > img:nth-of-type(1) { width:auto !important; height:auto !important; }
