/*
Theme Name: Ember - Whirl Sites
Theme URI:  http://www.demos.whirlsites.com/industrial/
Description: 
Version: 1.0
Author: Whirl Sites
Author URI: http://www.whirlsites.com/
*/

@import url('css/layers.min.css');
@import url('css/dash.css');

/*

	COLOR KEY:
		

*/

* {
	margin: 0;
	padding: 0;
	-webkit-hyphens: none;
}

a img {
	border: none;
	outline: none;
}

body {
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}


.wrap {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {


}

.flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: left;
/* 	justify-content: left; Change to Center if everything should be centered */
}

.flex.flex-col {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flex2 {
	display: -ms-flexbox;
	-webkit-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}

#post-content {
	padding-top: 20px;
}

.footer address {
	font-style: normal;
	text-align: center;
	padding-top: 10px;
	line-height: 25px;
}

.footer address h5 {
	font-size: 16px;
	font-weight: 400;
}

.footer address strong {
	font-weight: 400;
	display: block;
}

.footer img {
	height: 120px !important;
}

img {
	max-width: 100%;
	height: auto;
}

/* ------------ General Styles ------------ */

p {
	margin-bottom: 20px;
	hyphens: none;
}

a {
	text-decoration: none;
}

a:hover {

}

a:visited {

}

strong {
	font-weight: 600 !important;
}

hr {
	margin-bottom: 30px;

}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	text-transform: none;
}

h1 {
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 35px;
}

h2 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 24px;
	line-height: 37px;
	font-weight: 500;
}

h3 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
}

h4 {
	color: #3c3b3b;
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 500;
}

h5 {
	color: #d36060;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 900;
}



#content ol, #content ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

#content ol {
	padding-left: 0;
}

.post ul, .post ol {
	margin-left: 50px;
	margin-bottom: 20px;
}

.cd-hero ul {
	margin-left: 0px !important;
	margin-bottom: 20px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.grayscale:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: -webkit-filter 1s;
}


.fade-in{
  opacity : 0;
  transition-property : opacity; 
  transition-duration : 0.7s; 
}

.fade-in:hover {
  opacity : 1;
  transition-property : opacity; 
  transition-duration : 0.5s; 
}

.cd-btn {
    font-size: 16px !important;
	font-family: 'Roboto', sans-serif;
    padding: 16px 20px 16px 20px !important;
    font-weight: 700 !important;
}

.cd-btn:hover {
	line-height: 23px;
	padding: 16px 20px 14px 20px !important;
}

/* ------------ Gravity Forms Styles ------------ */

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
	body .gform_wrapper .gform_body .gform_fields .gfield select {
	    padding: 0 !important;
	}

.gform_wrapper label.gfield_label {
    font-weight: 500 !important;
    font-size: 13px !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: 18px !important;
    max-width: 29em !important;
}

.gform_wrapper select {
    font-size: 13px !important;
    max-width: 22em !important;
}

.gform_wrapper textarea {
    font-size: 13px !important;
    max-width: 100% !important;
}

.gform_wrapper select.large {
    max-width: 22em !important;
}

.gform_wrapper ul li.gfield {
    margin-top: 10px !important;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 1px !important;
}

.gform_wrapper .gform_footer {
    padding: 10px 0 10px !important;
    margin: 1px 0 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
	float: left;
	height: 40px;
	min-width: 130px;
	clear: both;
	border: none !important;
	border-radius: 0px;
	margin-left: 0px;
	background: #3c3b3b;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
  	font-size: 16px !important;
	letter-spacing: 1px;
}

body #gform_wrapper_5 label.gfield_label {
	display: none !important;
}

.gform_wrapper label.gfield_label {
	font-size: 16px !important;
}

body #gform_wrapper_5 {
width:598px;
padding:0px;
}

body #gform_wrapper_5 .gform_heading span.gform_description {
display:block;
text-align:center;
}

body #gform_wrapper_5 .gform_body ul li.gfield {
text-align:center;
}

body #gform_wrapper_5 .gform_footer input[type='submit']  {
float:none;
display:block;
width:140px;
margin:0 auto;
}


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

.topbar {
	position: relative;
	height: 30px;
	padding: 10px 40px 0 0;
	text-align: right;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	
}

.topbar a {
	text-decoration: none;
}

ul#header-social {
	list-style: none;
	border-top: none !important;
	text-align: right;
	margin-top: 0px;
}

ul#header-social li {
	display: inline;
	margin: 0 10px;
}

ul#header-social li a {
	
}

ul#header-social li i {
	font-size: 20px;
	vertical-align: right;
}

#header {

	position: relative;
	top: 0;
	min-height: 152px;
	height: 152px;
	background: rgba(255,255,255,0.8) !important;
}

#header h1 img, #header h4 img {
	width: 182px;
	padding-bottom: 0px;
	position:relative;
	z-index:1;
}

#header .mobile-logo img {
	display: none;
}

#header h1, #header h4 {

	display: inline;
}

#header .wrap {
	height: 100%;
	box-sizing: border-box;
	padding: 1% 0;
}

.header-button {
	position: absolute;
	right: 0;
	top: 40px;
}

#phone {
	position: absolute;
	right: 0;
	top: 5px;
}


/* ------------- Front Page -------------- */

#intro {
	width: 100%;
	max-height: 600px;
	position: relative;
	overflow: hidden;
}

#intro .cycle-slideshow {
	width: 100%;
	position: relative;
}

#intro .cycle-slideshow img {
	width: 100%;
	height: auto;
	background: black;
}


#text-stripe {
	box-sizing: border-box;
	padding: 50px 0;
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	line-height: 35px;
	text-align: center;
}

#text-stripe p {
	margin-bottom: 0;
}



#page-intro {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

#page-intro img {
	max-width: 960px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#page-intro h1 {
	position: relative;
	top: 45%;
	margin: 0 !important;
	text-transform: none;
	text-align: center !important;
	z-index: 100;
	font-weight: 300;
	font-size: 36px;
	line-height: 35px;
	color: #fff !important;
	text-shadow:#000000 1px 1px 4px;
}

#home-content {
	padding-top: 50px;
	margin-top: 50px;
}

#home-boxes {
	box-sizing: border-box;
	padding: 50px 0;
}



#home-boxes a.read-more {
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

#home-boxes .home-box {
	height: 250px;
	position: relative;
	pointer-events: none;
}

#home-boxes .home-box span.icon {
	width: 100%;
	height: 80px;
	display: table;
	margin-bottom: 10px;
}

#home-boxes .home-box span.icon i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 50px;
	color: #bfc4c8;
}

#home-boxes .home-box h3 {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
}

#home-boxes .home-box a, #home-boxes .home-box a:hover {
	text-decoration: none !important;
	cursor: pointer !important;
	pointer-events: all !important;
}

#recent-posts {
	box-sizing: border-box;
	padding: 80px 0;
	font-size: 15px;
	line-height: 24px;
}

#recent-posts img, .flex-serv img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	right: 0;
	left: 0;
	display: table;
	margin-bottom: 20px;
}

.flex-serv p {
	padding: 0 10px 0 10px;
}

#recent-posts .column {
	height: 420px;
	position: relative;
}

#recent-posts .column em {
	position: absolute;
	bottom: 0;
	left: 0;
}

a.read-more {
	font-weight: bold;
	margin-bottom: 30px;
}

#posts .post {
	margin-bottom: 30px;
}

/* ------------ Navigation ------------ */


.menu-main-menu-container {
	position: absolute;
	right: 0;
	top: 40%;
	height: 40px;
	width: 80%;
	text-align: right !important;
}

ul.nav {
	list-style: none;
	text-align: right !important;
	position: relative;
	display: inline-table;
	padding: 0 !important;
	width: 100%;
}

ul.nav:after {
	content: ""; clear: both; display: block;
}

ul.nav > li {
	display: inline-block;
	margin-right: 0;
	text-align: center;
}

ul.nav li  a {
	display: block;
	padding: 0 14px 0 14px;
	width: auto;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
}

ul.nav li:last-child a {
	padding-right: 0 !important;
}

ul.nav li a:hover {
}

ul.nav li.current-menu-item {
}


/*---*/


.service-box a {
	font-size: 23px;
	font-weight: bold;
	text-shadow: 0 2px 0 #fff;
	text-transform: uppercase;
}

ul#wprmenu_menu_ul li a {
	color: #fff !important;
}

p.post-meta {
	color: #8f8d8d;
	font-size: 14px;
	font-weight: 400;
}

p.post-meta span.date {
	display: inline-block;
}


#posts .post h2 {
	margin-bottom: 10px;
}

#posts {
	padding: 30px 0;
}

/* ------------ Flexible Layouts ------------ */


.light {
	color: #fff;
}

.light h2, .light h3, .light i, .light h3 a {
	color: #fff !important;
	text-shadow: 1px 1px 4px #000;
	
}

.light h1 {
	color: #fff !important;
	text-shadow: 1px 1px 4px #000;
	padding-top: 10px;
}

.dark {
	color: #3c3b3b;
}

.dark h1 {
	color: #3c3b3b;
	margin-bottom: 0 !important;
}

.dark h2, .dark h3, .dark i, .dark h3 a {
	color: #3c3b3b !important;
}

.px {
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 800px;
	margin-top: -152px;
	z-index: -999;
	position: relative;
	clear: both;
}

.px-small {
	height: 350px !important;
}

.px span {
	bottom: 5%;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	font-weight: 400;
	width: 70%;
}

.px-small span {
	bottom: -60px;
	height: 100%;
	box-sizing: border-box;
	padding-top: 25px;
}

a.button {
	display: table;
	padding: 12px 20px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	width: auto;
	margin-top: 20px;
	border-radius: 10px;
}

.flex-full-text {
	box-sizing: border-box;
	padding: 25px 0;
	text-align: center;
	font-size: 17px !important;
	line-height: 24px;
	border-top: solid 3px #ece148;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, .5);
}

.flex-full-text p {
	margin-bottom: 0px !important;
}

.full-img-content {
}

.full-img-content h1 {
	font-size: 45px;
	line-height: 60px;
	text-shadow: 1px 1px 4px #000;
}

.full-img-content-sm h1 {
	font-size: 55px;
	line-height: 60px;
	text-shadow: 1px 1px 4px #000;
	text-align: center;
	margin-top: 140px;
}

.cta-text {
	text-align: center;
	margin-bottom: 0px;
	border-radius: 0 0 40% 40%;
	box-shadow: 0px 0px 7px #2d2d2d;
}



.cta-text p {
	font-weight: 100;
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 10px !important;
}

.recent-posts, .main-content {
	box-sizing: border-box;
	padding: 50px 0;

			background: #fff !important;
			background-repeat: repeat;
			background-attachment: fixed !important;
			background-clip: border-box;
			background-origin: padding-box;
			background-position-x: 0%;
			background-position-y: 0%;
			background-size: auto auto;
}

.flex-icons {
	box-sizing: border-box;
	padding: 35px 0 35px 10%;

			background: #eee !important;
			background-repeat: repeat;
			background-attachment: fixed !important;
			background-clip: border-box;
			background-origin: padding-box;
			background-position-x: 0%;
			background-position-y: 0%;
			background-size: auto auto;
}

.flex-icons3 {
	box-sizing: border-box;
	padding: 50px 0;

			background: #eee !important;
			background-repeat: repeat;
			background-attachment: fixed !important;
			background-clip: border-box;
			background-origin: padding-box;
			background-position-x: 0%;
			background-position-y: 0%;
			background-size: auto auto;
}

.flex-serv {
	box-sizing: border-box;
	padding: 30px 0;

			background: #eee !important;
			background-repeat: repeat;
			background-attachment: fixed !important;
			background-clip: border-box;
			background-origin: padding-box;
			background-position-x: 0%;
			background-position-y: 0%;
			background-size: auto auto;
}



.flex-box {
	position: relative;
	pointer-events: none;
}

.flex-box span.icon {
	width: 100%;
	height: 80px;
	display: table;
	margin-bottom: 10px;
}

.flex-box span.icon i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 50px;
	color: #bfc4c8;
}
.flex-box h3 {
	text-align: center;
	font-weight: 300;
	font-size: 23px;
	margin-top: 10px;
}

.flex-box a, .flex-box a:hover {
	text-decoration: none !important;
	cursor: pointer !important;
	pointer-events: all !important;
	color: #fff !important;
}

.flex-box img {
	padding: 0 10px 10px 10px;
	margin: 0 10px 10px 10px;
	width: 90%;
}

.flex-box p {
	width: 80% !important;
	margin-left: 0px;
}

.flex-box a.button {
	display: table;
	padding: 3px 8px !important;
	margin: 0 auto;
	color: #3c3b3b !important;
	text-transform: uppercase;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
  	font-size: 14px !important;
	letter-spacing: 0px;
	text-align: center;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}


/* ------------ Serv-box ------------ */
.serv-box {
	position: relative;
	pointer-events: none;
	margin: auto !important;
	padding-left: 6%;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.rss_item {
	padding: 0px 5px 0px 5px !important;
	font-weight: 100 !important;
}

.feedzy-rss .rss_item .title {
	font-weight: 100 !important;
}

.display-posts-listing {
	list-style: none !important;
}
.serv-box h3 {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	margin-top: 15px;
}

.serv-box a, .serv-box a:hover {
	text-decoration: none !important;
	cursor: pointer !important;
	pointer-events: all !important;
}

.serv-box img {
	padding: 30px 0 0 0;
	margin: 0;
	width: 100%;
}

.serv-box p {
	width: 100% !important;
}
/* ------------ Sidebar ------------ */


.img-icon img {
	width: 100px;
	height: 100px;
}

.widget {
	margin-bottom: 30px;
}

.widget h3 {
	text-align: center;
	font-size: 21px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

/* ------------ Shortcodes ------------ */

/* - Tabs -*/

.su-tabs {
}

.su-tabs-nav span {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #452c14;
}

.su-tabs-nav span:hover {

}

span.su-tabs-current {
	text-shadow: none;
	color: #000 !important;
	border: none !important;
}

span.su-tabs-current:hover {
	background: #fff !important;
}

span.su-tabs-current

.su-tabs-panes {
	
}

/* -- Accordion --*/

.su-spoiler-title {
	border: none !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #452c14 !important;
}

h2.su-post-title {
	font-size: 18px !important;
}

.su-list {
	font-size: 15px !important;
}

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

.footer {
	padding-top: 30px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.footer .wrap {
	height: 350px;
}



.footer-nav li {
	display: inline-block;
	margin-right: 0;
}

.footer-nav li a {
  display:inline-block;
  font-size:14px;
  font-weight:normal;
  line-height:20px;
  width: 300px;
}

.footer-nav ul.sub-menu {
	display: none;
}

ul#social {
	list-style: none;
	border-top: none !important;
	text-align: center;
}

ul#social li {
	display: inline;
	margin: 0 10px;
}

ul#social li a {
	
}

ul#social li i {
	font-size: 40px;
	vertical-align: middle;
	border-bottom: none !important;
}

#footer-social {
	box-sizing: border-box;
	padding: 40px 0;
}

#footer-social a i {
	color: rgba(255,255,255,0.7) !important;
	cursor: pointer;
}

#footer-social a i:hover {
	color: rgba(255,255,255,1) !important;
	cursor: pointer;
}

p#coda {
	position: absolute;
	bottom: 20px;
	text-align: center !important;
	width: 100%;
	opacity: 0.7;
	font-size: 12px;
}

p#coda a {

}

/* ---------- Misc ----------- */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	margin: 5px;
}

.alignright {
	float: right;
	margin: 5px;
}

div.center, img.center, .center a img {
	margin: 0 auto;
	text-align: center;
}

div.center, .center, img.center, p .center, p.center, p img.center {
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

li.cd-bg-video {
	background: none;
}

/* ------- New Woo Flexible Fields ------ */

.img_grid_left, .img_grid_left .img-card, .img_grid_left .grid-card {
	min-height: 470px;
}

.img_grid_left .wrap {


}

.img_grid_left .grid-item {
	height: 235px;
	transition: all .2s ease-in-out;
	position: relative;
	
}

.img_grid_left .grid-item:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .35);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 50;
}

.img_grid_left .grid-item ul {
	margin: 0px !important;
}



.img_grid_left .grid-item ul li.product {
	margin: 0 !important;
	width: 100% !important;
}

.img_grid_left .grid-item ul li.product img {
	width: 70% !important;
	height: auto !important;
	margin: 0 auto !important;
	display: table !important;
}

.img_grid_left .grid-item ul li.product h2 {
	text-align: center !important;
	margin-top: 0 !important;
}

.img_grid_left .grid-item ul li.product span.price, .img_grid_left .grid-item ul li.product .button {
	display: none !important;
}

.recent-posts {
	margin-top: 100px;
}

.product-row {
	margin: 10px 0;
}

.img_grid_left .grid-item img {
	max-height: 180px;
}

.img_grid_left .grid-item a {
	margin-top: 20px;
}

.img_grid_left .grid-item h2 {
	font-size: 1em;
	margin-top: 0 !important;
}

.img-card {
	transition: all .2s ease-in-out;
	color: #fff;
	z-index: 10;
	position: relative;
}

.img-card h3, .img-card h4 {
	color: #fff !important;
}

.img-card h3 {
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 1px;
}

.img-card h4 {
	margin-bottom: 20px;
}

.img-card:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	box-shadow: 0 0 30px rgba(0, 0, 0, .35);
	z-index: 60;
}
.img-card a {
	border: 2px solid #fff;
	color: #fff !important;
	border-radius: 0px;
	padding: 8px 15px;
	text-align: center;
	transition: all .2s ease-in-out;
}

.grid-item  {
	background: #fff;
}

.img-card a:hover {
	background: #fff;
	color: #000 !important;
}

.product-row .grid-item {
	transition: all .2s ease-in-out;
	position: relative;
	min-height: 246px;
	padding-top: 10px;
}

.product-row .grid-item img {
	max-width: 70%;
	height: auto;
	margin: 0 auto;
	display: table;
}

.product-row .grid-item:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .35);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 50;
}

.grid-item.col-1 {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.grid-item.col-2 {
	border-bottom: 1px solid #eee;
}

.grid-item.col-3 {
	border-right: 1px solid #eee;
}

.grid-item.col-4 {
	
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	line-height: 18px;
}


li.product {
	margin-right: 20px !important;
}

.btn-choose.custom {
	background: #71bfe2 !important;
	border-bottom: 1px solid #71bfe2 !important;
}

.btn-choose {
	background: #71bfe2 !important;
	border-bottom: 1px solid #71bfe2 !important;
}



/* Flexbox on WooCommerce archive products */
.woocommerce .products ul,
.woocommerce ul.products {
 display: flex;
 flex-flow: row wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
 display: flex;
 flex-flow: column nowrap;
}

.woocommerce ul.products li.product .button {
 margin-top: auto;
 display: table;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	max-height: 120px !important;
	width: auto !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

    background-color: #c13633 !important;
    color: #fff;

}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {

    background-color: #43914d !important;
    color: #fff;

}


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


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 680px) {



span.slide-caption {
	display: none;
}

.px {
	background-attachment: scroll !important;
	background-position: 20% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
	top: 150px;
}
	
.cta-text {
    margin-top: 120px;

}

.footer-nav li a {
	display: none !important;
}

.footer ul {
	display: none !important;
}

#page-intro h1 {
	font-size: 27px;
}

.home-box, .column.third {
	margin-bottom: 30px;
}

#header h1 a, #header h1 img {
	display: block;
	max-width: 60%;
	height: auto;
}

.home-box {
	height: 180px !important;
}

#header h4 {

}

.px h1 {
	font-size: 28px !important;
	line-height: 28px !important;
}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
	padding-top: 50px;
	height: 500px !important;
}	


.cd-hero-slider h2 {

}
.cd-hero-slider p {
  font-size: 18px !important;
  line-height: 28px !important;
}

.recent-posts .column {
	text-align: center;
}

.px {
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 200px;
	position: relative;
	background-size: cover !important;
}

.px span {
	bottom: 10%;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	font-weight: 400;
	width: 70%;
	font-size: 15px;
	line-height: 24px;
}

.px span h2 {
	margin-bottom: 5px;
}

.px-small span {
	bottom: 0;
	height: 100%;
	box-sizing: border-box;
	padding-top: 8%;
}

h4#phone {
	display: none;
}

.grid-item.half {
	width: 50% !important;
	float: left !important;
	clear: none !important;
}



}

/* Smartphones ----------- */
@media only screen
and (min-width : 301px) 
and (max-width : 800px) {

	.px {
		background-attachment: scroll !important;
		background-position: center !important;
	}
	
	.mobile-btn {
		display: inline !important;
	}
	
	.desktop-btn {
		display: none !important;
	}

/* Smartphones ----------- */
@media only screen
and (min-width : 320px) 
and (max-width : 450px)
 {
	p#coda {
	
		font-size: 12px !important;
		line-height: 15px !important;
	}
	
	.flex-call-action {
		font-size: 16px !important;
	}
	 
	.px {
	height: 450px;
}
		
}		
	
/* Smartphones ----------- */
@media only screen
and (min-width : 320px) 
and (max-width : 699px)
 {	
.full-img-content p {
	font-size: 15px !important;
	line-height: 19px !important;
}

.full-img-content h1 {
	font-size: 28px !important;
	line-height: 34px !important;
}
	 
.px span {
	width: 90%;
}
	 
	 .px-small {
	height: 175px !important;
}

 }
 
 /* iPad (portrait) ----------- */
@media only screen
and (min-width : 320px) 
and (max-width : 900px)
 {	
 	.flex-box p {
		width: 80%;
		padding-left: 0%;
		text-align: center;
  }
	 
	 #menu-main-menu {
		 display: none;
	 }
	 
	 .topbar {
	 }
	 
#header h1 img, #header h4 img {
	display: inline !important;
}

#header .mobile-logo img {
	display: none;
}

}
		
	


@media only screen
and (min-width : 700px) 
and (max-width : 980px)
 {	
	 
	 .px p {
		font-size: 14px !important;
		 line-height: 22px !important;
	 }
	
.full-img-content p {
	font-size: 15px !important;
	line-height: 19px !important;
}


	
}
}