/*
Theme Name: SomHer
Version: 1.0
Description: A child theme of Divi
Author: Joost Zitman
Template: Divi
*/

@import url("../Divi/style.css");


#logo{
max-height: 60px; 
}

.post-meta {
pointer-events: none;
font-style: italic;
}

.home_blocks a{
color: #fff;
}

.home_blocks a:hover{
color: #ff6633;
font-weight: bold;
}


.home_blocks h2{
color: #ff6633!important;
}


.grow { transition: all .3s ease-in-out;  margin-bottom: 5px;}
.grow:hover { transform: scale(1.05); margin-bottom: 5px; }



@media only screen and ( min-width: 981px ) {
.et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before { content: '3 .column.size-1of3' !important;
}
.et_pb_column .column.size-1of3 {
width:30% !important;
margin-right:1%;
margin-left:1%;
}

.et-fixed-header #top-menu li li a {
color: #336633!important;
}
}

@media (max-width: 1190px){
.et_header_style_centered #main-header .mobile_nav {
display: block!important;
text-align: left;
}
#et_mobile_nav_menu {
display: block;
}
.et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page {
display:block;
}
#top-menu {
display: none;
}
.et_header_style_centered #et_top_search, .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
display: none!important;
}

.et_header_style_centered #et_mobile_nav_menu {
float: none;
position: relative;
margin-top: 20px;
}
.et_header_style_centered .mobile_menu_bar {
position: absolute;
top: 2px;
right: 5px;
}
}