/* GLOBAL */
b, strong {
    font-weight: normal;
}

.woocommerce {
	font-family: 'Muli', sans-serif !important;
}

textarea {
	width: 100%;
	max-width: 100%;
	padding: 25px;
	background: #cfcfcf;
	border: none;
	text-align: left;
}

select{
	border: none;
    background-color: #F5C124;
    width: 100%;
    padding: 20px;
}

select option {
	background-color: #FFFFFF;
}

select:focus > option:checked {
	background-color: #1B5A3E;
	color: #FFFFFF;
}

table { 
  width: 100%; 
  border: none !important;
}

tr {
	border: none;
	background: #eee;
}

td:first-child {
	background-color: #CFCFCF;
}

th { 
  background: #CFCFCF; 
  color: #000000; 
  font-weight: bold; 
}

td, th { 
  padding: 6px; 
  text-align: left; 
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		position: relative;
		padding-left: 50%;
		border-bottom: 1px !important;
	}

	td:last-child {
		border-bottom: none !important;
	}

	td:first-child {
		border-top: none !important;
	}

	td:before { 
		/* Now like a table header */
/*		position: absolute;
*/		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		display: inline-block; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	td:nth-of-type(4):before { content: "Price"; }
	td:nth-of-type(5):before { content: "Quantity"; }
	td:nth-of-type(6):before { content: "Total"; }
}	


/* Disable Classes */

.blog-widget .cat-item-8 {
	display: none;
}

/* Recaptcha */

div.g-recaptcha > div > div, .rc-anchor-normal, .rc-anchor-dark {
	width: 100% !important;
}

@media(max-width: 404px){
	.g-recaptcha iframe {
		width: 100%;
	}
}

/* Prevents footbar and Admin footbar Overlapping Title */
	.title {
		margin: 55px 0 0 0;
	}

	.admin-bar .navbar-fixed-top {
		margin-top: 30px;
	}

/* Remove Padding/Margin */
	.nopadding {
		padding: 0 !important;
	}

	.nomargin {
		margin: 0 !important;
	}

/* CONTACT FORM */

.image-upload {
		height: 110px;
	}

@media(max-width: 768px){
	.image-upload {
		height: 260px;
	}
}

/* BLOG */
.article-grid{
	height: 520px;
	width: auto;
	margin-bottom: 30px;
}


@media (max-width: 991px) {
	.article-grid{
		height: auto !important;
		width: auto;
		margin-bottom: 30px;
	}
}

.blog-footigation a {
	color: #000000;
}

/* BLOG SINGLE */
.blog-content {
	padding: 30px;
	background-color: #FFFFFF;
}

.blog-content img {
	width: 100%;
	height: auto;
}

/* Wiget Area */

.blog-widget li {
	margin-bottom: 15px;
}

.blog-widget .search-button {
	width: 100%;
}

/* WOOCOMMERCE SHOP */

.amount {
	font-size: 25px;
}

.cart {
	margin-top: 50px;
}

.quantity {
	margin-bottom: 15px;
}

.shopitem {
	height: 450px;
	margin-bottom: 40px;
}

@media(max-width: 992px) {
	.shopitem {
		height: 750px;
	}
}

.shopitem a h3, .shopitem a span {
	color: #000000;
}

span ins {
	background: inherit;
}

.shopitem a span {
	font-size: 17px;
}

.shopitem img {
	width: 100%;
}

.add-to-basket {
	visibility: none !important;
}

.woocommerce span.onsale {
	background-color: #FFD520;
	color: #000;
	z-index: 10;
}

.product-name a {
	color: #008348;
}

.product-name a:hover {
	color: #23527C;
}

.woocommerce .quantity .qty {
    padding: 15px;
    width: 125px;
}

	/* Result count, Sorting, Basket Styling */
		.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
			position: static;
			width: 100%;
			text-align: center;
		}

		.basket {
		  	position: relative;
		  	width: 100px;
		  	margin: auto;
		  	text-align: center;
		  	float: right;
		}

		.woocommerce label, .woocommerce th,.woocommerce td, .woocommerce span {
			font-weight: normal !important;
		}

@media (max-width: 768px) {
	.woocommerce .woocommerce-result-count {
		margin: 0 auto 1em auto;
		float: none;
		width: 100%;
	}

	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		position: relative;
		width: 100%;
		text-align: center;
	}

	.woocommerce .woocommerce-ordering select {
  		vertical-align: top;
  		width: 100%;
  		height: 60px;
	}

	.basket {
	  	position: relative;
	  	width: 100px;
	  	margin: auto;
	  	text-align: center;
	  	float: right;
	}
}

#shop div {
	padding: 0;
	z-index: 0;
	position: relative;
}

.img-text  {
	position: absolute;
    top: 40%;
    left: 0.5em;
    width: 100%;
    height: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-text h4 {
color: #F5C124;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 16px;
}

.img-text p, .img-text h2, .img-text h2 a, .img-text a:hover {
	color: #FFFFFF;
}

@media (max-width: 999px) {
	#shop div {
		margin-bottom: 40px;
	}
}

@media (max-width: 449px) {
	.img-text {
		left: 0em;
		top: 30%;
	}

	.img-text h2 {
    	font-size: 19px;
    	line-height: 24px !important;
	}

	#shop div {
		margin-bottom: 20px;
	}
}

.checkout label a {
	color: #F5C124;
}

/* SHOP SINGLE ITEM PAGE TEMPLATE */

.product-content {
	width: auto;
	height: auto;
	padding: 30px;
}

.product-image span.onsale {
	display: none !important;
}

	/* Social Media Product Page */
		.product-page-social-facebook { 
			background: url(img/social_fb.svg) no-repeat right;
			background-size: 30px 30px;
			width: 30px;
			margin-left: 5px;
		}

		.product-page-social-facebook:hover {
			background: url(img/social_fb_hover.svg) no-repeat right;
			background-size: 30px 30px;
		}

		.product-page-social-twitter { 
			background: url(img/social_twitter.svg) no-repeat right;
			background-size: 30px 30px;
			width: 40px;
			margin-right: 5px;
		}

		.product-page-social-twitter:hover { 
			background: url(img/social_twitter_hover.svg) no-repeat right;
			background-size: 30px 30px;
		}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative;
	position: relative;
}

img.attachment-shop_single {
	width: 100%;
}

img.attachment-shop_thumbnail {
	width: 33.333333%;
}

#product-social-media {
	padding-top: 20px;
}

/* BASKET */
	/* Message Styling */
		.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
		  	border-top-color: #1B5A3E;
		}

		.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
		  	color: #1B5A3E;
		}

		.woocommerce .woocommerce-info a {
			color: #1B5A3E;
		}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	padding: 6px 60px 0 0;
	line-height: 2em;
}

.cart_item {
	margin-bottom: 15px;
}

.actions {
	padding: 0 !important;
	background-color: #FFFFFF !important;
	border: 0px !important;
	border-color: #FFFFFF;
}

.shop_table tr:last-child {
	margin-top: 15px;
}

/* PAGE */

.wp-caption-text {
	padding-top: 25px;
	font-size: 15px;
	font-style: italic;
}

.boxed-info {
	margin: 45px 0px;
    padding: 10px 30px;
    border-color: #CFCFCF;
    background-color: #F4F5F4;
    border-width: 5px;
    border-style: solid;
}

@media(max-width: 480px){
	.boxed-info {
		padding: 0px 15px;
	}
}

.page-content {
	padding: 30px;
	background-color: #FFFFFF;
}


.page-content li {
	list-style-type: circle;
	list-style-position: inside;
	padding: 0 0 0px 20px;
    text-indent: -1em;
}

.page-content img {
	width: 100%;
	height: auto;
}

.woocommerce div.product span.price del {
	display: inherit;
	opacity: 1;
}

.quote-background {
	background-color: transparent;
}

.carousel-caption {
    top: 0;
    bottom: auto;
}

img.flag {
	width: 100px; 
	height: 50px;
}

/* PAGE Q&As */

.panel-answer {
	border: none !important;
padding: 23px 0 50px 23px;
	line-height: 1.42857;
	font-style: italic;
}

/* PAGE FAQS TEMPLATE */

.panel-heading {
	background-color: #FFD520 !important;
	border: none !important;
	padding: 23px;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333;
    font-size: 17px;
line-height: 1.42857;
}

.panel-group .panel {
    margin-bottom: 20px;
    border-radius: 0px;
    margin-top: 20px;
}

.panel-default {
	 border: none !important;
}

.panel-title > a {
	line-height: 25px;
	text-decoration: none;
}

/* PAGE MATERIALS TEMPLATE */


.material-icon {
	max-height: 150px !important;
	width: auto !important;
}

.material-title {
	top: 25px;
	margin-bottom: 40px;
}

@media(max-width: 999px) {
	.material-icon {
		margin-top: 15px;
	}

	.material-title {
		text-align: center;
		top: 0px !important;
	}
}


/*WIDGET MENU & LIST SUB MENU */

#menu li {
	list-style: none;
}

#menu .menu-align {
	float: left;
}

#menu li {
	margin-bottom: 10px;
	margin-top: 20px;
}

#menu .page_item > a {
	color: #333;
}

#menu a:hover {
	color: #858485;
}

#menu .current_page_item > a {
	background: none;
}

#menu .current_page_item a {
	color: #008348;
	pointer-events: none;
    cursor: default;
}

/* BUTTONS & INPUTS */

button.alm-load-more-btn, 
button[type=submit], 
input[type=submit],
input[type=text],
input[type=tel],
input[type=password],
input[type=email],
a.select2-choice,
.product-basket,
a.checkout-button.button.alt.wc-forward,
a.button.wc-forward,
a.button.wc-backward,
button.learn-more-button,
button.blog-home-button {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal !important;
    height: 70px !important;
    border: medium none;
    border-radius: 0px;
    margin: 0px 0px 14px !important;
    display: inline-block;
    position: relative;
    transition: padding 0s ease-in-out 0s;
    text-align: center;
    text-decoration: none;
    -moz-appearance: none;
    -moz-user-select: none;
    cursor: pointer;
    border-radius: 0 !important;
}

button.alm-load-more-btn,
input[type=submit],
button[type=submit] {
	padding: 35px 80px !important;
	height: auto !important;
	line-height: 4px;
}

@media (min-width: 1199px) {
	#load-more {
		min-width: 362px;
	}
}


input[type=text],
input[type=email],
input[type=tel],
input[type=password], 
.product-basket {
	padding: 25px 25px !important;
	height: auto !important;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
	cursor: text;
}

.form-submit input[type=submit] {
	cursor: pointer;
} 

#searchform input[type=submit] {
	cursor: pointer;
}
	/* Woocommerce Checkout Form */
	@media(max-width:1000px){
		.woocommerce-checkout input {
			width: 100% !important;
		}
	}

a.checkout-button.button.alt.wc-forward,
a.button.wc-forward,
a.button.wc-backward,
a.select2-choice {
	height: auto;
	padding: 33px 20px 0px 20px !important;
}

@media(max-width: 768px) {
	.woocommerce-message > a.button {
		max-width: 100% !important;
	}
}

.single_add_to_cart_button {
	width: 100%;
}

input#coupon_code.input-text, 
.coupon input.button {
	width: 275px;
	height: 57px !important;
	margin-right: 10px !important;
}

td > input.button {
	width: 275px;
	margin: 0px !important;
}

.coupon, .actions > input.button {
	margin-top: 15px !important;
} 

@media(max-width: 768px) {
	input#coupon_code.input-text, 
	.coupon input.button {
		width: 48% !important;
		margin: auto !important;
	}

	td > input.button {
		width: 48% !important;
	}

	#customer_details input,
	input#coupon_code.input-text {
		width: 48px;
	}
}

@media(max-width: 1000px) {
	input#coupon_code.input-text, 
	.coupon > input.button {
		width: 200px;
		margin: 0px;
	}

	td > input.button {
		width: 200px;
	}

	#customer_details input,
	input#coupon_code.input-text {
		width: 200px;
	}
}

/* Yellow */
	button.alm-load-more-btn, 
	button[type=submit], 
	input[type=submit], 
	.product-basket,
	a.button.wc-backward,
	button.learn-more-button,
	button.blog-home-button { 
		background: #F5C124 none repeat scroll 0% 0% !important;
	    color: #333 !important;

	}

/* Green */
	a.button.wc-forward {
		background: #1B5A3E none repeat scroll 0% 0% !important;
		color: #FFF !important;
	}

input.search-box {
	float: none;
	width: 100%;
	padding: 23px 25px !important;
	margin-bottom: 20px !important;
}

.searchform p {
	margin: 0px !important;
}

.searchform .search-button {
	padding: 33px 80px !important;
	margin: 0px !important;
}

button.learn-more-button {
	display: block;
	width: 345px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	margin-top: 50px !important;
}

@media(max-width: 480px) {
	button.learn-more-button {
		width: 100%;
	}
}

button.blog-home-button {
	width: 100%;
}

@media (max-width: 495px) {
	.woocommerce .button {
	  margin: 10px 0;
	  color: inherit;
	  background-color: inherit;
	}
}

.product-basket {
	float: right;
	text-align: center;
	vertical-align: middle;
	width: 90px !important;
	line-height: auto;
}

@media (max-width: 999px){
	.product-basket {
  		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

a.checkout-button.button.alt.wc-forward {
	width: 100%;
}

@media(max-width: 768px) {
	a.button.wc-forward {
		width: 48%;
	}
}

@media(max-width: 570px) {
	a.button.wc-forward {
		width: 100%;
	}
}

@media (max-width: 449px) {
	input#coupon_code.input-text, 
	.coupon > input.button,
	td > input.button {
		margin-left: auto;
		margin-right: auto;
		z-index: 10;
		display: block;
		top: 0;
		position: relative;
		width: 100% !important;
	}

	.woocommerce table.shop_table th {
   		font-weight: 700;
   		padding: 9px 0px;
	}

	.woocommerce .cart .button {
		margin-top: 10px !important;
	}
}

input[type=submit]:disabled[disabled] {
	background: #C3C3C3;
}

input[type=text], 
input[type=email], 
input[type=tel],
input[type=password] {
    width: 100%;
    background: #cfcfcf;
    border: none;
    text-align: left;
}

.form-submit input[type=submit] {
    margin-left: auto;
    float: right;
}

@media (max-width: 767px) {
	.form-submit input[type=submit] {
		margin: 0px;
		float: none;
	}
}

form.checkout_coupon input.button {
	width: 100% !important;
}

/* FOOTER */
	.ess-button-inner {
		display: none;
	}

	ul.ess-buttons {
		height: 50px;
		display: table;
    	margin: auto;
	}

	ul.ess-buttons > li {
		height: 30px;
		width: 30px;
	}

	ul.ess-buttons > li > a {
		height: 30px;
		width: 30px;
	}

	ul.ess-buttons > li:nth-child(1) { 
		background: url(img/social_fb.svg) no-repeat right;
		background-size: 30px 30px;
	}

	ul.ess-buttons > li:nth-child(1):hover {
		background: url(img/social_fb_hover.svg) no-repeat right;
		background-size: 30px 30px;
	}

	ul.ess-buttons > li:nth-child(2) {  
		background: url(img/social_twitter.svg) no-repeat right;
		background-size: 30px 30px;
		margin-left: 10px;
	}

	ul.ess-buttons > li:nth-child(2):hover { 
		background: url(img/social_twitter_hover.svg) no-repeat right;
		background-size: 30px 30px;
	}

	ul.ess-buttons > li:nth-child(3) {  
		background: url(img/social_google.svg) no-repeat right;
		background-size: 30px 30px;
		margin-left: 10px;
	}

	ul.ess-buttons > li:nth-child(3):hover { 
		background: url(img/social_google_hover.svg) no-repeat right;
		background-size: 30px 30px;
	}

	ul.ess-buttons > li:nth-child(4) {  
		background: url(img/social_pin.svg) no-repeat right;
		background-size: 30px 30px;
		margin-left: 10px;
	}

	ul.ess-buttons > li:nth-child(4):hover { 
		background: url(img/social_pin_hover.svg) no-repeat right;
		background-size: 30px 30px;
	}

	ul.ess-buttons > li:nth-child(5) {  
		background: url(img/social_email.svg) no-repeat right;
		background-size: 30px 30px;
		margin-left: 10px;
	}

	ul.ess-buttons > li:nth-child(5):hover { 
		background: url(img/social_email_hover.svg) no-repeat right;
		background-size: 30px 30px;
	}

.blog-navigation {
	background-color: #F3F5F3;
}

/* Social Media Foot*/

.sfsi_wDiv {
	width: 100% !important;
}

/*ul.ess-buttons > li:nth-child(1) {
	background: url(img/social_fb.svg) no-repeat right;
	background-size: 30px 30px;
}

ul.ess-buttons > li:nth-child(1):hover {
	background: url(img/social_fb_hover.svg) no-repeat right;
	background-size: 30px 30px;
}
*/
@media(max-width: 600px) {
	#social-media div #button {
		width: 50%;
	}
}

#social-media {
	margin-bottom: 50px;
}

#social-media a {
	height: 30px;
	display: block;
}

#social-media li {
	float: left;
	list-style-type: none;
}

#social-media h3 {
  font-family: 'Lobster', cursive;
}

#button {
	padding: 15px 0px 100px 0;}

footer .foot-social-facebook {
	margin-left: 5px;
}

footer .foot-social-twitter {
	margin-right: 5px;
}

.logo img{
	height: auto;
	width: 75px;
	margin: 30px auto;
}

.info {
	background-color: #0F0F0F;
}

.info p {
	color: #FFFFFF;
}

.footer-padding {
	padding: 20px 0px 60px 0px;
} 

.address p {
	color: #666666;
	font-size: 14px;
}

.rtext-footer {
		text-align: right;
}

@media(max-width: 99449px) {
	.rtext-footer {
		text-align: left;
	}
}
