/*
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: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
	word-break:keep-all;
}


.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;
	padding-bottom:10px;
}

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

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

.footer img {
	max-width: 200px;
}

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

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

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

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover {

}

a:visited {

}

strong {
	font-weight: 600 !important;
}

hr {
	margin-bottom: 30px;

}

.menu_title {
	font-family: 'Coda', cursive;
	font-size: 17px !important;
	font-weight: 400 !important;
	text-transform: none;
	letter-spacing: 1px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: 'Coda', cursive;
	text-transform: none;
	letter-spacing: 1px;
}

h1 {
	margin-bottom: 15px;
	font-size: 30px;
	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 {
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: 500;
}

#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: 17px !important;
	font-family: 'Coda', cursive;
    padding: 10px 20px !important;
    font-weight: 400 !important;
	border-radius: 0px !important;
	background: rgba(0,0,0,0.3) !important;
	border-style: solid;
    border-width: 2px;
}

.cd-btn:hover {
    border-width: 2px;
	background: #000 !important;
	color: #fff !important;
	font-weight: 400 !important;
	padding: 11px 21px !important;
	text-decoration: none !important;
}

.gallery-caption {
	font-size: 18px !important;
	font-family: 'Coda', cursive !important;
	margin-bottom: 20px;
	
}
/* ------------ 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, .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-style: solid;
	border-width: 2px;
	border-radius: 0px;
	border-color: #3c3b3b !important;
	margin-left: 0px;
	background: none;
	color: #3c3b3b;
	text-transform: uppercase;
	font-family: 'Coda', cursive;
  	font-size: 17px !important;
	letter-spacing: 1px;		
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #3c3b3b;
	color: #fff;
}


.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;
}


input#gform_submit_button_7.gform_button.button {
	border-color: #fff !important;
	color: #fff;
}

input#gform_submit_button_7.gform_button.button:hover {
	border-color: #fff !important;
	color: #3c3b3b;
	background-color: #fff !important;
}

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

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

body #gform_wrapper_7 .gform_footer input[type='submit']  {
position: absolute;
display:block;
width: 130px;
height: 30px !important;
margin:0 auto;
border: #499fd3 2px solid !important;
}

#input_7_1.medium {
	position: absolute;
	width: 220px !important;
	height: 30px !important;
	left:27%;
	top: -5px;
	border: #499fd3 2px solid !important;
}
#gform_submit_button_7.gform_button.button {
	left: 51%;
	top: -6px;
}

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

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

.topbar a {
	text-decoration: none;
}

#header {

	position: relative;
	top: 0;
	min-height: 80px;
}

#header h1 img, #header h4 img {
	width: 230px;
	padding-bottom: 0px;
}

#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;
}

#intro h2 {
	color:  #fff !important;
	font-weight: 900;
	padding-top: 125px;
	padding-left: 45%;
	font-size: 45px !important;
	line-height: 50px;
}

.cd-hero-slider li.selected p {
	padding-left: 45%;
	font-size: 18px;
	font-weight: 900;
	
}


#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: uppercase;
	text-align: center !important;
	z-index: 100;
	font-weight: 300;
	font-size: 30px;
	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 11px 0 11px;
	width: auto;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-decoration: none;
}

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

ul.nav li a:hover {
}

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

ul#menu-footer-menu.nav.sf-menu {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px;
    font-size: 10px;
}



/*---*/


/*---*/




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;
	text-shadow: 1px 1px 2px #000;
}

.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: 5px;
}

.dark {
	color: #3c3b3b;
}

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

.px {
	background-attachment: scroll;
	background-position: 20% 0;
	background-repeat: no-repeat;
	height: 850px;
	position: relative;
	clear: both;
}

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

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

.px-small span {
	bottom: -95px;
	height: 100%;
	box-sizing: border-box;
	padding-top: 25px;
}
.px {
		background-attachment: scroll !important;
		background-position: center !important;	
}


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: 0px;
}

.flex-full-text {
	box-sizing: border-box;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 16px !important;
	line-height: 24px;
}

.full-img-content {
	
}

.full-img-content h1 {
	text-shadow: 1px 1px 4px #000;
	padding: 0 50% 0 0 !important;
	font-size: 55px;
	line-height: 55px;
	margin-top: -400px;
}

.full-img-content-small h2 {
	text-shadow: 1px 1px 4px #000;
	padding: 180px 0 0 0 !important;
	font-size: 60px;
	line-height: 55px;
	margin-top: 50px;
}

.full-img-content p {
	text-shadow: 1px 1px 4px #000;
	padding: 0 50% 0 0 !important;
}

.full-img-content-small h1 {
	text-shadow: 1px 1px 4px #000;
	padding: 100px 50% 0 0 !important;
	font-size: 40px;
	line-height: 55px;
}

.full-img-content-small p {
	text-shadow: 1px 1px 4px #000;
	padding: 0 50% 0 0 !important;
}

.cta-text {
	text-align: center;
	margin-bottom: 0px;
}

.cta-text a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
}

.cta-text p {
	font-weight: 300;
	font-family: 'Coda', cursive;
	text-transform: uppercase;
	letter-spacing: 1.5px !important;
	word-spacing: 4px;
	font-size: 22px;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

.cta-text a.button {
	display: inline;
	padding: 5px 10px;
	margin: 0 auto;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px !important;
	text-align: center;
	width: auto;
	margin-top: 20px;
	border-radius: 0px;
	border-color: #fff !important;
	letter-spacing: .5px;
	text-decoration: none !important;
}

.cta-text a.button:hover {
	background-color: #fff !important;
	color: #3b3b3b !important;
	text-shadow: none !important;
	text-decoration: none !important;
}

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

			background: url("https://intelligentlivingindy.com/wp-content/uploads/2018/06/background.jpg") fixed center !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 {
	padding: 35px 0 0 0;
	width: 100% !important;
	background: url("https://intelligentlivingindy.com/wp-content/uploads/2018/06/background.jpg") fixed center !important; 
	
}

.flex-icons3 {
	padding: 0 12% 0 0 !important;
}

.flex-serv {
	box-sizing: border-box;
	padding: 35px 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;
}

.flex-box h3 {
	text-align: center;
	font-weight: 400;
	font-size: 19px;
	margin-top: 5px;
}

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

.flex-box img {
	padding: 0;
	margin: 0;
	width: 50%;
}

.flex-box p {
	width: 80% !important;
}

.flex-box a.button {
	display: table;
	padding: 5px 8px 3px 8px !important;
	margin: 20px auto;
	text-transform: uppercase;
	text-align: center !important;
	font-weight: 400;
	font-family: 'Coda', cursive;
  	font-size: 17px !important;
	letter-spacing: 0px;
	width: auto;
	border-radius: 0px;
	white-space:nowrap;
}
.column.fourth.flex-box-buttons {
    display: none;
}


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

.column.fourth.service-box {
	width: 19%;
	margin-right: 4% !important;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
}

.column.third.service-box {
	width: 22%;
	margin-right: 11.3% !important;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
}

.service-box h3 {
	hyphens: none !important;
}

.service-box {
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	background: #fff;
	margin-right: 6% !important;
	transition: all .2s ease-in-out;
}

.service-box a {
	font-weight: 400;
}

.service-box:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .35);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.serv-box h3 {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	margin-top: 15px;
	padding: 0 10px;
	text-align: center;
}

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

.serv-box img {
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
}

.serv-box p {

}

.service-box .serv-text {
	padding: 0 30px;
	text-align: center;
}

.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;
}

/* ------------ Sidebar ------------ */


.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 {
	
}

.su-button-style-ghost {
	font-family: 'Coda', cursive;
	font-size: 17px !important;
}

/* -- 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;
}

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;
}

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

.footer {
	padding-top: 10px;
/* 	height: 280px; */
	overflow: hidden;
	position: relative;
}

/* .footer .wrap {
	height: 360px;
}
 */


.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;
/* 	margin-top: 80px; */
}

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

ul#social li a {
	
}

ul#social li i {
	font-size: 25px;
	vertical-align: middle;
}

#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: 80px; */
	margin:unset !important;
	text-align: center !important;
	width: 100%;
	opacity: 0.7;
	font-size: 12px;
}

p#coda a {

}

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

.walk-thru {
	margin-top: -130px;
	margin-left: 45%;
}
.nawbo {
	position: absolute;
	right: 80%;
	top: 80px;
}

.nawbo img {
	max-width: 90px;
}

#wprmenu_bar .menu_title a {
	color: #fff !important;
	text-decoration: none !important;
	top: -2px;
}
.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;
}

.strong-view.default * {

    font-size: 14px !important;
    line-height: 17px !important;
}

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

.img_grid_left {
padding-top: 50px;
}
.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;
	border: solid 1px #ccc;
	
}

.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 {
	height: 190px;
}

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

.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;
}

.grid-item h2  {
	font-size: 18px;
}

.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: none;
	border-bottom: none;
}

.grid-item.col-2 {
	border-bottom: none;
}

.grid-item.col-3 {
	border-right: none;
}

.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;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 13px;
}

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;
}

.gallery-row {
    margin-bottom: 45px !important;
}


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


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

span.slide-caption {
	display: none;
}

.px {
	background-attachment: scroll !important;
	background-position: 20% 0;
	background-repeat: no-repeat;
	height: 350px;
	position: relative;
}

.footer-nav li a {
	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: 26px !important;
	line-height: 28px !important;
}

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

.cd-hero-slider h2 {
  font-size: 25px !important;
}
.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;
}

.column.fourth.service-box, .serv-box .column.fourth {
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 100% !important;
	float: none !important;
	clear: both !important;
}
	
#intro h2 {
	font-size: 35px !important;
	line-height: 40px;
}
}


/*Portrait*/ 
@media only screen and (min-width: 834px) and (max-width: 1020px) {
	 #menu-main-menu {
		 display: none !important;
	 }
	 
	 .topbar {
		 display: none !important;
	 }
	 
.footer #social{
	    position: fixed;
    top: 10px;
    z-index: 99999;
    /* float: left; */
    text-align: left;
    width: 86%;
    margin: 0 auto;
    left: 10px;
}
	.footer ul#social li i {
    font-size: 23px !important;
    vertical-align: middle;
    color: #000 !important;
}
#header h1, #header h4 {
/*     display: inline; */
    /* width: 80%; */
    margin: 0 auto;
    /* text-align: center; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
}
	.nav{
		display:none !important;
	}

}

@media only screen and (max-width: 800px)
{
	.footer #social{
	    position: fixed;
    top: 11px;
    z-index: 99999;
    /* float: left; */
    text-align: left;
    width: 86%;
    margin: 0 auto;
    left: 10px;
}
	.footer ul#social li i {
    font-size: 23px !important;
    vertical-align: middle;
    color: #000 !important;
}
#header h1, #header h4 {
/*     display: inline; */
    /* width: 80%; */
    margin: 0 auto;
    /* text-align: center; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
}
}

/* 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 (max-width : 50em){
	.ColumnParent{
		flex-direction:column;
	}
	.footer .column.four{
	    width: auto !important;
    float: none !important;
    clear: both !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
	}
}
@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: 20px !important;
	line-height: 22px !important;
	padding: 200px 50% 0 0 !important;
}
	 
	 
.full-img-content-small h2 {
	padding: 200px 0 0 0 !important;
	font-size: 30px !important;
}
	 
	 .px-small {
	height: 475px !important;
}

.cta-text p {
	font-size: 16px;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.cta-text a.button {
	font-size: 14px !important;
	padding: 0px 10px;
}


 }
 
 /* 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 {
		 display: none;
	 }
	 
#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;
	 }


	
}
}

@media only screen
and (min-width : 200px) 
and (max-width : 1020px)
 {	
	 
.walk-thru {
	margin-left: 0%;
}
#input_7_1.medium {
	width: 220px !important;
	height: 30px !important;
	top: -5px;
	left: 20%;
	border: #499fd3 2px solid !important;
}
#gform_submit_button_7.gform_button.button {
	top: 30px;
	left: 30%;
} 
	 
#intro h2 {
	padding-left: 0% !important;
}
	 
.cd-hero-slider li.selected p {
	padding-left: 0% !important;
}
	 
.cd-hero-slider .cd-btn {
  margin-left: 0% !important;
}
	 
	 
}


@media only screen and (min-width : 642px){
	.flex-icons .flex-box:not(.flex-icons3) p {
		height:158px
	}
}
@media only screen and (min-width : 862px){
	.flex-icons .flex-box:not(.flex-icons3) p {
		height:120px
	}
}
@media only screen and (min-width : 920px) and (max-width: 940px){
	.flex-icons .flex-box:not(.flex-icons3) p {
		height:110px
	}
}
@media only screen and (min-width : 940px){
	.flex-icons .flex-box:not(.flex-icons3) p {
		height:88px
	}
}

@media only screen and (min-width : 300px) and (max-width: 1010px){
	ul.nav li a {
	padding: 0 9px 0 9px;
	font-size: 11px;
	}
	
	ul.nav li li a {
	font-size: 14px !important;
	}
}

.Extra-footer-logos{
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;	
}
.Extra-footer-logos img{
	max-width:70px; 
	padding: 10px;
}
.ColumnParent {
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;	
}
