/*
 Theme Name:   BarnManager
 Theme URI:    http://keysoft-wp.themetek.com/demo
 Description:  KeySoft Child Theme
 Author:       Key-Design
 Author URI:   http://themeforest.net/user/Key-Design
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column,fluid-layout, custom-menu
 template: keysoft
*/

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/********************************
* HEADER
********************************/
#header.image-bg .image-overlay {
    opacity: 1;
}

/********************************
* MENU
********************************/
.navbar-default .nav .button a {
    border: 1px solid currentColor;
}

.home .key-icon-box .service-heading {
    color: #184f72;
}

.navbar-nav .active a {
	background-color: transparent !important;
}

.navbar-nav a {
	color: #fff !important;
}

/********************************
* SECTIONS
********************************/
.parallax .parallax-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

#our-video .section-heading {
	margin-bottom: 2em;
}

/********************************
* Pricing Table
********************************/
/*.pricing-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pricing-row .wpb_column {
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
}*/

/********************************
* Testimonials
********************************/
.owl-pagination {
	display: none;
}

.owl-controls .owl-buttons {
	display: block;
}

.tt-images {
	display: none;
}

.testimonials .owl-controls {
	margin-top: 0px;
}

.testimonials.slider {
	margin-bottom:0px;
}

/********************************
* Buttons
********************************/
.primary-button,
a.primary-button {
    background: #fff;
    border: 2px solid #8b4d50;
    color: #8b4d50;
    font-size: 14px;
    line-height: 1;
    padding: 12px 30px;
    transition: box-shadow .1s ease-in-out
}

.primary-button:focus,
.primary-button:hover,
a.primary-button:focus,
a.primary-button:hover {
    background: #fff;
    border: 2px solid #8b4d50;
    box-shadow: 0 0 0 1.25px #8b4d50, inset 0 0 0 0 #8b4d50;
    outline: 0;
}

.contact .wpcf7-submit {
    background: #8b4d50 !important;
    border: 1px solid #8b4d50;
    color: #fff;
    transition: box-shadow .1s ease-in-out
}

.contact .wpcf7-submit:focus,
.contact .wpcf7-submit:hover {
    background: #8b4d50;
    border: 1px solid #8b4d50;
    box-shadow: 0 0 0 1.25px #8b4d50, inset 0 0 0 0 #8b4d50;
    outline: 0;
}

/********************************
* Tabs
********************************/
.home .features-tabs .primary-button {
    display: none !important;
}

.home .features-tabs .tabs {
    display: none !important;
}

/********************************
* Contact
********************************/
#contact:before {
    background-image: url( img/horse.jpg );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 100%;
    left: -80px;
    position: absolute;
    top: 0;
    width: 50%;
}

@media (max-width: 1200px) {
    #contact:before {
        left: 0;
        opacity: .25;
        width: 100%;
    }
}

/********************************
* Footer
********************************/
#footer {
    background: #655A58;
}

.lower-footer {
    border-top: 1px solid #A39C9B;
    color: #A39C9B;
}

.lower-footer span,
.lower-footer a {
    color: inherit;
    opacity: 1;
    transition: color .3s;
}

.lower-footer a:focus,
.lower-footer a:hover {
    color: #fff;
}

/*
* Signup
*/
.page-template-template-signup .navbar.navbar-default {
    background-color: #184f72;
}
.page-template-template-signup .navbar-default .navbar-nav > li > a {
    color: white !important;
}
.page-template-template-signup .intro-text {
	display: none !important;
}
.page-template-template-signup .row.pricing-title,
.page-template-template-signup .row.pricing {
	margin: 0;
}
.page-template-template-signup .section h1, 
.page-template-template-signup .section h2, 
.page-template-template-signup .section h3, 
.page-template-template-signup #single-page h4, 
.page-template-template-signup #single-page h5, 
.page-template-template-signup #single-page h6  {
        text-align: left;
}
.page-template-template-signup .section h1:first-of-type {
	margin-top: 0;
}
.page-template-template-signup .gform_wrapper ul.gform_fields {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -0.313em -0.625em !important;
}

.page-template-template-signup .gfield {
	flex: 1;
	flex-basis: 100%;
	margin: 0.313em 0.625em !important;
	padding: 0 !important;
}
.page-template-template-signup .gfield.gfield-half {
	flex-basis: calc(50% - 1.250em);
}

.page-template-template-signup .gfield.ginput-full input {
	width: 100% !important;
}
.page-template-template-signup #single-page .gform_wrapper ul li:before {
	display: none;
}

.page-template-template-signup .gform_wrapper .gform_footer .gform_button {
	background: #8b4d50 !important;
	border: 1px solid #8b4d50;
	border-radius: 2px;
	display: block;
	color: #fff;
	font-weight: 700;
	padding: 10px 12px;
	text-align: center;
	transition: box-shadow .1s ease-in-out;
	width: 100%;
}
.page-template-template-signup .gform_wrapper .gform_footer .gform_button:hover {
	border: 1px solid #8b4d50;
	box-shadow: 0 0 0 1.25px #8b4d50, inset 0 0 0 0 #8b4d50;
	outline: 0;
}

.page-template-template-signup .gform_wrapper li.gfield.gfield_creditcard_warning {
	width: 100%;
}

@media (max-width: 960px) {
	.page-template-template-signup #wrapper .container {
		padding: 0 15px;
	}
	
	.page-template-template-signup #wrapper .row {
		margin: 0;
	}
}
@media (min-width: 768px) {
	.page-template-template-signup .pricing-table {
		max-width: 90%;
	}
}
/* END Signup */
