/********** INNER PAGES HEADER STYLING **********/

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a:hover {
    border-bottom: 2px solid #DE0977;
}
.et_pb_menu .et-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}

.et_mobile_menu {
    border-top: 3px solid #DE0977;
    margin-top: 14px;
}
.et_pb_menu_1_tb_header.et_pb_menu ul li a {
    font-weight: 400 !important;
}


/* SECOND MENU STYLING TO REMAIN SAME */
.extra-menu-word .et_pb_menu__menu {
        display: block !important;
}
.extra-menu-word .et_mobile_nav_menu {
        display: none !important;
}
/* END -- SECOND MENU STYLING TO REMAIN SAME */


@media only screen and (min-width: 650px) {
    .et_pb_menu .et_pb_menu__menu {
        display: block !important;
    }
    .et_mobile_nav_menu {
        display: none !important;
    }
}
@media only screen and (max-width: 650px) {
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 6px;
    margin-bottom: 10px;
}
}
/********** END INNER PAGES HEADER STYLING **********/

/********** BLOG PAGE STYLING **********/
.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
    height: 454px;
}


.et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget {
    width: 100%;
    margin-bottom: 2%;
}
.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '3 .column.size-1of3' !important;
}
@media only screen and ( min-width: 981px ) {
	.cu-blog .column.size-1of3 {
	    width: 30%!important;
	    margin: 0% 2%;
	}
}
/* 2-COLUMNS BLOG POSTS */
@media only screen and (min-width: 650px) and ( max-width: 980px ) {
	.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '2 .column.size-1of2' !important;
}
	.cu-blog .column.size-1of2 {
	    width: 47% !important;
	    margin: 0% 2%;
	}
}

/********** END BLOG PAGE STYLING **********/

/********** POSTS PAGE STYLING **********/
.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget {
    width: 100%;
    margin-bottom: 2%;
}
hr.wp-block-separator.has-text-color.has-background.has-black-background-color.has-black-color.side-bar-divider {
    margin-top: -20px;
    width: 20%;
    margin-bottom: 40px;
}
.cu-post .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}
@media only screen and ( min-width: 981px ) {
	.cu-post .column.size-1of4 {
	    width: 23%!important;
	    margin: 0% 1%;
	}
}
/* 2-COLUMNS LAYOUT POSTS */
@media only screen and (min-width: 650px) and ( max-width: 980px ) {
	.cu-post .et_pb_salvattore_content[data-columns]::before {
	content: '2 .column.size-1of2' !important;
}
	.cu-post .column.size-1of2 {
	    width: 47% !important;
	    margin: 0% 2%;
	}
}
/********** END POSTS PAGE STYLING **********/

.archive.category .et_pb_image_container img, .blog .et_pb_image_container img {
    height: 248px !important;
    object-fit: cover;
}