/*
Theme Name: Georgia Organics
Theme URI: http://georgiaorganics.org/
Author: Visual23
Author URI: http://visual23.com/
Description: Awesome WordPress theme for Georgia Organics.
Version: 2.0.0
License: GNU General Public License
License URI: see license.txt
Tags: 




/* This is a small security for too long strings titles */
body {
	/*word-wrap: break-word;*/
}


/* BOOSTRAP CUSTOMIZATION
================================================== */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.center-block {
    float: none;
}

a:hover, a:active, a:focus {
    outline: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* TYPOGRAPHY
================================================== */

body {
    line-height: 1.543;
    font-size: 15px;
    font-family: 'georgia', serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color:#000000;
}
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #23334e;
    text-decoration: none;
}
b. strong {
    font-weight: 600;
}
i,
em {
    font-style: italic;
}
h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.lfm {
    margin-top: 40px;
    margin-bottom: 40px;
}
.text-orange {
    color: #FFA700;
}
a.nice-link,.nice-link  {
font-size: 14px;
font-family: 'Gotham A', 'Gotham B';
font-style: normal;
font-weight: 600;
text-decoration: none;
color: #010101;
text-transform: uppercase;
}
/* END TYPOGRAPHY
================================================== */

/* GENERAL
================================================== */
.store-content .container{
    width: auto;
    padding: 0;
    margin: 0;
}
.store-content{
    margin-top: 40px;
}
.store-sidebar{
    margin-top: 40px;
}


.clear-float {
    clear: both;
}
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

/*fix webkit flickering bug*/

.webkit_fix {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.wrapper{
    position: relative;
    visibility: visible;
    overflow-x: hidden;
     width:100%;
}
.content-wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-container{
    margin-top: 40px;
}
/* HEADER 
================================================== */
header{
    
}
#top-bar{
    height: 41px;
    border-bottom: 1px solid #679c3d;
}
#top-bar ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
#top-bar ul li{
    margin: 0;
    display: block;
    float: left;    
}
#top-bar ul li a{
    display: block;
    height:40px;
    line-height: 40px;
    text-decoration: none; 
    color: #000;
}
#btn-donate{
    background-image: url(includes/images/donate-btn-arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #f1d933;
    padding-left: 30px;
    padding-right: 20px;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 900; font-style: normal;
    font-size: 16px;
    text-transform:none;
    
}

#btn-good-food-guide{
    background-color: #bac5aa;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    color:#000;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

#btn-the-daily-dirt{
    background-color: #e2e8dd;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    color:#000;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

#btn-conference{
    background-color: transparent;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    color:#000;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

#btn-newsletter-signup{
    font-family: 'Courier New';
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    display: block;
    float: right;
    text-align: right;
}

.social-networking{
    list-style: none;
    margin: 0;
    margin-top: 14px;
    padding: 0;
    float: right;
}
.social-networking li{
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 18px;
    float: left;
}
.social-networking li:last-child{
    margin-right: 0;
}

.social-networking li a{
    display: block;
    height: 24px;
    background-image: url(includes/images/social-networking.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: transparent;
    
}
.social-networking #facebook a{
    background-position: 0 0;
}
.social-networking #facebook a:hover{
    background-position: 0 -24px;
}
.social-networking #twitter a{
    background-position: -42px 0;
}
.social-networking #twitter a:hover{
    background-position: -42px -24px;
}
.social-networking #pinterest a{
    background-position: -86px 0;
}
.social-networking #pinterest a:hover{
    background-position: -86px -24px;
}
.social-networking #vimeo a{
    background-position: -130px 0;
}
.social-networking #vimeo a:hover{
    background-position: -130px -24px;
}

.ga-logo{
   width:137px;
    height: 121px;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 12px;
}

.navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

.nav > li > a {
  position: relative;
  display: block;
  padding: 20px 17px;
    font-size: 18px;
  font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    color:#000;
    text-transform: uppercase;
    text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
    color: #5d9631;
}

.search-btn{
    
}
.search-btn .ubermenu-target-text {
font-family: "courier new" !important;
    font-weight: normal !important;
}
#sub-menu-bar{
    background-color:#5d9631;
    height:10px;
}

#search-panel-wrapper{
    position: absolute;
    z-index:60;
    width:100%;
    height: 600px;
    display: none;
}
#search-panel{
    position: absolute;
    width:100%;
    background-color: #fff;
    z-index:61;
    height: 1px;
    display: none;
    padding-top: 32px;
}
#search-panel-fade{
    position: absolute;
    z-index:60;
    width:100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    display: none;
}
#search-close-btn{
    width:24px;
    height: 24px;
    position: relative;
    float:right;
    margin-top: 0;
    background-image: url(includes/images/close-x.png);
    background-position: 0 0;
    cursor: pointer;
    text-indent: -9999px;
}
#search-close-btn:hover{
    background-position: 0 -24px;
}

#search-panel form{
    margin-top: 60px;
}

#search-panel .form-control {
  width: 100%;
    height: 56px;
    background-color: #fff;
    font-family: "courier new"
    font-style: italic;
    font-weight: 400;
    color: #4b4b4b;
    
    display: block;
padding: 6px 12px;
font-size: 30px;
line-height: 1.42857143;

background-image: none;
    border: 0;
border-bottom: 2px solid #4b4b4b;
border-radius: 0px;
box-shadow: none;
-webkit-transition: border-color ease-in-out .15s;
transition: border-color ease-in-out .15s;
}

#search-panel .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #4b4b4b;
}
#search-panel .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #4b4b4b;
    opacity:  1;
}
#search-panel .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #4b4b4b;
    opacity:  1;
}
#search-panel .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #4b4b4b;
}



#nav-trigger {
    position: absolute;
    top: 26px;
    right: 30px;
    z-index: 9998;
    width: 30px;
    height: 18px;
    cursor: pointer;
    display: none;    
}
#nav-trigger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #22334e;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
#nav-trigger:hover span {
    background-color: #cb3a22;
}
#nav-trigger span.top {
    top: 0px;
}
#nav-trigger span.middle {
    top: 8px;
}
#nav-trigger span.bottom {
    bottom: 0;
}
#nav-trigger.selected span.top,
#nav-trigger.selected span.bottom {
    opacity: 0;
}
#nav-trigger.selected span.middle {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-trigger.selected span.middle-copy {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sub-menu-wrapper{
    clear: both;
    margin-top: 70px;
    margin-bottom: 60px;
}
.sub-menu-wrapper ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.sub-menu-wrapper ul li{
    display: block;
    text-align: center;
}
.sub-menu-wrapper ul li a{
    display: block;
    text-decoration: none;
    border-radius: 3px;
    background-color:#bac5aa;
    /*height: 50px;*/
    line-height: 30px;
    padding-top:10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Gotham A', 'Gotham B'; font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-font-smoothing: auto;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.sub-menu-wrapper ul li a:hover{
    -webkit-transform: translateZ(0) scale(1.05);
    -ms-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05);
}
.sub-menu-wrapper ul li:nth-child(3n+1) a {
    background-color: #bac5aa;
}
.sub-menu-wrapper ul li:nth-child(3n+2) a {
    background-color: #5d9631;
}
.sub-menu-wrapper ul li:nth-child(3n+3) a {
    background-color:#465c23;
}



/* HOME
================================================== */
.hero-slider{
    height: 700px;
}
.hero-slide{
    height: 700px;
    background-position: center center;
    background-size: cover;
    display: none;
}
.hero-caption{
    width: 100%;
    height: 234px;
    background-color:rgba(21,21,21,0.5);
    position: absolute;
    bottom: 0;
}
.hero-caption h2{
    font-family: "freight-display-pro";
    font-size: 40px;
    font-weight: 400;
    color: #fefefe;
    margin-top: 50px;
    margin-bottom: 30px;
}
.btn-hero {
    border-color:transparent;
    background-color:#5d9731;
text-align: center;
    border-radius: 3px;
text-transform: uppercase;
text-decoration: none;
border: 0;
    color:#ffffff;
    font-size: 18px;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    padding-right: 40px;
    padding-left: 40px;
}
.btn-hero:hover{
    background-color: #f1d933;
    color:#000000;
}

.slick-next {
right: 25px;
}
.slick-prev {
left: 25px;
}

.slick-dots {
position: absolute;
bottom: 10px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
    z-index: 50;
}

.slick-dots li { position: relative; display: inline-block; height: 28px; width: 28px; margin: 0px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 28px; width: 28px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 28px; height: 28px; font-family: "slick"; font-size: 18px; line-height: 28px; text-align: center; color: #bcc6ab; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing:none; }
.slick-dots li.slick-active button:before { color: #5d9731; opacity: 1; }

.slick-prev,
.slick-next {

}

h1.content-heading{
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}

.main-resources{
    border-top: 1px solid #bac5aa;
    margin-top: 50px;
    margin-bottom: 80px;
}
.main-resources .box-left{
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    
    position: relative;
}
.main-resources .mr-left-col:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height:100%;
    width:1px;
    background-color:#bac5aa;
}
.main-resources .box1:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height:100%;
    width:1px;
    background-color:#bac5aa;
}
.main-resources .box1:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width:100%;
    height:1px;
    background-color:#bac5aa;
}
.main-resources .box2:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width:100%;
    height:1px;
    background-color:#bac5aa;
}

.main-resources .box3:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height:100%;
    width:1px;
    background-color:#bac5aa;
}
.main-resources .boxes{
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    height:186px;
    width: 100%;
    text-decoration: none;
    display: table;    
}
.main-resources .box-content{
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    text-align: center;
}
.main-resources .boxes span.mr-for{
    font-family: 'courier';
    font-size: 18px;
    text-decoration: underline;
    display: block;
}
.main-resources .boxes span.mr-title{
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    font-size: 32px;
    text-transform:uppercase;
    text-decoration: none;
    display: block;
}
.dark-green-bg{
    background-color: #465c23;
}
.light-green-bg{
    background-color:#5d9631;
}

.section-titles{
    position: relative;
    background-image: url(includes/images/section-titles-bg.png);
    background-repeat: repeat-x;
    background-position: center center;
    margin-bottom: 40px;
}

.section-titles h2{
    color: #000000;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;

    position: relative;
    width:auto;
    float: left;
    background-color: #fff;
    padding-right: 16px;
    
}
.page-template-template_for_farmers .section-titles h2, .post-type-archive-farmer-videos .section-titles h2{
    color: #000000;
    font-family: "courier new";
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
height: 36px;
line-height: 36px;
    position: relative;
    width:auto;
    float: left;
    background-color: #fff;
    padding-right: 16px;
    
}
.events-view-all{
    float: right;
    width: 128px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #5d9731;
    background-color: #ffffff;
    display: block;
    font-family: 'Courier New';
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 36px;
    text-align: center;
}
.hot-events-wrapper{
    margin-bottom: 60px;
}
.view-all-mobile{
    display: none;
}
.event-photo{
    position: relative;
    overflow: hidden;
}
.event-photo img{
    position: relative;
    z-index: 23;
}
.event-date{
    position: absolute;
    z-index: 24;
    width: 64px;
    height: 24px;
    line-height: 24px;
    bottom: 0px;
    background-color:rgba(93, 151, 49, 0.8);
    font-size: 12px;
    font-family: Arial;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
h2.event-title{
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 
}
h2.event-title a{
    text-decoration: none;
    color: #000000;
}


h2.upcoming-event-title{
    font-family: "freight-display-pro";
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding-right: 20px;
    padding-left: 20px;
}
h2.upcoming-event-title a{
    text-decoration: none;
    color: #000000;
}
.event-date-box{
    border-top: 1px solid #bac5aa;
    border-bottom: 1px solid #bac5aa;
    position: relative;
    height:114px;
    padding-top:3px;
    padding-bottom:3px;
}
.date-box-left{
    width:30%;
    height:106px;
    float: left;
    text-align: center;
    color: #5d9631;
    font-family: 'Numbers Depot A', 'Numbers Depot B';
    font-weight: normal;
    font-size: 40px;
    border-right: 1px solid #bac5aa;
    padding-top: 26px;
}
.date-box-right{
    width:70%;
    float: left;
    padding-top: 0px;
    padding-left: 16px;
    display: table;
    height:110px;
}
.date-box-wrapper{
    display: table-cell;
    vertical-align: middle;
}
.date-box-date{
    font-family: 'Courier New';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.date-box-location{
    font-family: 'Courier New';
    font-size: 14px;
    font-weight: normal;
}

.upcoming-events-wrapper{
    margin-bottom: 60px;
}
.upcoming-events-wrapper .event-box{
    position: relative;
}
.upcoming-events-wrapper .event-box:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width:1px;
    height:100%;
    background-color:#bac5aa;
}
.upcoming-events-wrapper .event-box:last-child:before{
    content: "";
    display: none;
}
.footer-row-1{
    
}
.content-sep{
    background-color:#bac5aa;
    height:1px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-sign-up {
    margin: 0 auto;
    
    border-radius: 3px;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    color: #5d9731 !important;
    font-size: 16px;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    display: block;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.btn-sign-up:hover{
    background-color: #f1d933;;
    color:#fff;
}

.btn-donate {
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f1d933;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    display: block;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.btn-donate:hover{
    background-color: #5d9631;;
    color:#fff;
}

.staff-box{
   font-family: Georgia;
    font-size: 16px;
    margin-bottom: 30px;
}
.staff-box h2{
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.staff-title{
    font-family: "freight-display-pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
}
.staff-email{
    display: block;
    text-decoration: none;
}
.intro-text{
    font-family: "freight-display-pro";
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}

.video-wrapper{
    margin-bottom: 70px;
}
.play-video{
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    position: absolute;
    z-index: 28;
}

.page-content-wrapper{
    margin-top: 0px;
    margin-bottom: 60px;
}

.crop-production-list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.crop-production-list li{
    float: left;
    width: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 16px;
}
.crop-production-list li img{
    width:120px;
    height: 80px;
}
.crop-production-list li a{
    font-size: 14px;
    
    font-family: 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    color: #010101;
    text-transform: uppercase;
}


.footer-row-2{
    padding-top: 78px;
    padding-bottom: 36px;
    background-color: #5d9731;
    position: relative;
}
.footer-row-2:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    background-image: url('includes/images/paper_bag_bg.png');    
}
.footer-row-2 .container{
    position: relative; 
}

.footer-col{
    font-family: 'georgia';
    font-size: 14px;
    color: #ffffff;
}
.footer-col h1{
    font-size: 24px;
  font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 0;
    letter-spacing: 1px;
}
.footer-col .sidebar{
    margin: 0;
    padding:0;
    list-style: none;
}
.footer-col a{
    text-decoration: none;
    color: #fff;
}

.courier{
    font-family: 'Courier New';
}
.footer-row-3{
    height: 70px;
    line-height:70px;
}
.footer-col-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-col-menu li {
    display: block;
    margin-bottom: 6px;
}
.footer-col-menu li a {
    display: block;
    font-size: 14px;
  font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-col-menu li a:hover {
    text-decoration: underline;
}
.copyright-col{
    font-family: 'Courier New';
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    height: 70px;
    line-height:70px;
}

.social-col{
    text-align: right;
}
.social-networking{
    padding-top:10px;        
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 84px;
    height: 83px;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    background: url(includes/images/ui.totop.png) no-repeat left top;
    cursor: pointer;
}
.mobile #toTop{
    display: none !important;
}
#toTopHover {
    background: url(includes/images/ui.totop.png) no-repeat left top;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    bottom: 20px;
    right: 20px;
}
#toTop:active,
#toTop:focus {
    outline: none;
}

.page-not-found-image{
    text-align: center;
}

.page-not-found-title{
    margin-bottom: 40px;
}
.page-not-found-text{
    font-size:20px;
    line-height: 28px;
    margin-top: 40px;
}
/* END MISCELANIOUS
================================================== */


.daily-dirt-header{
    /*background-image: url(includes/images/daily_dirt_header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 394px;    */
    text-align: center;
}
.daily-dirt-header img{
    max-width: 100%;
}

a.more-link{
    display: block;
    float: left;
    clear: both;
    height: 40px;
    margin-top: 20px;
    padding-left: 36px;
    padding-right: 36px;
    border-radius: 3px;
    background-color: #5d9731;
    text-align: center;
    color:#fff !important;
    text-decoration: none !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    line-height: 40px;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: left;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0px 0 60px;
}


/* Clearing */
.clear {
	clear: both;
}

.sidebar{

    padding-bottom: 10px;
    
}
.sidebar .sidebar-padder{
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 0px 0 0px;
  border-bottom: 0;
}

.entry-meta{
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 0;
    color:#a0a0a0;
    font-size: 16px;
    font-family: "courier new";
}

.page-title{
    margin-top: 0;
    margin-bottom: 60px;
    text-align: left;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
}
.page-title.center{
    text-align: center;
}
.single .page-title{
    margin-top: 0;
    margin-bottom: 20px;
}
.blog .page-title, .search .page-title {
    margin-top: 0;
    margin-bottom: 10px;
     font-size: 28px;
    line-height: 30px;
}
.page-header .page-title {
    margin-top: 0;
    margin-bottom: 10px;
     font-size: 28px;
    line-height: 30px;
}
.search .page-title {
    margin-bottom:10px;
}
.page-title a{
    margin-bottom: 20px;
   
    text-align: left;
    text-decoration: none !important;
}
.page-title .searched-for{
    display: block;
    color: #5d9731;
}
.sub-title{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
    font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
}
.topPostHeader{
    margin-top: 0px;
    margin-bottom: 0px;
}
.topPostHeader .page-title{
    margin-bottom: 20px;
    font-size: 40px;
    text-align: left;
}

.posted-on{
    font-size: 22px;
    color: #4a4a4a;
}
.posted-on a, .byline a{
    color: #4a4a4a !important;
    text-decoration: none !important;
}
.post-meta{
    margin-bottom: 20px;
}
.byline{

    font-size: 22px;
    font-style: italic;
    color: #4a4a4a;
}
.meta-box{
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #aeaeae;
    display: block;
}

.tags-links{
    color:#aeaeae;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    display: block;
    padding-top: 6px;
    border-top: 1px solid #aeaeae;
}
.tags-links a{
    color:#aeaeae !important;
    text-decoration: none !important;
    font-style: normal;
}
.tags-links a:hover{
    color: #5d9731 !important;
    text-decoration: underline !important;
}

.entry-content, .entry-summary{
    font-size: 16px;
}
.main-content-inner{
    padding-left: 30px;
    padding-top: 40px;
}
.main-content-inner a{
    color: #231f20;
    text-decoration: underline;
}
div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
}

div.pagination a, div.pagination span.pages, div.pagination span.dots, div.pagination span.current {
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 1px 6px;
  padding: 0px 0px;
  display: inline-block;
  border-top: 0;
  text-decoration: none !important;
  color: #4a4a4a !important;
  font-size: smaller !important;
  text-shadow: none;
  background-color: transparent;
  background-image: none !important;
    border-bottom: 1px solid #4a4a4a;
}

div.pagination a:hover, div.pagination a:focus {
  border-color: transparent;
  background-color: transparent;
  background-image: none !important;
}

div.pagination span.current {
  -o-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
  color: #4a4a4a !important;
  text-shadow: none;
  background-color: transparent;
  background-image: none !important;
  text-decoration: none !important;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget-title{
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B';
font-weight: 800;
font-style: normal;
font-size: 20px;
    margin-bottom: 10px;
    color: #2f353f;
}
.widget .nav{
    text-align: left;
}
.widget .nav li {
position: relative;
margin: 0;
float: none;
display: block;
width: auto;
text-align: left;
height: auto;
line-height: 20px !important;
}
.widget .nav li a {
text-decoration: none;
width: 100%;
margin: 0;
color: #4a4a4a;
font-size: 18px;
    font-family: "courier new";
    font-weight: normal;
margin-right: 0px;
margin-left: 0px;
padding: 0;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 6px;
padding-bottom: 6px;
margin-top: 0px;
text-transform: none;
position: relative;
}
.widget .nav li a:hover {
    color: #4a4a4a;
    text-decoration: underline;
}

.pager li > a, .pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: transparent;
border: 0;
border-radius: 0px;
    font-size: 20px;
}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
.wp-caption { max-width: 100%;
font-style: italic;
font-size: 18px;
}
.wp-caption.alignleft{
    float: left;
}
.wp-caption img{
    padding-bottom: 10px;
}
.attachment-post-thumbnail{
    float: left;
    margin-bottom: 30px;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/*




 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/*** MEDIA QUERIES ***/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 1024px) {

 
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {


    .ga-logo{
        display: none;
    }
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .alignright {
	display: block;
	 float: none; 
	margin-left: 0;
}
    .copyright-col {
      line-height: 16px;
    }
    .main-content-inner {
      padding-bottom: 1em;
    }
    .attachment-post-thumbnail {
      float: none;
      margin-bottom: 30px;
    }
    #top-bar{
       display: none;
   }
    #menu-bar .social-networking{
        display: none;
    }
    .ga-logo{
        display: none;
    }

    .hero-slider, .hero-slide {
        height: 500px;
    }
    
    .content-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main-resources .boxes{        
        padding-top: 24px;
        padding-bottom: 24px;
        height:auto;  
    }
    .main-resources .boxes span.mr-for{
        font-family: 'courier';
        font-size: 18px;
        text-decoration: underline;
        display: block;
    }
    .main-resources .boxes span.mr-title{
        font-size: 22px;
    }
    h1.content-heading {
        margin-top: 0;
    }
    .ubermenu-skin-none.ubermenu-responsive-toggle {
        padding-bottom: 40px !important;
    }
    
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
   #top-bar{
       display: none;
   }
    .social-networking{
        display: none;
    }
    footer .social-networking{
        display: block;
    }
    .ga-logo{
        display: none;
    }    
    
    #sub-menu-bar{
        height: 1px;
        background-color: #bac5aa;
    }
    .content-wrapper{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h1.content-heading {
        font-family: 'Gotham A', 'Gotham B';
        font-weight: 800;
        font-style: normal;
        font-size: 30px;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
    }
    .main-resources {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .main-resources .boxes{        
        padding-top: 20px;
        padding-bottom: 20px;
        height:auto;  
    }
    .main-resources .boxes span.mr-for{
        font-family: 'courier';
        font-size: 18px;
        text-decoration: underline;
        display: block;
    }
    .main-resources .boxes span.mr-title{
        font-size: 18px;
    }
    .section-titles{
        margin-bottom: 20px;
    }
    .section-titles h2 {
        font-size: 26px;
        line-height: 24px;
    }
    .events-view-all {
       display: none
    }
    .view-all-mobile{
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .hero-slider, .hero-slide {
        height: 300px;
    }
    .slick-slider {
        margin-bottom: 0px;
    }
    .slick-dots{
        display: none !important;
    }
    .hero-caption{
        width: 100%;
        height: 130px;
        background-color:rgba(21,21,21,0.5);
        position: absolute;
        bottom: 0;
    }
    .hero-caption h2{
        font-family: "freight-display-pro";
        font-size: 24px;
        font-weight: 400;
        color: #fefefe;
        margin-top: 10px;
        margin-bottom: 6px;
    }
    .btn-hero {
        border-color:transparent;
        background-color:#5d9731;
        text-align: center;
        border-radius: 3px;
        text-transform: uppercase;
        text-decoration: none;
        border: 0;
        color:#ffffff;
        font-size: 16px;
        font-family: 'Gotham A', 'Gotham B'; font-weight: 800; font-style: normal;
        padding-right: 20px;
        padding-left: 20px;
    }
    .btn-hero:hover{
        background-color: #f1d933;
        color:#000000;
    }
     
    .copyright-col span{
        line-height:16px;
        display: block;
        margin-top:20px;
    }
    .ubermenu-skin-none.ubermenu-responsive-toggle {
        padding-bottom: 10px !important;
    }
    
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}


/* Woocommerce */

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    min-height:32px;
    min-width:32px;
    padding:4px;
    font-size:12px;
    font-weight:700;
    position:absolute;
    text-align:center;
    line-height:32px;
    top:6px;
    left:6px;
    margin:0;
    border-radius:20px;
    background:#5d9732;
    background:-webkit-gradient(linear,
    left top,
    left bottom,
    from(#5d9732),
    to(#406822));
    background:-webkit-linear-gradient(#5d9732,
    #406822);
    background:-moz-gradient(center top,
    #5d9732 0,
    #406822 100%);
    text-shadow:0 -1px 0 #406822;
    color:#fff;
    box-shadow:inset 0 1px 0 rgba(255,
    255,
    255,
    .3),
    inset 0 -1px 0 rgba(0,
    0,
    0,
    .2),
    0 1px 2px rgba(0,
    0,
    0,
    .2)
}

.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    background: #5d9631;
background: -webkit-gradient(linear,left top,left bottom,from(#5d9631),to(#436c23));
background: -webkit-linear-gradient(#5d9631,#436c23);
background: -moz-gradient(center top,#5d9631 0,#436c23 100%);
border-color: #76456c;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
    background:#436c23;
    background:-webkit-gradient(linear,
    left top,
    left bottom,
    from(#436c23),
    to(#5d9631));
    background:-webkit-linear-gradient(#436c23,
    #5d9631);
    background:-moz-gradient(center top,
    #436c23 0,
    #5d9631 100%);
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,
    0,
    0,
    .6)
}
.woocommerce #content input.button.disabled,
.woocommerce #content input.button:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce-page #content input.button.disabled,
.woocommerce-page #content input.button:disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button:disabled {
    color:#aaa;
    border:1px solid #e0dadf;
    background:#f7f6f7;
    box-shadow:none;
    cursor:not-allowed
}

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
    color:#406822;
    font-size:1.25em
}
.woocommerce #content div.product p.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page #content div.product p.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins {
    background:inherit
}
.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
    font-size:.67em;
    color:rgba(145,
    145,
    145,
    .5)
}
.woocommerce #content div.product p.stock,
.woocommerce div.product p.stock,
.woocommerce-page #content div.product p.stock,
.woocommerce-page div.product p.stock {
    font-size:.92em
}
.woocommerce #content div.product .stock,
.woocommerce div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce-page div.product .stock {
    color:#406822
}
.woocommerce #content div.product .out-of-stock,
.woocommerce div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock {
    color:red
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
color: #5d9732;
display: block;
font-weight: normal;
margin-bottom: .5em;
}
