#nav-wrapper-mobile{
    display: none;
}

@media all and (max-width: 768px) {
	#nav-wrapper-mobile i {
        cursor: pointer;
		display: inline-block;
		width: 40px;
		height: 40px;
		position: relative;
    }
	
	#nav-wrapper-mobile i::before,
	#nav-wrapper-mobile i::after {
		content: "";
		width: 100%;
		height: 2px;
		background-color: #000;
		transform-origin: center center;
		position: absolute;
		left: 0;
		top: 50%;
		z-index: 1;
	}
	
	#nav-wrapper-mobile i:hover::before,
	#nav-wrapper-mobile i:hover::after {
		background-color: #fff;
	}
	
	#nav-wrapper-mobile i::before {
		transform: rotate(45deg);
	}
	
	#nav-wrapper-mobile i::after {
		transform: rotate(-45deg);
	}
	/* .slider-container { */
		/* height: 0; */
		/* padding-bottom: 57.5%; */
		/* position: relative; */
	/* } */
	/* .slick-slider { */
		/* height: 100%; */
		/* position: absolute; */
	/* } */
	.slick-items .slick-slide img {
		width: 150%;
		position: relative;
/* 		left: -25%; */

	}
}

@media all and (max-width: 639px) {
	.cart td.actions {
		text-align: center !important;
	}
	
	.cart .coupon label,
	.cart .coupon input {
		font-size: 1.25rem;
	}
	
	.cart .coupon label {
		display: block;
		margin: 0;
	}
	
	.cart .coupon input {
		margin: 10px 0;
	}
	
	.cart .actions button {
		display: block;
		margin: 10px auto !important;
	}
	
	.woocommerce-cart .cart-collaterals .cart_totals table {
		width: 100% !important;
	}
	
	table.shop_table tr.cart_item td {
		padding: 2px 6px;
	}
	
	table.shop_table tr.cart_item td:first-child {
		padding-left: 0;
	}
	
	table.shop_table tr.cart_item td:last-child {
		padding-right: 0;
	}
	
	.cart_totals table {
		font-size: 1rem;
	}
	
	.cart_totals {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
    /*header*/
    #nav-wrapper{
        display: none;
    }
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open .mobile-nav-trigger{
        visibility: hidden;
        opacity: 0;
    }
    body.menu-open #nav-wrapper-mobile{
        display: block;
    }

    #nav-wrapper-mobile{
        display: none;
        position: fixed;
        z-index: 14;
        top: 0;
        background-color: rgba(253, 205, 167,0.9);
        width: 100%;
        height: 100%;
    }
    .menu-left{
        padding: 0px;
    }
    #nav-wrapper-mobile .menu-close{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #nav-wrapper-mobile ul{
        padding: 0px;
        margin-top: 40px;
    }
    #nav-wrapper-mobile ul li{
        list-style-type: none;
        text-align: center;
    }
    #nav-wrapper-mobile ul li a{
        color: #000;
        font-size: 3rem;
        position: relative;
        line-height: 4rem;
        text-transform: uppercase;
        font-family: TitleFont;
    }
    #nav-wrapper-mobile ul li a:hover,
		#nav-wrapper-mobile .current_page_item.menu-item-object-page a {
        color: #fff;
    }
    #nav-wrapper-mobile ul li a::after {
        content: "";
		display: block;
        height: 1px;
        width: 40px;
        background: #fff;
		margin: 3px auto 0;
    }
    header#hmain .header-inner .grid{
        min-height: 80px;
    }

    header#hmain #widgets-header #logo a img{
        /* max-height: 100px !important; */
        max-height: 75px !important;
        display: block;
        margin: 115px auto 20px;
    }
    .fa{
        color: #171717;
    }




    /*header*/
    article.type-page .entry-content > h2 {
        font-size: 3rem;
    }

    article.type-page .entry-content .awards p{
        text-align: left;
    }

    #logo{
        width: 100%;
    }
    #widgets-header .grid.grid-3{
        display: flex;
        flex-wrap: wrap;
    }
    .widget .widget_shopping_cart{
        display: block;
        position: initial;
        width: 100%;
    }

    .widget_search form{
        justify-content: center;
    }
    .widget_search .fa{
        color: white;
    }


    /*works*/

    .works-container{
        margin-top: 2rem;
    }

    .top-button .pop-menu .btn-cont{
        margin-left: 25px;
    }

    #menu-toggle-button{
        right: 30px;
    }

    .works-lightbox-container .thumbnails{
        display: none;
    }

    .top-button .pop-menu .list{
        padding-left: 25px;
    }

    .works-lightbox .slick-track{
        display: flex;
    }

    .works-lightbox.slick-items .slick-slide{
        width: 100%;
        margin: auto;
    }
    .works-lightbox{
        display: flex;
    }
    .slick-list{
        transition: none;
        margin: auto;
    }
    .container#main-wrapper{
        padding-bottom: 2rem;
        margin: 0px;
    }
    .column.footer-logo img {
        display: block;
        margin: 0 auto;
    }
    .widget_nav_menu ul{
        flex-wrap: wrap;
    }
    #menu-footer > li > a{
        position: relative;
        margin-top: 16px;
        font-size: 1rem;
        text-transform: uppercase;
        font-family: TitleFont;
    }
    /* #menu-footer > li > a:before{ */
        /* display: block; */
        /* content: " "; */
        /* height: 1px; */
        /* width: 30px; */
        /* background: white; */
        /* position: absolute; */
        /* top: -3px; */
        /* left: 0px; */
    /* } */
    #menu-footer li{
        width: 100%;
        text-align: left;
    }
    #menu-footer > li + li{
        margin: 0px;
    }

    #widgets-footer .grid .column{
        width: 100%;
    }


    /*products*/
    #content.full-width .woocommerce .products{
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    #content.full-width article.type-page .entry-content li.product .wc-gzd-additional-info{
        font-size: 1rem;
        padding: 10px 0px;
    }
    #content.full-width article.type-page .entry-content li.product a.button{
        font-size: 1rem;
    }

    /*single*/
    .product h2{
        width: 100%;
		max-width: none;
        text-align: center;
    }
    div.product{
        display: initial;
    }
    .product ul.products{
        display: flex;
        flex-wrap: wrap;
        width: 70%;
        margin: 0 auto;
    }
    /*products*/

    /*blog*/
    .blog article{
        width: 90%;
    }
    .post{
        width: 85%;
    }
    /*blog*/


    .column.footer-logo{
        display: none;
    }
}
@media screen and (max-width: 768px) and (min-width: 480px) {

    header#hmain #widgets-header .grid .widget {
        display: block;
        width: 100%;
    }
    header#hmain #widgets-header .grid .widget.widget_search {
        display: block;
        width: 90%;
        position: absolute;
        top: 42px;
        left: 5%;
    }

    header#hmain .widget_shopping_cart{
        position: initial;
    }
    header#hmain #widgets-header .grid .widget:last-child{
        /*display: flex;*/
        /*justify-content: center;*/
    }
    header#hmain #widgets-header .grid .widget:first-child{
        display: block;
    }
    header#hmain #widgets-header #logo a.logo-img{
        height: initial;
        max-height: initial !important;
    }

    header#hmain #widgets-header #logo a img{
        max-height: 45px;
        width: auto !important;
    }
    header#hmain #widgets-header #logo a {
        max-width: 100%;
        max-height: 45px;
        height: 45px;
    }

    header#hmain .container {
        background-color: #EEE !important;
        width: 100%;
    }
    header#hmain .container, header#hmain .header-inner .container{
        padding: 0px;

    }
    header#hmain{
        position: static;
        width: 100%;
        z-index: 11;
        top: 0;
    }
    .widget_shopping_cart_content{
        display: none;
    }
    .widget_shopping_cart p.cart-text{
        display: none;
    }
    header#hmain .widget_shopping_cart .widget_shopping_cart_content {
        display: flex;
        justify-content: flex-end;
        width: auto;
        position: absolute;
        top: 20px;
        right: 50%;
		transform: translate(50%, 0);
        padding: 0;
    }
    .mobile-nav{
        display: block;
    }


















    /*header*/
    #nav-wrapper{
        display: none;
    }
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open .mobile-nav-trigger{
        visibility: hidden;
        opacity: 0;
    }
    body.menu-open #nav-wrapper-mobile{
        display: block;
    }

    #nav-wrapper-mobile{
        display: none;
        position: fixed;
        z-index: 14;
        top: 0;
        background-color: rgba(253, 205, 167,0.9);
        width: 100%;
        height: 100%;
    }
    .menu-left{
        padding: 0px;
    }
    #nav-wrapper-mobile .menu-close{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #nav-wrapper-mobile ul{
        padding: 0px;
        margin-top: 40px;
    }
    #nav-wrapper-mobile ul li{
        list-style-type: none;
        text-align: center;
    }
    #nav-wrapper-mobile ul li a {
        color: #000;
        font-size: 3rem;
        position: relative;
        line-height: 4rem;
        text-transform: uppercase;
        font-family: TitleFont;
    }
    #nav-wrapper-mobile ul li a:hover,
		#nav-wrapper-mobile .current_page_item.menu-item-object-page a {
        color: #fff;
    }
    #nav-wrapper-mobile ul li a::after {
        content: "";
		display: block;
        height: 1px;
        width: 40px;
        background: #fff;
		margin: 3px auto 0;
    }
    header#hmain .header-inner .grid{
        min-height: 80px;
    }

    header#hmain #widgets-header #logo a img{
        max-height: 100px !important;
        display: block;
        margin: 115px auto 20px;
    }
    .fa{
        color: #171717;
    }




    /*header*/
    article.type-page .entry-content > h2{
        font-size: 3rem;
    }

    article.type-page .entry-content .awards p{
        text-align: left;
    }

    #logo{
        width: 100%;
    }
    #widgets-header .grid.grid-3{
        display: flex;
        flex-wrap: wrap;
    }
    .widget .widget_shopping_cart{
        display: block;
        position: initial;
        width: 100%;
    }

    .widget_search form{
        justify-content: center;
    }
    .widget_search .fa{
        color: white;
    }


    /*works*/

    .works-container{
        margin-top: 2rem;
    }

    .top-button .pop-menu .btn-cont{
        margin-left: 25px;
    }

    #menu-toggle-button{
        right: 30px;
    }

    .works-lightbox-container .thumbnails{
        display: none;
    }

    .top-button .pop-menu .list{
        padding-left: 25px;
    }

    .works-lightbox .slick-track{
        display: flex;
    }

    .works-lightbox.slick-items .slick-slide{
        width: 100%;
        margin: auto;
    }
    .works-lightbox{
        display: flex;
    }
    .slick-list{
        transition: none;
        margin: auto;
    }
    .container#main-wrapper{
        padding-bottom: 2rem;
        margin: 0px;
    }
    .column.footer-logo img {
        display: block;
        margin: 0 auto;
    }
    .widget_nav_menu ul{
        flex-wrap: wrap;
    }
    #menu-footer > li > a{
        position: relative;
        margin-top: 0;
        /* font-size: 1rem; */
        text-transform: uppercase;
        font-family: TitleFont;
    }
    /* #menu-footer > li > a:before{ */
        /* display: block; */
        /* content: " "; */
        /* height: 1px; */
        /* width: 30px; */
        /* background: white; */
        /* position: absolute; */
        /* top: -3px; */
        /* left: 0px; */
    /* } */
    #menu-footer li{
        width: 100%;
        text-align: left;
    }
    #menu-footer > li + li{
        margin: 0px;
    }

    #widgets-footer .grid .column{
        width: 100%;
    }


    /*products*/
    #content.full-width .woocommerce .products{
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    #content.full-width article.type-page .entry-content li.product .wc-gzd-additional-info{
        font-size: 1rem;
        padding: 10px 0px;
    }
    #content.full-width article.type-page .entry-content li.product a.button{
        font-size: 1rem;
    }

    /*single*/
    .product h2{
        width: 100%;
		max-width: none;
        text-align: center;
    }
    div.product{
        display: initial;
    }
    .product ul.products{
        display: flex;
        flex-wrap: wrap;
        width: 70%;
        margin: 0 auto;
    }
    /*products*/

    /*blog*/
    .blog article{
        width: 90%;
    }
    .post{
        width: 85%;
    }
    /*blog*/


    .column.footer-logo{
        display: none;
    }
















}
@media screen and (max-width: 1024px) and (min-width: 768px) {

}
@media screen and (max-width: 1260px) and (min-width: 1024px) {

}
@media screen and (max-width: 1500px) and (min-width: 1260px) {

}
@media screen and (max-width: 1800px) and (min-width: 1500px) {

}













/*overrides*/

@media all and (max-width: 960px) {
    .slick-items .slick_item {
        overflow: hidden;
    }

    .works-lightbox.slick-items .slick-slide img {
        width: 100vw;
        height: initial;
        max-width: none;
    }
}

@media all and (max-width: 640px) {
    .slick-items .slick_item {
        overflow: hidden;
    }

    .works-lightbox.slick-items .slick-slide img {
        width: 100vw;
        height: initial;
        max-width: none;
    }
}

@media all and (max-width: 530px){
    header#hmain #widgets-header .grid .widget {
        display: block;
        width: 100%;
    }
    header#hmain #widgets-header .grid .widget.widget_search {
        display: block;
        width: 90%;
        position: absolute;
        top: 42px;
        left: 5%;
    }

    header#hmain .widget_shopping_cart{
        position: initial;
    }
    header#hmain #widgets-header .grid .widget:last-child{
        /*display: flex;*/
        /*justify-content: center;*/
    }
    header#hmain #widgets-header .grid .widget:first-child{
        display: block;
    }
    header#hmain #widgets-header #logo a.logo-img{
        height: initial;
        max-height: initial !important;
    }
}

@media all and (max-width: 660px){
    header#hmain{
        position: static;
    }
    header#hmain .widget_shopping_cart .widget_shopping_cart_content {
        display: flex;
        justify-content: flex-end;
        width: auto;
        position: absolute;
        top: 20px;
        right: 50%;
		transform: translate(50%, 0);
        padding: 0;
    }
    .mobile-nav{
        display: block;
    }
		.mobile {
			margin-left: 0;
		}
    /* .mobile-nav .mobile-nav-trigger{ */
        /* display: flex; */
        /* justify-content: center; */
        /* margin-bottom: 20px; */
        /* font-size: 2rem; */
    /* } */
}



@media all and (max-width: 1365px) {
	.column.footer-logo,
	.footer_container {
		max-width: 1100px;
		flex-wrap: wrap;
	}
}

@media all and (max-width: 1199px) {
	.socials {
		margin-left: unset;
		margin-top: 40px;
	}
	.column.footer-logo {
		padding: 0 2.5em;
	}
}

@media all and (max-width: 1023px) {
	footer#bottom .container {
		padding: 0;
	}
	.footer_container {
		max-width: 80%;
		margin: 0 auto;
		flex-direction: column;
	}
	.widget_nav_menu ul {
		flex-direction: column;
	}
	#menu-footer li {
		margin-left: 0;
	}
	#menu-footer > li:before {
		width: 40px;
		height: 1px;
		display: block;
		position: relative;
		top: unset;
		left: unset;
		margin: 20px 0 12px;
	}
	.widgets {
		order: 1;
	}
	.info_block {
		order: 2;
	}
	.socials {
		order: 3;
	}
	.widget_nav_menu ul .sub-menu li a {
		line-height: 1.4;
	}
	.info_block:before {
		content: "";
		width: 40px;
		height: 1px;
		display: block;
		margin: 20px 0 12px;
		background-color: #f9c6c4;
	}
	.info_block:after {
		content: "";
		width: 40px;
		height: 1px;
		display: block;
		margin: 20px 0 12px;
		background-color: #f9c6c4;
	}
	.socials {
		margin-top: 30px;
	}
	.socials a:first-of-type {
		margin-left: 0;
	}
}

@media all and (max-width: 767px) {
	.socials {
		justify-content: center;
		align-items: center;
	}
	.socials a {
		width: 70px;
		height: 70px;
	}
	.socials a svg {
		width: 34px;
		height: 34px;
	}
}






