/*
Theme Name:  donnacatotti
Theme URL:   https://www.donnacatotti.com
Description: Write here theme description.
Author:      hcykx
Author URL:  https://www.donnacatotti.com
Template:    Divi
Version:     1.0.0
*/

h1,h2,h3,h4 {
    white-space: normal;
    word-wrap:normal;
}


.et_pb_section, .et_pb_section *{
animation:none !important;
}

#top-menu li li {
    margin: 0;
    padding: 0;
	line-height:1.3;

}

.nav li ul {
    padding: 10px 0;
    }

#top-menu li li a {
    width: 240px;
    padding: 6px 10px;
    font-size: 13px;
}

.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }


/* make column heights equal, add class to rows */
.align-center .et_pb_column { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

.et_pb_pagebuilder_layout #main-footer {
    margin-top: 0px;
    
} 
.entry-content {
    padding-bottom: 50px;
}
.et_pb_pagebuilder_layout .entry-content {
    padding-bottom: 0px;
}

p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

.et-social-linkedin a.icon::before {
  content: "\e09d";
}

.et-social-youtube a.icon::before {
  content: "\e0a3";
}

@media screen and (max-width:980px) {
	.et_header_style_left #logo {
	max-width:70%;
	max-height: 100%;
	}
	
	.left {
    display: flex;
    flex-direction: column;
	}

	.right /*,#herosection .et_pb_row */ {
    display: flex;
    flex-direction: column-reverse;
	}

}