/*
Theme Name:     Lets Instruct Child Theme
Template:       jupiter
*/

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.cf7-hidden {
	display: none;
}

.wpcf7-response-output {
	display: both !important;
}

/*
MODALS
---------------------------------------------------------------------------------------------------- */

.cv_modal {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,.3);
}

.cv_modal .inner {
	position: absolute;
	width: 600px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	overflow: scroll;
	border: solid 2px #eee;
}

.cv_modal .close {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 0px;
	right: 0;
	background: #f59331;
	color: #fff;
	font-size: 36px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
	transition: all .6s ease;
}

.cv_modal .close:hover {
	background: #272460;
}

/* Inner */

.cv_modal h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
}

/*
HOMEPAGE
---------------------------------------------------------------------------------------------------- */

/* Revolution Slider
--------------------------------------------- */

.home .wpb_revslider_element {
	margin-bottom:0;
}

/* Quick Contact
--------------------------------------------- */

.home-form-title {
	background:#f59331;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	float: left;
	margin-bottom: 0;
	padding: 12px 25px 2px 25px;
	position: absolute;
	top: 2px;
	z-index: 100;
}

.home-form-title h4 {
	color:#fff !important;
}

.home-form {
	background: url(img/callback-icon.png) no-repeat bottom right;
	border: 2px solid #eee;
	float: left;
	padding: 28px 20px 20px 20px;
	position: relative;
	top: 47px;
	width: 100%;
}

.home-form .wpcf7-form .wpcf7-text, .home-form .wpcf7-form .wpcf7-textarea, .home-form .wpcf7-form .wpcf7-captchar {
    width: 100%;
}

.home-form .wpcf7-captchac.wpcf7-captcha-captcha-39, .home-form .wpcf7-captchac.wpcf7-captcha-captcha-373, .home-form .wpcf7-captchac.wpcf7-captcha-captcha-528 {
	margin-right: 1px;
	margin-top: -61px;
	float: right;
	position: relative;
	border-left: dashed 1px #000;
	padding-left: 6px;
}

.home-form .wpcf7-submit {
	margin-bottom: 0;
}

.home-form span.wpcf7-not-valid-tip {
	left: 14px;
	top: -5px;
	width: 52%;
	line-height: 15px;
}

#form-line {
	background:#eee;
	height: 1px;
	margin: 15px 0 20px 0;
	width: 100%;
}

div.wpcf7-response-output {
	margin-bottom: 15px;
	padding: 20px 30px;
	width: 100%;
}

/* Testimonials
--------------------------------------------- */

body .mk-testimonial.avantgarde-style .mk-testimonial-image img {
	width: 140px !important;
	height: 140px !important;
}

.mk-testimonial.avantgarde-style .mk-testimonial-content {
	float: right;
	margin-top: 17px;
	padding: 0 11% 20px 0 !important;
	width: 70%;
}

.mk-testimonial.avantgarde-style .mk-testimonial-content p {
	text-align: left;
}

.mk-testimonial.avantgarde-style .mk-testimonial-image {
    float: left;
	margin-bottom: 20px;
    width: 30%;
}

.mk-testimonial.avantgarde-style .mk-testimonial-author {
	clear:both;
	color:#f59331 !important;
	float: left;
	margin: 5px 0 10px 0 !important;
	width: 30%;
}

.mk-flexslider .mk-flex-slides .mk-testimonial-quote img {
	width: auto;
}

/* Services
--------------------------------------------- */

.home-services .wpb_single_image {
	margin-bottom:0;
}

.home-service-title {
	background:#eaeaea;
}

.home-service-title .mk-fancy-title.shortcode-heading {
	padding-bottom:22px;
	padding-top:20px;
	margin-bottom: 0;
}

.service-dark-orange .mk-text-block {
	border-top:3px solid #ef5b34;
}

.service-blue .mk-text-block {
	border-top:3px solid #272460;
}

.service-orange .mk-text-block {
	border-top:3px solid #f59331;
}

.service-grey .mk-text-block {
	border-top:3px solid #333;
}

/* Collage Area
--------------------------------------------- */

.mk-box-icon .icon-box-readmore {
	font-weight:bold;
}

/* Make A Booking
--------------------------------------------- */

.booking-cta .page-section-content {
	background:url(img/booking-icon.png) no-repeat center right !important;
}

.booking-cta-new .mk-grid {
	background:url(img/booking-icon.png) no-repeat center right !important;
	padding: 31px 0 10px 0;
}

/*
HEADER
---------------------------------------------------------------------------------------------------- */

.menu-hover-style-5 .main-navigation-ul>li.menu-item.current-page-ancestor a::after {
	background-color: #f59331;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	filter: alpha(opacity=@opacity * 100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
	opacity: 100;
	opacity: 1;
}

/* Side Buttons
--------------------------------------------- */

#side-btns {
	position: fixed;
	top: calc(50% - 100px);
	left: 0;
	z-index: 9;
}

#side-btns .btn {
	color:#fff;
	display:block;
	font-size:20px;
	height:60px;
	line-height:60px;
	margin-bottom:10px;
	text-align:center;
	width:60px;
}

#side-btns .btn i {
	line-height: 60px;
}

#side-btns .btn.facebook {
	background:#3b5998;
	line-height: 20px;
}

#side-btns .btn.phone {
	background:#272460;
	line-height: 15px;
}

#side-btns .btn.phone i {
	display: block;
	line-height: 20px;
	padding-top: 11px;
}

#side-btns .btn.envelope {
	background:#f59331;
	line-height: 15px;
}

#side-btns .btn.booking {
	background:#ef5b34;
	line-height: 15px;
}

#spu-10138 h2, #spu-10757 h2 {
	font-size:25px;
	font-weight:600;
	margin-bottom:18px;
	text-transform:uppercase;
}

.btn-txt {
	font-size: 12px;
} 

.no-icon {
	float: left;
	padding-top: 14px;
	width: 100%;
} 

.icon-mobile {
	display: none !important;
}

.trans-header .bg-true.light-skin:not(.a-sticky) .main-navigation-ul > li.menu-item.menu-btn > a.menu-item-link {
	background: #fff;
	color: #222 !important;
	padding: 12px;
}

.trans-header .bg-true.light-skin:not(.a-sticky) .main-navigation-ul > li.menu-item.menu-btn > a.menu-item-link:hover {
	background: #f59331;
	color: #fff !important;
}

.page-template-franchise .main-navigation-ul > li.menu-item > a.menu-item-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.header-style-1:not(.a-sticky) .main-navigation-ul > li.menu-item.menu-btn > a.menu-item-link {
	background: #f59331;
	color: #fff !important;
	padding: 12px;
}

.header-style-1:not(.a-sticky) .main-navigation-ul > li.menu-item.menu-btn > a.menu-item-link:hover {
	background: #ef5b34;
	color: #fff !important;
}

.header-style-1:not(.a-sticky) .main-navigation-ul > li.menu-item.menu-btn > a.menu-item-link:after {
	background: #fff !important;
}

.bg-true.dark-skin:not(.a-sticky) .main-navigation-ul > li.menu-item.menu-btn > a.menu-item-link {
	background: #fff;
	color: #222 !important;
	padding: 12px;
}

.bg-true.dark-skin:not(.a-sticky) .main-navigation-ul > li.menu-item.menu-btn > a.menu-item-link:hover {
	background: #f59331;
	color: #fff !important;
}

.bg-true.dark-skin:not(.a-sticky) .main-navigation-ul > li.menu-item.menu-btn > a.menu-item-link:after {
	background: #fff !important;
}

.main-navigation-ul > li.menu-item > a.menu-item-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

/*
FOOTER
---------------------------------------------------------------------------------------------------- */

/* Main Area
--------------------------------------------- */

.home #theme-page .master-holder-bg {
	background-image:url(img/footer.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.home #theme-page {
	padding-bottom:63px;
}

.footer-wrapper {
	background:url(img/footer-icon.png) no-repeat bottom right;
}

.footer-phone {
	font-size:20px;
}

.footer-phone a:link, .footer-phone a:visited {
	color: #b2afe9;
}

#text-3 {
	padding-top: 25px;
	text-align: center;
}

.bottom-corner-btns {
	display: none;
}

/* Copyright Area
--------------------------------------------- */

.mk-footer-copyright a:link, .mk-footer-copyright a:visited {
	color:#fff !important;
}

.mk-footer-copyright a:hover, .mk-footer-copyright a:active {
	opacity:0.7;
}

/*
PAGE SETUP
---------------------------------------------------------------------------------------------------- */

/* Page Title
--------------------------------------------- */

#mk-page-introduce {
	border-top:3px solid #f59331;
}

.header-divider {
	margin-left:20px;
	width: calc(100% - 20px);
	padding-bottom:0 !important;
}

.header-divider .divider-inner {
	border-top: solid 3px #f59331 !important;
	width: 70px;
}

#mk-page-introduce {
    padding: 15px 0 0 0;
}

/* 404 - Page Not Found
--------------------------------------------- */

.button-404 {
	display: inline-block;
	background: transparent;
	border: 2px solid #2e2e2e;
	color: #2e2e2e;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 12px 8px;
	text-align: center;
	width: auto;
}

.button-404:hover {
	color: #fff;
	background: #2e2e2e;
}

/*
ABOUT US
---------------------------------------------------------------------------------------------------- */

/* List
--------------------------------------------- */

#about-list {
	background:#fff url(img/box-icon.png) no-repeat bottom left;
	border:3px solid #eee;
}

#about-list li {
	float:left;
	margin-bottom:18px;
	width:30%;
}

/*
INSTRUCTOR FINDER
---------------------------------------------------------------------------------------------------- */

#instructorFinder .vc_col-sm-2 {
	width: 20%;
}

/*
AREAS COVERED
---------------------------------------------------------------------------------------------------- */

/* Inner
--------------------------------------------- */

#area-award img {
	position: absolute;
	right: 0;
	top: -50px;
	width: 50%;
}

#ii-area-award img {
	position: absolute;
	right: 0;
	top: -50px;
	width: 82%;
}

/* Avatars */

.circle-border .vc_single_image-wrapper {
	border:3px solid #f59331;
	padding:5px;
	position: relative;
	z-index: 999;
}

.circle-border .vc_single_image-wrapper:hover {
	border:3px solid #272460;
}

.circle-border .wpb_single_image {
	margin-bottom:15px;
}

/* List */

/*#area-list {
	background:#fff url(img/box-icon.png) no-repeat bottom left;
	border:3px solid #eee;
} */

#area-list li {
	margin-bottom:18px;
}

/* Map Widget */

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #eee;
}

/*
INSTRUCTORS
---------------------------------------------------------------------------------------------------- */

/* Inner
--------------------------------------------- */

/* Experience */

.instructor-experience {
	padding-top: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 50px !important;
}

/* Video */

.service-orange .tp-video-play-button {
	left: 42%;
	margin: 0 !important;
	top: 32%;
	opacity: 1;
}

.service-orange .tp-video-play-button:hover {
	opacity: 0.7;
}

.service-orange .tp-revstop {
	margin: 14px 16px 0px !important;
}

/* Avatar */

.avatar-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* Video Reviews */

.instructor-service-title {
	background:#fafafa;
}


.instructor-service-title .mk-fancy-title.shortcode-heading {
	margin-bottom:22px;
	padding-top:20px;
}

/* Testimonials */

.boxed-style .mk-testimonial-author {
	padding-top:19px;
}

/* Offers */

.offer-list {
	background: url(img/box-icon.png) no-repeat bottom left;
	border:3px solid #eee;
}

.offer-list h4 {
	color: #ef5b34 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.offer-list li {
	margin-bottom:18px;
}

.offer-list-orange {
	background:#f59331 url(img/box-icon-orange.png) no-repeat bottom left;
	border:3px solid #eee;
	height: 100%;
}

.offer-list-orange li {
	margin-bottom:18px;
}

.offer-list-orange p {
	color:#fff;
}

.offer-list-orange a:link, .offer-list-orange a:visited {
	color:#fff;
}

.offer-list-orange a:hover, .offer-list-orange a:active {
	color:#272460;
}

.offer-list-light {
	background:#fff url(img/box-icon.png) no-repeat bottom left;
	border:3px solid #eee;
}

.offer-list-light li {
	margin-bottom:18px;
}

/* Driver Details */

.instructor-contact {
	padding: 50px 50px 30px 50px !important;
}

.driver-details {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}

.driver-details .driver-contact, .driver-details .driver-contact a {
	color: #fff;
	font-size: 16px;
}

.driver-details .driver-contact a:hover {
	color: #fff;
	opacity: 0.7;
}

.driver-details .mk-list-styles ul li {
    padding: 0 0 0 33px;
}

.driver-details .button {
	background: #fff;
	border: 2px solid #272460;
	color: #272460 !important;
	padding: 12px 20px;
	text-align: center;
}

.driver-details .button:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff !important;
}

.instructor-btn svg {
	margin-top: 9px;
}

/* Favourites */

.favourites-outer {
	border: 2px solid #eee;
}

.favourites p {
	margin-bottom: 10px;
}

/* Images */

.margin-auto {
	margin: 0 auto;
}

/* Area Section */

.bold-alt strong {
	color: #404040 !important;
}

/* CTA */

#cta-top {
	background: url(img/cta-top.png);
	height: 95px;
	width: 100%;
}

/*
PRICING
---------------------------------------------------------------------------------------------------- */

/* Collage Section (Main)
--------------------------------------------- */

#pricingMain {
	background: url('img/pricing-collage.jpg') no-repeat center center;
	background-size: cover;
	margin-top:40px;
	padding: 100px 0;
}

#pricingMain .cv_inner {
	position: relative;
	background: #fff;
	padding: 20px;
	border: 2px solid #eee;
	box-sizing: border-box;
}

#pricingMain .title {
	background: #f59331;
	border-radius: 3px 3px 0 0;
	float: left;
	margin-bottom: 0;
	padding: 12px 25px 2px 25px;
	position: absolute;
	top: -46px;
	left: -1px;
	z-index: 100;
}

#pricingMain .title h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

#pricingMain h6 {
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	text-transform: uppercase;
}

#pricingMain h6::after {
	content: '';
	position: relative;
	display: block;
	margin: 10px auto 20px 0;
	height: 3px;
	background: #f59331;
	width: 70px;
}

#pricingMain p {
	color: #555555;
}

#pricingMain .select-div {
	position: relative;
}

#pricingMain select {
	display: block;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	padding: 13px;
	border-radius: 0;
	border: solid 2px #f59331;
	background: #fff;
}

#pricingMain .select-div:after {
	background: #f59331;
	color: #fff;
	content: '\f107';
	font-family: FontAwesome;
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 48px;
}

.manual-lessons p, .automatic-lessons p {
	font-size:15px;
}

#pricingPrices .vc_row {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.trigger-statements #standout {
	background: #eee;
	padding: 30px;
}

.manual-lessons {
	margin-bottom: 27px;
}

/* Boxes
--------------------------------------------- */

#costs-boxes {
	margin-bottom: 25px;
	margin-top: 40px;
}

#costs-boxes h4 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

#costs-boxes .offer-list-orange {
    padding: 24px 15px 5px 15px;
}

#costs-boxes .wpb_row:first-child {
	margin-bottom: 15px;
}

/* CTA
--------------------------------------------- */

#pricingCTA {
	background: #f59331;
	margin-left: 0;
    margin-right: 0;
}

#pricingCTA .mk-grid {
	background: url('/wp-content/themes/letsinstruct-child/img/booking-icon.png') no-repeat center right;
	padding: 30px 0;
}

#pricingCTA h2 {
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 80%;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}

#pricingCTA p {
	margin-bottom: 0;
}

#pricingCTA a {
	margin-top: 10px;
	background-color: #272460;
	color: #fff;
	padding: 20px 28px;
	font-size: 14px;
	line-height: 100%;
}

.page-template-template-costs-php .font-icon, .page-template-template-areas-covered-php .font-icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 32px;
	height: 64px;
    width: 64px;
}

.page-template-template-costs-php svg, .page-template-template-areas-covered-php svg {
    height: 32px;
    width: 32px;
}

.page-template-template-costs-php .mk-go-top svg, .page-template-template-areas-covered-php .mk-go-top svg {
	height: 16px;
	width: 16px;
}

/* Testimonials
--------------------------------------------- */

.cost-parallax {
	min-height: 348px;
}

.cost-parallax h2 {
	color:#404040;
}

.cost-parallax .mk-testimonial-image {
    float: left;
    width: 30%;
}

.cost-parallax .mk-testimonial-author {
    margin: 5px 0 10px 0 !important;
    float: left;
    width: 30%;
}

.cost-parallax .mk-testimonial.avantgarde-style .mk-testimonial-content {
	float:right;
	margin-top:17px;
	padding:0 11% 20px 0;
	width:59%;
}

.cost-parallax .mk-testimonial.avantgarde-style .mk-testimonial-content p {
	text-align:left;
}

/*
AREAS COVERED
---------------------------------------------------------------------------------------------------- */

/* Layout
--------------------------------------------- */

.cv_row::after {
	content: '';
	clear: both;
	display: table;
}

.cv_row .vc_col-sm-6 {
	width: 100%;
	box-sizing: border-box;
}

.lp_map-left {
	padding-left:0;
	padding-right:0;
}

.cv_row #map_wrapper {
	width: 100%;
	height: 100%;
}

.cv_row .lp_map-right {
	padding: 40px 25px;
	background-color: #f4f4f4;
	float: right;
	box-sizing: border-box;
}

/* Admin Bar */

.cv_row .lp_map-left {
	height: 600px !important;
}

/* Areas
--------------------------------------------- */

#cv_areasCovered {
	margin-left: 0;
    margin-right: 0;
}

#cv_areasCovered .row::after {
	content: '';
	clear: both;
	display: table;
}

#cv_areasCovered .area h2 {
	background: #eaeaea;
	border-top: 3px solid #f59331;
	padding: 22px 0;
	font-weight: 700;
	font-size: 14px;
	color: #404040;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}

#cv_areasCovered .franchise h2 {
	background: #f59331;
	color: #fff;
}

#cv_areasCovered .area h2 i {
	margin: -2px 15px 0 0;
}

#cv_areasCovered .area p {
	padding: 15px;
	/*border: solid #eaeaea;
	border-width: 0 2px;*/
	margin-bottom: 0;
	background: #fff url(img/icon-map.png) no-repeat bottom right;
	background-position-y: calc(100% + 28px);
	background-size: 151px;
}

#cv_areasCovered .area a {
	display: block;
	background-color: #f59331;
	padding: 20px 28px;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

#cv_areasCovered .franchise a {
	background-color: #000000;
	color: #fff;
}

#cv_areasCovered .area a i {
	margin: -2px 15px 0 0;
}

#cv_areasCovered .area a:hover {
	background-color: #000000;
	color: #fff;
}

#cv_areasCovered .franchise a:hover {
	background-color: #f59331;
	color: #fff;
}

/* Map
--------------------------------------------- */

.cv_map h3,
.cv_map_content h3 {
	font-weight: 700;
	font-size: 14px;
	color: #404040;
	text-transform: uppercase;
}

.cv_map span.cv_map-btn,
.cv_map_content span {
	display: block;
	background-color: #f59331;
	padding: 10px 14px;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	margin-top: 10px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

/*
LEARNER HUB
---------------------------------------------------------------------------------------------------- */

.blue-boxes-alt {
	margin-bottom: 30px;
}

/*
Blog
---------------------------------------------------------------------------------------------------- */

.single-post {
    font-size: 16px;
}

.blog-grid-footer {
	background-color: #eaeaea;
	border-bottom: 3px solid #e69747;
}

.widget_categories {
	background-color: #eaeaea;
	border-bottom: 3px solid #e69747;
	padding: 25px 35px 35px 35px;
}

.widget_categories select {
	min-width: 100% !important;
}

.post-list-image {
	border: 1px solid #eaeaea;
}

.post-list-title {
	margin-top: 10px;
}

.blog-single-meta, .single-social-section {
	display: none;
}

.standout-box {
    background: #fff;
    border-bottom: 3px solid #f59331;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    padding: 40px;
}

.standout-box ul, .standout-box ol {
    margin-bottom: 0;
}

.standout-box-alt {
    background: #eaeaea;
    border-bottom: 3px solid #f59331;
    padding: 40px;
}

/*
CONTACT
---------------------------------------------------------------------------------------------------- */

#cv_contact input:not([type="submit"]),
#cv_contact textarea {
	background-color: #ffffff;
	color: #222222;
	font-family: "Raleway";
	margin-bottom: 10px;
	transition: all 0.2s ease 0s;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: 1px solid #ffffff;
}

#cv_contact span.wpcf7-not-valid-tip {
	position: relative;
	top: -3px;
	right: 0;
}

.contact-area .wpcf7-submit {
	background-color: transparent !important;
    border: 1px solid #252525 !important;
	width:auto !important;
}

.contact-area .wpcf7-submit:hover {
	background-color: #252525 !important;
    border: 1px solid #252525 !important;
	color:#fff !important;
}

#cv_contact .ajax-loader {
	position: relative;
	background: url(img/loading_grey.gif) no-repeat center center !important;
	background-size: 16px 16px !important;
	top: -10px;
}

#cv_contact .wpcf7-list-item input {
	margin-bottom:0 !important;
}

#cv_contact .vc_col-sm-6 {
	padding-left: 0;
}

#cv_contact .vc_row {
	margin: 0 0 5px;
}

/* Forms
--------------------------------------------- */

.wpcf7-form input:not([type="submit"]),
.wpcf7-form .wpcf7-textarea {
	display: block;
	width: 100%;
	max-width: 100%;
}

#cv_contact input[type="checkbox"],
#cv_contact input[type="radio"] {
	width: 14px !important;
	height: 14px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #e3e3e3;
	padding: 0;
}

.wpcf7-list-item input {
	display: inline-block !important;
	width: auto !important;
	max-width:none !important;
}

.wpcf7-list-item {
	margin:0 17px 0 0 !important;
}

div.wpcf7-response-output {
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 0;
	clear: both;
}

div.wpcf7-response-output.wpcf7-display-none {
	display: none;
}

.wpcf7-submit {
	margin-bottom: 0;
}

/* Page Title
--------------------------------------------- */

.page-title {
    margin: 20px;
}

/* Buttons
--------------------------------------------- */

.button-footer {
	display: block;
	background:transparent;
	border:2px solid #fff;
	color:#fff !important;
	/*float: left;*/
	font-weight: 700;
	letter-spacing: 2px;
	padding:12px 0;
	text-align: center;
	width:100%;
}

.button-footer:hover {
	background:#fff;
	border:2px solid #fff;
	color:#404040 !important;
}

.button-footer-contact {
	margin-top:3px;
}

.mk-footer-copyright a {
    color: #8c8e91 !important;
}

.mk-footer-copyright a:hover {
    opacity:0.8;
}

/* Logos
--------------------------------------------- */

.logos li {
	margin-right:40px !important;
}

.logos li:last-child {
	margin-right:0 !important;
}

/* Accordion
--------------------------------------------- */

.mk-accordion-pane {
	padding-bottom:0 !important;
}

.mk-accordion.fancy-style .mk-accordion-tab {
	font-size:14px !important;
}

.mk-accordion.fancy-style .mk-accordion-tab {
	background-color:#eee !important;
	color:#404040 !important;
}

.mk-accordion.fancy-style .mk-accordion-tab:hover {
    background-color: #f59331 !important;
}

.mk-accordion-single {
	margin-bottom: 1px;
}

.mk-accordion-single:last-child {
	margin-bottom: 0;
}

/* Blockquote
--------------------------------------------- */

blockquote::before {
	display: block !important;
    font-family: FontAwesome;
}

/*
FORM INPUTS
---------------------------------------------------------------------------------------------------- */

input,
textarea,
select {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	width: 14px !important;
	height: 14px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #e3e3e3;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: none;
}

input[type="checkbox"]::after {
	content: '\f00c';
	font-family: FontAwesome;
	position: relative;
	font-size: 16px;
	top: -3px;
	color: #f59331;
	opacity: 0;
	transition: all .3s ease;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
	opacity: 1;
}

body span.wpcf7-not-valid-tip {
	position: relative;
	top: 7px;
	right: 0
}

/*
FRANCHISE OVERVIEW
---------------------------------------------------------------------------------------------------- */

.page-id-11048 .wpb_revslider_element {
	margin-bottom:0;
}

.page-id-11048 #area-list li {
    margin-bottom: 5px;
}

.overview-icons img {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	height: 43px;
}

.overview-icons .vc_box_circle {
	background: #f59332;
	padding: 24px;
}

.franchise-overview-form {
	margin-bottom: 60px !important;
	margin-top: 47px;
	min-height: auto;
	top: 0;
}

/*
FRANCHISE - TRAIN
---------------------------------------------------------------------------------------------------- */

.area-box {
    background: #fff url(img/box-icon.png) no-repeat bottom left;
    border: 3px solid #eee;
	font-size: 16px;
}

.area-box strong {
	color: #777 !important;
}

.franchise-form {
	margin-bottom: 60px !important;
	margin-top: 47px;
	min-height: 500px;
	top: 0;
}

.franchise-title .mk-page-title-box-title {
	margin-top: 60px;
}

.franchise-title .mk-page-title-box-subtitle {
	line-height: 33px !important;
	margin-top: 30px;
}

.train-form {
	margin-top: 47px;
	min-height: 433px;
	top: 0;
}

/*
FRANCHISE - TEACH
---------------------------------------------------------------------------------------------------- */

.teach-award {
	float: right;
	width: 80%;
}

.area-box-teach {
    background: #fff;
    border: 3px solid #ddd;
	font-size: 16px;
	min-height: 189px;
}

#teach-standout strong {
	color: #777;
}

#teach-standout ol {
	margin-left: 0;
}

#teach-standout li {
	border-bottom: 2px solid #fff;
	list-style-type: none;
	padding: 15px;
}

#teach-standout li strong {
	color: #ef5b34;
}

.teach-form {
    min-height: 434px;
}

.page-id-11065 #area-list {
	margin: 0 -5px;
}

.page-id-11065 #area-list li {
    margin-bottom: 5px;
}

.orange-box p {
	color: #fff;
	font-size: 18px;
}

/*
MISC
---------------------------------------------------------------------------------------------------- */

/* Carousel */

body .vc_images_carousel .vc_carousel-control {
	bottom: auto;
	height: 50px;
	margin-top: 0;
	opacity: 1;
	transform: translateY(-50%);
	width: 50px;
}

body .vc_images_carousel .vc_carousel-control .icon-next, body .vc_images_carousel .vc_carousel-control .icon-prev {
	background: #f59331;
	height: 50px;
	left: 0;
	margin-left: 0;
	margin-top: 0;
	top: 0;
	width: 50px;
}

body .vc_images_carousel .vc_carousel-control .icon-prev::before, body .vc_images_carousel .vc_carousel-control .icon-next::before {
    color: #fff;
	line-height: 50px;
	position: relative;
    text-shadow: none;
	top: 0;
}

body .vc_left.vc_carousel-control {
	left: -40px;
}

body .vc_images_carousel .vc_carousel-control.vc_right {
	right: -40px;
}

.vc_images_carousel .vc_carousel-inner {
	z-index: 1;
}

/* Margin */

.no-margin {
	margin-bottom: 0;
}

/* BULLET POINT BOX */

.box-bullets {
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	padding: 30px;
}

/* GDPR ON FORMS */

.gdpr {
	background: #f6f6f5;
	margin-bottom: 10px;
	padding: 30px;
}

.gdpr span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    margin-left: 0;
}

.gdpr span.wpcf7-list-item {
	margin: 0;
}

.franchise-form .gdpr, .home-form .gdpr {
	background: transparent;
	padding: 0;
}

/*
LEGAL POLICIES
---------------------------------------------------------------------------------------------------- */

.page-template-legal #footer-slider,
.page-template-legal #mk-footer {
    position: relative;
    z-index: 1000;
}

#legal #sidebar {
    float: left;
	padding-left: 0;
}

#legal .legal-sidebar {
    padding: 20px;
    margin-bottom: 20px;
    background: #f3f3f3;
    /*border-bottom: 2px solid #4071b4;*/
}

#legal .legal-sidebar ul,
#legal .legal-sidebar li {
    list-style: none;
    margin: 0;
}

#legal .legal-sidebar li {
    padding: 3px 0;
    border-bottom: solid 1px #404040;
}

#legal .legal-sidebar li:first-child,
#legal .legal-sidebar li:first-child a {
    padding-top: 0 !important;
}

#legal .legal-sidebar li:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
}

#legal .legal-sidebar li a {
    display: block;
}

#legal .legal-sidebar li a:hover {
    color: #2e2e2e;
    opacity: .6;
}

#legal .legal-sidebar li.current-menu-item a {
    color: #4071b4;
    opacity: 1;
}

#legal .legal-sidebar-links::-webkit-scrollbar { 
    display: none; 
}

/* Links
--------------------------------------------- */

#legal .legal-sidebar-links {
    max-height: 100vh;
    overflow: scroll;
    text-transform: capitalize;
}

#legal .legal-sidebar-links p:last-child {
    margin-bottom: 0;
}

/* Sidebar Widths
--------------------------------------------- */

#legal .sidebar-side {
    width: 300px;
    position: relative;
}

#legal #sidebarInner {
    position: absolute;
    top: 0;
    width: 300px;
}

#legal #sidebar.is-fixed #sidebarInner {
    position: fixed;
}

#legal .content-side {
	padding-left: 30px;
    position: relative;
}

#legal .content-side h4 {
    padding-top: 90px;
    margin-top: -90px;
    outline: none;
}

#legal .content-side h4:focus {
    color: #42787e;
    border-bottom: solid 2px;
    padding-bottom: 6px;
}

.legal-content {
    width: calc(100% - 300px);
    margin-left: 0;
}

/* Responsive
--------------------------------------------- */

/* When Header Stop Sticking */
@media (max-width: 1140px) {
    
    #sidebar.is-fixed #sidebarInner {
        top: -72px
    }
    
    .legal-sidebar-links {
        max-height: 100vh !important;
    }
    
    #legal .sidebar-side,
    #legal #sidebarInner {
        width: 200px;
    }
    
    #legal .content-side {
        margin-left: 0;
    }
    
}

@media (max-width: 1024px) {
	
	#legal .content-side {
		float: left;
	}
	
}

@media (max-width: 767px) {
    
    #legal .sidebar-side, #legal #sidebarInner {
        width: 100%;
    }
    
    #legal .content-side {
        margin-left: 0;
		padding-left: 15px;
    }
    
    #legal #sidebarInner {
        position: relative !important;
        top: 0 !important;
        margin-top: 0 !important;
    }
    
    #legal .legal-sidebar-links {
        display: none;
    }
	
	.legal-content {
		width: 100%;
	}
	
	#legal #sidebar {
		min-height: auto !important;
	}
    
}

/*
RESPONSIVE
---------------------------------------------------------------------------------------------------- */

#menu-main-1 .mk-nav-arrow {
	position: absolute;
	width: 100%;
	height: 44px;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}

.mk-page-title-box-title {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.cost-parallax .mk-page-section-inner {
	position: relative;
}

#costs-boxes .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media only screen and (max-width: 1140px) {
	#side-btns {
		top: auto;
		bottom: 0;
		right: 0;
	}
	#side-btns .btn {
		display: inline-block;
		float: left;
		margin-bottom: 0;
		line-height: 40px;
		width: 25%;
		height: 50px;
	}
	#side-btns .btn.phone i,
	#side-btns .btn i {
		float: left;
		line-height: 40px;
		padding-top: 0;
	}
	#side-btns .btn-txt {
		float: left;
    	width: 100%;
	}
	.facebook i {
		margin-top: 5px;
		width: 100%;
	}
	.phone i, .envelope i, .booking i {
		display: none !important;
	}
	.phone .btn-txt {
		margin-top: 18px;
	}
	.no-icon {
		padding-top: 11px;
	}
	#sub-footer {
		margin-bottom: 50px;
	}
	.mk-header:not(.header-style-4) .mk-header-holder {
		position: fixed !important;
		border-bottom: 3px solid #f59331;
	}
	#mk-page-introduce,
	.mk-page-title-box,
	.lp_map-left{
		margin-top: 90px;
		border-top: none;
	}
}

@media only screen and (max-width: 1000px) {

	/* Fast Pass Intsentive */
	
	.pricing-table li {
		width: 100% !important;
	}
	
	.pricing-table li ul li {
		margin-left: 0 !important;
	}
	
	.home #theme-page {
		padding-bottom: 80px !important;
		position: relative;
		z-index: 9;
		margin-bottom: -2px;
	}
	#theme-page {
		position: relative;
		z-index: 9;
		margin-bottom: -2px;
	}
	
	.home-form .vc_col-sm-6 {
		width: 100%;
	}
	.home .fb_iframe_widget iframe {
		height: 666px !important;
	}
	.home .fb_iframe_widget iframe #u_0_3,
	.home .fb_iframe_widget iframe ._10b4 {
		height: 596px !important;
		max-height: 596px !important;
	}
}

@media only screen and (max-width: 767px) {
	.logos li {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		width: 50%;
		float: left;
		margin-right: 0 !important;
		text-align: center;
	}
	.logos li img {
		margin: 0 auto;
	}
	#about-list li {
		width: 100%;
	}
	.booking-cta *,
	.booking-cta .wpb_wrapper,
	.booking-cta .wpb_wrapper p {
		text-align: center;
	}
	#instructorFinder .vc_col-sm-2 {
		width: 100%;
		float: left;
	}
	#instructorFinder .vc_row::after {
		display: none;
	}
	
	#location-area .vc_col-sm-3, #location-area .vc_col-sm-6 {
		width: 50%;
		float: left;
		min-height: 270px;
	}	
	
	.vc_col-sm-6.manual-lessons {
		margin-bottom: 20px;
	}
	.vc_row .vc_col-sm-4:not(:last-child) .offer-list {
		margin-bottom: 30px;
	}
	#cv_contact #box-icon-7 {
		margin-bottom: 30px;
	}
	.cv_map_content span {
		display: none;
	}
	
	.fb-page span,
	.fb-page iframe,
	.fb-page ._2p3a {
		position: relative;
		display: block;
		width: 100% !important;
	}
	
	.Dining-SubTitle {
		font-size: 20px !important;
	}
}

/* iPAD
--------------------------------------------- */

/* Portrait and Landscape */ 
@media only screen    
and (min-width: 768px)    
and (max-width: 1024px) {
		
	.home .wpb_gallery {
		margin-bottom: 0;
	}
	
	/* About Us */
	
	.logos .wpb_image_grid_ul {
		height: auto !important;
	}
	
	.logos .isotope-item {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		width: 16.5%;
		text-align: center;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		padding: 0 10px !important;
		box-sizing: Border-box;
	}
	
	.logos .isotope-item img {
		margin: 0 auto;
	}

	#about-list li {
		width: 29%;
		min-height: 48px;
	}
	
	.page-id-4796 .vc_custom_1489154803066 {
		padding-bottom: 0 !important;
	}
	
	.page-id-4796 #about-list {
		border: 0;
	}
	
	/* What We Do */
	
	#area-list {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	/* Learner Hub */
	
	.offer-list-orange {
		min-height: 249px;
	}
	
}  

/* Portrait */ 
@media only screen    
and (min-width: 768px)    
and (max-width: 1024px)    
and (orientation: portrait) { 
	
	/* Home */
	
	.home .booking-cta {
		margin-bottom: 0 !important;
	}
	
	/* Areas We Cover */
	
	#cv_areasCovered .area h2 i {
		margin: -2px 1px 0 0;
	}
	
	#location-area .vc_col-sm-4, #location-area .vc_col-sm-8 {
		width: 100%;
	}
	
	/* Instructor Inner */
	
	#instructorInformation .vc_col-sm-8.height-full,
	#instructorInformation .vc_col-sm-4.height-full {
		width: 100%;
	}
	
	#instructorInformation .vc_col-sm-4.height-full .vc_empty_space {
		display: none;
	}
	
	#instructorInformation .vc_col-sm-4.height-full {
		margin-top: 30px;
	}
	
	#instructorInformation .vc_col-sm-4.height-full .wpb_row {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	
	/* Costs */
	
	#pricingMain .trigger-statements p {
		min-height: 96px;
	}
	
	/* Contact */
	
	#cv_contact .wpb_column {
		width: 100%;
	}
	
	#cv_contact .mk-box-icon {
		width: 50%;
		float: left;
		clear: none;
		margin-bottom: 30px;
	}
	
	#cv_contact .vc_col-sm-4 .mk-divider,
	#cv_contact .vc_col-sm-4 .clearboth {
		display: none;
	}
	
	/* Footer */
	
	#text-4 {
		text-align: center;
	}
	
	.mk-col-1-4:not(:first-child) {
		width: 33.3333%;
		float: left;
		padding: 0 10px;
	}
	
	/* Misc */
	
	.booking-cta .vc_col-sm-2 .vc_column-inner {
		padding-left: 0;
	}
	
	.booking-cta {
		margin-bottom: 0px !important;
	}
	
}  

/* Landscape */ 
@media only screen   
and (min-width: 768px)    
and (max-width: 1024px)    
and (orientation: landscape) {
	
	#mk-footer [class*='mk-col-'] {
		padding: 0 1%;
	}
	
	#cv_areasCovered .area p {
		min-height: 134px;
		box-sizing: border-box;
	}
	
}

/* ----------- iPads ----------- */  

@media only screen and (max-width: 1140px) {

	.home .wpb_revslider_element {
		margin-top: 60px;
	}

}

/* ----------- Phone Generic 6+ ----------- */  

@media only screen and (max-width: 767px) {
	.mk-page-section-wrapper::after {
		content: '';
		clear: both;
		display: table;
	}
	
	.mk-testimonial.avantgarde-style .mk-testimonial-content {
		width: 100%;
		padding: 0 !important;
	}
	
	.booking-cta-new .mk-button {
		float: left;
		margin-left: 15px;
	}
	
	.booking-cta-new .mk-font-icons {
		margin-bottom: 15px;
	}
	
	.grecaptcha-badge {
		bottom: 50px !important;
	}
	
	.mk-footer-copyright {
		padding: 10px 67px 5px!important;
	}
	
	/* Testimonials */
	
	.mk-testimonial.avantgarde-style .flex-direction-nav .flex-next {
		transform: translate(200%, -50%);
	}
	
	.mk-testimonial.avantgarde-style .flex-direction-nav .flex-prev {
		transform: translate(-200%, -50%);
	}
	
	.mk-testimonial.avantgarde-style .mk-testimonial-image {
		display: block !important;
		width: 100%;
		height: 150px;
		text-align: center;
	}
	
	.mk-testimonial.avantgarde-style .mk-testimonial-image img {
		height: 150px;
		width: 150px;
		display: block;
		margin: 0 auto;
	}
	
	.mk-testimonial.avantgarde-style .mk-testimonial-author {
		width: 100%;
	}
	
	/* Instructor Finder */
	
	#instructorFinder .vc_col-sm-2 h4 {
		min-height: 40px;
	}
	
	/* Prices */
	
	.cost-parallax .mk-testimonial.avantgarde-style .mk-testimonial-content {
		width: 100%;
	}
	
	.trigger-statements #standout {
		margin-bottom: 30px;
	}
	
	.page-template-template-costs #divider-4 {
		margin-left: 16px;
	}
	
	#pricingMain {
		padding: 146px 0 100px 0;
	}
	
	#pricingMain .title {
		left: 0;
		padding: 12px 0 2px 0;
		text-align: center;
		width: 100%;
	}
	
	.blue-boxes .mk-text-block {
		text-align: center !important;
	}
	
	.blue-boxes .vc_col-sm-3 {
		margin-bottom: 15px;
	}
	
	/* Learner Hub */
	
	.learner-hub .vc_col-sm-4:not(:last-child) {
		margin-bottom: 40px;
	}
	
	.blue-boxes-alt {
		margin-bottom: 0;
	}
	
	.blue-boxes-alt .vc_col-sm-4 {
		margin-bottom: 15px;
	}
	
	.hub-banner {
		margin-top: 30px;
		text-align: center;
	}
	
	/* Contact Page */
	
	.page-id-10664 .box-detail-wrapper div {
		font-size: 16px !important;
	}
	
}

/* ----------- Phone Generic 6+ Portrait ----------- */  

@media only screen and (max-width: 1024px) {
	
	.icon-mobile {
		display: inline-block !important;
	}
	
	.page-id-11065 .rev_slider_wrapper {
		background-position: center 92px !important;
	}
	
	body .vc_left.vc_carousel-control {
		left: 10px;
	}
	
	body .vc_images_carousel .vc_carousel-control {
		z-index: 2;
	}
	
	body .vc_images_carousel .vc_carousel-control.vc_right {
		right: 10px;
	}
	
	#area-award, #ii-area-award {
		margin-bottom: 0 !important;
	}
	
	#area-award img, #ii-area-award img {
		position: relative;
		top: auto;
	}
	
	#ii-area-award img {
		width: 97%;
	}
	
}

@media only screen and (max-width: 700px) {
	
	#text-3 {
		text-align: left !important;
	}
	
	#text-3 img {
		width: 40% !important;
	}
		
}

@media only screen and (max-width: 500px) {
	
	.Dining-SubTitle {
		font-size: 17px !important;
	}
	
	.avatar-circle {
		width: 100%;
	}
	
	.page-id-4796 #mk-page-title-box-2 .mk-effect-bg-layer {
		background-position: 39% 100%;
	}
	
	.page-id-11065 .rev_slider_wrapper {
		background-position: center 92px !important;
	}
	
	.offer-list img {
		margin-left: 15px !important;
		width: 100px !important;
	}
	
	.page-title {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	.page-template-template-costs .header-divider .divider-inner {
		margin-left: 0;
	}
	
	.header-divider .divider-inner {
		margin-left: 15px;
	}
	
	.wpb_row .moment {
		padding: 30px 30px 10px 30px !important;
	}
	
	#instructor-imgs .vc_col-sm-3 {
		padding: 0;
	}
	
	/* Pricing */
	
	.trigger-statements {
		margin-left: -5px;
		margin-right: -5px;;
	}
	
	#pricingMain {
		margin-top: 0;
		padding: 0;
	}
	
	#pricingMain .title {
		display: none;
	}
	
	#pricingMain .cv_inner {
		border: 0;
	}
	
	.trigger-statements #standout {
		margin-bottom: 0;
		margin-top: 30px;
		padding-bottom: 10px;
	}
	
	#pricingMain .select-div:after {
    	height: 46px;
	}	
	
	body .vc_custom_1557499962525 {
    	margin-top: 0px !important;
	}
	
	/* Instructor - Overview */
	
	#instructorFinder .vc_col-sm-2 {
		width: 50%;
		float: left;
		min-height: 270px;
	}
	
	/* Instructor - Inner */
	
	.page-template-template-instructor #theme-page .theme-page-wrapper .theme-content.no-padding {
		padding: 0;
	}
	
	.instructor-experience {
		padding-top: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
	}
	
	.page-template-template-instructor .driver-details {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}
	
	.driver-details img {
		margin-left: 15px;
		width: 130px;
	}
	
	.instructor-contact {
		padding: 30px 15px 10px 30px !important;
	}
	
	.instructor-contact .mk-list-styles {
		margin-bottom: 5px !important;
	}
	
	.favourites-outer {
		border: 0;
	}
	
	.favourites-outer img {
		width: 30%;
	}
	
	.wpb_row .favourites {
		padding: 0 !important;
	}
	
	body #instructor-imgs {
		margin-top: 15px !important;
	}
	
	#instructor-imgs .wpb_single_image {
		margin-bottom: 15px;
	}
	
	body #price-social {
		margin-top: 20px !important;
	}
	
	#price-social .vc_col-sm-8 .vc_col-sm-10 .vc_column-inner {
		padding-left: 0;
	}
	
	#instructor-imgs {
		display: none;
	}
	
	/* Areas Covered */
	#areasInstructors .vc_col-sm-3 {
		width: 50%;
      	float: left;
      	min-height: 270px;
	}
	
	#cv_areasCovered #map_wrapper {
	    height: 300px;
	}
	
	.cv_row .lp_map-right {
    	padding: 20px 25px 40px 25px;
	}
	
	.cv_row .lp_map-left {
		height: 300px !important;
	}
	
	#cv_areasCovered .area h2 {
    	background: #fff;
	}
	
	#cv_areasCovered .franchise h2 {
		background: #f59331 !important;
	}
	
	#cv_areasCovered .area p {
		display: none;
	}
	
	#area-award, #ii-area-award {
		text-align: center;
	}
	
	#area-award img, #ii-area-award img {
		position: relative;
		top: auto;
		width: 35%;
	}
	
	#ii-area-award img {
		width: 53%;
	}
	
	.area-award .vc_col-sm-2 {
		float: left;
		width: 50%;
	}
	
	/* Misc */
	
	.mobile-hide {
		display: none !important;
	}
		
}

/* Portrait */ 
@media only screen    
and (min-device-width: 320px)    
and (max-device-width: 568px)   
and (-webkit-min-device-pixel-ratio: 2)   
and (orientation: portrait) {
	.mk-testimonial-image {
		display: none !important;
	}
	.mk-testimonial.avantgarde-style .mk-testimonial-content {
		width: 100%;
		padding: 0 !important;
	}
}  
