/*
Theme Name: Conley's Mini Barns
Description: Child theme for Flatsome, customized by Zook Computer for Conley's Mini Barns
Author: Zook Computer
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* 
	Medium brown #5c2a01
	Mid brown #7c3f0e
	Dark brown #421e01
	Light brown #a85613
	Dark gray #555555
	Light gray #777777
*/
:root {
	--primary-color: #5c2a01;
	--secondary-color: #a85613;
}
[data-text-color="primary"] {
    color: var(--primary-color) !important
}

[data-text-color="secondary"] {
    color: var(--secondary-color) !important
}
.secondary, .checkout-button,
.button.checkout, .button.alt {
	background-color: var(--secondary-color);
}
div.is-border {
	border-color: #a85613;
}
.nav li.html.custom {
	display: block;
	width: 100%;
}
.nav li.html.custom p {
  padding: 0 2em;
	text-align: center;
}
#masthead .nav li.html.custom span.slogan {
	color: #a85613;
	font-size: 1.4em;
	font-style: italic;
}
.accordion-title,
.accordion-title.active {
	border-color: #a85613;
	color: #a85613;
}
.accordion-title:hover,
.accordion-title:active {
	color: #421e01;
}
.light-brown-bg .col-inner {
	background: #a85613;
}
.is-divider.divider {
	background-color: #7c3f0e;
}
.section.dark.med-brown-bg {
	background: #5c2a01;
}
.header-bottom {
	background-color: #421e01 !important;
}
#section_51923499 {
	background-color: #421e01 !important;
}
.secondary.is-underline, .secondary.is-link, .secondary.is-outline, .stars a.active, .star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before, .color-secondary {
	color: #5c2a01 !important;
}
.scroll-to-bullets a, .featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline), .featured-table .title, .is-outline:hover, .has-icon:hover .icon-label, .nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .is-outline:hover, .tagcloud a:hover, .grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt, .nav-box > li > a:hover, .nav-box > li.active > a, .nav-pills > li.active > a, .current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner {
	background-color: #a85613 !important;
}
.absolute-footer, html {
	background-color: #421e01 !important;
}
.nav .nav-dropdown {
	background-color: #421e01;
	border-color: #421e01;
}
.block-html-after-header h4 {
	color: #efefef;
}
.block-html-after-header {
	top: 0 !important;
}
.wpcf7-form .dynamic-title input {
    border: 0;
    padding: 0;
    height: auto;
    font-size: inherit;
    width: initial;
    max-width: initial;
    background: transparent;
    box-shadow: 0 0 black;
  	font-size: 1em;
}
.pricing.tablepress tfoot th,
.pricing.tablepress thead th {
	background-color: #a85613;
	color: #fff;
}
.tablepress td, .tablepress th {
	text-align: center;
}
.dark, .dark p, .dark td {
	color: #fff;
}
.back-to-top {
	bottom: 100px !important;
}
input[type='submit'],
input[type="button"],
button:not(.icon),
.button.icon {
	border-radius: 4px !important;
}
#footer .section:not(.med-brown-bg) .bg.section-bg {
    background-image: url(/wp-content/uploads/shed-shelters-medium-851.jpg) !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#banner-1267330015 {
		
	}
}