/*

font-family:'Futura Round W01 Light';
font-family:'Futura Round W01 Light Oblique';
font-family:'Futura Round W01 Book';
font-family:'Futura Round W01 Book Oblique';
font-family:'Futura Round W01 Medium';
font-family:'Futura Round W01 Medium1432478';
font-family:'Futura Round W01 Demi';
font-family:'Futura Round W01 Demi Oblique';
font-family:'Futura Round W01 Bold';
font-family:'Futura Round W01 Bold Oblique';

*/

/* STYLES TO MATCH CKEDITOR ******************************** */

h1, h2, h3, h4, p, table, tr, td, ul, ol, li, .wpcf7-response-output {
	font-family:'Futura Round W01 Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
	font-size:14px;
}

h1 {
    font-family:'Futura Round W01 Demi', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30pt;
    line-height: 33pt;
	margin: 0px 0px 20px 0px;
}
h2 {
    font-family:'Futura Round W01 Demi', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30pt;
    line-height: 33pt;
	margin: 0px 0px 20px 0px;
}
h3 {
    font-family:'Futura Round W01 Demi', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17pt;
    color: #63b242;
	margin: 10px 0px 20px 0px;
}
h4 {
	font-size: 15pt;
	margin: 27px 0px 7px 0px;
}

h5 {
    font-size: 13pt;
    margin: 27px 0px 7px 0px;
}

h6 {
    font-size: 11pt;
    margin: 27px 0px 7px 0px;
}

p {
    font-size: 15pt;
    margin: 0px 0px 15px 0px;
    line-height: 17pt;
}

ul, ol {
    padding-left: 40px;
    font-size: 15pt;
    margin: 0px 0px 15px 0px;
    line-height: 17pt;
}

li {
    font-size: 15pt;
    line-height: 17pt;
}

blockquote {
    padding: 13px 37px;
    position: relative;
    font-style: italic;
    margin: 0px !important;
}

blockquote p {
    font-size: 20px;
    line-height: 28px;
}

blockquote::before {
    content: '"';
    position: absolute;
    left: 0px;
    top: 0px;
    margin: auto;
    font-size: 30px;
}

blockquote::after {
    content: '"';
    position: absolute;
    right: 0px;
    top: 0px;
    margin: auto;
    font-size: 30px;
}

/* EDITOR STYLES *************************************** */

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    padding: 10px !important;
}

.cke_editable {
    padding: 10px;
}

/* TABLE STYLES **************************************** */
table {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

table tr td {
    background-color: #f2f2f2;
    padding: 10px;
    border-left: 1px solid #d7d7d7;
}

table tr:nth-child(2n) td {
    background-color: #e7e7e7;
    
}

table tr th {
    background-color: #6f6f6f;
    padding: 13px;
    color: white;
}

table tr th:nth-child(2n) {
    background-color: #838383;
}



/* FIXES *********************************************** */

.clear:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clear {
  display: inline-block;
  clear: both;
  width:100%;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

.grecaptcha-badge {
	display:none !important;
}

.content .inner .w100_left h2:nth-child(1) {
    margin-top: 0px;
}

.content .inner .w100_left img.alignright, .content .inner .w100_left img.alignleft {
    margin-bottom: 15px;
    margin-top: 10px;
}

.anchor {
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
}


/* BACKGROUND COLOURS FROM ADMIN ************************* */


.greybackground {
    background-color: #f2f2f2 !important;
}

.blackbackground {
    background-color: #353535 !important;
	color: white !important;
}

.colouronebackground {
	background-color: red !important;
	color: white !important;
}

.colourtwobackground {
	background-color: green !important;
	color: white !important;
}

.colourthreebackground {
	background-color: blue !important;
	color: white !important;
}


/* STRUCTURAL ELEMENTS *********************************** */

body {
	background: #FFF;
	color: black;
	overflow-x:hidden;
	font-family:'Futura Round W01 Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	min-height: 140px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	transition: 0.3s;
}

header {
	width: 100%;
	min-height: 100px;
	float: left;
    background-color: #1e272e;
}

header .inner {
    min-height: 0px;
}

header .w100_left {
    position: relative;
}

header .topbar {
    float: left;
    width: 100%;
    background-color: black;
    display: block;
}

header a.laicon {
    float: right;
    width: 29px;
    padding: 5px;
    margin-right: 12px;
}

.topbar a.phone {
    float: right;
    font-size: 15pt;
    text-decoration: none;
    color: white;
    font-family: 'Futura Round W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.topbar a.phone img {
    float: left;
    height: 30px;
    padding: 5px;
    margin-right: 6px;
}

.topbar .w100_left {
	padding: 7px 0px;
}

.topbar .tagline p {
    margin: 0px;
    color: grey;
    float: left;
    clear: both;
}

.topbar .cart-section {
    float: right;
    width: auto !important;
    color: grey;
}

.topbar .inner .cart-section a {
    color: grey;
    text-decoration:  none;
    font-size: 10pt;
    float: right;
}

.fa.fa-shopping-cart {
    height: 17px;
    width: 17px;
    margin-left:  7px;
    float: right;
    background-image:  url('../images/shopping-cart.png');
    background-position:  center;
    background-size:  100%;
    background-repeat:  no-repeat;
}

.tagline {
    float: left;
    width: auto;
    display: block;
}



/* Add the class to your logo image with either float left/right or margin: auto */
.logo {
    float: left;
    position: absolute;
    z-index: 999;
    top: -40px;
}
.logo a {
    float: left;
}

.logo img {
    display: block;
    max-height: 150px;
    float: left;
    width: auto;
    padding: 10px 0px;
}

.social_icons {
    float: left;
    width: 100%;
}

.social_icons img {
    float: left;
    width: 44px;
    padding: 15px 15px 15px 0px;
}

.headingarea {
    background-position: center;
    background-size: cover;
}

.content {
	width: 100%;
	float: left;
	position: relative;
}

.page-content, .entry-content, .entry-summary {
    margin: 0px !important;
}

.content_absolute {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.content .inner .w100_left {
    padding: 50px 0px;
}

/* SEARCH ******************** */

header form.search-form {
    float: right;
}

heasder form.search-form input {
    min-width: 180px;
}

form.search-form {
    float: left;
    border: 1px solid black;
    background-color: white;
}

form.search-form .search-submit {
    padding: 0px;
    background-color: transparent;
    float: right;
    min-width: 0px;
    margin: 0px;
    height: 48px;
    width: 48px;
    background-image: url(../images/search_icon.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    border-radius: 0px;
    text-decoration-color: transparent;
    border: 0px !important;
}

form.search-form .search-submit:hover {
    border: 0px !important;
}

form.search-form input {
    border: 0px;
    padding: 16px;
    font-size: 14px;
}


.searchpost {
    text-decoration: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px;
    transition: 0.3s;
}

.searchpost .postexcerpt {
    float: left;
    width: 60%;
    color: black;
}

.searchpost img {
    float: left;
	width: 35%;
    max-width: 35%;
    margin-right: 4%;
}

.searchpost h2 {
    margin-top: 0px;
    color: #415460;
}

.searchpost:hover {
    border-bottom: 1px solid #415460;
    background-color: #f2f2f2;
}

.searchpost p {
    margin-bottom: 0px;
}

.searchpost .postexcerpt h3 {
    margin-top: 0px;
}


/* FEATURED ******************** */
.featured {
	position: relative;
	width: 100%;
	clear: both;
}

.featured_slider .slide {
	/* Adjust height of slider */
	padding-bottom: 35%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.featured .inner {
    position: absolute;
    text-align: center;
    transition: 0.9s;
    z-index: 100;
    min-height: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.featured h2 {
    text-align: center;
    color: white;
    font-size: 60pt;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    line-height: 68pt;
    letter-spacing: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.featured p {
    color: white;
    float: left;
    width: 100%;
}

.featured .featuredbuttons {
    margin: auto;
    width: auto;
    display: inline-block;
}

.featured .featuredbuttons .button {
    margin: 0px !important;
    width: auto !important;
    min-width: 0px;
}

.featured .slidercontent {
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
}


.featured .button {
    float: none;
    margin: auto;
    display: table;
}

.nav-arrows .arrow {
    width: 49px;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    pointer-events: auto;
    cursor: pointer;
    background-position: center;
    background-size: 63%;
    background-repeat: no-repeat;
    opacity: 0.4;
    transition: 0.3s;
    z-index: 10;
}

.nav-arrows .arrow:hover {
    opacity: 0.8;
}

.nav-arrows .arrow.prev {
    left: 0px;
    background-image: url(../images/prev-arrow.png);
}

.nav-arrows .arrow.next {
    right: 0px;
    background-image: url('../images/next-arrow.png');
}


/* HOMEPAGE ***** */

#homepage h2:nth-child(1) {
    font-family: 'Futura Round W01 Book';
}

#homepage h1 {
    text-align: center;
    margin-bottom: 0px;
}

.content .inner .w100_left#homepage {
    padding: 35px 80px;
}

.content.servicearea {
    background-color: #f2f2f2;
    margin-top: 15px;
    padding-top: 100px;
}

.content.servicearea h2 {
    position: absolute;
    top: -15px;
    left: 0px;
    right: 0px;
    width: 300px;
    margin: auto;
    background-color: #63b242;
    padding: 20px;
    text-align: center;
    color: white;
}

.content.servicearea h2::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 15px;
    left: -15px;
    z-index: -1;
    right: -15px;
    border-bottom: 15px solid green;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.content.servicearea h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    border-top: 10px solid #63b242;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
}


/* CTA AREA ************************ */

.ctaitem {
    float: left;
    position: relative;
    width: 33.333333%;
    padding-bottom: 33.333333%;
    text-align: center;
    background-position: center;
	background-size: cover;
	transition: 0.3s;
}

.ctaitem::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
    opacity: 0.3;
	transition: 0.3s;
}

.ctaitem:hover::before {
	opacity: 0.5;
}

.ctaitem h2, .ctaitem p {
    color: white;
}

.ctaitem h2 {
    margin-top: 41%;
}

.ctawrap {
    float: left;
    width: 100%;
    margin: 20px 0px;
}


/* CTA SERVice ***** */

.cta_service {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding-bottom: 24.25%;
    position: relative;
    text-decoration: none;
    background-position: center;
    background-size: cover;
}

.cta_service:nth-of-type(4n) {
    margin-right: 0px;
}

.cta_service h3 {
    text-decoration: none;
    color: white;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    margin: 0px;
    text-transform: uppercase;
    font-size: 14pt;
    font-family: 'Futura Round W01 Demi';
    z-index: 10;
    transition: 0.3s;
}

.cta_service p {
    display: none;
}

.cta_service::after {content: "";background-color: black;position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;opacity: 0.5;z-index: 1;transition: 0.3s;}

.cta_service:hover:after {
    opacity: 0.3;
}

.cta_service:hover h3 {
    font-size: 16pt;
}

/* SERVICE ******** */

.service_section {
    border-top: 1px solid #e8e8e8;
    position: relative;
}

.serviceimg {
    float: left;
    width: 25%;
    padding-bottom: 25%;
    background-position: center;
    background-size: cover;
}

.service_section .servicedetails {
    float: right;
    width: 70%;
}

.service_section .servicedetails h2 {
    color: #63b242;
}

.service_section:nth-of-type(odd) .serviceimg {
    float: right;
}

.service_section:nth-of-type(odd) .servicedetails {
    float: left;
}

/* AWARDS ************* */


.awarditem {
    float: left;
    width: 48%;
    margin: 1%;
    padding: 20px;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}

.awarditem .awardimage {
    float: left;
    width: 100%;
    padding-bottom: 65%;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.awarditem:hover {
    background-color: #f2f2f2;
}

/* BLOG *************************** */

.blogposts .titlewrap {
    position: absolute;
    left: 0px;
    top: 47%;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
}

.blogposts .w100_left {
    position: relative;
}

.blog_post {
    float: left;
    width: 23%;
    margin-left: 2%;
    text-decoration: none;
    text-decoration: none;
    color: black;
}

.blog_post h3 {
    font-size: 12pt;
    line-height: 14pt;
    font-family: 'Futura Round W01 Demi';
    color: #63b242;
}

.blog_post p {
    font-size: 9.5pt;
    line-height: 12pt;
    color: grey;
}

.blog_post .postimg {
    float: left;
    width: 100%;
    padding-bottom: 51%;
    margin-bottom: 14px;
    background-position: center;
    background-size: cover;
}


.blogpost {
    text-decoration: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 25px;
    transition: 0.3s;
}

.blogpost .postexcerpt {
    float: left;
    width: 60%;
    color: #415460;
}

.blogpost img {
    float: left;
    max-width: 35%;
    margin-right: 4%;
}

.blogpost h2 {
    margin-top: 0px;

    color: #63b242;
    font-size: 23pt;
    line-height: 25pt;
}

.blogpost:hover {
    border-bottom: 1px solid #415460;
    background-color: #f2f2f2;
}

.blogpost p {
    margin-bottom: 0px;
}

.blogpost .time {
    float: left;
    width: 100%;
    font-size: 9pt;
    margin-bottom: 9px;
}

.blogpost .category {
    display: none;
}

/* PORJECT GALLERY ******* */

.projectpost {
    float: left;
    width: 31.3%;
    padding-bottom: 31.3%;
    position: relative;
    overflow: hidden;
    margin: 1%;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    background-position: center;
    background-size: cover;
}

.projectpost .content_absolute {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.projectpost .postexcerpt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: white;
    z-index: 2;
}

.gallerywrap a #caption {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 4px black;
    font-family: 'Futura Round W01 Demi';
}

.projectpost::after {content: "";opacity: 0.8;z-index: 1;position: absolute;top: 0px;bottom: 0px;left: 0px;background: rgb(0,0,0);background: -moz-linear-gradient(8deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.44441526610644255) 59%, rgba(0,0,0,0) 85%);background: -webkit-linear-gradient(8deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.44441526610644255) 59%, rgba(0,0,0,0) 85%);background: linear-gradient(8deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.44441526610644255) 59%, rgba(0,0,0,0) 85%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);right: 0px;transition: 0.3s;}


.projectpost::before {content: "";z-index: 1;opacity: 0;position: absolute;top: 100%;bottom: 0px;left: 0px;background: rgb(0,0,0);background: -moz-linear-gradient(8deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5788690476190477) 60%, rgba(0,0,0,0.38) 100%);background: -webkit-linear-gradient(8deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5788690476190477) 60%, rgba(0,0,0,0.38) 100%);background: linear-gradient(8deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5788690476190477) 60%, rgba(0,0,0,0.38) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);right: 0px;transition: 0.3s;}


.projectpost .postexcerpt h2 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 4px;
}

.projectpost .postexcerpt .time {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    font-size: 17px;
    position: relative;
    padding-bottom: 16px;
}

.projectpost .postexcerpt .time::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    z-index: 2;
    background-color: #63b242;
    height: 2px;
}

.projectpost:hover:after {opacity: 0.5;}

.projectpost:hover:before {
    opacity: 0;
    top: 0px;
}


/* CONTENT PAGES ******************************** */

.headingarea h1 {
    text-align: center;
    color: white;
    margin-bottom: 0px;
    font-size: 31pt;
}

.headingarea.larger h1 {
    padding-top: 240px;
}

.headingarea p {
    text-align: center;
    color: white;
}

.headingarea .inner {
    min-height:  0px;
    padding: 63px 0px;
    z-index: 10;
    position: relative;
}

.headingarea::after {
    content: "";
    background-color: black;
    position: absolute;
    top:  0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.3;
}

/* SIDEBAR ******************************* */

.sidebar {
    float: right;
    width: 80%;
}

.sidebar h2 {
    font-size: 16pt;
    color: #63b242;
    margin-bottom: 0px;
    margin-top: 17px !important;
    float: left;
    width: 100%;
}

.sidebar ul {
    float: left;
    width: 100%;
    padding: 0px;
    list-style: none;
}

.sidebar ul li a {
    float: left;
    padding: 3px 0px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid;
    margin-bottom: 11px;
    transition: 0.3s;
}

.sidebar ul li a:hover {
    margin-left: 10px;
    margin-right: -10px;
}
.sidebar ul li {
    float: left;
    width: 100%;
}

.sidebar form.search-form .search-field {
    float: left;
    width: 70%;
    padding: 16px 7%;
    padding-right: 0px;
}

.sidebar form.search-form {
    float: left;
    width: 100%;
}

.sidebar form.search-form .search-submit {
    width: 23%;
}

/* FOOTER ****************************************************** */

footer {
	padding: 30px 0px;
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 32px;
    color: grey !important;
	/* BG COLOR */
	background-color: black;
    box-shadow: 0px 500px 0px 500px black;
}

.footernav {
    float: left;
    width: 33.3333%;
    padding: 0px;
    list-style: none;
}

.footernav li a {
    float: left;
    padding: 3px 0px;
    text-decoration: none;
    color: #fdfeff;
    border-bottom: 1px solid;
    margin-bottom: 11px;
}

.footernav li {
    float: left;
    width: 100%;
}

footer p {
    color: white;
}

footer .lalogo {
    width: 320px;
    display: table;
    margin: auto;
    margin-bottom: 27px;
    text-decoration: none;
}

footer .lalogo img {
    width: 300px;
    float: none;
    margin: auto;
}

footer .lalogo p {
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    margin-top: 20px;
    float: left;
    width: 100%;
}


/* SUBSCRIBE *************************************************** */

.subscribe {
	padding: 45px 0px;
    color: white;
    text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #4b4c4d;
	float: left;
	width: 100%;
}
.subscribe form::before {
    content: "";
    float: left;
    width: 100%;
    display: block;
    height: 7px;
}

.subscribe .button {
    margin: auto;
    max-width: 20%;
    float: none;
    min-width: 120px;
}

.subscribe form {
    width: 70%;
    margin: auto;
}

.subscribe .inner {
    min-height: 0px;
}

.subscribe .inner::after {
    content: "";
    clear: both;
    width: 100%;
    display: block;
}




/* VALIDATION **************************************************** */

.required {
	float:right;
	color:#C00003;
	width:2%;
}

.error {
    border: 1px solid #900002 !important;
    transition: border 0.5s ease;
    background-image: url(../images/new-error.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 10px !important;
    background-size: 50px !important;
}

.valid {
    border: 1px solid #087500 !important;
    transition: border 0.5s ease;
    background-image: url(../images/new-tick.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding-right: 10px !important;
    background-size: 50px !important;
}

.formerror li {
    list-style: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.formerror {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.formerror li label {
    float: left;
    width: 100%;
    padding: 7px;
    color: darkred;
    border-radius: 10px;
    line-height: 12pt;
    background-color: #ffd9d9;
}


.wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 0px !important;
    padding: 20px !important;
    background-color: #f2f2f2;
    border: 1px solid grey !important;
    font-size: 20px;
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.wpcf7-mail-sent-ok {
    background-color: #e6f2e7 !important;
    border: 2px solid #398f14 !important;
    color: green;
}


/* LAYOUT ELEMENTS *********************************************** */

.w20_left {
	width: 20%;	
	float: left;	
}

.w30_left {
	width: 30%;	
	float: left;	
}

.w40_left {
	width: 40%;	
	float: left;	
}

.w45_left {
	width: 45%;	
	float: left;	
}

.w50_left {
	width: 50%;
	float: left;	
}

.w60_left {
	width: 60%;
	float: left;
}

.w70_left {
	width: 70%;	
	float: left;	
}

.w80_left {
	width: 80%;
	float: left;
}

.w100_left {
	width: 100%;	
	float: left;
}

.w20_right {
	width: 20%;	
	float: right;	
}

.w30_right {
	width: 30%;	
	float: right;	
}

.w40_right {
	width: 40%;	
	float: right;	
}

.w45_right {
	width: 45%;	
	float: right;	
}

.w50_right {
	width: 50%;
	float: right;	
}

.w60_right {
	width: 60%;	
	float:right;
}

.w70_right {
	width: 70%;	
	float: right;	
}

.w80_right {
	width: 80%;	
	float: right;
}

.w100_right {
	width: 100%;	
	float: right;
}

.w20_inline {
	width: 20%;	
	display: inline-block;
	vertical-align: top;
}

.w30_inline {
	width: 30%;	
	display: inline-block;
	vertical-align: top;
}

.w40_inline {
	width: 40%;	
	display: inline-block;
	vertical-align: top;
}

.w45_inline {
	width: 45%;	
	display: inline-block;
	vertical-align: top;
}

.w50_inline {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.w60_inline {
	width: 60%;	
	display: inline-block;
	vertical-align: top;
}

.w70-inline {
	width: 70%;	
	display: inline-block;
	vertical-align: top;
}

.w80_inline {
	width: 80%;	
	display: inline-block;
	vertical-align: top;
}

.w100_inline {
	width: 100%;	
	display: inline-block;
	vertical-align: top;
}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
input[type=number],
textarea {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select::-ms-expand {
    display: none !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 11px 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../images/arrow_dd.png);
	background-repeat: no-repeat;
	background-position: 97% 11px;
	color:#5d5d5d;
}

.button, button, input[type=submit] {
    margin: 5px 0px;
    margin-right: 5px;
    padding: 20px 25px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: white !important;
    background: #63b242;
    transition: 0.3s;
    font-size: 12pt;
    line-height: 12pt;
    border-radius: 10px;
    border: 1px solid #63b242 !important;
    font-family: 'Futura Round W01 Demi', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button:hover, button:hover, input[type=submit]:hover {
    border-radius: 0px;
    border: 1px solid #008000  !important;
}

.placeholder {
	color: #c7cbd0;
}


.inputfield {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 13px;
    background-color: white;
    z-index: 1;
    border: 1px solid black;
}

.inputfield input, .inputfield textarea {
    margin: 0px;
    padding-top: 30px;
	    float: left;
    width: 100%;
    color: black;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
	border: 0px;
	background-color: transparent;
	z-index: 2;
    position: relative;
}

.inputfield label {
    position: absolute;
    order: -1;
    top: 18px;
    left: 11px;
    margin: auto;
    display: block;
    height: 14pt;
    color:black;
    transition: 0.3s;
	z-index: 1;
}

.inputfield label.moveUp {
    bottom: auto !important;
    top: 10px;
    font-size: 9pt;
    color: #c1c1c1;
}

.inputfield input:focus {
    /* border: 1px solid #c1c1c1; */
}
/*
.inputfield input.error, .inputfield textarea.error {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.1);
    background-image: url(images/field-error.png);
    background-position: right;
    background-size: 45px;
    background-repeat: no-repeat;
}

.inputfield input.valid, .inputfield textarea.valid {
    background-color: rgba(0, 128, 0, 0.1);
    border: 1px solid green;
    background-image: url(images/field-success.png);
    background-position: right 15px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 45px;
    background-repeat: no-repeat;
}
*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: yellow;
}

/* MENU ITEMS ***************************************************** */

/* nav is the menu container, float left/right or margin auto for a centered menu
to auto size menu items open /js/flexnav.js and set 'calcItemWidths': false on line 14 to true
 */
nav {
    position: relative;
    z-index: 999;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    float: right;
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: visible;
  margin: 50px auto auto auto;
  width: 100%;
  max-height: 0;
  list-style: none;
  padding: 0px;
  margin: 0px;	    
}

.flexnav.opacity {
	opacity: 1; 
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px; 
}

.flexnav li {
    font-size: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 999;
    list-style: none;
    list-style: none;
    float: left;
    display: block;
    overflow: visible;
}
/* modify to change the appearance of menu items */
.flexnav li a {
    position: relative;
    display: block;
    padding: 24px 15px;
    z-index: 2;
    overflow: hidden;
    color: white;
    text-decoration: none;
    font-size: 15pt;
    line-height: 15pt;
    text-transform: uppercase;
    font-family: 'Futura Round W01 Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.flexnav li a:hover {
    background-color: #131619;
}


.flexnav li ul {
	width: 150px; /* change to modify with of dropdown menus */
	padding: 0px;
	margin: 0px;	
	display: none;
    list-style: none;
    position: absolute;
	top: auto;
	left: 0; 
}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden;
    width: 100%; 
}

.flexnav li ul.flexnav-show li {
	overflow: visible; 
}

.flexnav li ul li > ul {
	margin-left: 100%;
	top: 0;
}


.flexnav li ul li a {
	display: block;
	background: #b2b2af; 
}

.flexnav ul li ul li a {
	background: #bfbfbc; 
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9; 
}

.flexnav li ul.open {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 1; 
}

.flexnav li ul.open li {
	overflow: visible;
	max-height: 100px; 
}

.flexnav li ul.open ul.open {
	margin-left: 100%;
	top: 0; 
}

.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
    width: 57px;
    height: 57px;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.075);
	text-align: center; 
    display: none;
}

.flexnav .touch-button:hover {
	cursor: pointer; 
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 33%;
    font-size: 12px;
    color: #666;
}

.menu-button {
    position: relative;
    display: none;
    padding: 1em;
    color: #222222;
    cursor: pointer;
    border: 1px solid white;
    width: 70px;
    height: 70px;
    float: right;
    margin: 15px 0px 15px 0px;
    z-index: 888;
    background-image: url(../images/menu_icon.png);
    background-position: center;
    background-repeat: no-repeat !important;
}

.menu-button span.navicon {
    display: none;
}


/* Testimonials ********************************** */

.testimonial {
    width: 50%;
    margin: auto;
}

.tst {
	border-bottom: solid 1px #CBCBCB;
	padding-bottom:20px;
}

.tst .tstdesc {
	font-size:18px;
	font-style: italic;
	padding:20px 0;
}

.tst .tstby {
	font-size:12px;
	padding-bottom:10px;
}

.testslider {
	background-color:#f1f1f1;
}

.testslider h2 {
    text-align: center;
    margin-bottom:  35px;
}

.testslider i.testdesc {
    font-size: 18px;
    line-height: 32px;
}

.testimonialslider {
    text-align: center;
}

/* Gallery ********************************** */

.imggallery {
	float:left;
	width:25%;
}

.galleryitem {
    width: 24%;
    margin: 0.5%;
    padding-bottom: 24%;
    background-position: center;
    background-size: cover;
    float: left;
    position: relative;
}

.gallerywrap a {
    float: left;
    width: 32.333%;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
    padding-bottom: 20.333%;
    overflow: hidden;
}

.gallerywrap a img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin-y: -50%;
    -ms-transform: translateY(-50%);
    -ms-transform-origin-y: -50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: -webkit-translateY(-50%);
    transition: 0.3s;
}

.gallerywrap a:hover img {
    opacity: 0.8;
}

.gallerywrap a::before {content: "";}

.gallerywrap {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}


/* PRODUCTS AND CATEGORIES ********************************** */

.cats {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}

.pro_detail {
	width: 70%;
	margin: auto;
}

.detail_image,
.detail_info  {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.detail_info input {
	width: 40px;
}

/* CART ***************************************************** */
.cart {
	width: 100%;
}

.cart .row,
.cart .row_heading {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.cart .noborder {
	border: none;
}

.cart .image {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .name {
	display: inline-block;
	width: 40%;
	padding: 5px;
	vertical-align: middle;
}

.cart .desc {
	display: inline-block;
	width: 100%;
	padding: 5px;
	vertical-align: middle;
}

.cart .quantity {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .price {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .item_total {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .remove {
	display: inline-block;
	width: 5%;
	padding: 5px;
	vertical-align: middle;
}

.cart .totals,
.cart .totals_title {
	display: inline-block;
	width: 12%;
	padding: 10px 0px;
	text-align: left;
}

.cart .button_left {
	margin: 20px 20px 0px 0px;
	float: left;
}

.cart .button_right {
	margin: 20px 0px 0px 0px;
	float: right;
}

.cart .spacer,
.cart .postage {
	display: inline-block;
	width: 64%;
	margin-left: 10px;
}

.post_col {
	padding-top: 15px;
	float: left;
}

.post_col button {
	margin-left: 20px;
}

.postage_range {
	display: none;
}

/* FORM STYLING */
form p {
    margin-top: 10px;
    margin-bottom: 5px;
}
#form_wrapper {
    padding-right: 20px;
}

.page-template-template-contact h3 {
    font-size: 20px;
    line-height: 24px;
}




	