/*
Theme Name: WP Store Child
Author: Arcimedia
Author URI: http://www.arcimedia.co.uk
Description: WP store is a feature rich woocommerce theme beautifully crafted by our designers to give best e-commerce experience in a simple design comfortable for every type of user.
Version: 1.0.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: wp-store-child
Template:      wp-store

*/
@font-face {
    font-family: 'camptonlight_demo';
    src: url('fonts/rene_bieder_-_campton_light_demo-webfont.woff2') format('woff2'),
         url('fonts/rene_bieder_-_campton_light_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gill-sans-nova';  
    src: url('/fonts/Gill Sans Nova Book.ttf') format('ttf'); 
	src: url('/fonts/Gill Sans Nova Bold.ttf') format('ttf');
	src: url('/fonts/Gill Sans Nova Medium.ttf') format('ttf'); 
}

<style>
@import url('https://fonts.googleapis.com/css?family=Poppins');
</style> 

body{
	font-family: 'Poppins', sans-serif;
}
.edit-link { display: none; }
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
}
p{
	margin: 10px 0 20px;
}
p, ul {
	color: #777;
	font-weight: 300;
	font-size: 16px;
}
ul.bullet-list {
    list-style: disc;
    color: #777;
	padding: 0;
}
.bullet-list li {
	list-style: none;
	border-bottom: 1px dotted #706f6f;
	padding: 5px 10px;
	margin: 14px 0px;
	font-weight: 300;
	font-size: 16px;
	background-color: #f3f3f3;
}
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	clear: both;
}
.installation-image-portrait { float: left; clear: none; width: 48%; margin: 0 1% 20px 0; }
.installation-image-landscape { float: left; clear: none; width: 32%; margin: 0 1% 20px 0; }
@media (max-width: 400px) {
	.installation-image-landscape { clear: left; width: 100%; margin: 0 0 20px 0; }
}
.knowledge-tab {
	padding: 0 15px;
	background-color: #dedede;
	margin-bottom: 10px;
	float: left;
	clear: left;
	width: 100%;
}
.knowledge-tab h3 { font-weight: 300; cursor: pointer; }
.extratext { 
	display: none;
	clear: left;
	line-height: 20px;
	float: left;
	padding: 0 0 20px;
}
.offer { float: left; clear: left; width: 100%; margin: 20px 0; border-bottom: 1px solid #ddd; padding-bottom: 10px; }
.offer-image { float: left; clear: left; width: 40%; margin: 0 2% 20px 0; }
.offer-text { float: left; clear: none; width: 58%; }
.offer-text h2 { padding-bottom: 10px; border-bottom: 1px solid #ddd; }
@media (max-width: 550px) {
	.offer-image { float: left; clear: left; width: 100%; margin: 0 0 20px 0; }
	.offer-text { float: left; clear: left; width: 100%; }
}

h4.page-title{padding-bottom: 10px; border-bottom: 1px solid #ddd; }

blockquote {
  position: relative;
  font-style: italic;
  margin: 3em 2em 2em 2em;
}

blockquote:before {
      content: '\201C';
      position: absolute;
	top: 13px;
	left: -23px;
	color: #e7e7e7;
	font-size: 8em;
	z-index: -1;
   }
 
blockquote p{
	font-size: 25px;
}

a.orange, .orange, p > a{
	color: #e27500 !important;
}
p > a:hover{
	color: #f6a225 !important;
	text-decoration:underline;
}
a.round-button, a.round-button:hover{
	color:#fff !important;
	text-decoration:none;
}
#wp_store_product-2 > h2{
		display:none;
}
.page-content{
	padding:15px 0;
}
.extra_padding{
	padding:7px 0;
}
.img_padding{
	padding:15px 0;
}
.clearBoth{
	clear:both;
}
.nav_button{
	color: #f6a225;
	font-size: 14px;
	padding: 6px 10px;
	margin-top: 0;
	margin-bottom: 10px;
	float: left;
	display:inline;
}
#primary, .sidebar, .woocommerce-page .shop-sidebar {
    margin-top: 25px;
	min-height: 70vh;
}
/* ---- Bootstrap Grid 3 ---- */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.readmore {
  display: none;
}
.no-padding{
	padding:0;
}
.padding{
	padding:8px;
}
.padding-top{
	padding-top:15px;
}
.padding-top-25{
	padding-top:25px;
}
span, .required, .close, .woocommerce-breadcrumb{
	font-family: sans-serif;
}
#tab-test_tab > h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
h2.tab_title{
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
.grey{
	color:#6f6f6f;
}
.full-width{
	width:100% !important;
	max-width:100% !important;
}
.wp-store-preloader{ display: none; }
.site-header {
	z-index: 1;
	position: relative;
}
.top-header{
background: #fff;
border-bottom: 1px solid #dddddd;
padding: 6px 0;
}
.menu-wrap .header-search {
	outline:none;
}
.menu-wrap .header-search a {
    background: none;
	outline:none;
}
.menu-wrap .header-search .search-box {
    padding: 6px 0;
}
.header-search .search-box .close {
	height: 36.5px;
}
.menu-wrap .main-navigation{
	width:80%;
}
.wrap-right .fa {
	padding:9px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:500px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.theme-light.slider-wrapper {
    padding: 10px;
    background: #fff;
    float: left;
	opacity:0.99;
}
.top-header-section{
	width: 33.33333333%;
	float:left;
}
.top-header .ed-phone-number {
	padding: 7px 0 4px 0;
	float: left;
	font-size: 20px;
	color: #706f6f;
}
.fa-phone { font-size: 30px; }
.top-header .ed-social-icons {
    width: 100%;
    padding: 3px 0 4px 0;
	float: right;
	text-align: right;
}
.top-header-logo{
	margin-top: 7px;
}
.social-icons a.twitter,.social-icons a.facebook,.social-icons a.gplus,.social-icons a.instagram,.social-icons a.pinterest {
    border: 1px solid #706f6f;
    background: #706f6f;
}
.top-header .ed-social-icons + .account-wrap { display: none; }
.top-header .ticker {
    width: 53%;
}
img.brand_logo{
	border: solid 1px #eee;
	width: 100%;
	max-width: 250px;
	margin-bottom:15px;
}
a.brochure_link{
	border: 1px solid #eee;
	padding: 5px 7px;
	border-radius: 5px;
	margin: 2px 0;
	display: inline-block;
}
a.brochure_link:hover{
	border: 1px solid #ccc;
	background:#eee;
	text-decoration: none;
}
#apsp-pinterest-latest-pins.apsp-caption-enabled {
    margin: 3% 0 0 -3%;
    padding: 0;
    width: 100%;
	float: left;
    clear: left;
}
#apsp-pinterest-latest-pins li { width: 130px; }
.apsp-pinterest-link { float: left; clear: left; }
.apsp-pinterest-text { display: none; }
#apsp-pinterest-latest-pins li {
	width: 130px; 
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: none;
    -moz-box-sizing: none;
    box-sizing: none;
    float: left;
    list-style: outside none none;
    margin: 3% 0 0 3%;
    padding: 6px 6px 0px 6px;
    
}
.outputcalculator{
	padding: 10px;
	background: #eaeaea;
	width:100%;
	/*max-width:550px;*/
	margin:10px 0;
	clear:both;
	border-top: 3px solid #f6a431;
	border-bottom: 3px solid #f6a431;
}
.calculator-field{
	min-width:100px;
	float:left;
	padding-right:10px;
}
.outputcalculator input{
	width:70px;
}
.outputcalculator label{
	padding: 7px 0;
	float: left;
}
p.kw2{
	font-size:30px;
}
.group_radio{
	padding-left: 5px;
}
.group_radio li {
    display: block;
	line-height: 1.25;
	margin-bottom: 5px;
	clear: left;
	float: left;
}
.input-checkbox input, .input-radio input {
    cursor: pointer;
    height: 100%;
    margin: 0;
    opacity: 0;
    outline: none;
    padding: 0;
    width: 100%;
}
.input-checkbox, .input-radio {
    background-color: #fff;
    border: 0.062em solid #e0e0e0;
    float: left;
    height: 25px;
    margin-top: -2px;
	margin-right: 5px;
    width: 25px;
}
.input-radio {
    border-radius: 50%;
}
.input-radio.checked {
    background: -webkit-radial-gradient(circle, #f60 5px, #fff 5px);
    background: radial-gradient(circle, #f60 5px, #fff 5px);
	border-color: #dddddd;
}
.round-button {
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 34px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #464646;
    box-shadow: 0 0 3px gray;
    font-size: 33px;
    font-weight: bold;
    padding-top: 38px;
}
a.round-button {
	color:#ffffff;
}
.round-button:hover {
    background: #262626;
}
.button:hover, #cta-section .cta-content a:hover, .bttn a:hover, .widget ul li a.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .widget ul li a.added_to_cart:hover, .edit-link a:hover, .woocommerce a.added_to_cart:hover {
    background: none;
        background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #f6a225;
    background-color: #f6a225;
}
#cta-section {
    clear: both;
	padding:5px;
}
.row{
	overflow:hidden;
}
.half-width{
	width: 50%;
	float:left;
	/*padding:5px;*/
}
.square-section {
    /*border: 5px solid #f2f2f2;*/
    margin: 10px 0;
    padding: 0;
	position:relative;
}
.square-section:hover {
	/*border: 5px solid #f6a225;*/
}
.bw_hover img{
	
}
.bw_hover img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .3s ease-in-out;  
    }

a.bw_hover_link:hover img {
    filter: none;
      -webkit-filter: grayscale(0);
      /*-webkit-transform: scale(1.01);*/
    }
	
img.residence_logo{
	padding: 12%;
	background: #1a1a1a;
}
.square-section-label, .square-section-label-orange{
	position:absolute;
	top:10%;
	left:0;
	background: #474646b3;
	padding:8px 15px;
	color:#ffffff;
	font-size:30px;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
	z-index: 1;
}
.square-section:hover > .square-section-label{
	padding:8px 27px 8px 22px;
	background: #2d5268e6;
}
.square-section:hover > .square-section-label-orange{
	padding:8px 27px 8px 22px;
	background: #f8a40be6;
}
.small-label{
	font-size:23px;
}
.center-text{
	text-align: center;
	padding-top: 20px;
	max-width: 57%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 27px;
}
.section-title, #widget-area-one-section .widget-title, #product-area-section .widget-title {
    color: #6f6f6f;
    font-size: 23px;
	margin-top:20px;
	margin-bottom:20px;
	z-index: 0;
}
.square-section img{
	z-index:-1;
}
#widget-area-one-section, #cta-section, #product-area-section, #widget-area-two-section, #blog-section, #widget-area-three-section, #widget-icon-section, #brand-section {
    padding: 20px 0;
}
#product-area-section {
    overflow: hidden;
}
#landing_logo{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:55%;
	max-width: 450px;
	-webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,1);
box-shadow: 0px 0px 15px -6px rgba(0,0,0,1);
}
/* Add some shadows to create a card effect */
.meet-team-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
}

/* Some left and right padding inside the container */
.meet-team-container {
    padding: 0px 16px 8px 16px;
	text-align: center;
}

/* Clear floats */
.meet-team-container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}
footer.site-footer {
    margin-top: 0px;
}
.footer-top{
	padding:0;
}
.footer-block p{
	color:#ffffff;
}
.footer-copyright{
	padding: 0 15px;
	width:100%;
}
.footer-top .top-footer-menu ul li::after {
    background: #666 none repeat scroll 0 0;
	border-radius: 0;
	content: "";
	height: 19px;
	left: -3px;
	position: absolute;
	top: 23%;
	width: 1px;
}
.footer-top .top-footer-menu ul li:first-child::after {
	width: 0px;
}
a.footer_link_right{
	float:right;
	padding:0 2px;
}
a.footer_link_right img{
	width:80px;
}
ul.woof_list li::before{
	display:none;
}
.woof_products_top_panel {
    overflow: hidden;
    line-height: 32px;
    margin: 5px 0 15px 0;
    display: none;
    position: relative;
    z-index: 0;
}
.page-title span::after, .sidebar .widget-title span::after, .shop-sidebar .widget-title span::after {
    width: 100%;
}

/*---- Woocommerce ---*/
.header-cart .woocommerce ul.cart_list, .header-cart .woocommerce ul.product_list_widget{
max-height: 2000px;
}
.woocommerce-page ul.products li a.button.ajax_add_to_cart::before, .shop_table.wishlist_table tbody tr td.product-add-to-cart a.button.ajax_add_to_cart::before {
    content: "";
    background: #f6a225;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
}
.widget_categories .postform, .widget_archive select, .woocommerce .woocommerce-ordering select {
	 z-index: -1;
}
.button, #cta-section .cta-content a, .bttn a, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .added_to_cart, .edit-link a, .woocommerce-cart table.cart input {
    z-index: 0;
}
.onsale, .woocommerce span.onsale, .woocommerce ul.products li.product .onsale {
	 z-index: 0;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    padding-top: 12px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 20px;
    padding: 3px 0;
}
.single.woocommerce div.product form.cart .reset_variations{
	position:static;
}
.woocommerce-product-details__short-description a{
	color: #e27500 !important;
}
.woocommerce-product-details__short-description a:hover{
	text-decoration:underline;
}
.woocommerce.woocommerce-page .page-title::after {
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 24%;
    float: left;
    margin: 0;
        margin-top: 0px;
        margin-right: 0px;
    list-style: none;
    margin-right: 1%;
    margin-top: 1%;
}
.woocommerce-ordering {
    position: relative;
    z-index: 0;
}
.widget ul li::before, .shop-sidebar ul.product-categories li::before {
    background: transparent;
    border: 1px solid #666;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff inset;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 10px;
}
.widget ul li::before, .shop-sidebar ul.product-categories li.current-cat::before {
    background: #666 none repeat scroll 0 0;
}

.woocommerce-page #primary{float:right; /*width:100% !important;*/}
.woocommerce-page .shop-sidebar {float: left;}


/* Cookie Policy CSS */
.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #f6a21d;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}
/* Cookie Policy CSS END */

.entry-content, .entry-summary {
    margin: 0.5em 0 0;
}
.single .entry-content a {
    clear: both;
    color: #f6a225;
    display: inline;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
}
.wrap-right{
	display: inline-block;
	float:right;
}
.browse_popular{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding:10px;
}
.browse_resources{
	 background-color: #017dc5 !important;
	 background-size: 47% !important;
}
.browse_popular_container{
	padding: 15px 0;
	overflow:hidden;
}
.browse_popular_container > div:first-child{
	
}
.browse_popular_container > div:last-child {
	padding-right:0px;
}
.browse_popular_padding{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.browse_popular_inner, .browse_resources_inner {
    overflow: hidden;
	width:100%;
    height:280px;
    background-color:black;
    color:white;
    /*Important:*/
    position:relative;
}

.hotspot-text {
    /*position: absolute;
    bottom: 0px;
    left:0;
	right:0;
    transition: all 0.2s ease;
    background: rgba(0,0,0,0.6);
	color: #ffffff;
	padding: 7px;
	font-size: 18px;
	text-align: center;
	border-bottom:solid 2px rgb(1,112,176);
	line-height: 27px;*/
	color: rgba(0,0,0,0.6);
	padding: 7px 0 0;
	font-size: 16px;
}
.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
    margin: 0;
    clear: both;
}
.hotspot-text-extra {
    position: absolute;
    bottom: 0px;
    left:0;
	right:0;
    transition: all 0.2s ease;
    background: rgba(1,112,176,0.7);
	color: #ffffff;
	padding: 12px;
	font-size: 23px;
	text-align: center;
	border-bottom:solid 2px rgb(1,112,176);
	line-height: 27px;
} 
.hotspot-text-extra img{
	width:100%;
	max-width:70px;
}
.browse_popular_inner:hover > .hotspot-text, .browse_popular_inner:hover > .hotspot-text-extra, .browse_resources_inner:hover > .hotspot-text, .browse_resources_inner:hover > .hotspot-text-extra {
	background: rgba(0, 0, 0, 0.55);
	border-bottom:solid 5px #fbb50c;
	color: #ffffff;
	bottom: 0px;
}
.top-caption{
    position: absolute;
	top: 12px;
	left: 10px;
	background: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	padding: 2px 10px 3px 11px;
	font-size: 17px;
	text-align: center;
	z-index: 1;
	border: 1px solid #ffffff;
	transition: all 0.2s ease;
}
.browse_popular_inner:hover > .top-caption, .browse_resources_inner:hover > .top-caption{
	background: rgba(0, 0, 0, 0.7);
	/*color: #fbb50c;*/
}
.top-callout{
    position: absolute;
	top: 7px;
	right: 7px;
	z-index: 1;
	width:90px;
}
.top-callout img{
	width:100%;
}
p.browse_para{
	border-bottom: 1px solid #cccccc;
	/*margin: 13px 0;*/
	margin: 0px 0 10px 0;
	padding-bottom: 5px;
}
/*Important:*/
.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif 
  background-image: url('empty.gif');*/
}  
.installation-single{
	width:100% !important;
	float:none !important;
	padding-right:0 !important;
}
.image_bg_cover{
	background-size:cover;
	background-position:center; 
	width:100%; 
	height:150px;
}
h3.shop_the_look_title{
	font-size: 16px;
	height: 40px;
	line-height: 18px;
}
#fancybox-content, #fancybox-outer, #fancybox-wrap { box-sizing: content-box; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: transparent;
    border: 1px solid #edab30;
    border-radius: 5px;
    height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #cf7b00;
    border-radius: 5px;
    height: 1.1em;
    top: -0.5em;
    width: 0.5em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1em;
    float: left;
	padding: 4px 15px;
}

.right-sidebar .right-sidebar, .woocommerce-page .shop-sidebar {
    width: 28%;
}
#product_logo {
	margin: 0 4%;
	max-width: 120px;
}

@media screen and (max-width: 1210px) { /* If device width is less than or equal */
	.right-sidebar .right-sidebar, .woocommerce-page .shop-sidebar, .both-sidebar .sidebar.right-sidebar, .left-sidebar #primary {
		padding-left: 10px;
	}
}

@media screen and (max-width: 1096px) {  /* If device width is less than or equal */
	.top-header .ed-social-icons {
		width: 100% !important;
	}
	.menu-wrap .main-navigation {
		width: 80% !important;
	}
}
.main-navigation ul li a {
    padding: 15px 17px 15px 12px;
}
.main-navigation ul li ul li {
    display: block;
    background-color: #f2a014;
}
	.show_sub_menu {
		
	}
@media screen and (max-width: 980px) {  /* If device width is less than or equal */
	.calculator-field{
		min-width:100%;
		padding: 10px 0;
	}
	.main-navigation ul li ul {
	    opacity: 1;
	    position: static;
	    transform: rotateX(0deg);
	    -webkit-transform: rotateX(0deg);
	    visibility: visible;
	    width: 100%;
		display:none;
	}
	.show_sub_menu {
		display:inline !important;
	}
}

@media screen and (max-width: 800px) {  /* If device width is less than or equal */
	.woocommerce .columns-3 ul.products li.product, .woocommerce-page .columns-3 ul.products li.product, .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .columns-4 ul.products li.product, .woocommerce-page .columns-4 ul.products li.product, .woocommerce .columns-5 ul.products li.product, .woocommerce-page .columns-5 ul.products li.product {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {  /* If device width is less than or equal */
	.half-width{
		width:100%;
	}
	.top-header-section{
		width:100%;
	}
	.browse_popular {
		padding-right:10px;
	}
	#product_logo {
		margin: 0;
		max-width: 120px;
	}
}

@media screen and (max-width: 640px) {  /* If device width is less than or equal */
	img.brand_logo {
		max-width: 1000px;
	}
}

@media screen and (max-width: 540px) { /* If device width is less than or equal */
	.square-section-label, .square-section-label-orange{
		font-size:23px;
	}
}
