/*
 Theme Name:     Latinato Theme
 Template:       Divi
 Version:        1.0.0
*/

/* Theme customization starts here
------------------------------------------------------- */

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-------------General Styles--------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/



/* Align text and items vertically */
@media only screen and (min-width: 980px){
  .general-align {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      }
  }

/*-----------------------------------------------------*/
/*---------------Enhance Mobile Experience-------------*/
/*-----------------------------------------------------*/

@media (max-width:980px) {
	.reverse-columns-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
}


/***********************/
/** New Menu Styles ****/
/***********************/

/
.et-fixed-header {
border-bottom: 1px solid #e4e4e4;
}

/**Another menu styles**/


.et_header_style_centered #main-header div#et-top-navigation {
	margin-top:10px;
	margin-bottom:0px;
	bottom: 0;
	position: relative;
	width: 100%;
}


.et_pb_main_blurb_image .et_pb_animation_top.et-animated {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
}

@media (max-width: 980px) {
.container {
    width: 90%;
}
}

