/* Themify Customize Styling */
body {		line-height:1.6em;
	text-align:left;
	color: #000000; 
}
a {		text-decoration:underline;
 
}
a, .post-nav .arrow {	
	color: #0e4d82; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #000000; 
}
.transparent-header #headerwrap a,.transparent-header #headerwrap.fixed-header a,#headerwrap a,#headerwrap.fixed-header a,#footerwrap a {	
	color: #000000; 
}
.transparent-header #headerwrap,.transparent-header #headerwrap.fixed-header,#headerwrap,#headerwrap.fixed-header,#footerwrap {	
	color: #ffffff; 
}
.pagewidth,.module_row>.row_inner {	
	width: 1000px; 
}
#headerwrap {	background: none;
	background-color: #ffde11; 
}
#site-description {	display: none; 
}
.post-title {		text-align:left; 
}
.post-meta, .loops-wrapper.list-post .post-meta, .single-post .post-meta, .loops-wrapper.grid6 .post-meta, .loops-wrapper.grid5 .post-meta, .loops-wrapper.grid4 .post-meta, .loops-wrapper.grid3 .post-meta, .loops-wrapper.grid2 .post-meta {		text-align:left; 
}
.post-date, .post .post-date .day,.post-date .month, .post .post-date .year, .loops-wrapper.list-post .post .post-date, .single #pagewrap .post-content .post-date, .single-post #pagewrap .post-date-inline .post-date .year {		text-align:left; 
}
.more-link {		text-align:left; 
}
#footerwrap {	background: none;
	background-color: #0e4d82;background-image: none; 
}
#footer-logo a {	
	color: #ffffff; 
}
#footer {	
	color: #ffffff; 
}
#footer a {	
	color: #ffffff; 
}

/* Themify Custom CSS */
.fa-shopping-cart,
.menu-icon-inner {

}


.entry-content {
text-align: left !important;
}

.woocommerce-verification-required {
font-size: 20px !important;
background: yellow !important;
padding: 10px !important;
}

.woocommerce-info, ul.woocommerce-error {
border: 5px solid #F44336;
  background: #F2F2F2;
  font-weight: 700;
  font-size: 28px;
  color: red;
line-height: 1.2;
}

/* to disable animated labels on comment forms */

#commentform p label {
    transform: none !important;
}
2)

p.comment-form-cookies-consent input[type="checkbox"]:checked + label::after{
top:1.5ex;
}
3)

p.comment-form-cookies-consent {
margin-bottom:-8px !important;
}
