/*======================================================
Screen Style Sheet
PROJECT
------------------------------------------------------
Author(s): NAME
Created: DATE
======================================================*/

/* Tablet */
@media only screen and (max-width: 1199px) {
    /* Paragraph */
    body{
        padding-top: 119px;
    }
    h1,.h1{
        font-size: 30px;
        line-height: 40px;
    }
    h2,.h2{
        font-size: 24px;
        line-height: 32px;
    }
    h3,.h3{
        font-size: 24px;
        line-height: 28px;
    }
    h6,.h6{
        font-size: 16px;
        line-height: 20px;
    }
    .subtitle{
        font-size: 14px;
        line-height: 14px;
    }
    a:hover,
    a:active{
        text-decoration: none;
    }
    /* Scaffolding */
	.block .column{
		padding-left: 16px;
		padding-right: 16px;
	}
	.block .column,
	.block.wide .column .block{
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.block.wide .column{
		padding-left: 0 !important;
		padding-right: 0 !important;		
	}
	
	.block.swap-tablet{
		flex-direction: row-reverse;
	}
	.block.t100.swap-tablet{
		flex-direction: column-reverse;
	}
	.block.t100 > .column{
		width: 100%;
	}
	.block.t75 > .column{
		width: 75%;
	}
	.block.t60 > .column{
		width: 60%;
	}
	.block.t50 > .column{
		width: 50%;
	}
	.block.t40 > .column{
		width: 40%;
	}
	.block.t33 > .column{
		width: 33.33%;
	}
	.block.t25 > .column{
		width: 25%;
	}
	.block.t100 > .column + .column{
		margin-top: 15px;
	}
	.block.t100.full.column-has-bg > .column + .column{
		margin-top:0;
	}
	.block.t100.column-has-bg .column-has-bg-left,
	.block.t100.column-has-bg .column-has-bg-right{
	    min-height:300px;
	}
	.block .block.t100 > .column{
		width: 100%;
	}
	.block .block.t75 > .column{
		width: 75%;
	}
	.block .block.t60 > .column{
		width: 60%;
	}
	.block .block.t50 > .column{
		width: 50%;
	}
	.block .block.t40 > .column{
		width: 40%;
	}
	.block .block.t33 > .column{
		width: 33.33%;
	}
	.block .block.t25 > .column{
		width: 25%;
	}
	
	/* Universal */
	.constrain{width:100%;  padding-left:15px; padding-right:15px;}
	.fullsite {display:none !important;}
	.smallsite {display:block !important;}	
	
	.tel{
	    pointer-events: all;
	}
	.fancybox-stage{
		width: 80%;
		margin: 0 auto;
	}
	.fancybox-arrow{
		width: 40px;
	}
	.img-wrapper.img-left,
	.img-wrapper.img-right{
		float: none;
		padding: 0;
		margin-top: 0;
	}
	.columnlist-3 ul,
	ul.columnlist-3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .image-text-block{
        width: 50% !important;
    }
    .image-text-block.image-text-row{
        width: 100% !important;
    }
    
    /* Header */
    #header{
        height: 119px;
    }
    #header-top{
        background-color: #A97E15;
        color: white;
        position: relative;
        padding-top: 0;
        min-height: auto;
    }
    #header-top:after{
        content:'';
        width: 1px;
        height: 100%;
        background-color: white;
        position: absolute;
        left: 0;
        right:0;
        top: 0;
        z-index: 2;
        display: block;
        margin: 0 auto;
    }
    #header-top .logo {
        top: 68px;
        left: 20px;
    }
    #header-top .search-container,
    #header-top a.user-btn,
    #header-top a.cart-btn{
        display: none;
    }
    #header-top .tel{
        width: 50%;
        color: white;
        text-align: center;
    }
    #header-top .tel i{
        color: white;
        font-size: 16px;
    }
    #header-top .button{
	    background:none;
	    border:none;
        width: 50%;
        color: white !important;
    }
    #header-bottom{
        position: relative;
    }
    #header-bottom nav{
        display: none;
    }
    #header-bottom .search-trigger{
        color: #fff;
        position: absolute;
        right: 80px;
        top: 30px;
    }
    #header-bottom .search-trigger i{
        font-weight: bold;
        font-size: 16px;
    }
    #header-bottom .menu-trigger{
        color: #fff;
        position: absolute;
        right: 30px;
        top: 30px;
    }
    #header-bottom .menu-trigger i{
        font-weight: bold;
        font-size: 16px;
    }
    /* Banners */
    #home-banner,
    #home-banner .slide,
    #home-banner .constrain{
        height: 400px;
    }
    #home-banner .caption{
        padding-left: 15px;
        padding-right: 15px;
    }
    #home-banner .subtitle{
        font-size: 24px;
        line-height: 28px;
    }
    #home-banner .title{
        font-size: 42px;
        line-height: 42px;
        letter-spacing: -0.02em;
    }
    #home-banner .slide:after {
        left: auto;
        right:0;
    }
    #breadcrumbs .crumb:after{
        display: none;
    }
    #breadcrumbs .crumb.current{
        display: none;
    }
    #breadcrumbs .crumb{
        padding-left: 15px;
    }
    #breadcrumbs i{
        font-size: 18px;
        position: absolute;
        top: 0;
        left:0;
        font-weight: normal;
        
    }
    /* Buckets */
    .buckets-basic .carousel.gallery{
        display: flex;
    	flex-direction: row;
    	flex-wrap:wrap;
    	justify-content: center;
    	margin: 0 -16px -30px -16px;
    }
    .buckets-basic .bucket{
        width: 50% !important;
    }
    .buckets-basic .bucket a{
        height: 85px;
        display: flex;
        position: relative;
        align-items: center;
    }
    .buckets-basic .bucket a:after{
        display: none;
    }
    .buckets-basic .bucket a:before{
        font-family: "Font Awesome 5 Pro";
        content:'\f061';
        color: #EB212E;
        display:block;
        position: absolute;
        right: 15px;
        font-weight: bold;
        font-size: 16px;
        top: 34px;
    }
    .buckets-basic .bucket .image,
    .buckets-basic .bucket p{
        display: none;
    }
    .buckets-basic .bucket .content{
        min-height: 0;
        position: static;
    }
    .buckets-basic .bucket .h4{
        margin:0;
        padding:0;
        font-size: 18px;
        line-height: 24px;
    }
	.buckets-basic .bucket .learnmore{
		width: auto;
		height: 30px;
	    overflow: inherit;
	    position: absolute;
	    right: 0;
	    top: 30px;
	    font-size: 0;
	    background-color: transparent;
	    transition: inherit;
	    max-height: inherit;
	    -webkit-transition: inherit;
	}
    .buckets-basic .bucket .learnmore i{
	    font-size: 20px;
	    position: relative;
	    right:auto;
	    top:auto;
	    color:#A97E15;
    }
    .buckets-full .gallery.carousel{
        padding: 0 50px;
    }
    .buckets-full .slick-list{
        width: 100%;
    }
    .buckets-full .slick-dots{
        display: none !important;
    }
    .buckets-full .slick-prev{
        margin-left: 0;
        left: 0;
        border: 0;
        top: 50%;
        margin-top: -30px;
    }
    .buckets-full .slick-next{
        margin-right: 0;
        right: 0;
        border: 0;
        top: 50%;
        margin-top: -30px;
    }
    .buckets-offset .bucket{
        width: 50%;
    }
    /* Image Text Blocks */
    .icon-text-block.w25{
        width: 50%;
    }
    /* Footer */
    #footer{
        height: auto;
        padding-bottom: 40px;
        position: relative;
    }
    #footer .constrain{
        display: block;
    }
    #footer #back-top{
        position: absolute;
        top:0;
        left:0;
        right:0;
        height: 114px;
        margin: 0 auto;
    }
    #footer p{
        text-align: center;
        width: 100%;
        margin-top: 140px;
    }
    #footer ul{
        text-align: center;
        width: 100%;
        margin:30px auto 0 auto;
    }
    /* Position Specific Styles */
    h6 + h3{
        margin-top: 14px;
    }
    .contact-info {
        width: 100%;
    }
    #header-bottom .inventory-btn{
        display: none;
    }
}

/* Phone (portrait and landscape) */
@media only screen and (max-width : 767px) {
    /* Scaffolding */
	.block.swap-mobile{
		flex-direction: row-reverse;
	}
	.block.m100.swap-mobile{
		flex-direction: column-reverse;
	}
	.block.m100.swap-mobile .column:first-child{
		margin-top:25px;
	}
	.block.m100.swap-mobile .column:last-child{
		margin-top:0;
	}
	.block.m100 .column{
		width: 100%;
	}
	.block.m75 .column{
		width: 75%;
	}
	.block.m60 .column{
		width: 60%;
	}
	.block.m50 .column{
		width: 50%;
	}
	.block.m40 .column{
		width: 40%;
	}
	.block.m33 .column{
		width: 33.33%;
	}
	.block.m25 .column{
		width: 25%;
	}
	.block.m100 .column + .column{
		margin-top: 15px;
	}
	.block.m100.full.column-has-bg .column + .column{
		margin-top:0;
	}
	.block .block.m100 .column{
		width: 100%;
	}
	.block .block.m75 .column{
		width: 75%;
	}
	.block .block.m60 .column{
		width: 60%;
	}
	.block .block.m50 .column{
		width: 50%;
	}
	.block .block.m40 .column{
		width: 40%;
	}
	.block .block.m33 .column{
		width: 33.33%;
	}
	.block .block.m25 .column{
		width: 25%;
	}
	/* Universal */
	.img-wrapper img{
		margin:0 auto;
		display:block;
	}
	.video{
		width: 100%;
		height: 200px;
	}
	.paging ul li a{
		padding: 5px 12px;
	}
	.columntext-2,
    .columntext-3 {
        display: block;
    }
    .columntext-2 > p,
    .columntext-3 > p {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .columntext-2 > p + p,
    .columntext-3 > p + p {
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }
    .columnlist-2 > ul,
    ul.columnlist-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .columnlist-3 > ul,
    ul.columnlist-3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .forms .input-group{
        width: 100%;
    }
	/* Banners */
	#hero-slider .item{
	    display: flex;
	    flex-direction: column-reverse;
	}
	#hero-slider .content{
	    width: 100%;
	    padding-right: 0;
	}
	#hero-slider .image{
	    width: 100%;
	    height: 250px;
        position: static;
        margin-bottom: 30px;
	}
	#hero-slider .image img{
	   max-height: 250px;
	   top: 0;
	   bottom: auto;
	}
	#hero-slider .slick-dots{
	    width: 100%;
        right: auto;
        left: auto;
        bottom: auto;
        top: 254px;
        margin: 0 auto;
    }
	.crumb-container .crumb.first ~ .crumb{
    	display: none;
	}
	/* Buckets */
	.buckets-basic .bucket{
	    width: 100% !important;
	}
	.buckets-offset .bucket{
        width: 100%;
    }
	/* Image Text Blocks */
	.image-text-block{
        width: 100% !important;
    }
    .image-text-row {
        margin-bottom: 35px !important;
    }
    .image-text-row .image{
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
    .image-text-row .content{
        width: 100% !important;
    }
    .icon-text-block{
        width: 100% !important;
        display: flex;
    }
    .icon-text-block a{
        width: 100%;
        display: flex;
    }
    .icon-text-block .icon{
        width: 35%;
    }
    .icon-text-block .content{
        width: 65%;
        text-align: left;
    }
    .icon-text-block  .h5{
        margin-left:0;
    }
    .icon-text-block .link{
        display: none;
    }
	/* Sidebar */
	.sidebar{
		overflow: hidden;
		margin: -30px 0 10px 0;
	}
	.sidebar h3{
		position: relative;
	}
	.sidebar h3 i{
		display: block;
		position: absolute;
		right:0;
		top:3px;
	}
	.sidebar h3 i:after{
		display: none;
	}
	.sidebar.active h3 i:before{
		content:'\f107';
	}
	.sidebar > ul{
		max-height: 0;
		height: auto;
		margin: 0;
		-webkit-transition: max-height .3s ease-in-out;
	    -moz-transition: max-height .3s ease-in-out;
	    -o-transition: max-height .3s ease-in-out;
	    transition: max-height .3s ease-in-out;
	}
	.sidebar.active > ul{
		max-height: 1000px;
	}	
	
    /* Tabbed Content */
    .tabbed-content.has-dropdown {
        position: relative;
        padding-top:71px;
    }
    .tabbed-content.has-dropdown .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        max-height: 71px;
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 9;
        margin: 0 !important;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .tabbed-content.has-dropdown .nav-tabs li {
        margin: 0;
        display: block;
        width: 100%;
        height: 40px;
        padding: 0;
        border-radius: 0;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .tabbed-content.has-dropdown .nav-tabs li a {
        font-size: 14px;
        padding: 7px 0 0 24px;
        height: 40px;
        border-top: 0;
    }
    .tabbed-content.has-dropdown .nav-tabs li.active {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        height:71px;
    }
    .tabbed-content.has-dropdown .nav-tabs li.active a{
        height: 71px;
        padding: 24px 0 0 30px;
    }
    .tabbed-content.has-dropdown .nav-tabs li.active a:after{
        height: 100%;
        top:0;
    }
    .tabbed-content.has-dropdown .nav-tabs:after {
        font-family: 'Font Awesome 5 Pro', sans-serif;
        content: '\f107';
        color: #454545;
        position: absolute;
        right: 15px;
        top: 23px;
        z-index: 2;
        pointer-events: none;
        font-size: 20px;
        font-weight: bold;
    }
    .tabbed-content.has-dropdown .nav-tabs.open {
        max-height: 1000px;
    }
    .tabbed-content.has-dropdown .nav-tabs.open:after {
        content: '\f106';
    }
    .tabbed-content.has-dropdown .tab-content {
        width: 100%;
        border-top:0;
    }
    #header-top .button{
	    font-size:12px;
	    padding:10px 5px;
    }
    #home-banner .caption{
        top:45%;
    }
    #home-banner .subtitle{
        font-size: 18px;
        line-height: 20px;
    }
    #home-banner .title{
	    font-size:26px;
	    line-height: 26px;
    }
    #home-banner .phrase{
        font-size:20px;
        line-height: 20px;
    }
    #header-top .logo {
        font-size:20px;
    }
    .contact-info {
        flex-direction: column;
    }
    .contact-info .locations{
      width:100%;
    }
}


/* Phone (portrait) */
@media only screen and (max-width : 480px) {

}
