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

h1, h2, h3, h4, p, table, tr, td, ul, ol, li, .wpcf7-response-output {
    font-family: montserrat, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size:14px;
}

h1 {
	font-size: 23pt;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-size: 19pt;
	margin: 27px 0px 7px 0px;
}
h3 {
	font-size: 17pt;
	margin: 27px 0px 7px 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: 16px;
    /*margin: 0px 0px 16px 0px;*/
    margin: 0px 0px 30px 0px;
    /*line-height: 22px;*/
    line-height: 35px;
}

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

li {
    font-size: 15px;
    line-height: 22px;
}

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


/* 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;
}
/* 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: 80px;
	float: left;
    background-color: #1f2f4e;
}

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

header .w100_left {
    position: relative;
}

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

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

.logo a {
    float: left;
}

.logo img {
    display: block;
    max-height: 90px;
    float: left;
    width: auto;
    padding: 15px 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 .inner .w100_left {
    padding: 50px 0px;
}
.featured_img_inner_pages img {float: right; width: 90%; margin: 0; }


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

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

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

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_absolute {
    position: absolute;
    text-align: center;
    transition: 0.9s;
    z-index: 100;
    min-height: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: rgba(0,0,0,0.1);
}
.featured .inner {
    position: absolute;
    text-align: center;
    transition: 0.9s;
    z-index: 101;
    min-height: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.featured h1 {
    text-align: left;
    color: white;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    line-height: 72px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-shadow: -4px 4px 20px #000000;
}
.featured h2 {
    text-align: left;
    color: white;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    line-height: 40px;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
    text-shadow: -2px 2px 10px #000000;
}
.featured p {
    color: white;
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding-right: 22%;
    text-shadow: -2px 2px 10px #000000;
}

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



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

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

.ctaarea a {float: left; display: inline-block;}
.ctaitem {
    float: left;
    position: relative;
    width: 25%;
    padding:15px 20px 20px;
    text-align: center;
    background-position: center 15px;
	background-size: auto;
    background-repeat: no-repeat;
	transition: 0.3s;
}
.content_absolute {
    float: left;
    width: 100%;
    /*position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;*/
}
.ctaitem::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	transition: 0.3s;
	opacity: 0.1;
}

.ctaitem:hover::before {
    background-color: #1f2f4e;
	opacity: 0.1;
}

.ctaitem h2 {margin-top: 150px; font-size: 22px; line-height: 28px; margin-bottom: 20px; color: #1f2f4e;} 
.ctaitem p {color: #636363;}




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

.blog_post {
    float: left;
    width: 31.3333%;
    margin-right: 2%;
    text-decoration: none;
}

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

.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: #415460;
}

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


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

.headingarea h1 {
    text-align: center;
    color: white;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 500;
    text-shadow: -2px 2px 15px #000;
}

.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: 12pt;
}

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

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

.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 ****************************************************** */

.client_logos {margin: 40px 0; }
.client_logos h2 {float: left; width: 100%; text-align: center; margin: 0 0 40px 0;}
.client_logos ul {float: left; width: 100%; display: block; margin: 0; padding: 0;}
.client_logos ul li {float: left; width: 20%; display: inline-block; padding: 1% 3%;}
.client_logos ul li img {float: left; width: 100%; }

footer {
	padding: 30px 0px;
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 32px;
    color: grey !important;
	/* BG COLOR */
	background-color: #ffffff;
    border-top: solid 1px #cccccc;
    box-shadow: 0px 500px 0px 500px #343434;
}
footer img { float: left; width: 200px;}

footer p {float: right; text-align: right; margin: 10px 0 0 0;}

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



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

.subscribe {
	padding: 0px 0px;
    color: white;
    text-align: center;
    background-image: url('https://www.ableos.com.au/wp-content/uploads/2019/12/bg-get-in-touch-full-scaled.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	float: left;
	width: 100%;
}
.subscribe .w50_right {padding: 40px 0;}
.subscribe h2 {font-size: 40px; margin: 0 0 10px 0; color: #1f2f4e;}
.subscribe form::before {
    content: "";
    float: left;
    width: 100%;
    display: block;
    height: 7px;
}
.subscribe input, .subscribe textarea {border: solid 1px #cccccc !important;}
.subscribe input[type=submit]{
    margin: auto;
    max-width: 100%;
    float: none;
    min-width: 120px;
    padding: 20px;
    background-color: #1f2f4e !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.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;
    min-width: 190px;
	padding: 20px 20px;
	text-decoration: none;
	display: block;
	float:left;
    font-size: 18px;
    font-weight: 600;
	text-align: center;
	color: #ffffff; /* EDIT TEXT COLOUR */
	background: #1f2f4e; /* EDIT COLOUR */
	transition:0.3s;  /* EDIT TRANSITION TIME */
    text-transform: uppercase;
}


.button:hover, button:hover, input[type=submit]:hover {
	opacity:0.7;
}

.placeholder {
	color: #c7cbd0;
}


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

.inputfield input, .inputfield textarea {
    margin: 0px;
    padding-top: 30px;
    border-radius: 5px;
	    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 textarea {height: 150px;}
.inputfield label {
    position: absolute;
    order: -1;
    top: 18px;
    left: 11px;
    margin: auto;
    display: block;
    height: 14pt;
    color:#adadad;
    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 {
    float: left;
    width: 100%;
    /* position: absolute; */
    z-index: 999;
    /* top: 0px; */
    /* bottom: 0px; */
    /* right: 0px; */
    height: 50px;
    margin: auto;
    border-top: solid 1px #5d6984;
}

.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: 14px;
    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: .96em;
	z-index: 2;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none; 
}

.flexnav li a:hover {
	background:#162138;
}
.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;
	background: #ffffff;
	color: #222222;
	cursor: pointer;
	width: 54px;
    height: 54px;
    float: right;
    margin: 20px;
    z-index: 888;
	/* SELECT BACKGROUND IMAGE */
	background-image:url(../images/menu_icon.png);
	background-position: center;
	background-repeat: no-repeat !important;
    opacity: 0.4;
}

.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:#ffffff;
}

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

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

.testimonialslider {
    text-align: center;
}
.testimonialslider .flex-direction-nav li a {
    background: url(../images/bg_direction_nav_dark.png) no-repeat !important; opacity: 0.3 !important;
}
.testimonialslider .flex-direction-nav li .prev {background-position: 20px 0px !important;}
.testimonialslider .flex-direction-nav li .next {background-position: -59px 0 !important;}

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


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


.wpcf7-response-output {
	background: #1f2f4e;
	color:white;
}



	