/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

a:focus {
	outline: none;
}

a:focus, a:hover {
	text-decoration: none;
}

/***************
HEADER
#008CD6
***************/
.fl-page-header-text span {
	color: #241F20;
	margin-right: 10px;
	font-size: 14px;
}

.fl-page-header-text i {
	color: #008CD6;
	margin-right: 5px;
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
    margin-bottom: 0;
}

@media screen and (min-width: 768px){
	.fl-page-nav {
		float: right;
	}
}

.fl-page-nav-wrap .navbar-nav li > a {
    text-transform: uppercase;
}

.mkc-menu-book {
    background: black;
    padding: 0 20px;
}

.fl-page-nav-wrap .navbar-nav li.mkc-menu-book > a {
    color: #008CD6 !important;
}

/***************
CONTENT SLIDER
***************/

.fl-slide-content {
	margin-right: 20px !important;
	margin-left: 20px !important;
	margin-top: 104px !important;
	margin-bottom: 60px !important;
}

@media screen and (min-width: 480px) and (max-width: 768px){
	.fl-builder-content .mkc-home-slider .fl-module-content-slider .fl-content-slider .fl-slide .fl-slide-content {
    	margin-top: 40px !important;
    	margin-bottom: 40px !important;
	}
}

@media screen and (max-width: 480px){
	.fl-builder-content .mkc-home-slider .fl-module-content-slider .fl-content-slider .fl-slide .fl-slide-content {
    	margin-top: 10px !important;
    	margin-bottom: 10px !important;
	}
}

.fl-slide-content-wrap {
    width: 90% !important;
}

.fl-slide-title {
	font-size: 70px;
	line-height: 1.2;
}

.fl-slide-cta-button a.fl-button {
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    background-color: rgba(250, 250, 250, 0) !important;
}

.fl-slide-cta-button a.fl-button .fl-button-text,
.fl-slide-cta-button a.fl-button .fl-button-icon{
	color: #fff !important;
}

.mkc-home-slider .fl-slide-cta-button .fl-button-wrap {
	padding-left: 0;
}

.mkc-home-slider .fl-slide-4 .fl-slide-bg-link {
	background-color: #000000;
	opacity: 0.4;
}

.postid-210 .full-width-image-section .fl-row-content-wrap:after,
.postid-216 .full-width-image-section .fl-row-content-wrap:after{
 	background-color: #0a000000;
}

/***************
HOME CTA
***************/

.mkc-home-cta .fl-heading {
	padding-top: 10px !important;
}

.mkc-home-cta a.fl-button {
	border: 1px solid #0080ca !important;
    border-radius: 0 !important;
    background-color: rgba(250, 250, 250, 0) !important;
	text-align: left;
}

.mkc-home-cta a.fl-button .fl-button-text,
.mkc-home-cta a.fl-button .fl-button-icon{
	color: #008CD6 !important;
}

@media screen and (max-width: 768px) {
  .fl-content-slider .fl-slide {
	min-height: 45vh !important;
  }
  .fl-content-slider .fl-slide-bg-photo {
    position: absolute;
  }
  .fl-content-slider .fl-slide-mobile-photo {
    display: none;
  }
  .fl-content-slider .fl-slide-text-left .fl-slide-content-wrap {
    float: left;
    text-align: left;
  }
  .fl-builder-content .fl-module-content-slider .fl-content-slider .fl-slide .fl-slide-content {
    background-color: transparent !important;
	margin-top: 60px !important;
  }
}

/***************
HOME SERVICES
***************/

.mkc-home-services h2,
.mkc-home-why h2,
.mkc-home-about h2,
.mkc-services h2,
.mkc-services-cta h2 {
	font-family: "Lato", sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
}

.mkc-home-services h3,
.mkc-home-why h3,
.mkc-home-about h3,
.mkc-services h3 {
	font-size: 40px;
	color: #008CD6;
}

.mkc-home-about h4 {
	font-family: "Lato", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #008CD6;
	text-transform: uppercase;
}

.mkc-services-intro p {
    font-style: oblique;
    font-weight: bold;
}

.fl-accordion .fl-accordion-item {
	margin-bottom: 35px;
}

.fl-accordion .fl-accordion-item-active {
	border: none;
}

.fl-accordion .fl-accordion-item-active .fl-accordion-button {
	border: 1px solid #e5e5e5
}

.fl-accordion-small .fl-accordion-content {
	padding: 15px 30px 10px 40px;
}

.fl-accordion-small .fl-accordion-content p {
    padding-left: 25px;
}

.mkc-home-services .fl-accordion-item,
.mkc-home-contact .fl-accordion-item,
.mkc-services .fl-accordion-item,
.mkc-home-services .fl-accordion-item-active .fl-accordion-button,
.mkc-home-contact .fl-accordion-item-active .fl-accordion-button,
.mkc-services .fl-accordion-item-active .fl-accordion-button {
	border: none;
}

.mkc-home-services i,
.mkc-services i,
.mkc-faq i {
	color: #ffffff;
	background-color: #008CD6;
	opacity: 1;
	padding: 9.5px 14.625px;
}

.mkc-home-services .fl-accordion-small .fl-accordion-button,
.mkc-services .fl-accordion-small .fl-accordion-button {
	padding-left: 0;
	padding-right: 0;
}

.mkc-home-services .fl-accordion-button-label,
.mkc-services .fl-accordion-button-label {
	font-weight: bold;
	color: #008CD6;
	padding-left: 20px;
	vertical-align: middle;
}

.mkc-why-intro,
.mkc-about-intro {
	font-size: 24px;
	font-weight: 100;
}

.mkc-dark-bg h2,
.mkc-dark-bg p {
	color: #ffffff;
}

.mkc-home-about-text p {
    margin-bottom: 30px;
}

.mkc-home-contact .fl-row-content-wrap {
	background-image: -o-linear-gradient(bottom, #062B45 0%, #006CA6 34%, #204561 95%);
	background-image: -moz-linear-gradient(bottom, #062B45 0%, #006CA6 34%, #204561 95%);
	background-image: -webkit-linear-gradient(bottom, #062B45 0%, #006CA6 34%, #204561 95%);
	background-image: -ms-linear-gradient(bottom, #062B45 0%, #006CA6 34%, #204561 95%);
	background-image: linear-gradient(to bottom, #062B45 0%, #006CA6 34%, #204561 95%);
}

.mkc-dd-contact .fl-accordion-button {
	width: 100%;
	text-align: center;
}

.mkc-dd-contact .fl-accordion-button-icon {
	display: none;
}

.mkc-dd-contact .fl-accordion-button-label {
    font-size: 40px;
    color: #fff;
}

/***************
FAQ PAGE
***************/

.mkc-faq .fl-accordion-small .fl-accordion-button {
	padding: 0;
}

.mkc-faq .fl-accordion-button-label {
	color: #008cd6;
	padding-left: 20px;
	vertical-align: middle;
}

/***************
CONTACT PAGE
***************/

.mkc-contact-info strong {
	color: #008CD6;
}

/***************
SERVICES LAYOUT
***************/

.full-width-image-section .fl-photo-content,
.full-width-image-section .fl-photo-content img{
	width: 100%;
}

.mkc-services-cta .fl-row-content-wrap {
	background-image: -o-linear-gradient(bottom, #006CA6 0%, #006CA6 45%, #062B45 100%);
  background-image: -moz-linear-gradient(bottom, #006CA6 0%, #006CA6 45%, #062B45 100%);
  background-image: -webkit-linear-gradient(bottom, #006CA6 0%, #006CA6 45%, #062B45 100%);
  background-image: -ms-linear-gradient(bottom, #006CA6 0%, #006CA6 45%, #062B45 100%);
  background-image: linear-gradient(to bottom, #006CA6 0%, #006CA6 45%, #062B45 100%);
}

.mkc-services-cta h2 a{
	color: #ffffff;
}

.mkc-services-cta h2 span {
	font-family: "Alfa Slab One", sans-serif;
	font-size: 29px;
  letter-spacing: 1px;
}

/***************
SINGLE BLOG
***************/

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6{
    margin-top: 25px;
}

/***************
TESTIMONIAL SLIDER
***************/

.testimonial-slider .fl-testimonial {
	min-height: 210px;
}

/***************
FORMS
***************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="search"],
input[type="url"],
textarea {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 12px 12px !important;
}

input[type="button"], input[type="submit"] {
    font-size: 18px;
    padding: 12px 24px;
    text-transform: uppercase;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.submit-wrap .nf-field-element {
		text-align: right;
}

.nf-form-fields-required {
    display: none;
}

@media screen and (max-width: 600px) {
	.fl-module .nf-form-cont .one-half,
	.fl-module .nf-form-cont .three-sixths,
	.fl-module .nf-form-cont .two-fourths {
    width: 100%;
    margin-left: 0;
	}
}

/* Dropdowns */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0px;
    padding: 12px !important;
    font-size: 14px !important;
	text-transform: uppercase;
}
.list-select-wrap .nf-field-element,
.gfield--type-select .ginput_container_select {position:relative; display: inline;}
.list-select-wrap .nf-field-element:after,
.gfield--type-select .ginput_container_select:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.list-select-wrap .nf-field-element:after,
.gfield--type-select .ginput_container_select:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .5em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}

/* Gravity Forms */
.mkc-gf-spacer, .mkc-gravity-forms fieldset {
	margin-top: 20px !important;
}

.gsection_title {
	font-size: 20px;
	margin-top: 20px;
}

/***********
TYRE TRACKS
***********/

.mkc-tyre-tracks-top .fl-row-content-wrap {
    min-height: 90px;
}

.mkc-tyre-tracks-bottom .fl-row-content-wrap {
    min-height: 117px;
}

.mkc-gravity-forms ol li {
    margin-top: 10px;
}

/***************
FOOTER
***************/

.fl-page-footer-widgets-row.row {
    text-align: center;
}

.fl-page-footer {
	border-top: none;
}

/***************
RESPONSIVE COLUMNS
***************/

@media screen and (max-width: 768px) {
	.fl-col-small {
		max-width: 100%;
	}
}
