/*
 Theme Name: strobel-art
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.home_header_text h2  {font-size:56px; color:#0884C8; }
	.col-width .et_pb_gallery_item {
		width: 29.2% !important; /*three columns*/ 
		margin:1% !important;clear: none !important;}


/*Ballons-Sticky Side Buttons*/

#tippy-1 .dipi-balloon-wrap .dipi-alignment-center {height: 57px !important;}
#tippy-2 .dipi-balloon-wrap .dipi-alignment-center {height: 57px !important;}
#tippy-1{transition: 0.8s !important; height: 57px !important; z-index:1200 !important; }
#tippy-2{transition: 0.8s !important; height: 57px !important; z-index:1200 !important; }
/*.dipi-hover-box-hover-innner {background-color:rgba(8,132,200,1.0);  } */

.dipi-hover-box-hover-innner .dipi-desc {font-size:18px;}
.dipi-hover-box-heading {text-transform: uppercase;}





/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}
	.nav li li {
		white-space: nowrap;
	}
	.nav li li a {
		width: auto !important;
	}
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

	 .dipi-carousel-item-title {font-size: 16px !important;}

}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	


 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
	

 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.nut-verz h2 {font-size: 19px !important;}
	.home_header_text h2  {font-size:34px; color:#0884C8 !important; }
	
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	.col-width .et_pb_gallery_item {width: 100% !important; /*two columns*/clear: none !important; margin-left:0px; margin-right:0px;}
	.home_header_text h2  {font-size:34px; color:#0884C8 !important; }
	.nut-verz h2 {font-size: 19px !important;}
 
}