/* Yellow Box Marketing - Responsive 1280 Grid System
Copyright 2017 */

/* Content Hiding */

.hideDesktop {
    display: none;
}

.hideMob {
    display: block;
}

.hideMobInline {
    display: inline;
}

.hideTablet {
    display: block;
}

.hideTablet Inline {
    display: inline;
}

@media only screen and (min-width: 1280px) {
    .siteGrid {
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }
    .siteGridHalfLeft {
        float: right;
        width: 640px;
    }
    .siteGridHalfRight {
        float: left;
        width: 640px;
    }
    .logoLeft {
        float: left;
        width: 384px;
    }
    .logoRight {
        float: left;
        width: calc(100% - 384px);
    }
	.sidebarForm { width: 75%; }
}

@media only screen and (min-width: 996px) and (max-width: 1279px) {
    .siteGrid {
        width: 996px;
        margin-left: auto;
        margin-right: auto;
    }
    .siteGridHalfLeft {
        float: right;
        width: 498px;
    }
    .siteGridHalfRight {
        float: left;
        width: 498px;
    }
    .logoLeft {
        float: left;
        width: 384px;
    }
    .logoRight {
        float: left;
        width: calc(100% - 384px);
    }
	.sidebarForm { width: 85%; }
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .hideTablet {
        display: none !important;
    }
    .hideTabletInline {
        display: none !important;
    }
    .siteGrid {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    .siteGridHalfLeft {
        float: right;
        width: 384px;
    }
    .siteGridHalfRight {
        float: left;
        width: 384px;
    }
    .logoLeft {
        float: left;
        width: 384px;
    }
    .logoRight {
        float: left;
        width: calc(100% - 384px);
    }
	.sidebarForm { width: 85%; }
}

/* All Mobile Sizes */

@media only screen and (max-width: 767px) {
	.hideDesktop { display: block !important; }
    .hideMob { display: none !important; }
    .hideMobInline { display: none !important; }
    
	.textLeft { text-align: center; }
    .textRight { text-align: center; }
	
    .detailsWidget,
    .featureWidget,
    .aboutLeft {
        margin-bottom: 12px;
    }
    .bodyBar {
        padding-top: 88px;
    }
    .logoBar {
        width: 100%;
        padding: 6px 0;
        position: fixed;
        top: 0;
        z-index: 1999;
    }
    .logoLeft {
        float: left;
        width: 80%;
    }
	.logoLeft img {
		max-height: 56px;
		height: auto;
		width: auto;
	}
    .logoRight {
        float: right;
        width: 20%;
    }
    .sliderBar {
        padding: 0 !important;
    }
    .sliderWidget {
        width: 100%;
    }
    .featureWidget {
        width: 100%;
    }
    .gallery {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .contact3 {
        width: 65%;
    }
    .grid1,
    .grid2,
    .grid3,
    .grid3Middle,
    .grid3_2,
    .grid4,
    .grid4_3,
    .grid5,
    .grid5_2,
    .grid5_3,
    .grid5_4,
    .grid6,
    .grid6_2,
    .grid6_3,
    .grid6_4,
    .grid6_5 {
        width: 100%;
    }
	.gridInsideBig {
		width: 100%;
		margin: 0;
		padding: 0;
	}
    .siteGrid {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .siteGridHalfLeft {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .siteGridHalfRight {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
	.mapBar iframe{
		height: 250px !important;
	}
	.sidebarForm { width: 100%; }
	.about-us-img-container { width: 100%; }
}

/* WooCommerce Mobile */

@media only screen and (max-width: 767px) {
	.checkoutTop {
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 12px;
		background: #fafafa;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}
	.checkoutTopRight {
		float: right;
	}
	.checkoutHidden {
		display: none;
		float: left;
		width: 100%;
		padding: 12px 0;
		background: #ffffff;
	}
	.checkoutTopVisible .checkoutHidden {
		display: block;
	}
	.checkoutHiddenLeft {
		float: left;
		width: 65%;
		text-align: left;
		margin-bottom: 5px;
	}
	.checkoutHiddenRight {
		float: left;
		width: 35%;
		text-align: right;
		margin-bottom: 5px;
	}
	
	.checkoutLeft, .checkoutRight {
		float: left;
		width: 100%;
	}
	.woocommerce-tabs {
		width: 100%;
	}
	.woo-vari-titles, .woo-vari-selectors {
		width: 100% !important;
		float: left;
	}
}