/*
Theme Name:   webtown child theme
Description:  Write here a brief description about your child-theme
Author:       Webtown
Author URL:   https://forelandblinds.ie
Template:     webtown
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  webtown-child
*/

/* Write here your own personal stylesheet */
.header_class a{
    color:#fff;
}
.footer_class a{
    color:#fff;
    font-size: 16px;
    font-family: 'Roboto' !important;
    
}
.footer_class ul {
    list-style-type: none;
    padding-left:0px;
}
span.span_class img {
    width: 264px;
   
}
@media only screen and (max-width: 1023px) {
    span.span_class img {
    width: 157px;
   
}
	.elementor-menu-toggle.elementor-active {
    color: #013c10 !important;
}
	.elementor-menu-toggle {
    color: #013c10 !important;
}

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	
.elementor-menu-toggle.elementor-active {
    color: #013c10 !important;
}
	.elementor-menu-toggle {
    color: #013c10 !important;
}
	a#slider-1-slide-1-layer-2 {
    width: 138px !important;
}
}