/* ================================================================ *\
   #Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; }

/* ================================================================ *\
   #Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-family: Arial, sans-serif; font-size: 14px; line-height: 1.3; color: #000; -webkit-font-smoothing:antialiased;}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ================================================================ *\
   #Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

/* ------------------------------------------------------------ *\
	Main Styles
\* ------------------------------------------------------------ */

body {  background: #151515 url(http://www.lumberyardmtb.com/wp-content/themes/lumberyard_new/images/body-background.jpg) no-repeat 0 0; background-position: 50% 0%;}
.shell { max-width: 1010px; box-sizing: border-box; margin: 0 auto; }
.container { background: url(../images/container-bg.png) repeat-y 0 0; box-sizing: border-box; padding: 0 25px; /*background-size: contain;*/ }

.link-contact { position: absolute; top: 100px; left: 0px; }

.btn-view { color: #2a2a2a; display: inline-block; padding: 3px 10px 3px 10px; box-shadow: 2px 2px 7px #2a2a2a; border-radius: 4px; font-family: 'Roboto Slab', serif; font-weight: bold; 
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,182,24,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,182,24,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,182,24,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,182,24,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,182,24,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,182,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffb618',GradientType=0 );
}

.btn-view:hover { text-decoration: none; 
background: rgb(255,182,24); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,182,24,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,182,24,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,182,24,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,182,24,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,182,24,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,182,24,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb618', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.slide a:after,
.slide:after,
.slider:after,
.slider-outer:after,
.footer-inner:after,
.footer-content:after,
.post-meta:after,
.section-primary .section-foot:after,
.main-head:after,
.main-body:after,
.nav ul:before,
.nav ul:after { display: table; content: ' '; clear: both; }

.slider-outer { width: 100%; }
.slider { width: 100%; }
.slider li a { display: block; width: 100%; }
.slider img { width: 100%; height: auto; }

.btn-menu { display: none; height: 9px; padding-top: 9px; }
.btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #fff; }
    
.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 3px; background: #fff; content: ''; }

.btn-menu span:before { top: -9px; }
.btn-menu span:after { top: 3px; }

.btn-menu span:before,
.btn-menu span:after,
.btn-menu span { 
    -webkit-transition: all .3s linear; 
       -moz-transition: all .3s linear; 
            transition: all .3s linear; 
 }

.btn-menu.active span { border-color: transparent; }
.btn-menu.active span:before,
.btn-menu.active span:after { background: #fff; }

.btn-menu.active span:before { 
-webkit-transform: rotate(45deg) translate(2.5px, 6px);
    -ms-transform: rotate(45deg) translate(2.5px, 6px);
   -moz-transform: rotate(45deg) translate(2.5px, 6px);
        transform: rotate(45deg) translate(2.5px, 6px);

}
.btn-menu.active span:after { 
-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
    -ms-transform: rotate(-45deg) translate(2.5px, -6px);
   -moz-transform: rotate(-45deg) translate(2.5px, -6px);
        transform: rotate(-45deg) translate(2.5px, -6px); 
}
.nav.active { visibility: visible; opacity: 1;}
.nav.animations { -webkit-transition: .3s linear; 
       	      		     -moz-transition: .3s linear; 
                              transition: .3s linear; 
}
/* ------------------------------------------------------------ *\
	Single Post
\* ------------------------------------------------------------ */

h1,h2,h3,h4,h5,h6 { font-family: 'Roboto Slab', serif; color: #2a2a2a; }

h1 {  font-size: 28px; line-height: 1.2; }
h1 a { color: #2a2a2a; font-weight: normal; }

h2 { font-size: 25px;  padding: 2px 0;  }
h3 { font-size: 20px; padding: 2px 0; }
h4 { font-size: 18px; }
h4 a { font-family: 'Roboto Slab', serif; }
h5 { font-size: 15px; font-weight: normal; }
h5 a { font-size: 18px; font-weight: normal; color: #2a2a2a; }
h6 { font-size: 14px; }

ul,
ol{ padding-left: 24px; }

a { text-decoration: none; color: #b3402b;  font-family: Arial, sans-serif; }

p { line-height: 1.44; }

img.alignleft { padding-right: 20px; padding-bottom: 10px; }
img.alignright { padding-left: 20px; padding-bottom: 10px; }

/* ------------------------------------------------------------ *\
	Video style
\* ------------------------------------------------------------ */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header-inner { background: url(../images/grain-bg.jpg) no-repeat 0 0; text-align: center; padding-top: 20px; padding-bottom: 50px; margin-bottom: -35px; }
.logo img { width: 920px; height: 94px; }

.nav-outer { background: url(http://www.lumberyardmtb.com/wp-content/themes/lumberyard_new/images/navigation-bg.png) no-repeat 0 0;padding-top: 46px; margin-bottom: 16px; position: relative; z-index: 30; }
.nav {  }
.nav ul { padding-left: 0;  }
.nav li { list-style: none; }
.sub-menu { display: none; position: absolute; top: 100%; background: #fff; min-width: 180px; }
.sub-menu > li > a { display: inline-block; width: 100%; color: #272727; font-size: 16px; box-sizing: border-box; padding: 4px 7px; }
.sub-menu > li > a:hover { background: #000; text-decoration: none; color: #fff; }

.nav a { font-family: 'Roboto Slab', serif; }
.nav > ul > li { float: left; position: relative; }

.nav ul ul { display: none; } 
.nav > ul > li > a { border-right: 1px solid #ffffff; color: #ffffff; display: block; font-family: 'Roboto Slab', serif; font-size: 18px; font-weight: bold; line-height: 20px; margin: 0px; padding: 1px 13px 1px 13px; text-decoration: none; text-transform: capitalize;}
.nav > ul > li:hover > a { color: #c1c1c1;  }
.nav > ul > li:last-child > a  {  border-right: none; }

.nav li:hover > ul { display: block; } 

/* ------------------------------------------------------------ *\
	Main Head
\* ------------------------------------------------------------ */

.main-head { background: url(../images/grain-bg.jpg) repeat-y 0 0; position: relative; z-index: 20; }
.main-head:before { }

.socials { width: 32%; float: right; text-align: center; }
.socials ul { padding-left: 0px; display: inline-block;  }
.socials li { list-style: none; display: inline-block; margin-right: 4px; }

.page-title,
.main-head .slider-outer { width: 68%; float: left; }
.page-title { box-sizing: border-box; text-shadow: 0px 0px 9px #000000; color: #ededed; font-size: 60px; padding: 0px 0px 18px 15px; margin-top: -6px;}

/* ------------------------------------------------------------ *\
	Main Body
\* ------------------------------------------------------------ */

.main-body { box-sizing: border-box; background: #d8d8d8 url(../images/wheel.png) no-repeat 0 0; padding: 30px 0 3px 0; background-position: 100% 100%; position: relative; z-index: 21; }
.main-body:before { content: ''; display: inline-block; position: absolute; background: url(http://www.lumberyardmtb.com/wp-content/themes/lumberyard_new/images/main-head-after.png) no-repeat 0 0; width: 100%; height: 50px; top: -7px; left: 0px;  }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content { box-sizing: border-box; padding: 43px 18px 0px 25px; width: 67.5%; float: left;  }
.content-secondary  { width: 100%;  }

.article a { font-weight: bold; }

.article-primary { margin-bottom: 24px; }

.article-secondary { box-sizing: border-box; background: #c4c4c4; width: 48%; padding: 10px; }
.article-secondary .article-body { margin-bottom: 22px;  }
.article-secondary .article-body p { line-height: 1.5;  }

.section-primary { margin-bottom: 11px; }
.section-primary .section-foot .article-secondary { float: left; }
.section-primary .section-foot .article-secondary:first-child { margin-right: 20px;  }

/* ------------------------------------------------------------ *\
	Section Posts
\* ------------------------------------------------------------ */

.section-posts { padding: 10px 0; }
.post { border-bottom: 1px solid  #9a9a9a; margin-bottom: 9px; box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4);}
.section-posts .post:last-child { margin-bottom: 0; border: none; box-shadow: none;}
.post-meta { margin-bottom: 14px; }

.post-meta-image { float: left; padding-right: 4px; }

.post-meta-content { float: left;  }
.post-meta-content span { display: inline-block; margin-bottom: 3px; }

.post-head { margin-bottom: 2px; }
.post-head h1 { line-height: 1; letter-spacing: 0.5px; }

.post-foot { margin-bottom: 8px; }

.player .title header .portrait { display: none !important; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar-outer { box-sizing: border-box; width: 32%; float: right; margin-top: 50px; }
.sidebar-outer-secondary { margin-top: -243px;}

.sidebar { width: 100%; }
.sidebar li { list-style: none; }

.widgets { padding-left: 0; }
.widget { position: relative; padding-bottom: 7px; }
.widget h3 { color: #fff;  }

.widgets .widget-primary:first-child { padding-top: 6px; }
.widgets .widget-primary:first-child .widget-head {  padding-bottom: 8px;  }
.widgets .widget-primary:first-child:before { content: ''; display: block; background: url(../images/widget-primary-top.png) no-repeat 0 0; position: absolute; width: 100%; height: 16px; top: -14px; left: 0px; }
.widget-primary { padding-left: 12px; padding-right: 12px;  background: #b3402b; z-index: 25; ;}
.widget-primary .widget-body { padding: 8px 0;  border-bottom: 1px dashed  #cc644c;  }
.widget-primary.widget-primary-last { padding-bottom: 0;  }
.widget-primary.widget-primary-last .widget-actions { padding-bottom: 0px; border: none; }

.widget-partners .widget-body { position: relative; border-bottom: none; }
.widget-partners .widget-body:before,
.widget-partners .widget-body:after { content: ''; display: block; height: 1px; width: 100%; position: absolute; border-top: 1px dashed  #cc644c; z-index: 120; }
.widget-partners .widget-body:before { top: -2px; left: 0px; }
.widget-partners .widget-body:after { bottom: -2px; left: 0px; }

.widget-feed .widget-body { padding: 0; padding-bottom: 20px;  }
.widget-feed .list-images { padding-left: 0;  }
.widget-feed .list-images li { display: inline-block;  margin-right: 1px; }
.widget-feed .list-images li:last-child { margin-right: 0px;  }

.widget-more p { color: #fff;  }
.widget-more .widget-body { padding: 0; border: none; padding-bottom: 21px; }
.widget-more .widget-actions { border-bottom: 1px dashed  #cc644c; text-align: right; padding-bottom: 8px; }

.widget-map { z-index: 19; padding-top: 33px; }
.widget-map:before { content: ''; display: inline-block; position: absolute; background: url(http://www.lumberyardmtb.com/wp-content/themes/lumberyard_new/images/widget-map-top.png) no-repeat 0 0; top: 0px; left: 0px; width: 100%; height: 16px; background-size: cover;}

.widget-map .widget-head { margin-bottom: 2px;  }
.widget-map .widget-head h5:first-child { margin-bottom: 26px; }
.widget-map .widget-body { text-align: right; padding-right: 15px;  }
.widget-map .map-outer { box-sizing: border-box; padding: 5px; background: #8e8e8e; width: 94%;display: inline-block; }
.widget-map .map-outer iframe { width: 100%; height: 200px;  }
.widget-map .map-outer a { display: block; text-align: center; font-weight: normal; padding: 7px 0px 3px 0px; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { border-top: 2px solid #b34025; padding-top: 17px; padding-bottom: 60px; 
background: rgb(71,71,71);
background: -moz-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(25,25,25,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,71,71,1)), color-stop(100%,rgba(25,25,25,1)));
background: -webkit-linear-gradient(top, rgba(71,71,71,1) 0%,rgba(25,25,25,1) 100%);
background: -o-linear-gradient(top, rgba(71,71,71,1) 0%,rgba(25,25,25,1) 100%);
background: -ms-linear-gradient(top, rgba(71,71,71,1) 0%,rgba(25,25,25,1) 100%);
background: linear-gradient(to bottom, rgba(71,71,71,1) 0%,rgba(25,25,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#191919',GradientType=0 );
}

.slider.footer-slider li { text-align: center; }
.slider.footer-slider li a { display: inline-block; width: auto; }
.slider.footer-slider img { width: auto; height: auto; }

.footer .slider-featured { display: none; }

.footer-inner { margin-bottom: 9px; text-align: center; }

.slider li { list-style: none; }
.slider ul { padding-left: 0;  }

.footer-content { padding: 0 25px; margin-bottom: 5px; }

.copyright { float: left; color: #cfcfcf; font-size: 12px; padding-top: 2px; }

.footer-nav { float: right; }
.footer-nav ul { padding-left: 0; }
.footer-nav li { display: inline-block; list-style: none;  }
.footer-nav li a { color: #cfcfcf; font-size: 12px;  padding: 0 10px; font-weight: normal; }

.footer-bar { padding-left: 24px; }
.footer-bar a { color: #ffb30f; font-size: 12px; }
.footer-bar a:hover { color: #fff;  }

/* ------------------------------------------------------------ *\
	Section Contacts
\* ------------------------------------------------------------ */

.address { line-height: 1.5; margin-bottom: 22px; }
.phone a { font-weight: bold; }

/* ------------------------------------------------------------ *\
	Gravity Form
\* ------------------------------------------------------------ */

.gform_title { font-size: 28px; font-weight: normal; letter-spacing: -0.6px; }
.gform_description { display: none; }

.gform_body { margin-top: -2px; }
.gform_fields { padding-left: 0; }
.gfield { list-style: none; margin-bottom: 16px; }
.gfield_label { display: block; letter-spacing: 0.4px; font-weight: bold; font-family: Helvetica, Arial,'Roboto', sans-serif; margin-bottom: 7px; }

.gform_body .gfield.field-size2 textarea,
.gform_body .gfield.field-size1 input { box-sizing: border-box; display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; 
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.gfield-captcha label { visibility: hidden; }
.gform_body .gfield.field-size2 textarea { height: 114px; }
.gform_body .gfield.field-size2 textarea:focus,
.gform_body .gfield.field-size1 input:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}

.ginput_right label,
.ginput_left label { display: none; }

.gfield_required { display: none; }

.ginput_left input { margin-bottom: 37px; }

.gform_footer { text-align: center; padding-top: 18px; }
.gform_button { display: inline-block; padding: 3px 6px 4px; }

/* ------------------------------------------------------------ *\
	Section Gallery
\* ------------------------------------------------------------ */

.section-gallery { margin-bottom: 23px; }
.list-gallery-images { list-style: none; padding-left: 0; }
.list-gallery-images li { display: inline-block; margin-bottom: 4px; }


/* ------------------------------------------------------------ *\
	Section Tetriary
\* ------------------------------------------------------------ */

.list-location-images { padding-left: 0; }
.list-location-images li { list-style: none; margin-bottom: 27px; }

/* ------------------------------------------------------------ *\
	Section Products
\* ------------------------------------------------------------ */
.section-products { margin: 0 -8px; margin-bottom: 42px; }
.section-products .section-head { border-bottom: 1px dashed  #000; padding-bottom: 9px; }

.products { width: 100%; padding-left: 0; }
.products > li {  display: table; width: 100%; border-bottom: 1px dashed  #000;/*  padding: 28px 0; */ }
.products li  { list-style: none;  }
.products .product-outer { display: table-cell; width: 100%; vertical-align: middle; }


.product { padding: 12px 0; }
.products .product-images,
.products .product-content,
.products .product-logo { box-sizing: border-box; display: inline-block; vertical-align: middle;  }

.products .product-logo { width: 34%; }
.products .product-content { width: 34%; padding: 5px 7px 27px 7px;}
.products .product-content ul { padding-left: 0;  }
.products .product-images { width: 30%; padding: 0 10px 0px 16px; }
.products .product-images img { margin-bottom: 8px;  }

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

@media only screen and ( max-width: 1180px ){
    .container { padding-top: 4px; }
	.link-contact { top: -77px; left: 50%; margin-left: -22px; }
	.link-contact  {  
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);}
	.header-inner { padding: 60px 20px 50px 20px; }
	.logo img { width: 100%; height: auto; }
}

@media only screen and ( max-width: 1028px ){
	.widget-feed .widget-body { text-align: center; }
	.list-images { display: inline-block; }
	.list-images li { width: 30%; }
	.list-images li img { width: 100%; height: auto;  }

	.list-location-images li img { width: 100%; height: auto; }

	.products .product-logo { width: 30%; padding: 0 5px; }
	.products .product-logo img { width: 100%; height: auto;  }
	.products .product-content { width: 30%; padding: 5px 7px 27px 7px;}
	.products .product-images { width: 38%; padding: 0 10px 0px 16px; }
}

@media only screen and ( max-width: 960px){
	h1 { font-size: 23px; }
	h2 { font-size: 20px; }
	h3 { font-size: 18px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }
	h5 a { font-size: 17px; }
	p { font-size: 13px; }

	.btn-view { font-size: 13px; }

	.nav > ul > li > a { font-size: 16px; padding: 1px 8px; }
	.sub-menu > li > a { font-size: 14px; }

	.article-primary { margin-bottom: 15px; }

	.sidebar-outer-secondary { margin-top: -200px;  }
	.widget-more .widget-body { margin-bottom: 10px; }
	.widget-more .widget-body { padding-bottom: 0; }
	.widget-map .widget-head h5:first-child { margin-bottom: 16px; }
	.widget-map .map-outer { width: 100%; }
	
	.footer .slider-outer {  text-align: center;  box-sizing: border-box; }
	.footer .footer-slider { display: none; }
	.footer .slider-featured { display: inline-block; width: 280px;}

}

@media only screen and ( max-width: 880px ){
	.sidebar-outer-secondary { margin-top: -160px; }
	.article-secondary { width: 100%; margin-bottom: 15px; }
}

@media only screen and ( max-width: 813px ){
	.product-images { text-align: center; }
	.product-images img { width: 70% ; height: auto; }
	.products .product-content ul { margin-top: 5px;  }
	.products .product-content ul li { margin-bottom: 5px;  }
	
}

@media only screen and ( max-width: 768px ){
	.widget-map .map-outer iframe { width: 100%; height: auto; }

	.main-head { margin-bottom: 20px; }
	.main-head .socials { float: none; width: 100%; margin-bottom: 20px; }
	.page-title,
	.main-head .slider-outer { float: none; width: 100%; } 

	.page-title { text-align: center; padding-left: 0; font-size: 45px; }

	.sidebar-outer-secondary,
	.sidebar-outer { margin-top: 20px; }
}

@media only screen and ( max-width: 600px ){
	.container { padding: 4px 15px 0 15px; }

	.nav > ul > li > a { font-size: 14px; padding: 1px 4px; }
	.sub-menu > li > a { font-size: 12px; }
	
	.sidebar-outer { float: none; width: 100%; }
	.content { float: none; width: 100%; padding: 43px 15px 0 15px; }
	
	.widget-map:before { background:  url(http://www.lumberyardmtb.com/wp-content/themes/lumberyard_new/images/widget-map-top.png) repeat 0 0; background-size: initial; }
	.widgets .widget-primary:first-child:before {background:  url(../images/widget-primary-top.png) repeat 0 0; background-size: initial; }
	
	.widget-feed .widget-head { margin-bottom: 5px; }
	.widget-feed .widget-body { text-align: center; }
	.list-images { display: inline-block; }
	.list-images li { width: auto; }
	.list-images li img { width: auto; height: auto;  }

	.widget-map .widget-head { text-align: center; }
	.widget-map .widget-body { text-align: center; padding-right: 0px;}
	.widget-map .map-outer { padding-right: 5px; width: 245px; height: 200px;  }

	.slider-outer { text-align: center; }
	.slider-featured { width: 200px; display: inline-block; }


	.products > li { display: block; }
	
	.products .product-outer { display: block; } 
	
	.products .product-logo { width: 100%; padding: 0 5px; margin-bottom: 10px; text-align: center; }
	.products .product-logo img { width: auto; height: auto;  } 
	.products .product-content { width: 100%; padding: 5px 7px 10px 7px; text-align: center; }
	.products .product-content ul li { margin-bottom: 5px;  }
	.products .product-images { width: 100%; padding: 0px; } 
	.products .product-images img { width: 35%; height: auto;  } 

  .section-gallery .section-head p { text-align: center; margin-bottom: 10px; }
  .section-gallery { text-align: center; }
  

}

@media only screen and ( max-width: 550px ){
	.nav { visibility: hidden; opacity: 0; position: absolute; top: 80px; left: 0px; width: 100%; }
	.nav > ul > li { float: none; background: #fff; border-bottom: 1px solid  #b3402b; }
	.nav > ul > li > a { float: none; color: #b3402b; }
	.nav li:hover > ul { display: none; }
	.btn-menu { display: inline-block; margin-left: 0px;  }
	
	.page-title { font-size: 30px; }
	.gform_title { font-size: 24px; }
	.gfield { margin-bottom: 10px; }

	.gform_body .gfield.field-size2 textarea, 
	.gform_body .gfield.field-size1 input { height: 30px; }
	.gform_body .gfield.field-size2 textarea { height: 80px; }
	.gfield_label { font-size: 13px; }

	.sub-menu { display: none; position: static; }
	.nav .sub-menu.show { display: block; }	

	.copyright { float: none; width: 100%; text-align: center; margin-bottom: 10px; }
	.footer-nav { float: none; width: 100%; margin-bottom: 10px; }
	.footer-nav ul { text-align: center; }

	.footer-bar { text-align: center; padding-left: 0; }

	
}

@media only screen and ( max-width: 389px ){
	h1 { font-size: 17px; }
	h2 { font-size: 16px; }
	h3 { font-size: 15px; }
	h4 { font-size: 14px; }
	.post-meta-image { float: none; margin-bottom: 4px; }
	.post-meta-content { float: none; }

	.widget-feed .widget-body { padding-bottom: 0; }
	.list-images li { display: block; width: 100%; margin-bottom: 10px; text-align: center;  }
	.widget-map .widget-head { padding: 0 5px; }

	#recaptcha_area { table-layout: fixed; width: 100%; }
	.gform_body #recaptcha_widget_div { width: 233px !important; }
	.gform_body #recaptcha_area { width: 233px !important; }
	.gform_body #recaptcha_table { width: 233px !important; }

	#recaptcha_image img { width: 100%; height: auto; }
	
	.recaptcha_r1_c1 { display: none; }
	.gform_body #recaptcha_area .recaptcha_r3_c1 { padding: 0 2px !important; }
	.gform_body #recaptcha_image { box-sizing: border-box; width: 100% !important; height: auto !important; padding: 0 20px;  }
	.gform_body .recaptcha_r1_c1 { width: 100% !important; }
	
	.list-location-images li { margin-bottom: 12px; }

	.products .product-logo img { width: 70%;  }
	.products .product-images img { width: 60%; }
}

@media only screen and ( max-width: 320px ){
	.list-gallery-images { text-align: center; }
	.list-gallery-images li {  }
}