/*======================================
Theme Name: Storie. by NC Interiors
Theme URI: https://divicake.com/
Description: One of a kind pieces from around the globe, each with its own story.
Version: 1.0
Author: al kayes
Author URI: https://www.fiverr.com/alkayes
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.custom_header .header-content {
margin-right: 650px !important;
padding-right: 0;
}

/*---------------Vertically Center Column Elements---------------*/
 
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}


/*===== Hover image swap =====*/
.bottom-image {
position: absolute !important;
}
.top-image {
opacity: 1;
transition: all 0.4s;
}
.top-image:hover {
opacity: 0;
}