/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.2
*/

/***** TABLE OF CONTENTS ******/
/*
        Global Items
        Gravity Forms
        Instagram Feed
        Header
        Blog Feed
        Staff Photos
        Education Page
        Small Business Saturday
        FAYP Page
        Actions & Initiatives
        Footer
        Chamber Master Ads
        Custom Events Feed
        Custom News Feed
*/
/***** GLOBAL ITEMS *****/
/* image align left bottom margin */
.alignleft, img.alignleft {
    margin-bottom: 1em;
}
/* buttons */
.mk-button--size-large {
    border-radius: 10px;
    font-weight: 500;
}
.mk-button--size-large:hover {
    background-color: #ff7f2e !important;
}
.mk-button {
    border-radius: 10px;
}
/* fonts */
.master-holder h2 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: .1em;
}
/*
body, p, h1, h2, h3, h4, h5, h6, .main-navigation-ul, .mk-vm-menuwrapper {
font-family: "azo-sans-web";
}
*/
.socials li:hover #kc_podcast_icon svg path{
    fill:#f26644;
}
/* initiatives button */
.initiatives-button {
    color: #fff;
    background: orange;
}
.foundations-donate-font {
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    font-size: 23px;
    line-height: 28px;
}
.foundation-button {
    font-size: 20px !important;
    font-weight: 600 !important;
}
/* page titles */
.page-title {
    font-size: 26px !important;
    color: #194165 !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}
/* UBER MENU */
.ubermenu .ubermenu-submenu-id-10 > .ubermenu-column + .ubermenu-column:not(.ubermenu-clear-row) {
    border-left: 2px dotted #aaaaaa !important;
}
.ubermenu .ubermenu-submenu-id-94 > .ubermenu-column + .ubermenu-column:not(.ubermenu-clear-row) {
    border-left: 2px dotted #aaaaaa !important;
}
.ubermenu .ubermenu-submenu-id-101 > .ubermenu-column + .ubermenu-column:not(.ubermenu-clear-row) {
    border-left: 2px dotted #aaaaaa !important;
}
@media only screen and (min-width: 0px) and (max-width: 1366px) {
    .ubermenu .ubermenu-submenu-id-10 > .ubermenu-column + .ubermenu-column:not(.ubermenu-clear-row) {
        border-left: none !important;
    }
    .ubermenu .ubermenu-submenu-id-94 > .ubermenu-column + .ubermenu-column:not(.ubermenu-clear-row) {
        border-left: none !important;
    }
    .ubermenu .ubermenu-submenu-id-101 > .ubermenu-column + .ubermenu-column:not(.ubermenu-clear-row) {
        border-left: none !important;
    }
}

/********** GRAVITY FORMS ***********/
/* remove sublabels on forms */
/*
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    display: none !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
*/
/* submit button */
.gform_wrapper .button {
    border-radius: 10px;
    text-transform: none;
}
.gform_wrapper .button:hover {
    background-color: #ff7f2e !important;
}
.gform_wrapper .gform_footer {
    padding: 0px 0 0px !important;
    margin: 0px 0 0 !important;
}
/*********** INSTAGRAM FEED **************/
#sb_instagram .sbi_photo_wrap {
    /*border: solid 4px #8291a8;*/
}
/*************** HEADER *****************/
/* bottom border on navigation */
.mk-header-bg {
    border-bottom: 5px #f28948 solid;
}
/* move social icons to left */
.mk-header-social {
    float: left;
}
/* slanted background */
.mk-toolbar-navigation ul li {
    line-height: 35px;
}
.topbar-button-slanted {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background: #f28948;
    height: 34px;
}
.topbar-button-slanted:hover{
    background: #ff7f2e;
}
.topbar-button-slanted-content {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);  
    display: inline-block;
    font-size: 12px;
}
.topbar-button-slanted-content:hover{
    color: #fff;
}
.topbar-menu-items {
    font-size: 13px !important;
    text-transform: uppercase;
}
.mk-toolbar-navigation ul li a {
    line-height: 0px;
    padding: 0 15px;
    border-right: none;
}
/* show logo on mobile layout */
.mk-header .fit-logo-img a {
    z-index: 999;
}
/* top bar navigation */
.mk-toolbar-navigation {
    float: right;
}
/* search icon in main navigation */
.main-nav-side-search {
    top: 0px !important;
}
/* homepage slider */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px;
}
/* remove topbar from mobile */
.mk-toolbar-resposnive-icon {
    display: none;
}
/************ BLOG FEED ************/
#vgps-wrapper241 {
    border: solid 4px #8291a8;
}
#vgps-wrapper241 .vgps-caption {
    background: rgba(255,255,255, 0.7) !important;
}
/************* STAFF PHOTOS **********/
.mk-employee-item .team-thumbnail {
    -webkit-filter: brightness(90%);
}
.mk-employee-item .team-thumbnail:hover{
    -webkit-filter: brightness(100%);
}
/* extra class for when using photos on interior pages */
.staff-photo-border img {
    border: 3px #8291a8 solid;
}
/************** EDUCATION PAGE ************/
.quick-facts-text {
    padding-top: 20px;
}
.circle-image-border {
    width: 250px;
    height: 250px;
    border: 6px solid #8291a8;
    border-radius: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    margin: auto;
}
/************* PODCAST EPISODE PAGE **********/
.kcp-episode-sidebar {
    border-radius: 8px;
}

.kcp-episode-sidebar h2 {
    font-size: 18px;
    font-weight: 600;
}

.kcp-episode-sidebar ul li {
    list-style: outside;
}

.kcp-episode-sidebar ul li a {
    color: #153C5D;
    line-height: 28px;
}

.wpb_row.vc_row.vc_row-fluid.jupiter-donut-.mk-fullwidth-true.attched-false.vc_custom_1666034439302.js-master-row {
    background-position: center top !important;
}
div.kc_podcast_header {
    background-position: center top !important;
}

/************** SMALL BUSINESS SATURDAY PAGE ***********/
@media only screen and (min-width: 768px) and (max-width: 4000px) {
    .h1-small-biz {
        margin-bottom: -25px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .hide-image-small-biz {
        display: none !important;
    }
}
@media only screen and (min-width: 1025px) {
    .mobile-image-small-biz {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 4000px) {
    .small-biz-date-padding-left {
        padding-left: 100px;
    }
}
/************** FAYP PAGE ****************/
.fayp-padding {
    padding: 25px !important;
}
/**************** ACTIONS & INITIATIVES ***********/
.mk-blog-modern-item {
    margin-bottom: 10px;
}
.mk-blog-modern-item .the-excerpt, .mk-blog-classic-item .the-excerpt {
    margin-bottom: 0px;
}
/************* FOOTER **************/
/* Margin Bottom */
#mk-footer .widget {
    margin-bottom: 0px;
}
/* center copyright */
.mk-footer-copyright, #mk-footer-navigation {
    float: none;
    display: block;
    text-align: center;
}
/*************** CHAMBER MASTER ADS ************/
#mni-ads-1493678680460 .mn-ad-image {
    line-height: 90px !important;
}
/************** CUSTOM EVENTS FEED *************/
.c_event_fullwrap{
    max-width:1140px;
    margin:0 auto;
}
.c_event-wrapper {
    background: #194165;
    border-radius: 15px;
    padding: 1.8em;
    width: 23%;
    margin: 1%;
    float: left;
    min-width: 262px;
}
.c_event-wrapper:hover {
    background: #1e4e78;
}
.c_event-date {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.c_event-title {
    color: #fff;
    font-size: 15px;
    height: 77px;
    font-weight: 300;
    line-height: 1.2em;
}
.c_event-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
/* Events responsive settings */
/* tablets */
@media only screen and (max-width: 1156px) {
    .c_event_fullwrap {
        max-width:100%;
    }
    .c_event-wrapper {
        background: #194165;
        border-radius: 15px;
        float: left;
        padding: 1em;
        width: 23%;
        margin: 1%;
        min-width: 0px;
    }
}
/* phones */
@media only screen and (max-width: 657px) {
    .c_event_fullwrap{
        max-width:100%;
    }
    .c_event-wrapper {
        background: #194165;
        border-radius: 15px;
        float: left;
        padding: 1em;
        width: 48%;
        margin: 1%;
        min-width: 0px;
    }
}
/************ CUSTOM NEWS FEED *************/
.c_news-wrapper {
    width: 50%;
    float: left;
    color: #fff;
    height: 220px;
    padding-left: 2%;
}
.c_news-wrapper:hover .c_news-date {
    background: #f28948;
}
.c_news-content {
    margin-left: 88px;
    margin-top: -88px;
    padding-right: 4%;
}
.c_news-date {
    background: #8291a8;
    border-radius: 10px;
    width: 75px;
    height: auto;
    padding: 10px;
}
.c_news-date-month {
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 6px;
}
.c_news-date-day {
    font-size: 30px;
    margin-left: 10px;
    font-weight: 600;
}
.c_news-title {
    font-size: 20px;
    min-height: 47px;
}
.c_news-teaser {
    font-size: 16px;
}
/* Responsive settings for news feed */
/* Tablets */
@media only screen and (min-width: 668px) and (max-width: 1023px) {
    .c_news-wrapper {
        min-width: 0px;
        width: 50%;
        float: left;
        height: 100px;
        margin-bottom: 50px;
        padding: 5%;
    }
    .c_news-date {
        background: #8291a8;
        border-radius: 10px;
        width: 73px;
        height: auto;
        padding: 10px;
    }
    .c_news-teaser {
        display: none;
    }
}
/* Standard Phones */
@media only screen and (min-width: 361px) and (max-width: 667px) {
    .c_news-wrapper {
        min-width: 0px;
        width: 100%;
        float: none;
        height: 100px;
        margin-bottom: 20px;
        padding: 3%;
    }
    .c_news-date {
        background: #8291a8;
        border-radius: 10px;
        width: 73px;
        height: auto;
        padding: 10px;
    }
    .c_news-teaser {
        display: none;
    }
}
@media only screen and (min-device-width : 361px) and (max-device-width : 667px) and (orientation : landscape) { 
    .c_news-wrapper {
        min-width: 600px;
        height: auto;
    }
}
/* Small Phones */
@media only screen and (min-width: 320px) and (max-width: 360px) {
    .c_news-wrapper {
        min-width: 0px;
        width: 100%;
        float: none;
        height: 100px;
        margin-bottom: 25px;
        padding: 2%;
    }
    .c_news-date {
        background: #8291a8;
        border-radius: 10px;
        width: 73px;
        height: auto;
        padding: 10px;
    }
    .c_news-teaser {
        display: none;
    }
}

/* Chamber Master Search */
.mn-widget-searchbox-keyword{
    margin: 0;
    padding: 12px 28px 12px 15px;
    width: 100%;
    border: 2px solid rgba(0,0,0,.12);
}

/* DEVELOPMENT INFO CENTER  */
.devinfo-container {
    padding-bottom: 20px;
}

.devinfo-images {
    display: block;
    width: 100%;
    height: auto;
    filter: grayscale (50%);
    -webkit-filter: grayscale(50%);
}

.devinfo-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;  
    /*   filter: grayscale(50%); */
    /*   -webkit-filter: grayscale(50%); */
}

.devinfo-text {
    color: white;
    /*     background-color: #0b19615c; */
    background-color: rgba(243, 138, 73, 0.8);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    margin-top: -40px;
}

.devinfo-container:hover .devinfo-text{
    /* 	background-color: #153c5d; */
    background-color: #ff7f2e !important;
    transition: all 0.5s ease;
}

.devinfo-container:hover .devinfo-images{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: all 0.5s ease;
}

.devinfo-newsletter-container {
    background-color: #153c5d;
    padding: 15px;
    width: 100%;
    min-height: 190px;
}
.devinfo-news-icon {
    max-width: 18%;
    width: 18%;
    float: left;
}
.devinfo-news-title {
    font-size: 16px;
    color: white;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 80%;
}
.devinfo-content-title {
    padding: 10px;
    background-color: #ebebeb;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
}
.devinfo-sidebar-title {
    padding: 10px;
    background-color: #ebebeb;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
}
.devinfo-h2 {
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 0em !important;
}

@media only screen and (min-width: 641px) {
    .devinfo-gform-email {
        margin-top: -15px !important;
        width: 60%;
        float: left;
    }
    #gform_wrapper_6 .gform_footer {
        font-size: 1em;
        width: 40%;
        float: right;
        margin: -39px 0px 0px 0px !important;
    }
    #gform_wrapper_6 #input_6_1_6_container.name_last {
        padding-right: 0px;
    }
}

.devinfo-news {
    border: 3px solid #ebebeb;
    padding: 15px;
    margin-top: -15px;
}

.devinfo-news hr {
    border: solid 1px #ebebeb;
}
.devinfo-news a {
    font-weight: 600;
}


/* Footer Newsletter */
.footer-newsletter{
    text-align: center;
    background-color: #F28947;
    padding: 18px 0 8px 0;
    font-size: 36px;
    font-family: Helvetica Neue, sans-serif;
    font-weight: bold;
}

.footer-newsletter-wrap{
    display:inline-block;
}

.footer-newsletter-title{
    float:left;
    line-height: 59px;
    padding-right: 8px;
}

.footer-newsletter-form{
    float:right;
}

.footer-newsletter-form .gform_wrapper{
    margin:0;
}

#gform_1 .footer-newsletter-emailtext input{
    border-radius: 10px 0 0 10px;
    border-left: 2px solid #153C5D;
    border-top: 2px solid #153C5D;
    border-bottom: 2px solid #153C5D;
    border-right: none;
    padding: 15px;
    font-size:22px;
    margin: 0;
    line-height: 1em !important;
    width: 358px;
}

#gform_1 #field_1_2{
    padding:0;
}

#gform_1 #gform_submit_button_1{
    padding: 17px;
    background-color: #153C5D !important;
    font-size: 22px;
    height: inherit;
    line-height: 1em !important;
    border-radius: 0 10px 10px 0;
    border: 2px solid #153c5d;
    margin:0;
}

h3.footer-widget-h3{
    display: inline-block;
    border-bottom: 2px solid #f28947;
}

.gform_confirmation_message_1{
    max-width: 500px;
    line-height: 1;
}

/* Hero no content */
section.hero.kc-hero-no-content {
    aspect-ratio: 960/311 !important;
    min-height: unset !important;
}

@media only screen and (max-width: 960px){
    .footer-newsletter-title{
        float:none;
        padding-right: 0px;
    }

    .footer-newsletter-form{
        float:none;
    }
    .kc_podcastpage_wrap{
        flex-direction:column;
    }
    div.kc_podcastpage_side{
        max-width:100%;
    }

     div.kc_podcast_post_wrapper{
        grid-template-columns: 50% 50%;
    }

    div.kc_wtl_wrap{
        flex-direction:column;
    }
    div.kc_wtl_list{
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }
    div.kc_podcastsponsor_level{
        grid-template-columns: 33% 33% 33%;
    }
}
@media only screen and (max-width: 768px){
    div.kc_podcast_post_wrapper{
        grid-template-columns: 100%;
    }
    div.kc_wtl_list{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .kc_podcast_single_block{
        flex-direction: column-reverse;
    }
    div.kc_podcastsponsor_level{
        grid-template-columns: 50% 50%;
    }
}
@media only screen and (max-width: 640px){
    #gform_1 #gform_submit_button_1{
        border-radius: 10px;
    }

    #gform_1 .footer-newsletter-emailtext input{
        border-radius: 10px;
        border: 2px solid #153C5D;
        width:100%;
        margin-bottom:10px;
    }
    div.kc_podcastsponsor_level{
        grid-template-columns: 100%;
    }
    div.kc_podcastsponsor_wrap {
        width: 100%;
        max-width: 150px;
        margin: auto;
    }
}