/*
Theme Name:     CoEd Child Theme
Description:    
Author:         Paired Inc
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.et-cart-info { display:none; }

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
.divider-image {
	height: 900px;
}

}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.menu-item-2072 {
		display: none;
}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	.et-pb-icon {display: none;}
}


/*** Responsive Styles Standard Desktop and Narrower ***/
@media all and (max-width: 1404px) {
  .divider-image {
	height: 600px;
}

}

	
/***add this class to containers that have hyperlinks overlaying a photo***/
.contains-overlay-link a {
	color: #ffffff;
	text-decoration: underline;
}

/***add this class to images that you want to stay thumbnail size when Divi would enlarge the image on mobile***/
.mobile-thumbnail {
	max-width: 200px;
	}