a {
	transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a, a:focus, button:focus, input:focus, textarea:focus, a:active, button:active {
  outline: none;
}


p:last-child {
  margin-bottom: 0;
}


input::placeholder,
textarea::placeholder {
	color: #bec3c7;
	opacity: 1;
}


h1 span {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ff7e00;
  line-height: 1.5rem;
}
h1 span::after {
  content: '';
  width: 50px;
  height: 2px;
  margin: 0 0 0 10px;
  background: #ff7e00;
}
h1 span.center {
  justify-content: center;
}
h1 span.center::before {
  content: '';
  width: 50px;
  height: 2px;
  margin: 0 10px 0 0;
  background: #ff7e00;
}
h1.orange {
	color: #ff7e00;
}


#go-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 99;
}
#go-to-top span i.fa-circle {
	color: #000;
	opacity: 0.3;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#go-to-top:hover span i.fa-circle {
	color: #2d2926;
	opacity: 1;
}

 .padding-30 {
	 padding: 30px 0;
 }


.banner-container {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.5);
}
.header {
  padding: 30px 0;
  z-index: 9;
}
.header .top-bar {
  padding: 0;
}
.header .top-bar, .header .top-bar ul {
  background: none;
}
.header .dropdown.menu > li > a {
  padding: 1rem 0 1rem 1.375rem;
  font-size: 0.938rem;
  font-weight: 400;
  color: #fff;
}
.header .dropdown.menu > li > a:hover {
  color: #ff7e00;
}
.header-icon {
  color: #fff;
  margin: 0 0 0 15px;
}
.header-icon:hover {
  color: #ff7e00;
}


.header.is-stuck {
	background: #fff;
	padding: 10px 0;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.07);
}
.header.is-stuck .logo img {
	-webkit-filter: invert(100%);
  filter: invert(100%);
}
.header.is-stuck .dropdown.menu > li > a {
  color: #000;
}
.header.is-stuck .dropdown.menu > li > a:hover {
  color: #ff7e00;
}
.header.is-stuck .header-icon {
  color: #000;
}
.header.is-stuck .header-icon:hover {
  color: #ff7e00;
}


.banner-container.inner-page {
  box-shadow: none;
  -webkit-box-shadow: none;
	background: #00aff0;
}
.banner-container.inner-page .header.is-stuck {
	background: #00aff0;
}
.banner-container.inner-page .header .logo img {
	-webkit-filter: invert(100%);
  filter: invert(100%);
}
.banner-container.inner-page .header .dropdown.menu > li > a {
  color: #000;
}
.banner-container.inner-page .header .dropdown.menu > li > a:hover {
  color: #ff7e00;
}
.banner-container.inner-page .header-icon {
  color: #000;
}
.banner-container.inner-page .header-icon:hover {
  color: #ff7e00;
}


.banner {
  padding: 140px 0 170px 0;
  color: #fff;
}
.banner-heading {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3.75rem;
}
.banner-subheading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.25rem;
}
.banner-text {
  max-width: 60%;
  margin: 35px 0 0 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.banner-btn {
  margin: 35px 0 0 0;
}
.banner-btn a.button {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.banner-btn a.button:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}


.section {
  padding: 100px 0;
}
.section-text {
  padding: 15px 0 0 0;
}
.section-btn {
  padding: 50px 0 0 0;
}
.bg-gray {
  background: #f2f2f2;
}
.section.bg-gray a.button:hover {
  background: #f2f2f2;
}


.facts {
  background: #00aff0;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
.facts h1 {
  color: #fff;
}
.facts-icons {
	padding: 80px 0 0 0;
}
.facts-icon-container {
	padding: 0 20px;
}
.facts-icon-title {
	padding: 15px 0 0 0;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5rem;
}
.facts-icon-desc {
	padding: 10px 0 0 0;
}


.shop-categories {
	padding: 50px 0 0 0;
}
.shop-category {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.shop-category-title {
	background: #fff;
	padding: 20px;
	font-weight: 600;
	color: #00aff0;
}
.shop-category-title i {
	color: #ff7e00;
	margin: 0 10px 0 0;
}


.section-slider-container {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.section .owl-prev-btn, .section .owl-next-btn {
  position: absolute;
  cursor: pointer;
  top: calc(50% - 24px);
}
.section .owl-prev-btn {
  left: -50px;
}
.section .owl-next-btn {
  right: -50px;
}
.section .owl-prev-btn:after, .section .owl-next-btn:after {
  display: inline-block;
  content: url("../img/icon-chevron-right.png");
}
.section .owl-prev-btn:after {
  transform: rotateY(180deg);
}
.section .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #dbdbdb;
}
.section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #b6b6b6;
}


.partner-img {
	margin: 0 15px;
	padding: 15px;
	background: #fff;
	border: 0px solid #e3e3e8;
	position: relative;
	box-sizing: border-box;
	height: 150px;
}
.partner-img img {
	max-width: 80% !important;
	height: auto;
  max-height: 120px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.footer {
	background: #00aff0;
	padding: 80px 0 20px 0;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #ff7e00;
}
.footer ul {
	padding: 0 0 20px 0;
	margin: 0 0 0 21px;
}
.footer ul li i {
	color: #ff7e00;
}
.footer-col-title {
	padding: 0 0 25px 0;
	font-size: 1.25rem;
	font-weight: 600;
}
.footer-col-title img {
	max-width: 200px;
	height: auto;
}
.footer-social-icons {
	padding: 0 0 20px 0;
}
.footer-social-icons a {
	font-size: 1.875rem;
	color: #ff7e00;
	margin: 0 5px 0 0;
}
.footer-separator {
	width: 100%;
	height: 1px;
	background: #30c7ff;
	margin: 25px 0 0 0;
}
.footer .copyright {
	padding: 20px 0 0 0;
}


.page-title {
	padding: 40px 0;
	background: #f2f2f2;
}
.page-title h1 {
	margin: 0 0 8px 0;
	padding: 0;
}
.page-title ul.breadcrumbs {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}
.page-title ul.breadcrumbs li {
	float: none;
	display: inline-block;
	color: #000;
	font-size: 0.75rem;
}
.page-title ul.breadcrumbs li a {
	color: #000;
	text-decoration: none;
}
.page-title ul.breadcrumbs li a:hover {
	color: #ff7e00;
}
.page-title ul.breadcrumbs li:not(:last-child)::after {
	color: #000;
	margin: 0 0 0 0.4rem;
}


.content {
	padding: 100px 0;
}


.contact-details span {
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	color: #000;
}
.contact-details a {
	color: #4e4e4e;
}
.contact-details a:hover {
	color: #ff7e00;
}
.contact-form textarea {
	min-height: 150px;
}
.contact-form .consent {
	padding: 0 0 25px 0;
	font-size: 0.875rem;
}
.contact-form .consent a {
	color: #ff7e00;
}
.contact-form .consent input {
	margin: 0 5px 0 0;
}


.projects .cell:nth-child(n+4) {
	padding: 40px 0 0 0;
}
.project-container {
	border-radius: 10px;
	overflow: hidden;
	background: #f2f2f2;
}
.project-img {
	overflow: hidden;
}
.project-img img {
	transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.project-container:hover .project-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.project-container.project-single:hover .project-img img {
	transform: none;
	-webkit-transform: none;
}
.project-container-inner {
	padding: 30px 20px 20px 20px;
}
.project-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #000;
	line-height: 1.375rem;
	padding: 0 0 10px 0;
}
.project-container.project-single .project-title {
	font-size: 1.375rem;
	line-height: 1.5rem;
}
.project-date {
	font-size: 0.938rem;
	color: #ff7e00;
	padding: 0 0 10px 0;
}
.project-container.project-single .project-date {
	padding: 0 0 20px 0;
}
.project-desc {
	padding: 0 0 25px 0;
}
.project-btn a.button:hover {
	background: #f2f2f2;
}
.project-gallery {
	padding: 10px 0 30px 0;
}
.project-gallery .cell:nth-child(n+5) {
	padding: 20px 0 0 0;
}
.project-gallery .cell a img {
	border-radius: 5px;
}


.sidebar {
	padding: 0 0 0 30px;
}
.sidebar h2 {
	margin: 0 0 30px 0;
}
.sidebar .project-container {
	margin: 0 0 30px 0;
}


.share-icons {
	font-size: 0.938rem;
  padding-bottom: 20px;
}
.share-icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #ff7e00;
  border-radius: 50%;
	margin: 10px 5px 0 0;
  position: relative;
}
.share-icons a:hover {
	background: #000;
}
.share-icons a i {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.product-cat-img {
	border-radius: 10px;
	overflow: hidden;
}
.product-cat-img a {
  position: relative;
  overflow: hidden;
  display: block;
}
.product-cat-img a::after {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.product-cat-img a:hover::after {
  opacity: 0.5;
}
.product-cat-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.product-cat-img a:hover .product-cat-icon {
  opacity: 1;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

/************** Woocommerce Start **************/

/* breadcrumbs */
.woocommerce-breadcrumb {
  color: #000;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.woocommerce-breadcrumb a {
  color: #000;
}
.woocommerce-breadcrumb a:hover {
  color: #ff7e00;
}

/* Single product --> gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(.795,-.035,0,1) .5s;
  transition: all cubic-bezier(.795,-.035,0,1) .5s;
  transition-duration: 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  margin-right: 40px;
}
ol.flex-control-nav {
  padding: 15px 0 0 0;
  margin: 0;
  list-style-type: none;
}
ol.flex-control-nav li {
  margin: 0 8px 8px 0;
  display: inline-block;
}
.flex-viewport {
  border-radius: 0;
}

/* Single product --> tabs & accordion */
.shop-tabs {
  padding-top: 30px;
}
.shop-tabs .accordion-title {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}

/* Single product --> price */
div.summary p.price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 1.675rem;
  color: #000;
}
div.summary p.price .woocommerce-Price-amount:before {
  display: none;
}
div.summary p.price del {
  text-decoration: none;
}
div.summary p.price del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-weight: 400;
  color: #999;
}
div.summary p.price ins {
  text-decoration: none;
}

/* Single product --> quantity */
div.quantity label {
  display: none;
}

/* Single product --> quantity & add to cart in one line */
div.summary form.cart,
div.summary div.woocommerce-variation-add-to-cart {
	display: flex;
}
div.summary form.variations_form.cart {
	display: block;
}
div.summary div.quantity input {
	width: 100px;
	margin: 0 8px 0 0;
	text-align: center;
}

/* Single product --> variations */
table.variations {
  background: #f4f4f4;
  border-radius: 0;
  position: relative;
  margin-bottom: 50px;
}
table.variations tbody, table.variations thead, table.variations tfoot {
  background-color: transparent;
  border: none;
}
table.variations tbody tr:nth-child(even) {
  background-color: transparent;
}
table.variations select {
  margin-bottom: 0;
}
table.variations tbody td {
  padding: 0.6rem 1rem;
}
table.variations a.reset_variations {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-weight: 400;
}
span.price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 20px;
}
span.price .woocommerce-Price-amount:before {
  content: 'Product Price:';
  font-size: 1.375rem;
  padding-right: 10px;
}

/* Single product --> meta */
.product_meta {
  padding-top: 20px;
}
.product_meta a {
	color: #ff7e00;
}
.product_meta span.sku_wrapper, .product_meta span.posted_in {
  display: block;
}
.woocommerce-product-details__short-description {
	padding: 0 0 30px 0;
}

/* Single product --> add to quote */
.yith-ywraq-add-to-quote::before {
  content: 'For shipping  large timber poles please request a quote.';
  padding-bottom: 10px;
  display: block;
}
.yith-ywraq-add-to-quote {
  margin-top: 30px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 0;
}
.yith_ywraq_add_item_response_message {
  display: inline-block;
  font-size: 1.25rem;
  padding-right: 10px;
}
.yith_ywraq_add_item_browse_message {
  display: inline-block;
  font-size: 1.25rem;
}

/* Single product --> quick view */
div#yith-quick-view-content {
	padding: 10px;
}

/* Notices */
.woocommerce-error {
  background: #f2f2f2;
  margin: 0 0 30px 0;
  padding: 15px;
  list-style-type: none;
  border: 1px solid #dc143c;
  border-radius: 0;
}
.woocommerce-message, .woocommerce-message {
  background: #f2f2f2;
  margin: 0 0 30px 0;
  padding: 25px 15px;
  list-style-type: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  position: relative;
}
.woocommerce-message a, .woocommerce-message a {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);

}

/* Related Products */
.related.products {
  background: none;
  padding-top: 50px;
	text-align: center;
}
.related.products h2 {
  margin-bottom: 30px;
}

/* shop categories left sidebar & my account navigation */

nav.shop-categories, .woocommerce-MyAccount-navigation {
  background: #efefef;
  padding: 20px;
	border-radius: 10px;
}
nav.shop-categories h3 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 7px 0;
  margin: 0 0 10px 0;
}
nav.shop-categories ul, .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav.shop-categories ul li, .woocommerce-MyAccount-navigation ul li {
  text-transform: none;
  font-weight: 400;
  padding: 8px 0 8px 8px !important;
  margin: 0;
  border-bottom: 1px solid #e2e2e2 !important;
}
nav.shop-categories ul li a, .woocommerce-MyAccount-navigation ul li a {
  color: #000;
}
nav.shop-categories ul li a:hover, .woocommerce-MyAccount-navigation ul li a:hover {
  color: #000;
}
nav.shop-categories ul li a.highlight_cat, .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 600;
  color: #ff7e00;
}
nav.shop-categories ul li i {
  margin-top: 7px !important;
}
nav.shop-categories ul li ul.children li::before {
  display: none;
}
nav.shop-categories ul li ul.children li {
  padding: 8px 0 8px 16px !important;
}
nav.shop-categories ul li ul.children li:last-child {
  border-bottom: none !important;
}

/* Categories & products listing */
.product-cat {
  margin-bottom: 50px;
  text-align: center;
}
/*.product-cat-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.product-cat-img img {
  transition: transform .3s linear;
}
.product-cat-img img:hover {
  transform: scale(1.2);
}*/
.product-cat-inner-title h2 {
	font-size: 1.125rem;
	padding: 0;
	margin: 20px 0 15px 0;
}
.product-cat-inner-title mark {
  display: none;
}
.product-cat-inner-title span.price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 1.375rem;
  color: #000;
}
.product-cat-inner-title span.price .woocommerce-Price-amount:before {
  display: none;
}
.product-cat-inner-title span.price del .woocommerce-Price-amount {
  text-decoration: line-through;
  font-weight: 400;
  color: #999;
}

/* tabs */
.content .tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
}
.content .tabs-title > a {
  font-size: 1rem;
  color: #000;
}
.content .tabs-content {
  color: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce-Tabs-panel--additional_information h2 {
	display: none;
}

/* Checkout --> dropdown field */
.woocommerce .select2-container--default .select2-selection--single {
  height: 3rem;
  padding: 0 1rem;
  border-radius: 26px;
  border: 1px solid #cacaca;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  color: #000;
  line-height: 3rem;
  padding: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3rem;
  right: 10px;
}
.woocommerce .form-row {
	display: block;
}

/* Cart --> cart table */
.shop_table thead th {
  font-weight: 700;
}
.shop_table td.product-thumbnail img {
  width: 100px;
  height: auto;
}
.shop_table td.product-quantity label {
  display: none;
}
.shop_table td.product-quantity input {
  margin-bottom: 0;
  width: 80px;
}
.shop_table td.product-quantity {
  font-weight: 400;
}
.shop_table td.product-name {
  font-weight: 400;
  font-size: 1.125rem;
}
.shop_table td.product-price {
  font-weight: 400;
}
.shop_table td.product-subtotal {
  font-weight: 400;
}

/* Cart --> variations below product name in cart table */
.shop_table dl {
  margin-bottom: 0;
  line-height: 1rem;
}
.shop_table dl dt, .shop_table dl dd  {
  font-size: 0.75rem;
  margin-bottom: 0;
  display: inline-block;
}
.shop_table dl dt p, .shop_table dl dd p {
  font-size: 0.75rem;
  margin-bottom: 0rem;
  display: inline-block;
}
.shop_table dl dd:after {
  content: '/ ';
}
.shop_table dl dd:last-child:after {
  display: none;
}




/* Cart --> coupon */
.shop_table td.actions {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f8f8f8;
}
.shop_table td.actions div.coupon label {
  display: none;
}
.shop_table td.actions div.coupon input {
  float: left;
  margin: 0 15px 0 0;
  width: 180px;
  height: 48px;
}
.shop_table td.actions div.coupon button {
  float: left;
  margin: 0 0 0 0;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.shop_table td.actions button {
  float: right;
  margin: 0 0 0 0;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.shop_table tbody tr {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
}

/* Cart --> cart totals table */
.woocommerce .cart_totals {
  width: 40%;
  float: right;
  padding-top: 30px;
}

/* Cart --> remove product button */
.shop_table td.product-remove a {
  display: block;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
}
.shop_table td.product-remove a:hover {
  background: #dc143c;
  color: #fff;
}




.cta {
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.55);
	padding: 105px 0 110px 0;
	color: #fff;
	text-align: center;
}
.cta h1 {
	color: #fff;
}
.cta-text {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 1.25rem;
	line-height: 1.875rem;
}
.cta-btn {
	padding: 45px 0 0 0;
}
.cta-btn a.button {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.cta-btn a.button:hover {
	background: #fff;
	color: #000;
}


.solutions-boxes {
	padding: 30px 0;
}
.solutions-boxes .cell:nth-child(n+4) {
	padding-top: 30px;
}
.solution-container {
	border-radius: 10px;
	overflow: hidden;
}
.solution-title {
	background: #00aff0;
	padding: 30px;
	font-size: 1.375rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.section-img-title {
	font-weight: 600;
	color: #000;
	padding: 5px;
}

.solutionsTable tr td {
    border-right: #ccc solid 1px;
}

.about .section-img img {
	border-radius: 10px;
}
