/*
top bar
*/
.cmd-top-bar {
    width: 100% !important;
    padding: 10px 15px;
    background: #ddd;
    margin: auto;
    z-index: 2009;
}

.cmd-top-bar .content-section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.cmd-top-bar #top-bar-zip-code,
.cmd-top-bar #cmd-top-bar-button {
    height: 40px;
    border-radius: 40px;
}

.zip-container img{
    height: 30px;
}

.cmd-top-bar #top-bar-zip-code {
    padding-left: 40px;
    background-color: #ffffff;
}

.cmd-top-bar #cmd-top-bar-button {
    font-size: 14px;
    padding: 8px 15px;
    text-align: center;
    background-image: linear-gradient(to left, #e52d27, #AC1D22);
    color: #ffffff;
}

.cmd-top-bar .content-section a {
    text-align: center;
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bolder;
}

.cmd-top-bar .button-section span.position-absolute {
    top: 4px;
    left: 20px;
}

.cmd-top-bar .button-section img {
    width: 40px;
}

.cmd-top-bar .zip-container {
    float: left;
}

.zip-help-icon img {
    width: 40px;
}

.cmd-top-bar .sticky-top {
    z-index: 9999 !important;
}

.et_fixed_nav .et-fixed-header #main-header {
    top: 80px !important;
}
#cmd-top-bar.desktop-hide{
	display:none;	
}

#top-bar-zip-code::placeholder{
    text-transform: capitalize !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #cmd-top-bar .content-section, #cmd-top-bar .zip-container {
        display: none;
    }

    .m-mt-4{
        margin-top: 2rem !important;
    }

    #cmd-top-bar #cmd-top-bar-button {
        border-radius: 0;
        height: 60px;
        font-size: 22px;
        background:linear-gradient(to left, #e52d27, #AC1D22);
    }
	
	#footer{
		margin-bottom:60px !important;
	}

    #cmd-top-bar, #cmd-top-bar .button-section {
        padding: 0px !important;
        margin: 0 !important;
    }

    .sticky-top {
        position: fixed;
        bottom: 0;
        top: unset;
    }
	
	#cmd-top-bar.desktop-hide{
		display:block;	
	}

}

@media only screen and (min-device-width: 480px)
and (max-device-width: 748px)
and (orientation: landscape) {
    #cmd-top-bar .content-section, #cmd-top-bar .zip-container {
        display: none;
    }

    #cmd-top-bar #cmd-top-bar-button {
        border-radius: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #cmd-top-bar, #cmd-top-bar .button-section {
        padding: 0px !important;
        margin: 0 !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sticky-top {
        position: fixed;
        bottom: 0;
        top: unset;
    }
}
#cmd-top-bar-button {
    text-decoration: none;
}

#cmd-top-bar-button img {
    width: 15px !important;
    display: inline-block;
    margin-left: 8px;
}