/*
 Theme Name:     Interly Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Interly Streetwise Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*----- CHEATSHEET -----*/
/* Media Queries *//*
@media only screen and (max-width: 980px) { -- Tabled
@media only screen and (max-width: 480px) { -- Mobile
*/

/* Row + Column systeem *//*
.rij-block:after {
  content: "";
  display: table;
  clear: both;
}

.block-1 {
  float: left !important;    
  width: 50%!important;
}

.block-2 {
  float: left !important;
  width: 50%!important;
}
*/


/*----- TOPBAR -----*/



/*----- HEADER -----*/

/* Sticky mobile menu */
@media screen and (max-width: 980px) {
	.et_fixed_nav #main-header.et-fixed-header  {
        position: fixed; 
        height: 80px;
        margin-top: -55px;
}
}

/*----- EXTRA -----*/



/*----- FOOTER -----*/

/* Divi footer */
#main-footer {
    display: none !important;
}

/*----- FORMS -----*/