/*
Theme Name: FoodFarm
Theme URI: http://hn.arrowpress.net/foodfarm/
Author: AHT
Author URI: http://arrowhitech.com/
Description: Foodfarm - WordPress Theme for Farm, Farmers and Food, Organic.
Version: 1.6.9
License: 
License URI: 
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: foodfarm
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@import url(astrostyle.css);

.header-v2 .header-top{background: #fff}
.header-v2 .link-contact p a{color: #222}
.header-v2 .main-navigation{border: none;}
.toprightblock{display: none;}
.page-404-container .logo img{max-width: 236px;}
.content-desc, .content-desc h1, .content-desc h3{color: #fff;}
.mega-menu li a{text-transform: none;}

span.wpcf7-not-valid-tip{float: left;}
.breadcrumb li:last-child{display: none;}
.header-logo img{height: auto!important;}
.header-v2 .btn-open{top:12px;}
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}