/* General */

/*Fonts


font-family: museo-sans-rounded, sans-serif;
100 300 500 700 800 900


font-family: playfair-display, serif;
400 700 900


font-family: abril-fatface, serif;
400


*/



html,body {
    font-size: 16px;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;
    color: #231f20;
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main  {
    max-width: 100%;
}

a{
    color: #1a374d;
}
a:hover {
    color: #1a374d;
}

/* Navigation */

.navigation{
    padding: 0;
}
.navigation .navbar-collapse.show{
}

/* Header */

.logo img{
    max-width: 200px;
}

.page-header .panel.header {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
.header-tel-container,
.header-covid {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #818181;
    padding: 5px 20px;
}
.header-tel-container span:first-child {
    display: none;
}
.header-tel-container a {
    color: #fff;
}
.header-covid {
    background-color: #fff;
}
.header-covid a {
    color: #818181;
}

/* .header.content {
    display: flex;
    justify-content: space-between;
} */
.header.content::before, .header.content::after {
    content: none;
}


.header.content {
    padding: 20px 60px 0px 60px;
    border-bottom: 1px solid #e8e8e8;
}









.block-search{
    width:20%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    flex-direction: column;
    justify-content: center;
}

.block-search form{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.block-search form input{
    border: 0;
    background-color: #f2f2f2;
    box-sizing: inherit;
    height: auto;
    width: 100%;
    padding: 14px 20px 14px 50px;
    border-radius: 0;
}
.block-search .action.search{
    opacity: 1 !important;
}
.block-search .actions{
    position: absolute;
    top: 0px;
    left: 60px;
}

.block-search .action.search::before{
    opacity: 1;
    color: #3f3b3c;
    font-size: 31px;
    padding: 10px 6px;
    position: relative;
    border-radius: 30px;
}

.account-container{
    width:10%;
    float: left;
    display: flex !important;
    align-content: center;
    justify-content: flex-end;
    flex-flow: row wrap;
}
.account-container h6{
    color:#4e4e4e;
    font-weight: bold;
    margin-bottom: 0;
}
.account-container i{
    color:#3f3b3c;
    padding-left: 40px;
    font-weight: 100;
    font-size: 20px;
    position: relative;
    top: 2px;
    font-size: 29px;
}

.account-container .account-wrapper{
    display: flex;
}


/* Quotes */
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action::before{
    display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text{
    position: relative;
    color:#4e4e4e;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text i{
    color:#f6a60d;
    padding-right: 5px;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.amsearch-form-container.-opened .amsearch-wrapper-input{
    position: relative;
}
.amquote-showcart.action{
    display: block !important;
    margin-top: 9px;
    margin-right: 90px;
}


.block-customer-login .actions-toolbar{
    margin-left: 0 !important;
    margin-top: 20px;
}


.block-customer-login .actions-toolbar .action.primary:hover,
.block-new-customer .actions-toolbar .primary .action:hover{
    border:1px solid #f6a60d;
    background-color: #f6a60d;
    color:#fff !important;
}

.block-new-customer .actions-toolbar .primary .action {
    border-radius: 40px;
}

.login-container .fieldset::after {
    margin-left: 0;
    font-size: 13px;
    margin-top: 20px;
}

.cms-index-index.page-layout-1column #maincontent{
    width: 100%;
}
.page-main{
    padding-left: 0;
    padding-right: 0;
}


@media all and (min-width:992px) {
    .header-tel-container span:first-child {
        display: inline;
    }
    .action.nav-toggle {
        display: none;
    }
    .navigation {
        display: flex;
        justify-content: center;
        margin: 0 20px;
    }
    .navigation ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .navigation ul li {
        margin-bottom: 0;
    }
    .navigation ul li a {
        display: block;
        color: #231f20;
        font-weight: 600;
        text-transform: uppercase;
        padding: 6px 10px;
        transition: 0.2s;
    }
    .navigation ul li a:hover {
        color: #818181;
        text-decoration: none;
        background-color: #fff;
    }
    .nav-sections-item-title {
        display: none;
    }

}

@media (max-width:991px){

    .navbar-toggler.collapsed .fa-times{
        display: none;
    }

    .navbar-toggler.collapsed .fa-bars{
        display: block;
    }
    .navbar-toggler .fa-bars{
        display: none;
    }

    .navbar-toggler .fa-times{
        display: block;
    }

    .action.nav-toggle{
        display: none;
    }

    .nav-sections-item-title{
        display: none;
    }
    .navigation ul li a{
        color:#fff;
    }

    .navigation ul{
        padding:30px 30px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #1a374d;
        height: 100%;
        z-index: 999;
    }

    .navigation{
        background-color: #fff;
    }
    .navbar-toggler.collapsed{
        background-color: #fff;
        color:#3f3b3c;
        position: absolute;
        top: -60px;
        right: 0;
        padding:0;
    }

    .navbar-toggler-icon{
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: center;
    }
    
    .navbar-toggler{
        background-color: #fff;
        color: #0000;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 99999 !important;
            }

    
    .navbar-toggler:focus,
    .navbar-toggler:hover{
        border:0 !important;
        background-color: #fff !important;
    }
    .navigation ul{
        display: block;
    }

}


a:hover{
    text-decoration: none;
    color:#ec008c;
}

/* Header  */
header .topbar {
    width: 100%;
    padding:5px 60px;
}
header .topbar p{
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 1px;
}
header .topbar ul{
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: flex-end;
}
header .topbar ul li{
    margin-bottom: 0;
    letter-spacing: 1px;
}
header .topbar ul li:first-child{
    list-style: none;
    padding-right: 27px;
}
header .topbar ul li:last-child{
    padding-left: 4px;
}
header .topbar ul li a{
    color: #231f20;
}
/* header .topbar ul li a:hover{
    color:#ec008c;
} */

header .nav-sections{
    width: 60%;
    display: flex;
    align-content: center;
    flex-flow: row wrap;
}
header .nav-sections .nav-sections-items{
    width: 100%;
}

.logo{
    width: 20%;
}
.block-search{
    width: 60%;
}
.block-search form{
    width: 50%;
}
.account-container{
    width: 20%;
}


/* Footer */


.inner{
    padding:0 12vw;
}


.footer.content{
    border-top: 0;
}
footer ul li{
    font-size:15px;
    padding-bottom: 5px;
}
footer ul li a{
    color:#231f20;
}
footer .footer-bottom-bar{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
}
footer .footer-bottom-bar p{
    margin-bottom: 0;
}
footer .footer.content{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    overflow: hidden;
}
footer .footer-wrap{
    background-color: #f6f6f6;

}
.footer-wrap.grey{
    padding-top: 60px;
}
.footer-social{
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
}
.footer-social ul{
    display: flex;
    align-content: center;
    justify-content: center;
}
.footer-social ul li{
    font-size:40px;
    padding:0 30px;
}
.footer-social ul li a{
    color:#231f20 !important;
}
.footer-social h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.footer-newsletter{
    padding:50px 0;
    border-top: 1px solid #e8e8e8;
}
.footer-newsletter h3{
    font-family: abril-fatface, serif;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
}
.footer-newsletter p{
    text-align: center;
    width: 40%;
    margin: 0 auto;
    padding: 10px 0;
}

/* Page Styles */

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
