/*
Theme Name:  Trashly Child Theme
Description: Child theme for the Trashly theme
Author:      CymolThemes
Author URI:  https://cymolthemes.com/
Template:    trashly
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

aside#nav_menu-1 {padding-top: 25px;}
#second-footer {padding-top: 30px;}
.footer #second-footer .widget {margin-bottom: 20px;}
.desktop-logo .site-branding {float: left;}
.mobile-logo {display: none;}
.box-min .cymolthemes-iconbox-inner{min-height: 225px;}

/* .header-style-four .kw-phone .tcmt-sboxcustombutton a {color: #FFAA00;}
.header-style-four .kw-phone .tcmt-sboxcustombutton a {border-color: #FFAA00;}
.header-style-four .kw-phone .tcmt-sboxcustombutton a:after {background-color: #FFAA00 !important;} */

@media screen and (max-width: 1200px) {
	.mobile-logo {display: block;}
}
@media screen and (max-width: 1200px) {
	.desktop-logo {display: none;}
}
@media screen and (min-width: 1200px) {
	.nav-menu {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -20%);}
}