/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

 /** Add your styles below **/

header#masthead {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

header#masthead .site-header-main {
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    border: 0;
}

.cs-template-wide header#masthead .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0;
	padding-right: 40px;
}
p.woocommerce-store-notice.demo_store {
    display: none !important;
}
#masthead p.site-title {
    display: none;
}

.primary-menu > li > a {
    color: #dcc69c;
}

.site-header-search .toggle-button:after, .cs-search-toggle .toggle-button:after, .site-header-cart .cart-icon:before, .cs-mini-cart .cart-icon:before {
	color:#dcc69c !important;
}
header#masthead.dropdown-dark.sticky .site-header-main {
    background: #720026 !important;
}
a.custom-logo-link img {
    width: 130px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="search"], input[type="tel"], textarea{
	color: #fff;
}
