/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


html {

  /* Make type rendering look crisper */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;


  /* Disable auto-enlargement of small text in Safari */
  text-size-adjust: 100%;

  /* Enable kerning and optional ligatures */
  text-rendering: optimizeLegibility !important;
  
}

/**
 * Form elements render using OS defaults,
 * so font-family inheritance must be specifically declared
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	color:#000;
	font-weight:500;
	letter-spacing:0;
}

body, input, textarea, button, select {
	font-size:16px;
	line-height:1.563;
	font-family: "Open Sans", sans-serif;
	color: #222323;
	font-weight:400;
	font-style:normal;
}



body {
	background-color:#fff;
	}

#navigation {
	background-color:#fff;
	}

#header {
	margin-bottom:0px !important;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.add-margin-bottom {
	margin-bottom:15px;
}

.img-border {
	border: 1px solid #eee !important;
}

.img-add-bottom {
	margin-bottom:30px;
}

#top-color-row {
/*   background-color:rgba(174,169,212,.25); */
  min-height:15px;
	background-color:#ffffff;
}


.text-logo {
	font-family: 'Raleway', sans-serif;
	font-size: 1.75em;
	color:#3c3c3c;
	font-weight:600;
	padding-top:16px;
	letter-spacing:0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	}
	

body.page-id-2 #header {
	margin-bottom:0 !important;
}


.img-circle {
	border-radius:50%;
	-webkit-border-radius:50%;
	}

.catimg:hover {
	opacity: .8;
}
	
.trans-border {
  border-radius: 1px;
  box-shadow: 0px 0px 0px 8px rgba(192,192,192,0.5);       
}

.light-border {
	border: 1px solid #ddd;
	}
	
.add-pad-tb {
	padding-top:10px;
	padding-bottom:10px;
	}
	
.add-mar-tb {
	margin-top:10px;
	margin-bottom:10px;
	}
	
.add-mar-bottom {
	margin-bottom:30px !important;
	}
	
.fix-bottom {
    position:fixed;
    bottom:0px;
    left:50%;
    }
	
	
/* Buttons */

.center {
	text-align:center;
	}

.cta-button {
	display:inline-block;
	padding:5px 20px;
	background-color:#000000;
	color:#ffffff !important;
	opacity:1;
	margin-top:15px;
	margin-bottom:30px;
	font-size:1.25em;
	}
	
.cta-button:hover {
	opacity:0.85;
	text-decoration:none !important;
	}
	
.make-space {
	margin-bottom:30px !important;
	}

body#override #respond #submit {
	background-color:#000;
	color:#fff;
	}
	
#respond #submit:hover {
	background-color:#3c3c3c;
	}

/* Top Bar for Announcements */

#topbar-container {
	display: block; 
	color: inherit; 
	height: 56px;
}

#topbar-background {
	opacity: 1; 
	margin: 0px; 
	padding: 0px; 
	height: auto; 
	width: 100%; 
	z-index: 9; 
}

#topbar-bar {
	text-align: center; 
	margin: 0px; 
	padding: 12px 10px; 
	left: 0px; 
	height: auto; 
	width: 100%; 
	box-sizing: border-box; 
	border: medium none; 
	background-color: #449199; 
	color: #F2F2F2;
	font-size: 18px; 
	line-height: 22.5px; 
	font-family: Oswald;
}
	
#topbar-content {
	text-align: center;
	display: inline-block; 
	font-size: 18px;
}	
	
#topbar-button {
	outline: currentcolor none medium; 
	border: medium none; 
	line-height: 2em; 
	padding: 0px 1em; 
	margin: 0px 0px 0px 1em; 
	display: inline-block; 
	border-radius: 0.25em; 
	cursor: pointer; width: 
	auto; 
	height: inherit; 
	font-family: inherit; 
	font-size: 0.875em; 
	text-align: center; 
	text-decoration: none; 
	-moz-appearance: none; 
	color: rgb(36, 38, 32); 
	background-color: rgb(255, 194, 41);
}
	
/* Landing Pages */

.landing-footer-links {
	text-align:center;
	margin-bottom:20px;
	}
	
.landing-header, .landing-footer {
	margin:0 auto;
	text-align:center;
	}
	
body.page-template-page-landing-simple h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.75em;
	}

body.page-template-page-landing-simple h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	}
	
body.page-template-page-landing-simple p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	}
	
body.page-template-page-landing-simple h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	}

body.page-template-page-landing-simple .post-entry ol {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #aa3e5a;
	}

body.page-template-page-landing-simple h5 {	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	}
	
.fasc-button {
	font-family: 'Open Sans', sans-serif;
	background-color: #000;
	color: #fff !important;
	padding: 8px 12px !important;
	}
	
.fasc-button:hover {
	background-color: #3c3c3c;
	text-decoration:none !important;
	}
	
body.page-template-page-landing-simple {
/* 	background-image: url('/img/landing-bg-1.jpg'); */
	background-repeat: no-repeat;
	/* background-position: top left; */
	background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	
body.page-template-page-landing-simple .wpcf7-select {
	margin-bottom:15px;
	}

.lp-product-grid {
	text-align:center;
	margin:0 auto;
	}
	
/* Email Signup */

.content__gdpr p, .content__gdprLegal p {
	font-size:1rem !important;
	}

#mergeRow-gdpr {
	padding-bottom:0 !important;
	}	

.mail-cta {
/* 	background-color: rgba(232, 236, 223, 1); */
	margin-top:20px;
	background-color:#e9dcc1;
	}
	
body.page-template-page-front .mail-cta h3 {
	font-family:'Raleway', sans-serif;
	padding-top:20px;
	color:#3c3c3c;
	}
	
body.page-template-page-front .mail-cta p {
	font-family: 'Open Sans', sans-serif;
	color:#3c3c3c;
	}
	
body.page-template-page-front .mail-cta .cta-button,
.signup-single .cta-button {
/* 	background-color: rgba(241, 244, 236, 1); */
	background-color: #c75b69;
/* 	border:2px double rgba(106, 121, 73, 1); */
	border:2px double #ffffff;
	color:#fff !important;
}
	
body.page-template-page-front article.page.type-page {
	margin-bottom:0;
}

body#override .boxzilla {
	width:100%;
	max-width:600px;
	border:10px solid rgba(232, 236, 223, 1);
}

.boxzilla-content {
	margin:0 auto;
	}
	
.mc4wp-form {
	width:100%;
	max-width:100%;
	}
	
.mc4wp-form-fields {
	width:90%;
	margin:0 auto;
	}

.progress-bar progress {
  background-color: #ddd;
  border: 0;
  height: 30px;
  width:100%;
}

#mlb2-1325226.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-1325226.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding-top:0px !important;
	}

.mc4wp-form input[type="submit"] {
	background-color:#000;
	color:#fff;
	font-size:1em;
	max-width:300px;
	margin:0 auto;
	}

.mc4wp-form input[type="submit"]:hover {
	background-color:#3c3c3c;
	color:#fff;
	}

.signup-single {
	padding:20px 0 10px;
	}
	
.signup-single h3 {
	font-size: 1.5em;
	font-weight:400;
	width:90%;
	margin:10px auto;
}

.signup-single p {
	width:90%;
	margin:0 auto;
	}

/* .signup-single .cta-button {	
	background-color: rgba(241, 244, 236, 1);
	border:2px double rgba(106, 121, 73, 1);
	color:#000 !important;
	} */

/* Contact Forms */

#wpcf7-f1957-p1958-o1 label {
	color:#3c3c3c;
	font-family:'Open Sans',sans-serif;
	}
	
.how-sell {
	margin-bottom:25px;
	display:block;
	}

.full-name input, .business-name input, .your-email input,
.your-website input, .shop-address textarea, .your-message textarea {
	background-color:#f7f7f7;
	}
	
.contact-name input, .contact-email input,
.contact-subject input, .contact-message textarea {
	background-color:#f7f7f7;
	}
	
.wpcf7 input[type="submit"] {
/* 	border:2px solid #3c3c3c; */
	background-color:#000;
	color: #fff;
	opacity:1;
	}
	
.wpcf7 input[type="submit"]:hover {
/* 	border:2px solid #000000; */
	background-color:#3c3c3c !important;
	color:#fff !important;
	}
	
#post-74 .inner-post-entry {
	max-width:650px;
	margin:0 auto;
	}
	
#post-1762 .inner-post-entry {max-width:800px;margin:0 auto;}

#custom_html-5 {
	border-bottom: 1px dashed #ddd;
}

#searchform .search-input {
	margin:0 auto;
	}

/* Cookie Notice */

.cookie-notice-container {
	text-align:left;
}

#cn-notice-text {
	font-family:Helvetica,Calibri,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding-top:10px;
}

#cn-accept-cookie.cn-button {
	display: block;
	padding: .5em 3.25em;
	font-family:Helvetica,Calibri,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	color: #fdd835;
	border-color: #fdd835;
	background-color:transparent;
	border-radius: 0px;
	margin-bottom:10px;
}

#cn-notice-text a {
	font-family:Helvetica,Calibri,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	text-decoration:underline;
	opacity:0.8;
	}

#cn-notice-text a:hover {
	opacity:1;
	}	
	
#cn-close-notice {display:none;}	

#cn-notice-buttons {float:right;width:auto;}


/* WooCommerce */

/* 
.woocommerce ul.products li.product .button {
	border-color: #449199;
	border-width:4px;
	border-style:double;
	}
 */
	
.woocommerce ul.products li.product .button:hover {
	background-color: #449199;
	color:white;
	}
	
th.download-remaining, th.download-expires, td.download-remaining, td.download-expires {display:none;}

/* RafflePress */

.page-id-2323 .entry-content h2 {
	font-size:2em;
	text-align:center;
	padding-top:20px;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:-10px;
	}
	
.page-id-2323 .contest-disclaimer {
	width:75%;
	margin:0 auto;
	}

/* Media Queries */

@media screen and (max-width: 479px){
 	#home-quote {
 		background-color:#aa3e5a;
 		color:white;
 		padding:15px;
 		font-size:1.3em;
 		text-align:center;
 		margin-bottom:30px;
 		margin-top:-20px;
 		}
 	body.page-template-page-front .mail-cta p {
 		width:90%;
 		margin:0 auto;
 		}
 	body.page-template-page-front .mail-cta h3 {
 		width:90%;
 		margin:0 auto;
 		}
 	#footer-column .column-1-4 {
		text-align:center;
		}
	.page-id-2323 .contest-disclaimer {
		max-width:95%;
		margin:0 auto;
	}
}


@media screen and (max-width:600px) {
	div.wof-wheel .wof-slice {
		font-size:9px !important;
		}
	.wof-large {
		display:none;
		}
	body.page-template-page-landing-simple .container {
		max-width:90%;
		}
	body.page-template-page-landing-simple ol {
		max-width:80%;
		margin:0 auto;
		padding-left:10px;
		font-size:1.25em;
		}
	body.page-template-page-landing-simple p {
		font-size:1.3em;
		line-height:1.5;
		}
	body.page-template-page-landing-simple .container {
		background: rgba(255,255,255,.8);
		padding:15px;
		margin-top:30px;
		margin-bottom:15px;
		border-radius: 5px;
		box-shadow: 0px 0px 0px 4px rgba(192,192,192,0.5) !important;
		}
	.text-logo {
		font-size:1.4em;
		padding-top:25px;
		}
 	#home-quote {
 		background-color:#aa3e5a;
 		color:white;
 		padding:15px;
 		font-size:1.3em;
 		text-align:center;
 		margin-bottom:30px;
 		margin-top:-20px;
 		}
 	.page-id-2323 .contest-disclaimer {
		max-width:95%;
		margin:0 auto;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width:90%;
		}
	body.page-template-page-landing-simple .container {
		max-width:90%
		}
 	#home-quote {
 		background-color:#aa3e5a;
 		color:white;
 		padding:15px;
 		font-size:1.3em;
 		text-align:center;
 		margin-top:-20px;
 		}
 	.column-1-4 {
 		width:50%;
 		}
 	.page-id-2323 .contest-disclaimer {
		max-width:95%;
		margin:0 auto;
	}
}

@media screen and (min-width:768px) and (max-width: 960px) {
	body.page-template-page-landing-simple .container {
		max-width:90%
		}
	body.page-template-page-landing-simple .container {
		background: rgba(255,255,255,.8);
		padding:30px;
		margin-top:30px;
		margin-bottom:15px;
		border-radius: 5px;
		box-shadow: 0px 0px 0px 4px rgba(192,192,192,0.5) !important;
		}
	body.page-template-page-landing-simple h2 {
		font-size:1.5em;
		width:80%;
		margin:10px auto;
		}
	#pgc-w5bbce6ad16f8e-1-0, #pgc-w5bbce6ad16f8e-1-1, 
	#pgc-w5bbce6ad16f8e-1-2 {
		width:30% !important;
		}
 	#home-quote {
 		background-color:#aa3e5a;
 		color:white;
 		padding:15px;
 		font-size:1.3em;
 		text-align:center;
 		margin-bottom:30px;
 		margin-top:-20px;
 		}
 	#home-collections .column-1-3 {
 		width:30%;
 		margin:1.5%;
 		}
 	#about-columns .column-1-2 {
 		width:50%;
 		}
	.page-id-1958 .column-1-2 {
		width:48%;
		margin-right:4% !important;
	}
	.page-id-1958 .column-last {
		margin-right:0 !important;
	}
	body.page-template-page-front .mail-cta h3 {
		font-size:1.5em;
		}
	body.page-template-page-front .mail-cta p {
		font-size:1.1em;
		width:90%;
		margin:0 auto;
		}
	body.page-template-page-front .container {
		width:95%;
		}
	.footer-widget-wrapper.footer-widget-style-4 {
		width:23% !important;
		margin-right:1% !important;
		position:relative !important;
		float:left;
		}
	#blog-shop .column-1-3 {
		width:30%;
		margin:1.5%;
		}
	.page-id-2323 .contest-disclaimer {
		max-width:95%;
		margin:0 auto;
	}
}

@media screen and (min-width:768px) {
	body.single .ew-post-image-main img, body.home .ew-post-image-main img {
		max-width:80%;
		}
	body.home .column-1-2 {
		width:48%;
		margin-right:4%;
		}
	.wof-small {
		display:none !important;
		}
	body.page-template-page-landing-simple .container {
		max-width:90%;
		}
	body.page-template-page-landing-simple .container {
		background: rgba(255,255,255,.8);
		padding:30px;
		margin-top:30px;
		margin-bottom:15px;
		border-radius: 5px;
		box-shadow: 0px 0px 0px 4px rgba(192,192,192,0.5) !important;
	}
 	#home-quote {
 		background-color:#aa3e5a;
 		color:white;
 		padding:15px;
 		font-size:1.3em;
 		text-align:center;
 		margin-bottom:30px;
 		margin-top:-20px;
 		}
 	.column-1-4 {
 		width:20%;
 		margin:0 18px;
 		text-align:center;
 		}
 	body.page-template-page-front .mail-cta h3 {
		font-size:1.5em;
		}
	body.page-template-page-front .mail-cta p {
		font-size:1.1em;
		width:90%;
		margin:0 auto;
		}
	body.page-template-page-front .container {
		width:95%;
		}
	#blog-shop .column-1-3 {
		width:30%;
		margin:1.5%;
		}
	.page-id-2323 .contest-disclaimer {
		max-width:95%;
		margin:0 auto;
	}
}

@media screen and (min-width:800px) {
	body.page-template-page-front .mail-cta p {
		width:95%;
		}
	#footer-column .column-1-4 {
		text-align:left;
		}
	#footer-column .column-last {
		text-align:right;
		}
	.page-id-2323 .contest-disclaimer {
		max-width:65%;
		margin:0 auto;
	}
}

@media screen and (min-width:1024px) {
	.container {
		padding:0 15px;
		}
	body.page-template-page-landing-simple .container {
		/* width:1000px !important; */
		max-width:1000px;
		}
	body.page-template-page-landing-simple ol {
		max-width:90%;
		margin:0 auto;
		font-size:1.5em;
		}
	body.page-template-page-landing-simple p {
		font-size:1.5rem;
		}
	body.page-template-page-landing-simple .container {
		background: rgba(255,255,255,.8);
		padding:30px;
		margin-top:30px;
		margin-bottom:15px;
		border-radius: 5px;
		box-shadow: 0px 0px 0px 4px rgba(192,192,192,0.5) !important;
		}
	#navigation.header-6 {
		padding:0 50px;
	}
	#override h6 {
 		font-family: 'Montserrat', sans-serif;
 		font-size:1.8em;
 		font-weight:300;
 		text-align:center;
 		margin-top:10px;
 		margin-bottom:25px;
 		line-height:1.5;
 	}
 	#home-quote {
 		background-color:#aa3e5a;
 		color:white;
 		padding:15px;
 		font-size:1.3em;
 		text-align:center;
 		margin-bottom:30px;
 		margin-top:-20px;
 		}
 	.column-1-4 {
 		width:25%;
 		margin:0;
 		}
 	body.page-template-page-front .mail-cta h3 {
		font-size:1.75em;
		}
	body.page-template-page-front .mail-cta p {
		font-size:1.25em;
		width:90%;
		margin:0 auto;
		}
	body.page-template-page-front .container {
		width:100%;
		}	
	#blog-shop .column-1-3 {
		margin: 0 0 30px 0;
		width:100%;
		}
	#custom_html-5 {
		display:none;
		}
	#custom_html-5 {
		margin-bottom:0;
		}
	.page-id-2323 .contest-disclaimer {
		max-width:50%;
		margin:0 auto;
	}
}






