/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

/*
Colors

Turquoise: #4c5c66
Red:  #aa1a2e
Bright Red:  #e41532
Orange:  #d09a1f
*/

/* blog page title */
#mk-page-introduce.intro-left {
    /* text-align: left; */
    display: none;
}


/* Heading fonts */
.lrg-head-font {
	font-size: 50px !important;
	color: #fff !important;
	text-shadow: 3px 3px 8px #000;
}
.md-head-font {

}
.sm-head-font {
	font-size: 24px !important;
	color: #fff !important;
	font-weight: 900 !important;
    text-shadow: 2px 2px 5px #000;
}
.hp-phone {
	font-size: 58px !important;
    color: #fff !important;
    font-weight: 900;
    text-shadow: 2px 3px 10px #000;
}

/* header */
.mk-main-navigation {
    padding-top: 70px;
}
.mk-header .fit-logo-img a {
    margin-top: -70px;
}

.mk-header .mk-header-inner {
    height: 180px;
}
.header-style-1 .mk-header-padding-wrapper, .header-style-2 .mk-header-padding-wrapper, .header-style-3 .mk-header-padding-wrapper {
    padding-top: 217px;
}
.call-now-container {
    position: absolute;
    z-index: 302;
    padding-top: 20px;
    padding-left: 65%;
    text-align: center;
}
.call-now-text {
	font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    color: #4c5c66;
}

/* sub menu shit */
.main-navigation-ul li.no-mega-menu ul.sub-menu {
    margin-top: -28%;
}

/* sticky header settings */
.header-style-1.a-sticky .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-3.a-sticky .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-1.a-sticky .menu-hover-style-5 .main-navigation-ul > li, .header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-3.a-sticky .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-1.a-sticky .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-3.a-sticky .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-1.a-sticky .menu-hover-style-3 .main-navigation-ul > li, .header-style-3.a-sticky .mk-header-holder .mk-header-search, .a-sticky:not(.header-style-4) .add-header-height {
    height: 75px !important;
    line-height: 0px !important;
    border-bottom: 0px;
    margin-top: -31px;
}
.logo-in-middle.a-sticky .logo-has-sticky .mk-sticky-logo {
    display: block;
    margin-top: 63px;
    width: 50px;
}

@media screen and (max-width:1140px) {
	.mk-header-inner, .a-sticky .mk-header-inner, .header-style-2.a-sticky .mk-classic-nav-bg {
    	border-bottom: 5px solid #ffffff;
	}
	.call-now-container {
		display: none;
	}
	.mk-header .fit-logo-img a {
    	margin-top: 0px;
	}
	.lrg-head-font {
		font-size: 30px !important;
	}
}

@media screen and (min-width:0px) and (max-width:1139px) {
	.call-now-mobile-container {
		display: flex;
		float: none;
	}
	.call-now-mobile {
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		margin: 0 auto;
	}
}

@media screen and (min-width:1139px) {
	.call-now-mobile-container {
		display: none;
	}
}

/* 3 column homepage background  */
.hp-3-column-bg {
    padding: 10px;
    background-image: url(https://montanaflyfishingexperience.com/wp-content/uploads/2018/01/header-background.jpg);
    background-color: #e2e2e2;
}
.hp-3photo-margin {
	margin-bottom: 0px;
}
.book-now-button {
	color: white;
    background-color: #d09a1f;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
}
.book-now-button:hover{
	color: #fff;
    background-color: #aa1a2e;
}

/* homepage testimonials section  */
.mk-testimonial .mk-testimonial-author {
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    text-shadow: 2px 2px 5px #000;
}
.mk-testimonial .mk-testimonial-company {
    font-size: 30px;
    line-height: 30px;
    opacity: 1;
    font-weight: 600;
    text-shadow: 2px 2px 5px #000;
}
.mk-testimonial.boxed-style .mk-testimonial-content {
    background-color: rgba(250, 250, 250, 0.95);
}

/* Orvis Badge */
.mffe-orvis-badge {
    position: absolute;
    width: 254px;
    height: 150px;
    top: 10px;
    left: 8%;
    z-index: 303;
}
.mffe-orvis-badge a{
    width: 254px;
    height: 150px;
    display: block;
}
@media only screen and (max-width: 1140px) {
	.mffe-orvis-badge {
		width: 130px;
		height: 77px;
		top: 36px;
		left: 43%;
	}
	.mffe-orvis-badge a{
		width: 130px;
		height: 77px;
	}
	.mffe-orvis-badge img{
		width:100%;
		height:auto;
	}
}
