/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi theme customized by Divigner
 Author:       Divigner
 Author URI:   http://www.divigner.com/
 Template:     Divi
 Text Domain:  divi-child
 Version: 3.0.90
 Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection
 Author: Elegant Themes
 Author URI: http://www.elegantthemes.com
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 License: GNU General Public License v2
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom CSS */


.et_header_style_centered #main-header .logo_container{ 
	position: relative; 
	margin: auto; 
	max-width: 1080px;
}
.et_header_style_centered #main-header .logo_container:after{
	content:'';
	position:absolute;
	left: 92%;
	top: 15px;
	width:100px;
	height:100px;
	background-image:url('https://berrymate.com/wp-content/uploads/2020/03/madeinusa.png');
	background-size:100%;
	background-position:center;
}
@media (min-width:768px) and (max-width:991px){
	
	.et_header_style_centered #main-header .logo_container:after{
		left: 90%;
		top: 0px;
		width:80px;
		height:80px;
	}
	.et_header_style_centered #logo{
		max-height:100px;
	}
}
@media (min-width:481px) and (max-width:767px){
	
	.et_header_style_centered #main-header .logo_container:after{
		left: 90%;
		top: 0px;
		width:60px;
		height:60px;
	}
	.et_header_style_centered #logo{
		max-height:90px;
	}
}
@media (max-width:480px){
	.et_header_style_centered header#main-header .logo_container{   }
	.et_header_style_centered #main-header .logo_container:after{
		left: 90%;
		top: 0px;
		width:55px;
		height:55px;
	}
	.et_header_style_centered #logo{
		max-height: 80px;
	}
}
@media (max-width:400px){
	.et_header_style_centered header#main-header .logo_container{   }
	.et_header_style_centered #main-header .logo_container:after{
		left: 90%;
		top: 0px;
		width:50px;
		height:50px;
	}
	.et_header_style_centered #logo{
		max-height: 80px;
	}
}
