/*
Theme Name: Stockholm
Theme URI: http://demo.select-themes.com/stockholm
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 4.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.shopping_cart_header .header_cart i {
	font-size:20px !important;
}
.header_top .header-widget a:hover, .footer_top .widget_nav_menu li.menu-item a:hover, .fa-lg:hover {
	color:#008dd0 !important;	
}
.footer_top .widget_nav_menu li.menu-item a {
	color: #ccc;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .5px;
}
@media only screen and (min-width: 781px) {
    .large-banner-home-mobile {
        display:none;
    }
	.large-banner-home {
        display:block;
    }
}
@media only screen and (max-width: 780px) {
    .large-banner-home-mobile {
        display:block;
    }
	.large-banner-home {
        display:none;
    }
}
@media only screen and (max-width: 420px) {
	.shopping_cart_outer {
		display: table !important;
	}
}