/*
Theme Name: Harborside Eye Specialists
Description: Theme for Harborside Eye Specialists
Author: CeJay Associates, LLC
Author URI: https://cejayassoc.com
Template: Divi
Version: 2.2
*/

/* RESPONSIVE HEADER FIX DIVI */

@media screen and (min-width:980px) and (max-width: 1350px) 
{ /* May not need all of these */
	 /*#logo { max-width: 50% !important;}*/
	 #top-menu-navigation 
		{max-width: 90%;}
	 .et_header_style_left #et-top-navigation nav > ul > li > a 
		{padding-bottom: 15px;}
	#et-top-navigation 
		{padding-left: 0 !important;}
	#top-menu li a 
		{ font-size: 12px !important; /*also set drop-down menu size if applicable*/}
}
@media screen and (max-width: 980px)
{
	.et_mobile_menu li a 
		{
		padding: 7px 5%;
		display: block;
		font-size: 17px;
		}
	/*	.et_pb_row{width: 95% !important;}*/
}
/* iPhone 12 Pro Max */
/* 2778x1284 pixels at 458ppi */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) 
{
	/*.et_header_style_left #logo 
	  	{max-width: 80%;}
	.container 
		{width: 96% !important;}	
	.container.clearfix.et_menu_container 
		{margin-left: 2%;}*/
}

/*
For portrait: and (orientation : portrait) 
For landscape: and (orientation : landscape) 
*/

/* iPhone 12 Mini, iPhone 11 Pro, iPhone Xs, and iPhone X*/
/* 2340x1080 pixels at 476ppi */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { }

/* iPhone 12 and iPhone 12 Pro */
/* 2532x1170 pixels at 460ppi */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) { }

/* iPhone 11 and iPhone XR */
/* 1792x828px at 326ppi */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) { }

/* iPhone 12 Mini, iPhone 11 Pro, iPhone Xs, and iPhone X */
/* 2436x1125px at 458ppi */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { }

/* iPhone 11 Pro Max and iPhone Xs Max */
/* 2688x1242px at 458ppi */
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) { }
