/*
 Theme Name:   Farfarn
 Theme URI:    http://www.farfarm.nl
 Description:  Divi Child Theme
 Author:       Compass Creations
 Author URI:   http://www.compasscreations.nl
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/**********/
/*  MAIN  */
/**********/


/**********/
/*  MENU  */
/**********/



/************/
/*  PAGINA  */
/************/


/************/
/*  FOOTER  */
/************/



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/
@media only screen and ( min-width: 1405px ) {

}


/*-------------------[1080px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1405px) {

}

/*-------------------[768px]------------------*/
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}