/*
Theme Name:     Hello-elementor-child
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Blauwwwdruk
Author URI:     https://www.blauwwwdruk.nl
Template:       hello-elementor
Version:        0.1.0
*/

/**************************************
    TABLE OF CONTENTS 
***************************************

1. TYPOGRAFY
2. ELEMENTS
3. LINKS
4. NAVIGATION
   4.1 MENUS
   4.2 SEARCHFORM
   4.3 CTA
   4.4 PAGINATION
5. FOOTER
6. RESPONSIVE

/**************************************

***************************************/

/* 
* TYPOGRAFY 
*/


/* 
* ELEMENTS 
*/

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    font-family: inherit;
}


/* 
* LINKS 
*/

#copyright a {
    color: var( --e-global-color-text );
}

#copyright a:hover {
    color: var( --e-global-color-accent );
}

#copyright2 a {
    color: var( --e-global-color-8dbe6be );
}

#copyright2 a:hover {
    color: var( --e-global-color-456fef8 );
}



/* 
* NAVIGATION 
*/



/* 
* MENUS 
*/



/* 
* SEARCHFORM
*/



/* 
* CTA 
*/


/* 
* PAGINATION 
*/



/* 
* FOOTER 
*/



/* 
* 6. RESPONSIVE
*/


/* 
* !!! Only MOBILE and TABLET portrait  !!! 
* Use this wisely!
*/
@media screen and (max-width: 768px) {

}

/* MOBILE landscape 480px and wider */
@media screen and (min-width: 480px) {

}

@media screen and (min-width: 768px) {
    .tablet {
        display: block;
    }
}

/* TABLET portrait 768px and wider */
@media screen and (min-width: 769px) {
    
}

/* TABLET landscape, smaller desktop 1024px and wider */
@media screen and (min-width: 1024px) {

}

/* Wide desktop 1160px and wider */
@media screen and (min-width: 1180px) {
    
}