/*
Theme Name:         All Green Child Theme
Theme URI:          http://titaniummarketing.com/
Description:        All Green Child Theme is a child theme created by Titanium Marketing
Version:            1.0.1
Author:             Titanium Marketing
Author URI:         http://titaniummarketing.com/
License:            Proprietary
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        _mok
Template:           sst-theme
Bitbucket Theme URI: https://bitbucket.org/mokshadesignstudio/allgreenrecycling
Bitbucket Branch: master
*/
#custom-dropoff-search-input .input-group {
    display: inline-flex !important;
}
.alignright, .right {
    margin-right: -15px !important;
}
@media only screen and (max-width: 400px) {
    #logo img, .custom-logo-link img {
        max-width: 85px !important;
        height: auto;
    }
}
@media only screen and (max-width: 400px) {
	.header-logos {
		 max-width:40px !important;
		max-height:40px !important;
	}
}

/* Compliance nav — hide slimmenu dropdown arrow on desktop (submenu hover still works).
   Requires agr-child-style enqueue in functions-snippet.php — root style.css is NOT loaded by SST by default. */
@media (min-width: 901px) {
	#page-header #main-nav li.nav-compliance > .sub-toggle,
	#page-header #main-nav #menu-item-51296 > .sub-toggle {
		display: none !important;
		visibility: hidden !important;
		width: 0 !important;
		height: 0 !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	#page-header #main-nav li.nav-compliance,
	#page-header #main-nav #menu-item-51296 {
		padding-right: 0 !important;
	}

	#page-header #main-nav li.nav-compliance.has-submenu > a,
	#page-header #main-nav #menu-item-51296.has-submenu > a {
		padding-right: 10px !important;
	}
}