.navigation > ul{background:linear-gradient(to bottom, #05739a 0%, #2e9895 100%);}
.navigation .level0{border-right:1px solid #fff;box-shadow:1px 0px #2e9895;}
.page-main .main .block-title, .page-bottom .block-title strong{color:#2e9895;}
.page-title .base{color:#2e9895;}
header .logo {
    max-height: 200px;
    position: relative;
}
header .block-search,header ul.links li:nth-child(1n+2), header .minicart-wrapper {
    display: none;
    height: 0px;
    visibility: hidden;
}
header ul.links li.welcome span {
    color: #2e9895 !important;
    font-weight: bolder;
    font-size: 1.5em;
}
.breadcrumbs {
    display:none;
}
header .header.content .widget {
	position: absolute;
    font-size: 0.8em;
}
header .header.content .widget p {
    margin-bottom: 0;
}
main h1 {
    width: 100%;
    text-align: center;
}
.block-static-block.widget,.block-cms-link.widget {
    margin-bottom: 0;
}
@media (min-width: 769px), print {
    header .logo {
	    margin-left: 14px;
        max-height: 300px;
    }
    header .block-search {
    	top: 5em;
	}
    header .header.content .widget {
		left: 90px;
    	top: 17.5em;
    }
    .navigation {
        padding: 5px;
        background: transparent;
    }    
    .sections.nav-sections {
        max-width: 33%;
        margin-left: 50%;
        margin-top: -40px;
    } 
    main .main .magezon-builder {
        padding-top: 2em;
    }
}
@media only screen and (max-width: 768px) {
    header .header.content .widget {
        left: 44%;
        top: 19.2em;
    	font-size: 0.7em;
    }
	header .logo {
    	margin-bottom: 13px;
    	margin-top: 4px;
    	margin-left: 35%;
	}    
    header .minicart-wrapper {
       	margin-right: 80px;
    }
	.navigation a,.navigation a:hover {
    	color: #fff;
    }
    .navigation a.menu-item-active > span {
	    color: #fff;
    	font-style: italic;
	}
    main.page-main {
        padding-top: 20px !important;
    }
}
@media only screen and (max-width: 360px) {
    header .header.content .widget {
        left: 5%;
        font-size: 0.8em;
        top: 5em;
	}
	header .logo {
    	margin-left: 33%;
	}    
    header .minicart-wrapper {
       	margin-right: 0px;
    }    
}