/*
Theme Name: Rural-Fuels
Author: Jake Woodbury
Description: WarmThoughts Custom Theme
Version: 0.0.1
Tags: 
*/

/*
 * Globals
 */

body {
    font-family: 'Open Sans', sans-serif;
    margin:0;
    padding:0;
    font-size:100%;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: normal;
    color: #333;
}
h1 {
    margin: 2rem 0;
    font-size: 2rem;
    line-height: 2.5rem;
}
h2 {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    line-height: 1.9rem;
}
h3 {
    margin: 1.3rem 0;
    font-size: 1.3rem;
    line-height: 1.7rem;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #fcd066;
    margin: 1em 0;
    padding: 7px;
    margin-top: 30px;
}
sup {
    font-size: 50%;
}
.bg-tan {
    background-color:#fef4db;
    padding:10px;
    font-weight:bold;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: auto;
}
.text-center {
    text-align: center;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.parallax-hero {
    padding: 0px;
    margin-bottom: 0px;
    color: inherit;
    padding-top: 125px;
    padding-bottom: 100px;
    width: 100%;
}
.farmer {
    background: url(images/bg-head-hero-farmer.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.family {
    background: url(images/bg-head-hero-family.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mom {
    background: url(images/bg-head-hero-mom.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.truck {
    background: url(images/bg-head-hero-truck.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-green {
    color:#fff;
    background-color:#99c93b;
}
.btn-green:hover {
    background-color:#a4d83f;
}
.btn-primary {
    background-color:#fee017;
    color:#000;
    border:none;
}
.btn-primary:hover {
    background-color:#dbc115;
    color:#000;
    border:none;
}
.btn-secondary {
    background-color:#000;
    color:#fff;	
}
.no-gutter {
    padding-right:0;
    padding-left:0;
}

/*
 * Header
 */
.headerinner {
    background-color: #333333;
    min-height:150px;
    border-bottom: 4px solid #fee017;
}

.headerinner .logo {
    top: 0px;
    position:inherit;
}
.headerinner .mainnav {
    /*top: 100px;
    width: initial;
    margin-right:5%;
    left:inherit;
    right:0px;*/
    position: initial;
}
.iconhome {
    font-size:60px;
    color:#fff;
    background-color:#99cc33;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding:15px;
    width:95px;
    height:90px;
    text-align:center;
}
.ico-large {
    font-size:120px;
    color:#99c83a;
    text-align:center;
}
.home {
    position: inherit;
    z-index: 1000;
    left:0;
    right:0;
}
.hero {
    position:relative;
    width:100%;
    min-height:250px;
}
.herotext {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 40%;
    color: #fff;
    text-align: left;
    font-size: 2vw;
    width: inherit;
    padding: 25px;
}
.herotitle {
    font-size: 4.5vw;

}
.topline{
    border-top:2px solid #fdc53d;
}
.logo {
    padding-top: 20px;
}


/*
 * Nav
 */
.mainnav {
    margin-right:5%;
    width:inherit;
    margin: auto;
    left: 0px;
    right: 0px;
    position:inherit;
}
.mainnav a{
    vertical-align: middle;
    font-weight: bold;
    text-decoration:none;
    
    color:#000;
    padding:.65vw;
    font-size:14px;
    font-weight: bold;
}
.mainnav ul {
    text-align: center;
    text-transform:capitalize;
}
.mainnav ul li {
    float:none;
    display:inline-block;
}
.mainnav ul ul {
    min-width:inherit;
}
.mainnav ul ul li {
    margin-top: 0px;
    float:left;
    width: inherit; //Makes anchor width same as parent
}
.mainnav ul ul  a {
    width:100%;
    text-align:left;
    
    background-color:#99c93b;	
    border: 1px solid #99c93b;
    color:#000;
    
}
.mainnav ul ul li:last-child a {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mainnav ul li:hover > a, .mainnav ul li.active > a {
    background-color:#99c93b;
    border: 0px solid #99c93b;
    color: #000;
}
.mainnav ul ul li:hover > a {
    background-color:#fcd066;
    border: 1px solid #fcd066;
    color:#000;
}

.topnav {
    background-color:#99c93b;
    text-align:center;
    padding: 7px;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.topnav li {
    display:inline-block;
}
.topnav li a{
    color:#fff;
    padding-left:10px;
    padding-right:10px;
    text-transform:uppercase;
    font-size:12px;
}
.topnav ul {
    margin:0px;	
    padding: 0px;
}
.bottomnav ul{
    list-style-type:circle;
    text-align:center;
}
.bottomnav ul li{
    display:inline-block;
    margin-right: 28px;
}
.innertopnav {
    background-color:#333333;
}
.innertopnav li a {
    color:#fee017;
}
.slicknav_menu {
    background-color:#99c93b;
}
.slicknav_nav a {
    font-weight:bold;
}
.slicknav_nav a:visited {
    color:#000;    
}
.slicknav_nav a:link {
    color:#000;    
}
.slicknav_nav a:active {
    color:#000;    
}
.slicknav_nav a:hover {
    color:#000;    
}
.slicknav_arrow {
    color: #000;
}
.slicknav_nav .slicknav_row:hover{
    background-color:#fcd066;
}
.slicknav_nav a:hover{
    background-color:#fcd066;
}

/*
 * Homepage
 */

.home-bottom {
    background: url(images/img-home-bottom-family-snow.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 450px;
}
.home-bottom .container {
    background-color: rgba(255,255,255,.75);
    border-radius: 10px;
    padding-bottom: 25px;
}

/*
 * Inner
 */

.innerbanner {
    background: no-repeat center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 20px;
}
.innerbanner .h1 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 2px 2px 1px #333;
    text-transform: uppercase;
}
.default {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner {
    margin-bottom: 30px;
}

.inner a {
    color: #2557b4;
}

.inner ul {
    list-style: none;
}
.inner li {
    margin-bottom: 5px;
    text-indent: -1em;
}
.inner li::before {
    content: "• ";
    color: #99c83a;
    margin-right: 0.4em;
}

.bg-yellow {
    background-color: #fee017;
    color: #000;
}

/*
 * Blockquote
 */

blockquote {
    border-left: 2px solid #fee017;
    border-bottom: 2px solid #fee017;
    margin: 2rem 0;
    padding-left: 15px;
}

/*
 * Footer
 */

footer {
    padding: 2em 0;
    color: #000;
    background-color: #e3e3e3;
}
footer .copyright {
    border-top: 2px solid #b6b6b6;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 10px;
    color: #444;
    line-height: 20px;
    text-align: left;
}
footer .border-left {
    border-left: 2px solid #b6b6b6;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}
footer .ico-fb {
    float: right;
    font-size: 30px;
}
footer .ico-fb i {
    color: #3a5899;
}
footer a, footer a i {
    color: #000;
}
footer a:hover, footer a:hover i {
    color: #333;
}
.contactinfo {
    font-size: 0.8em;	
}
.mobile-center {
    text-align: center;
}

/*
 * Post
 */

.post {
    border-bottom: 2px solid #fcd066;
    padding-top: 30px;
}
.post:last-child {
    border: none;
}
.post h3 {
    margin-top: 0;
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
    .hero {
        min-height: 650px;
    }
    .herotext {
        display: block;
    }
    .home {
        position: absolute;
    }
}

/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {

}

/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
    .mobile-center {
        text-align: inherit;
    }
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {

}

/**
 * Responsive
 */

@media (max-width: 991px) {
    .logo {
        display: block;
        margin: auto;
    }
    .home-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    footer .border-left {
        border-top: 2px solid #b6b6b6;
        border-left: none;
        padding-top: 20px;
        margin-top: 20px;
    }
    .inner img {
        display: block;
        float: none;
        height: auto;
        margin: 20px auto;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .home-bottom {
        padding-bottom: 0;
    }
    .home-bottom .container {
        border-radius: 0;
    }
}