/*
 Theme Name:     jenny-omb
 Author:         Oh My Brand!
 Author URI:     https://ohmybrand.net
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme designed by Carmen Tortorella of Oh My Brand! Studio grafico
*/


/*HEADER E LOGO*/
#main-header{
	  -webkit-box-shadow: 0 0px 0 rgb(0 0 0 / 0%);
    box-shadow: 0 0px 0 rgb(0 0 0 / 0%);
}
.et_header_style_left .logo_container{
	text-align: center;
}

/*TYPO*/
h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p{
	font-size: 42px !important;
}

/*FOOTER*/
.et-social-icons {
    float: none;
    text-align: center;
}
#footer-info {
    text-align: center;
	float: none;
}

/*BLOG IMAGE ASPECT RATIO*/

.blog-image .entry-featured-image-url {
  padding-top: 133.33%;
  display: block;
}

.blog-image .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

/*BUTTON IG FEED*/
#sb_instagram #sbi_load{
	padding-bottom: 5px;
}

/*BLOG SIDEBAR*/
.et_pb_widget .wp-block-group__inner-container>h2{
	font-size: 1.9em !important;
}
