/*
 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 -----*/

@font-face {
	font-family: "Hanken Grotesk", sans-serif;
	src: url('fonts/HankenGrotest-Regular.ttf') format('truetype');
  font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: "Hanken Grotesk", sans-serif;
	src: url('fonts/HankenGrotest-Italic.ttf') format('truetype');
  font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'AnonymousPro';
	src: url('fonts/AnonymousPro-Regular.ttf') format('truetype');
  font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'AnonymousPro';
	src: url('fonts/AnonymousPro-Italic.ttf') format('truetype');
  font-weight: 400;
	font-style: italic;
}






