/*
Theme Name: Starling Designs
Description: Starling Designs wordpress theme by thallas.com
Version: 1.0
Author: Hari Thallapelly
Author URI: http://www.thallas.com
*/
/**
 * 
 * 1.0 - Reset
         Wordpress coreTypography
         Forms
         Formatting
         Lists
         Tables
         Links
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Navigation
 * 5.0 - Slider Section
 * 6.0 - Content
 * 7.0 - Footer
 * 8.0 - Custom theme styles
 * 9.0 - Media Queries

 * -----------------------------------------------------------------------------
 */
 
/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
html {
    position: relative;
    min-height: 100%;
}
body, html {
    height: 100%;
    width: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #4d4d4d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
img {
    max-width: 100%;
    height: auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
}

.alignleft {
    float: left;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Typography */

body,
button,
input,
select,
textarea {
	color: #999999;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 8px 0;
	padding:0;
  	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	font-weight: 300;
}

h3 {
	font-size: 18px;
	font-weight: 300;
}

h4 {
	font-size: 16px;
	font-weight: 800;
}

h5 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color:#f15921;
}

h6 {
	font-size: 14px;
	font-weight: 800;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	//overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/* Forms */

label {
	color: #999;
	display: block;
	font-weight: normal;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	border: 1px solid #bbb;
	padding: 1% 2%;
	width: 96%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f9192;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8f9192;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8f9192;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8f9192;
}
/* Formatting */

hr {
	background-color: #999999;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    max-width: 100px;
    margin: 50px auto;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
    margin-left: 40px;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Tables */

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
    border-spacing: 0;
}

thead th {
	border-bottom: 1px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/* Links */

a {
	color: #999999;
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #999999;
	outline: 0;
}
.clear {
    clear: both;
}
/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
    background: #fff;
    color: #999999;
}

/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
header{
	margin:0 auto;
	width:100%
    position: relative;
    background-color: #fff;  
}
.headerwrap{
	margin:0 auto;
	display:block;
	padding:0;
	clear:both;
    position: relative;
    width: 100%;
    text-align:center;
    margin: 0 auto;
    z-index: 1001;
    background-color: #fff;
}
.headerlogo{  
    padding: 10px;
    text-align: center;
    margin: 0 auto;
  	display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
}
.headerlogo a{
	display:block;    
    padding: 0px;
    outline: 0;
    font-size: 0;
    line-height: 0;
}
.headerlogo img {
    width: auto !important;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    max-width: 220px;
    padding: 10px 0;
}

/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav{
	background-color:initial; /*Background for header section, change it to none if you dont want or change it to match your requirements*/  
    text-align: right;
}
.headernav{
    float: left;
    padding: 10px 0;
}
/* Sticky top */

.stickys {
    position: fixed;
    top: 0;
    z-index:1001;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
    left: 0;
    border-radius: 0;
    margin: 0;
}
.sticky .headernav {
    padding: 10px 0;
}
.sticky .menuwrapper {
    top: 65px;
}
/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
*/
.bannerwrapper {
    position: relative}
.herobanner {
    overflow: hidden;
    padding: 30px 0;
}
.herobanner img{
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
    z-index: 6;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
  	padding-bottom: 40px;
}
/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.maincontent {
		clear:both;
    background: #fff;
}
.sub-pages .maincontent{	
		padding:15px 0;}
.content {
    padding: 30px 0;
    background-color: #ffffff;
  	float:left;
}
.content ul{
    margin-left: 30px;
}
.content ul li ul{
    margin-left: 10px;
}
.content a {
    color: #8cc63e;
}
.whitebg{
    background-color:#fff;}
.contentwrapper{
	width:960px;
	max-width:96%;
	margin:0 auto;
	clear:both;
    padding: 0 2%;
}
.contentwrapper .bottompagelinkwrapper ul li a{
	text-decoration:none;
}
.contentwrapper .sidebarright a{
	color:#222;
	text-decoration:none;}
.grid-container {
	max-width: 100%;
	margin: 0 auto;
	padding:0 10px;
	position: relative;
	margin: -100px 0 0 0;
}

.row {
	padding:0 0 0px 0;	
}

.sidebar{
	width: 32%;
	float:right;
	background-color:#f3f3f3;
	margin-top:20px;
}
/******* ClearFix Hack ********/

.row:before, .row:after {
	content: "";
	clear:both;	
	display: table;
}
[class*='col-'] {
	float: left;
	min-height: 1px;
	/**** Add Gutter ****/
	margin-right: 1.5%;
}
.col-1 {
	width: 6.0%;
}
.col-2 {
	width: 14.5%;
}
.col-3 {
	width: 23.875%;
}
.col-4 {
	width: 31.83%;
}
.col-5 {
	width: 40.0%;
}
.col-6 {
	width: 48.5%;
}
.col-7 {
	width: 57.5%;
}
.col-8 {
	width: 66.17%;
}
.col-9 {
	width: 73.87%;
}
.col-10 {
	width: 83.0%;
}
.col-11 {
	width: 91.5%;
}
.col-12 {
	width: 100%;
}
.col-55{
	width:18%;}
.row > div:last-of-type {
	margin-right: 0;
}
.outline, .outline * {
	border: 1px solid #691405;
}
.col-content {
	width: 100%;
	padding: 10px 0;
}
/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer{
    background-color: #ffffff;
    overflow: auto;
    padding: 40px 0;
    font-size: 15px;
  	clear:both;
  	text-align: center;
}
.footertopwrapper{
    overflow: auto;
  	max-width:600px;
  	border-top: 1px solid #c7b299;    
  	margin: 0 auto;
  	padding: 40px 0;
}
.footerbottomwrapper {   
  	margin: 0 auto;
  	padding: 40px 0;  
  	max-width:600px;
}
.footerlogo img {
    max-width: 50%;
}
.footertopwrapper ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;}
.footertopwrapper ul li a{
    list-style-type: none;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-bottom: 0;
    line-height: 2em;
	font-size:20px;
  	text-transform: uppercase;
    }
.footertopwrapper ul li:before{
    content: '\f105';
    padding-right: 10px;
    font-family: fontawesome;
    color: #fff;
}
.footerwidgettitle {
    font-size: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.socialicons ul {
    list-style-type: none}
.socialicons ul li{
    display: inline-block;}
.socialicons ul li a{
    color: #000;
    padding-left: 0;
  	font-size: 20px;
}
.socialicons ul li:before{
    display: none;
}
.socialicons a {
    color: #000;}
.poweredby {
    letter-spacing: 3px;
    font-size: 13px;
    padding: 40px 0;
}
.usefullink {
    padding: 0 20px;    
}
.usefullink p {
    line-height: 20px;}
.usefullink img {
    width: auto;
    padding: 40px 0;
}
@media screen and (max-width:768px) {
    html {
        position: initial;
        min-height: initial;
    }

    .footertopwrapper, footer {
        position: initial;
        bottom: initial;
    }
}
@media screen and (max-width:430px) {
    .footerleft{
    float: left;
    width: 100%;
    text-align: center;
}
.footerright {
    display: none;
}
}
.social-btn {
	text-align:center;
	color:#000;
	width:28px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	display:inline-block;
	font-size:16px;
}
.footercontact {
    border-left: 2px solid #dbdbdb;
    padding-left: 10px;
    font-weight: bold;
}
/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
/* Info Pages */
.info-page-banner img{
	width: 100%;
	padding: 30px 0;}
.info-pages img{
  	padding: 50px 0;
}
h1.info-pages-title {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 50px 0 80px 0
}
h1.info-pages-title:after {
    content: "";
    border-bottom: 1px solid #999999;
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%,50%);
    padding-top: 20px;
}

/* Where we are */
.distributorswrap {
    background-color: #fff;
    width: 27%;
    padding: 2%;
    float: left;
    margin: 1%;
}
.distributorstitle {
    color: #f15921;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
/* Side bar */
.productpageimage, .right-sidebar {
    background-color: #fff;
}
.subscribesidebar {
    background: url('images/subscribebg.jpg') no-repeat center;    
    padding: 20px;
    color: #fff;
    max-width: 346px;
    margin: 0 auto;
}
.subscribesidebar input[type="text"], .subscribesidebar input[type="email"]{
    background: rgba(115, 115, 115, 0.70);;
    border: none;
    padding: 7px 2%;
    color: #fff;
}
.subscribesidebar .wpcf7-submit {
    background-color: #033b71;
    border: none;
    color: #fff;
}
.subscribesidebar .wpcf7-submit:hover {
    background-color: #033b71;
    }
/*Pagination*/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #cd1b82;
}

.pagination a:hover {
    color: #fff;
    background: #fdb632;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #fdb632;
    color: #fff;
}


.textcenter {
    text-align: center;}
.textleft {
    text-align: left;}
.textright {
    text-align: right;}
.p10 {
    padding: 10px}
.p20 {
    padding: 20px}
.pl5{
	padding-left:5px;}
.pl10{
	padding-left:10px;}
.pl20{
	padding-left:20px;}
.pr5{
	padding-right:5px;}
.pr10{
	padding-right:10px;}
.pr20{
	padding-right:20px;}
.ptb10{
    padding: 10px 0;
}
.ptb20{
    padding: 20px 0;
}
.ptb40{
    padding: 40px 0;
}
.ptb60{
    padding: 60px 0;
}
.plr10{
    padding: 0 10px;
}
.plr20{
    padding: 0 20px;
}
.showmobile {
        display: none;}
.homeintro {
        width: 90%;
        margin: 0 auto !important;
        text-align: center;
        margin: 30px 0;
    }
.homeintro p {    
  	margin-bottom: 30px;
    line-height: 1.8em;
    font-size: 22px;
    padding: 0px 75px;
}
.homeintro a {
    border: 2px solid #8cc63e;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
}
.homeintro a:hover {
    color: #fff;
    background-color: #8cc63e;
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;   
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    }
.sectiontitle h2 {
    font-size: 38px;
    margin-bottom: 50px;
}
.homeproductswrapper {
        padding: 50px 0;
    text-align: center;
}
.homeproductswrapper .productimage {
    padding-bottom: 10px;
}
.homeproductswrapper a span {
    font-size: 16px;
    line-height: 1.1em;
}
.productimage img {
    max-width: 70%;
}
.researchhubwrapper {
    background: url('images/researchbg1.jpg') no-repeat center;
    min-height: 530px;
    position: relative;
    color: #fff;
    background-size: cover;
}
.researchhub {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);}
.researchnews {
    width: 55%;}

.researchhubwrapper .researchtitle {
    font-size: 28px;
    margin-bottom: 15px;
}
.researchhubwrapper .researchtext {
    padding-bottom: 10px;
}
.researchhubwrapper  a {
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
}
.researchhubwrapper  a:hover {
    color: #585858;
    background-color: #fff;
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;   
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    }
@media screen and (min-width:1940px) {
    .researchhubwrapper {
        background-size: cover;
    }
}
/*@media screen and (min-width:768px) and (max-width:1240px) {
    .researchhubwrapper {
        background-position: right;}
    .researchhubwrapper h2 {
        background-color: rgba(0, 0, 0, 0.32);
        display: table;
        padding: 0 20px;
    }
    .researchnews{
    background-color: rgba(0, 0, 0, 0.32);
    padding: 20px;
    }
}*/

.hometestimonialsswrapper {
    padding: 50px 0;
    text-align: center;
    background: url('images/testimonials-bg.jpg') no-repeat center; 
    color: #fff;  
}
.testimonialsitem span {
    color:#8cc63e;
    font-style: italic; }
@media screen and (min-width:960px) {
    .testimonialsitem {
        width: 80%;
        margin: 0 auto;
    }
}

/*Home Page*/

.breadcrumbswrapper {    
    color: #4d4d4d;
    padding: 10px 0;
    font-size: 13px;
    background-color:#efefef;
}
.breadcrumbswrapper .contentwrapper{
    padding: 0}
.breadcrumbs {
    padding-left: 10px;
}
.breadcrumbswrapper a{
    color: #4d4d4d;
}
.breadcrumbswrapper .menu {
    display:inline-block}
.breadcrumbswrapper .menu a:last-of-type {
    color: #cd1b82;
}

/* Search Toggle */

.searchicon {
    width: 100%;}
.search-form {
	width: 100%;
}

.search-field {
	background-color: transparent;
	height: 37px;
	margin: 3px 0;
	padding: 0 15px 0 15px;
	position: relative;
	width: 100%;
    border: none;
    border-top: 1px solid #9e9e9e;
    border-radius:0;
}

.search-field:focus {
	background-color: #f3f3f3;
	cursor: text;
	outline: 0;
    width: 100%;
    z-index: 1111;
}

.search-form
.search-submit { 
    display:none;
}

/* About page */


/* Contact From*/
form.wpcf7-form {
    max-width: 500px;
    border: 5px solid #c09c6d;
    padding: 40px;
    margin: 40px auto;
}
.wpcf7
{

}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea, .wpcf7 select
{
    background-color: #fff;
    padding: 1% 2%;
    width: 96%;
    border: 1px solid #999999;
    margin: 5px 0 10px 0;
     -webkit-border-radius:0; 
    border-radius:0;
}

#wpcf7-f343-o1 .wpcf7 input[type="text"]{
	background-color: #575757 !important;}
.wpcf7-form-control-wrap select{
	color:#525252 !important;
	height: 8em;
	width:100%}

.contactform40 {
    width: 40% !important;}
.wpcf7-submit { 
    background: #c09c6d;
    border: 2px solid #c09c6d;
    padding:10px 25px;
    font-weight: normal; 
    -webkit-border-radius:0; 
    border-radius:0px;
    cursor: pointer;
  	color:#000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin: 0 auto;
	
}
.wpcf7-submit:hover{
	color:#fff;
    background: #c09c6d !important}
.wpcf7-submit:focus {
    border-bottom: 2px solid #c09c6d !important;
    background: #c09c6d !important
}
span.wpcf7-list-item{
	margin:0 0 0 5px !important;
    padding-bottom: 5px;
    display: block;}
div.wpcf7-mail-sent-ok {
    border: 2px solid #d8e7e2 !important;
}
/* Blog and post card*/
.parent{
    display:table;
}
.child{
    display:table-cell;
    vertical-align:middle;
}
.child.postcardtextwidth{
    width: 32%;
    padding-right: 10%;
}
.postcard {    
    padding: 2%;
    display: block;
    max-width: 44%;
    background: #fff;
    margin: 1%;
    }
.postcardtitle {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    color: #f15921;
}
.postcardtitle h2 {
    font-size: 20px;
    padding-bottom: 10px;
}
.postcardtitle h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 3%;
    border-bottom: 3px solid #b21917;
    margin-top: 8px;}
.postcardimage{
    text-align:center;
    }
.postcardimage img {
    width:100%;
}
.postcardtext {
    padding:5px 0px;
}
.newspostcardtitle {
    display: block;
    padding: 0;
    margin-bottom: 0px;
    background-color: #cd1b82; 
}
.newspostcardtitle h1 {
    display: block;
    font-size: 1.2em;
    padding: 5px 10px;
    color: #fff;
}
.newsposttime{
    color: #fff;
    padding: 5px 10px;
}
.newspostcardimage img{
    padding-bottom:10px;
    margin-top: 20px;
    }
.newspostcardcontent {
    clear: both;
    margin-bottom: 40px;}
.newsprenextlinks {
    padding: 10px 0;}
.homeblogarticle {
    width: 94%;
    padding: 2% 3%;
    }
.homeblog{
    font-size: 18px;
}
a.link{
    padding: 5px 10px;
    border: 2px solid #d4d4d4;
    text-transform: uppercase;
    display: inline-block;
}
a.link:hover {
    background-color: #d4d4d4;
    color: #b21917;
}
.homeblog a{
    padding: 5px 10px;
    border: 2px solid #d4d4d4;
    margin-left: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    font-size:15px;
}
.homeblog a:hover {
    background-color: #d4d4d4;
    color: #b21917;
}
.blog {
    background-color: #fff;
    min-height: 340px;
    margin-bottom: 40px;
    max-height: 340px;
    overflow: hidden;
    border-bottom: 20px solid #fff;
}
.blogimage {
    min-height: 180px;    
    max-height: 180px;
    overflow: hidden;}
.blogimage img{
    width: 100%;
    min-height: 180px;
    object-fit: cover
	}
.blogtitle {
    color: #cd1b82;
    padding: 10px;
    font-weight: bold;
}
.blogblogarticle .blogimage {
    max-height: 150px;
    min-height: 150px;
}
.blogarticleimage {}
.blogarticletitle {
    color: #b21917;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
}
.blogarticletime {
    padding-bottom: 20px;
}
.blogtext {
    padding: 0 10px 10px;
    color: #4d4d4d;
}
.bloglink {
    padding: 0 10px 10px;
    }
@media screen and (max-width:560px) {
   .blogimage {
       min-height: initial;    
       max-height: initial;
       overflow: hidden;}
   .blogimage img{
       width: 100%;
       min-height: initial;
       width: initial;
       height: initial;
       object-fit: cover
	}
}
/* Featured Image */
.featuredimage {
    position: relative}
.featuredimage {
    overflow: hidden;
    position:relative;
    max-height:400px;
    line-height:0;
    width: 100%;
}
.featurednoimage .featuredimage{
    min-height:250px;
    background-color: #cd1b82;
    background-image: url(images/pw-pattern.png);}
.featuredimage img {
    width: 100% !important;}



/* Iframe */
.style{
	max-width:500px;
	width:100%;
}
 .google-maps {
	position: relative;
	padding-bottom: 50%; 
	height: 0;
	overflow: hidden;
	border:5px solid #fff;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-wrapper {position: relative;
    padding-bottom: 43.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-top: 5px;
    max-width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
}
 
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.hidden {
overflow: hidden;
}
/*sidebar right*/
.widget {
    max-width: 345px;
    margin: 0 auto !important;}
.widget .title{
    text-transform: uppercase;
    color: #cd1b82;
    border-bottom: 2px solid #dddedc; 
    padding: 10px 0 12px 0; 
    margin-bottom: 20px;
    font-size: 20px;
}
.widget ul{
    list-style-type: none;
    margin-left: 0px;
    }
ul.products li {
    text-align: center;
    background-color: #fff;
    padding-bottom: 60px !important;
    overflow: hidden;
}
ul.products li img{
  	width:100%
}
.widget ul li {
    padding: 10px;
}
.widget ul li:last-of-type {
    border-bottom: none}
.sbcontact p {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1.2em;
    padding-top: 10px;
    display:block;
}
.sbcontact strong {
    color: #fff;
    font-size: 24px;
    border-bottom: 2px solid #00a2b9;
}
.sbcontact span {
    font-weight: bold;
    display:block;
    font-size: 14px;
}
.sbcontact {
    background-color: #fdb632;
    padding: 30px;
}
/* Woocommerce */
.woocommerce {
}
.woocommerce nav{
	text-align:left}
.shoptitle {
    text-transform: uppercase;
    color: #cd1b82;
    border-bottom: 2px solid #dddedc;
    padding: 11px 0;
    font-size: 25px;
}
.homepage .shoptitle{
	display: none}
header.woocommerce-products-header {
	text-align: center;
}
header.woocommerce-products-header h1 {
    font-size: 20px;
    text-transform: lowercase;
    margin: 60px 0;
}
header.woocommerce-products-header h1:after {
    content: url(images/down-arrow.png);
  	padding-left:5px;
}
.product h1.woocommerce-products-header__title.page-title:last-of-type{display:none}
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
    margin-left: 0;
    margin: 0 auto;
    float: none;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin-top: 22px;
}
.woocommerce-ordering{
	z-index:8;}
.woocommerce ul.products li.product .button {
    background-color: #0781d4 !important;
    color: #fff !important;
    font-weight: normal !important;
    margin-bottom: 20px !important;
}
.homepage .add_to_cart_button, ul.products li.product .add_to_cart_button{
	display: none !important;
}

.homepage .woocommerce h2{
    font-size: 18px !important;
}
.homepage .woocommerce ul.products li.product, .homepage .woocommerce-page ul.products li.product, ul.products li.product {
    width: 80% !important;
    margin: 0 auto;
    float: none;
    text-align: center;
    list-style-type: none;
}

.woocommerce div.product{	
    border-top: 1px solid #fdfdfd;}
.woocommerce div.product div.summary {
    padding: 2%;
}

h2.woocommerce-loop-product__title {
    color: #999999;
    font-size: 15px !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, 
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.woocommerce-product-details__short-description {
    text-align: left;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{	
	z-index:8}
.woocommerce div.product .product_title {
    font-size: 22px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  	color: #999999;
    font-size: 20px;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: initial;
    line-height: 1.2px;
}
section.related.products {
    border-top: 1px solid #f9f9f9;
    clear: both;
    padding: 30px 0;
}
section.related.products h2 {
    font-weight: bold;
    margin-bottom: 40px;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
.tawcvs-swatches .swatch-label {
    background-color: #1585d5 !important;
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
      background-color: #c09c6d;
    border-radius: 0;
    padding: 13px 30px;
    margin-left: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
}
.woocommerce .quantity input.qty {
    padding: 3px 10px 3px 25px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 100px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    background-color: #fff;
}
.woocommerce div.product div.images .flex-control-thumbs {
    border-top: 1px solid #dad8d8;
}
.minicart__icon {
    height: 30px;
    width: 30px !important;
}
.minicarttop {
    display:inline;
    float: right;
    line-height: 105px;
    position: relative;
}
.cart-contents{
    position: relative;}
/*.cart-contents:before {
  content: url(images/cart.jpg);
    margin-top:10px;
    padding-right:5px;
    vertical-align: bottom;
    font-family:WooCommerce;
    content: "\e01d";
    color:#4d4d4d;
    font-size:25px;
    font-style:normal;
    font-weight:400;
}*/
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #999999;
    padding: 2px 0px;
    line-height: 1;
    vertical-align: top;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 12px;
    letter-spacing: 1px;
    right: 0;}
.myaccount{
    margin-right: 18px;
}
.myaccount:before {
    font-family:fontawesome;
    content: "\f007";
    color:#fff;
    font-size:22px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.productsearch {
    margin-right: 20px;
}
.productsearch:before{
  	font-family:fontawesome;
    content: "\f002";
    color:#fff;
    font-size:22px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}

.woocommerce span.onsale{
		z-index:8 !important;
    background-color: #f11515;}
.woocommerce ul.products li.product .price {
  color: #999999;
  font-size: 18px !important;}

.price_slider{ 
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size:1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #cd1b82;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}

.ui-slider-horizontal {
    height:.5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.filterbar li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term {
    display: inline-block;
}
.filterbar{
    margin-bottom: 50px;
    padding: 0 0 30px 0;}
.filterbar h4, .filterbar .title  {
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #fdfdfd;
    padding-bottom: 5px;
}
.filterbar ul.product-categories{
  	list-style: none;
    margin: 20px 0;
	}
.filterbar ul.product-categories li{
	padding:5px 0}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce 	input.button{	
    color: #6d6d6d;
    background-color: #e3e3e3;
}
.account {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    min-height: 100vh;
    padding: 0 2rem;
}
.account-login-form-center{
    width: 60%;
    margin: 0 auto !important;
}
.account-login_container {
    box-shadow: 1px 5px 15px 0 rgba(0,0,0,.22);
    background: #fff;
    width: 45rem;
    max-width: 100%;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
    text-align: center;
    margin: 5rem 0;
    padding: 3.75rem;
}
.account-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.375rem;
    line-height: 1.4;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.account form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-direction: column;
    max-width: 25rem;
    margin: 0 auto;
}
.account form .button{
   background-color:#cd1b82;
   color:#fff;
   align:center;
}
.woocommerce div.product form.cart .variations td.label {
    width: 50px;
}
.tawcvs-swatches .swatch{
    margin-right: 10px !important;
    margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    font-weight: 500;
  	padding-left:20px;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #999999;
}
.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    font-size: 16px;    
  	-webkit-transition: color 320ms ease;
    -moz-transition: color 320ms ease;
    -ms-transition: color 320ms ease;
    -o-transition: color 320ms ease;
    transition: color 320ms ease;
    color: #999999;
}
.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: '\f054';
    font-family: 'Fontawesome';
    position: absolute;
    margin-top: 2px;
    margin-left: 10px;
    color: #999999;
    font-size: 16px;
}
.woocommerce-Address-title.title{
		position:relative;}
.woocommerce-Address-title.title a{
  	position: absolute;
    right: 0;
    top: 0;
    color: #cd1b82;
}.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width:90%;
	padding:5%;}
.woocommerce table.shop_table{
	border:none; 
	background-color: #fff;
    padding: 5% 2%;}
.woocommerce table.shop_table td.product-thumbnail {
    max-width: 100px;
}
.woopagetitles{
	text-align: center;
  padding: 50px 0;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;}
.checkout-returningcus {
    text-align: center;
    padding: 20px 0;
}
.returningcuswrap {
    background-color: #000;
    display: inline-block;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
.returningcuswrap a, .returningcuswrap a:hover{
      text-decoration: underline;
    color: #fff;}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    border-radius: 5px;
    background-color: #fff;
    max-width: 60%;
    margin: 0 auto 50px auto;
    padding: 2%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: left;
}
 /**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width:768px) {
    .featurednoimage .featuredimage{
    	min-height:100px;}
    .pagetitle span {
        font-size: 1em;
    }  
  .woof_price3_search_container.woof_container{
    display:none
  	}
  .filterbar-widget ul.product-categories {
    display: none;
	}
  .filterbar-widget > div.title {
    display: none;
}
    .homepage header {
        background-attachment: initial !important;
        }
  .widget {
    max-width: initial;}
    .showmobile {
        display: block;}
    .researchhubwrapper {
        background-image: none;
        color: #585858;
        min-height: initial;
        padding: 0 0 30px 0;
    }
    .researchhubwrapper img{
        width: 100%;
    }
    .researchhub {
        position: relative;
        top: auto;
        transform: initial;
}
    .researchnews {
        width: 100%;
    }
    .sectiontitle h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .researchhubwrapper .researchtitle {
        font-size: 20px;
    }
    .researchhubwrapper a {
        border:  2px solid #8cc63e;
        color: #222;
    }
    .researchhubwrapper a:hover {
        color: #fff;
        background-color: #8cc63e;
    }
    header {
        width: 100%;
        text-align: initial;
    }
  .woocommerce-MyAccount-navigation ul li{
  	display: inline-block; }
  .woocommerce-MyAccount-navigation ul li.is-active:after{
  	display: none;}
    .homepage .woocommerce ul.products li.product, .homepage .woocommerce-page ul.products li.product {
    width: 48% !important;
}
    .breadcrumbswrapper {
        display: none;
    }
  .account{
  	padding:0}
  .account-login-form-center{
    width: 100%;
    margin: 0 auto;
}
  .account-login_container {
    box-shadow: 1px 5px 15px 0 rgba(0,0,0,.22);
    background: #fff;
    max-width: 100%;
    -webkit-transform: initial;
     transform: initial;
    text-align: center;
    margin: 2%;
    padding: 25px 3%;
    width: 90%;
}
    .maincontent {
        margin-left: 0px;
    }
     .socialsearch {
        position: relative;
        bottom: initial;
        left:  initial;
        width: 80%;
    	margin: 0 auto;
      }
    .featuredimage {
        max-height: 100%;
    }
    .mobileshow {
        display: block;
    }
    .blogtitle {
        max-height: initial;
        min-height: initial;
        height: auto;
    }
    .child.postcardtextwidth {
        width: 100%;
        padding-right: 0;
    }
    .child {
        display: block;
    }
    .homeservices {
        text-align: center;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
        margin-bottom: 20px;
    }
    .homeproductswrapper .col-3 {
        width: 48.5%;}
    .slidemobile {
        display: block;
    }
    .slidedesktop {
        display: none;
    }

}
@media screen and (max-width:650px) {
    .footerwrapper {
        padding: 0;
    }
    header {
        background-size: contain;
    }
    .postcardtitle h2:after {
        width: 10%;
    }
    .headerleft-logo {
        height: 70px;
        background: none;
        z-index: 99999;
        position: relative;
    }
    .headerleft-logo a {
        padding: 9px 30px;
        background-color: #b21917;
    }
    .headerleft-logo img {
        min-width: 110px;
        max-width: 110px !important;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width:100%;
	}
    nav {
        width: 100%;
    }
    .footercontent {
        float: none;
        clear: both;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
    }
    .footersocial {
        float: none;
        clear: both;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .grid-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        margin: 10px 0 0 0;
    }
    .sidebar {
        width: 100%;
    }
  svg#Layer_1 {
    width: 150px;
}
}
@media screen and (max-width:480px) {

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
    }

    h1 {
        font-size: 22px;
    }

    .width50 h1 {
        margin-bottom: 15px;
    }
}
@media print {
    div[style] {
        min-height: initial !important;
    }
    .center {
        float: left;
        text-align: left;
    }
    h2:after, h2:before {
        display: none;
    }
    .servicestile, .coachingtile {
        width: 100%;
        min-height: initial;
    }
    .tileverticalalign {
        position: relative;
        transform: initial;
    }
    body {
        background: white;
        font-size: 10pt;
        margin: 0;
    }
    #header {
        height: 75px;
    }
    .demo .red {
        color: black;
        font-weight: bold;
    }
    #content a {
        font-weight: bold;
        color: #000066;
        text-decoration: underline;
    }
    #content {
        margin-left: 0;
        float: none;
        width: auto;
    }
    .slider, .headernav {
        display: none;
    }
    #footer, .ad {
        display: none;
    }
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    h3 {
        margin-left: 10px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    blockquote, table, pre {
        page-break-inside: avoid;
    }
    ul, ol, dl {
        page-break-before: avoid;
    }
    img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    img.right {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
    }
    img.left {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
    }
    .right {
        float: left;
    }
    .left {
        float: left;
    }
    img, nav, footer, .video-container, .header-video {
        display: none;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, col-55 {
        width: 100%;
    }
    header {
        height: auto;
        position: relative;
    }
    .blogimage, .blog {
        min-height: initial;
    }
}


.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
  background: #4d4d4d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #b21917;
  opacity: 1;
}
.fa-sort-up:before, .fa-sort-asc:before {
    line-height: 37px;}
@media only screen and (max-width: 1025px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 40px;
  }
}
.ie9 img[src$=".svg"] {
  width: 100%; 
}
/* IE SVG 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}*/


/* Services page */
.subtitle {    
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 9;
    text-transform: uppercase;
    left: 0;
    right: 0;
    text-align: center;

}
/* Sidebar */
.sidebarleft {
    width: 17.5%;
    margin-right: 3%;
    float: left;
    margin-top: -10px;
}
.contentarea {
    width: 55.5%;
    margin-right: 3%;
    float: left;
}
.sidebarright {
    width: 21%;
    float: left;
}

.stickyleftnav {
    position: fixed;
    top: 100px;
    width: 16% !important;
}
.stickyleftbar .sidebarleft {
    width: 16%;}
.stickyleftbar .contentarea {
    padding-left: 22%;
}
/* Sidebar left */
.menu-servicesmenu-container {
    margin-top: -10px;
}
#nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#nav-main ul a {
  display: block;
  text-decoration: none;        
}
#nav-main ul li {
    display: inline-block;
    width: 100%;
}
#nav-main ul li a { 
        text-decoration:none; 
        display:block; 
        padding: 10px 18px 10px 2px; 
        color:#2e2e2e; 
        margin: 0px 0px;
        border-bottom: 1px #d3d3d3 solid;
        font-size: 14px;
        outline:none;
	position:relative;
}
#nav-main ul li.current_page_item a {
	border-bottom:none;}
#nav-main ul li:first-child a {
    border-top: none;
}
#nav-main ul li a:hover {
    color: #cd1b82;
}
#nav-main ul li ul li a:hover {
    background: none;
    color: #cd1b82;
}
#nav-main ul li ul {
    position: relative;
    top: -2px;
}
#nav-main ul ul {
    padding: 5px 0;}
#nav-main ul ul li a {
    background: none;
    border: none;    
    padding: 5px 0px 5px 20px;
    border-top: none;
}
#nav-main ul ul li a {
    position: relative}
#nav-main ul ul li a:before {
    content: "- ";
    padding-right: 5px;
    position: absolute;
    left: 10px;
}
#nav-main ul ul li.current_page_item a {
    color: #cd1b82;
    font-weight:700;}
#nav-main ul ul li ul {
    margin: 0 0 0 8px;
}

#nav-main ul.sub-menu li.current-menu-item a{
    color: #cd1b82 !important;
}
#nav-main > ul > li.current_page_item > a {
    border-bottom: 2px solid #cd1b82;
    font-weight: bold;
    color:#cd1b82;
}
#nav-main > ul > li > a.showarrow:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 5px;
    color:#d3d3d3;
    position:absolute;
    right:0;
}
#nav-main > ul > li > a.showarrow.rotate:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 0px; 
    transform:             rotate( -180deg );            
        -moz-transform:    rotate( -180deg );            
        -ms-transform:     rotate( -180deg );            
        -o-transform:      rotate( -180deg );            
        -webkit-transform: rotate( -180deg );   
    transform-origin: 3px 13px;       
}
#nav-main > ul > li.current_page_item > a:after {
    color: #cd1b82;
}
#nav-main li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 5px;
}
#nav-main li.menu-item-has-children > a.rotate:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 10px;
    padding-top: 4px;
    padding-right: 0px; 
    transform:             rotate( -180deg );            
        -moz-transform:    rotate( -180deg );            
        -ms-transform:     rotate( -180deg );            
        -o-transform:      rotate( -180deg );            
        -webkit-transform: rotate( -180deg );   
    transform-origin: 3px 13px;         
}
@media screen and (min-width:768px) {
  .woocommerce-MyAccount-content {
    width: 75%;
    float: right;
}
  nav.woocommerce-MyAccount-navigation {
    float: left;
}
}
@media screen and (max-width:768px) {
    .sidebarleft {
    	width:100%;
    }
    #nav-main > ul > li {
    	display: none;
    	width: 100%;
     }
     #nav-main ul li.current_page_item {
    	display: block;
     }
     ul.level-2-children li:last-of-type {
         padding-bottom: 20px;
      }
	#nav-main > ul > li.current_page_item > a{
        display:none !important;}
     #nav-main > ul > li.current_page_item > a:not(:last-child) {
    	display: block !important;
      }

}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .sidebarleft {
        width: 29.83%;
    }
    .contentarea {
        width: 67.1%;
        margin-right: 0 !important;
    }
    .sidebarright {
        width: 100%;
        padding-top: 50px;
    }
   .sbcontact{
	width:96%;
	padding:2%;
    }
}

@media screen and (max-width:768px) {
  
  .shoptitle{
  	font-size:15px;}
    .mobilehide {
        display: none !important;
    }
    .contentarea {
        width: 100%;
        margin-right: 0 !important;
    }
    .sidebarright {
        width: 100%;
        padding-top: 50px;
    }
    .sbcontact{
	width:96%;
	padding:2%;
    }
    .footerbottomwrapper, .footerbottomwrapper .textright{
	text-align:center}
    .footerbottomwrapper ul{
	margin:0}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.iepadding{padding-bottom:200px}
.Search-icon, .Search-close-icon, .footerSearch-icon, .footerSearch-close-icon  {
   background-image: url("/wp-content/uploads/2017/03/search-1.png");
}
}

    .homeintro h1 {
        font-size: 35px;
      color:#c09c6d;
    }
@media screen and (min-width:768px) {
    .homeintro {
        width: 70%;
        margin: 0 auto !important;
        text-align: center;
        margin: 50px 0;
    }

}
@media screen and (max-width:959px) {
.homeintro h1 {
        font-size: 25px;
    }
  .homeintro p{
        padding: 0px 10px;
    	font-size: 18px;
  }
    .herotext {
        font-size: 30px;
    }
}
.wholesale-title{
  font-size: 30px
}
@media screen and (max-width:580px) {
  .wholesale-title{
  font-size: 18px
}
  header.woocommerce-products-header h1 {
    font-size: 20px;
    text-transform: lowercase;
    margin: 30px 0;
}
  .homeintro h1 {
        font-size: 25px;
    }
    .minicarttop {
      margin: 0 20px 0 0;
		}
  .shoptitle{
  	font-size:12px;}
    .Search-box:focus {
        width: 300px !important}
  .Search-icon, .Search-close-icon{
  	top:initial;}
  .Search-box:focus{
  	margin-top:initial;}
    .herotext, .herotext a {
        font-size: 16px;}
    .postcard{
	max-width:94%}
    .distributorswrap{
	width:94%;}
    .headerlogo img {
        min-width: 180px;
        max-width: 180px;
        padding-top: 19px;
    }
  .sliderbottombar{ 	
    font-size: 12px;
    padding: 10px 0;}
}
@media screen and (max-width:440px) {
  .headerlogo img {
        min-width: 140px;
        max-width: 36.66666666666667vw;
    }
  .headerlogo{
  	padding: 20px 10px}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
        width: 100% !important}
}
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link{
	padding-left: 40px;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
    border-radius: 0 0 2px 2px;
    left: 0;
    height: 100%;
    padding: 8px;
    font-size: 24px;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    height: 100%;
    font-size: 24px;
}

.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
    font-weight: 400;
    color: #515151;
	border: 1px solid #999999;
    background-color: inherit;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #999999;
    color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
    background-color: initial;
    color: #999999;
}
.woocommerce-message {
    border-top-color: #999999;
    border-top-width: 1px;
}
.woocommerce-message::before {
    content: '\e015';
    color: #999999;
}
.woocommerce form.login .form-row input.input-text{
  	border: 1px solid #999999;
    padding: 15px 10px;
    background: #f6f6f6;
}
.woocommerce form.login .form-row button{
    width: 100%;
    background: #c7b299;
    border-radius: initial;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 15px 0;
    color: #000;
    margin-top: 15px;
}
p.return-to-store , p.woocommerce-LostPassword.lost_password{
    margin: 30px 0;
    text-align: center;
}
.return-to-store-product-details{clear:both; text-align: left; font-size: 20px; margin: 30px 0}
input#coupon_code {
    width: 230px;
    padding: 6px;
    float: left;
    margin-right: 5px;
}
h3#order_review_heading, .cart_totals h2{
    margin: 50px 0;
    font-size: 25px;
}
.woocommerce table.shop_table th{font-weight:400}

@media screen and (max-width: 80000px){
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
    padding-left: 55px !important;
}
  #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-2 a.responsive-menu-item-link{
    padding-left: 65px !important;
  }
}