/*
================
GLOBAL
================
*/

h1, h2, h3, h4, h5, h6, .title h1, .drop_down .second .inner > ul > li > a, nav.main_menu > ul > li > a  {
font-weight: normal;
}

.centered {text-align:center;}

#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton {padding: 10px 23px 4px;}

.filter_holder ul li {
    font-family: 'Maiden Orange', sans-serif;
    font-size: 22px;
}

.qode-btn {min-width: 150px; text-align:center;}

.qbutton, .qbutton.medium, #submit_comment, .load_more a, .blog_load_more_button a, .post-password-form input[type='submit'], input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled]), .woocommerce table.cart td.actions input[type="submit"], .woocommerce input#place_order, .woocommerce-page input[type="submit"], .woocommerce .button {
    width: 80%;
}

.wpb_flexslider.flexslider {
    overflow: visible !important;
}

.flexslider, .portfolio_slider {
    margin: 0 0 60px;
    position: relative;
    zoom: 1;
    transform: rotate(-3deg);
    border: 10px solid #fff;
}

.q_icon_list p {font-family: 'IM Fell DW Pica', 'Maiden Orange',  sans-serif;}

.blog_holder article .post_text .post_text_inner {
    padding: 40px 40px 40px;
    background-color: transparent;
    background-image: url(../../../uploads/2017/03/Tiny_ParchmentBG1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #2C1907;
}

p.post_excerpt {color:#2c1907;}

.blog_holder.blog_single article h2 {
    padding: 10px 70px;
}

.blog_holder article .post_info {
    padding: 0 70px;
}

.single-post .blog_single p {
    margin-bottom: 22px !important;
    padding: 0 70px 70px;
    color: #2C1907;
}

/*
================
EVENTS
================
*/

.darktext p, .darktext h1, .darktext h2, .darktext h3, .darktext h4, .darktext h5, .darktext h6, .darktext ul li {color: #2C1907;}

.BackgroundStretch {background-size: 100% 100% !important;}

.KodakLeft img {
    border: 15px solid #fff;
    box-shadow:0 0 15px rgba(0,0,0,0.5);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.KodakRight img {
    border: 15px solid #fff;
    box-shadow:0 0 15px rgba(0,0,0,0.5);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}


/*
================
HEADER
================
*/

.title.has_background, .title.has_fixed_background {
    background-position: center 0;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 0px 0px 14px;
    -moz-border-image: url(../../../uploads/2017/03/RopeDivider_Dark.png) 18 27 repeat;
    -webkit-border-image: url(../../../uploads/2017/03/RopeDivider_Dark.png) 18 27 repeat;
    -o-border-image: url(../../../uploads/2017/03/RopeDivider_Dark.png) 18 27 repeat;
    border-image: url(../../../uploads/2017/03/RopeDivider_Dark.png) 18 27 repeat;
}

.title_outer .has_background.title .title_subtitle_holder, .title_outer .has_fixed_background.title .title_subtitle_holder, .title_outer.with_image .title .title_subtitle_holder {
    display: block;
    margin-top: 13%;
    width: 100%;
}

header.sticky .header_bottom {
    background-image: url(../../../uploads/2017/03/Tiny_StickyBG_WoodPlank.png);
    background-color: transparent !important;
}


/* NAVIGATION */

.fa-facebook-official {color:#3B5998;}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
    background-color: transparent;
    border-color: rgba(0,0,0,0);
}

.drop_down .second .inner {
    background-image: url(../../../uploads/2017/03/Tiny_MenuDropdownBG2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px 0 10px 0;
}

.drop_down .second ul li {
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.1);
}

nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

nav.mobile_menu ul li:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.0);
}

nav.mobile_menu ul li.open_sub>ul {
    border-top: 2px solid rgba(0,0,0,0.1);
}

.mobile_menu_button span, .side_menu_button>a {color: #564212;}  /* Fixes color of mobile menu icon */

/* ==== Header Logo Fixes ==== */

@media all and (min-width: 1000px) {
    .q_logo img {top: -57%;}
}

@media all and (max-width: 1000px) {
    .q_logo img {max-height:120px;}
}

.q_logo img {z-index:1000;}

/*
=================
BLOG BACKGROUND
=================
*/

/*
.blog_holder article .post_text .post_text_inner {
    padding: 23px 23px 35px;
    background-color: #b7a989;
    background-image: url(../../../uploads/2017/01/24.jpg);
    border-radius: 4px;
    margin-top: 25px;
    box-shadow: inset 0px 0px 20px rgba(56, 32, 3, 0.9), 0 0 20px #000;
}
*/

/*
============
FOOTER
============
*/

.footer_top {
    padding: 30px 0 30px;
}

.footer_top_holder {
    box-shadow: inset 0px -5px 15px rgba(0,0,0,0.8);
}

.footer_col1 {
    text-align: left;
    font-size:16px;
}

.footer_col3 {
    text-align: right;
    font-size:16px;    
}

/*
================
MEDIA QUERIES
================
*/

@media only screen and (max-width:1000px) {

    .mobile-centered {text-align:center;}

}

@media only screen and (max-width:767px) {

    .KodakLeft {
        padding-top:60px;
    }

    .KodakRight {
        margin-top:-50px;
        padding-bottom:50px;
    }

}

@media only screen and (min-width:767px) {

    .KodakLeft {
        padding-top:60px;
    }

    .KodakRight {
        padding-top:60px;
        margin-left:-40px;
    }

}

@media only screen and (max-width:600px) {

    .footer_col1, .footer_col2, .footer_col3, .footer_col4 {
        text-align: center;
    }

    .footer_col2 {display:none;}

}