/*
Theme Name: Organicmarket
Author: Jedrek
Author URI: http://convertis.pl/
Description: Theme for organicmarket.pl
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Organicmarket
Tags: gray, blue, white, light, two-columns, right-sidebar, responsive-layout, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*{
    font-family: 'Futura';
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
*:hover{
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: none;  
}
a:focus,
a:active,
a:hover {
    outline: 0;
    text-decoration: none !important;

}
a.clear{
    display: block;
    width: 100%;
}
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Futura-condensed-bold'
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {  
    color: #666;


}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {

}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #5C7812;
}

a:visited {
   color: #5C7812;
}

a:hover,
a:focus,
a:active {
    color: #435815;
}

a:focus {
    
    outline: thin dotted;
}

a:hover,
a:active {

    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 20px;
    background: white;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
    color: black;
    font-weight: normal;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
#primary-menu{
    display: inline-block;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}



@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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-size: 0.875rem;
    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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    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
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Custom Css
--------------------------------------------------------------*/
.container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.boxed .site {
    max-width: 960px;
    margin: 0 auto;
}

/* HEADER */
#masthead{
}
.site-header {
    background: #5C7812;
    
    padding: 0;
    text-align: center; 
}
.om_column{
    float: left;
    width: auto;
}
#main-logo{
     padding: 6px  0px 3px;
}
#main-logo img{
   
    top: -3px;
    position: relative;
}
#header-left{
    width: 80%;

}
.site-branding{
    display: inline-block;
    width: 20%; 
}
#header-right{
    width: 18%;
    height: 100%;
}
@media (max-width: 991px){
    #header-right{
        display: none !important;
    }
    #header-left{
        width: 100%;
    }
}
@media (max-width: 480px){
    .site-branding{
        width: 100%; 
    }
    #main-logo img{
        height: 60px;
        
    }
}
/* *** */
/* SEARCH */
#header-search{
    display: inline-block;
    width: 75%;
    padding: 50px 0;
}
.search-form label{
    width: 50px;
}
.search-field{
    width: 50%;
    height: 50px;
    padding: 0 12px;
    border: none;
}
.search-submit{  
    height: 50px;
    width: 50px;
    border: none;
    padding: 0;
    background: white;
    line-height: normal;
}
@media (max-width: 1199px){
    #header-search{
        padding: 40px 0;
    }
}
@media (max-width: 991px){
    #header-search{
        padding: 5px 0 !important;
    }
}
@media (max-width: 480px){
    #header-search{
        width: 100%; 
       
    }
}

/* *** */


/*MENU */
.menu-item-has-children a:after{
    font-family: FontAwesome;
    content: '\f107';
    padding-left: 12px;
    color: white;
    display: inline;
}
nav#site-navigation{
    padding: 10px 0;      
}
button.menu-toggle{
    background: none;
    color: white;
    border: none;    
    font-size: 25px;
}
button.menu-toggle:hover,
button.menu-toggle:focus{
    border: none;
    box-shadow: none;
    background:#A5C74C;
}
.main-navigation .menu > li{
    margin: 0 10px;
    font-weight: bold;
    
}
.main-navigation .menu li > ul{
    text-align: left;
    border-top: 10px solid transparent;
    background: none;
    box-shadow: none;
}
.main-navigation ul > ul > li{   
   margin: 0;

}

.main-navigation ul ul a{
    color: #5C7812;
    background: white;
    padding: 2px 10px;
    
}


.main-navigation .menu > li > a{
    color: white;
    font-size: 15px;
}
.main-navigation .menu li a:hover{
    color: #435815;
}

.menu-main-container{
    display: inline-block;
    float: right;

}
@media (max-width:599px){
    .main-navigation li{
        float: none;
    }
    .menu-main-container{
        float: left;
        text-align: left;
        
    }
    .main-navigation.toggled ul{
        padding: 10px;
    }
    nav#site-navigation{
        float: left;
        padding: 0;
    }
}
@media (max-width:480px){
    #site-navigation{  
        float: left;
        display: initial;
        width: 10%;
        height: 50px;
        overflow: visible;
        margin: 10px 0px 0px 10px;
        clear: none;
    }
    .menu-main-container{
        z-index: 1000;
        position: absolute;
        width: 100%;
        background: #5C7812;
        left: 0px;
        margin-top: 10px;
    }
     #header-search{
        float: right;
        width: 80%;
        margin-right: 5px;
    }
    #search-field{
        width: 65%;
    }
    
}

/* *** */

/* BREADCRUMBS*/
.breadcrumbs{
    padding: 10px 5px;
    border-bottom: 1px solid #dddddd;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs a:active{
    color: #e0e0e0;
    font-size: 13px;
}
.breadcrumbs a.home span {
    font-weight: normal;
    color: #e0e0e0;
}
.breadcrumbs a.home span:hover{
    color: #71970c;
} 
.breadcrumbs span{
    font-weight: bold;
    color: #71970c;
}
/* *** */

/* FOOTER */
.site-footer {
    background: #5C7812;
    margin-top: 25px;
    padding: 0;
    text-align: center;
}
.site-footer .sep{
    font-size: 9px;
    color: #5C7812;
}
#footer-top{
    width: 100%;  
    color: #5C7812;
    padding: 10px;
    background: #F2EFE8;
}
#footer-bottom{
    padding: 10px;
    background: #435815;
}
.footer-menu{
    float: left;
    text-align: left;
    padding: 0px 50px;

}
#footer-menus{
    margin: 20px 0;
}
.footer-menu h3{
    font-size: 12px;
    color: #A5C74C;
}
.footer-menu ul{
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li a{
    color: white;
}

.footer-menu ul li a:hover{
    color: #435815;
}
#footer-center-menu{
    border-right: 1px solid rgba(165, 199, 76,0.2);
    border-left: 1px solid  rgba(165, 199, 76,0.2);;
}
#footer-logo{
    padding: 15px 0;
}
@media (max-width: 748px){
    .footer-menu{
        float: none;
        width: auto;


        text-align: center;
        padding: 3px 0;
    }
    .footer-menu h3{
        display: inline-block;
        margin: 0px;
        cursor: pointer;
    }
    .footer-menu h3:hover{

        color: #435815;
    }
    .footer-menu h3:after{ 
        font-family: FontAwesome;
        content: '\f107';
        padding-left: 12px;
        color: white;
    }
    .footer-menu h3:hover:after{ 
        color: #435815;
    }
    .footer-menu:hover  div{
        max-height: 500px;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .footer-menu div{
        max-height: 0px;
        overflow: hidden;

    }
    #footer-center-menu{
        border: none;
        margin: none;
    }
}
/* *** */


/* POSTLIST*/
.postlist-post{
    position: relative;
    height:375px;
    text-align: center;
    overflow: hidden;
}
.postlist-bg{
    height:100%;
    width:100%;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.postlist-post:hover .postlist-bg{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
}
.postlist-button{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    background: #5C7812;
    border: none;
    color: white;
    padding: 5px 15px;
    font-weight: bold;
}
.postlist-button:hover{

    background: #71970c;
    color: white;
    transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    box-shadow: none ;
}
.postlist-title{
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 0px;
    color: white;
    font-weight: bold;
    height: 50%;
    background: rgba(0,0,0,0.2);
}
/* POSTLIST END */

/* SLIDER CONTENT */
.metaslider .slides img{
    min-height: 100px;
}
.slider_content{
    text-align: center;
}
.slider_content p{
    display: block; 
    margin: 0 auto;
    line-height: 35px;;
} 
.slider_content .thin{
    color: lightgrey;
    font-weight: lighter;
    font-size: 20px;  
}
.slider_content .bold{
    color: white;
    font-weight: bold;
    font-size: 35px;
}
.slider_content .small{
    color: white;
    font-weight: bold;
    font-size: 25px;
}
.slider_content .link{
    text-decoration: none;
    padding: 7px;
    display: inline-block;
    margin: 0 auto;
    color: #435815;
    font-weight: normal;
    background-color: #C1D72F;
    font-size: 18px;  
     margin-top: 10px;
}
.slider_content .link:hover{
   
    background-color: #71970c;
}

.metaslider .caption{
    text-align: center;
    display: inline-block;
    position: relative;
}

p.page-slide{
  
}
 .metaslider .caption-wrap {
    text-align: center;
    font-family: 'arial';
    background: none !important;
    color: white;
    opacity: 1 !important;
    margin: 0;
    width: 50%;
    height: 100%;
}

@media (max-width: 768px){
    .slider_content p{
        line-height: 20px;;
    } 
    .slider_content .thin{
        font-size: 12px;

    }
    .slider_content .bold{  
        font-size: 20px;
    }
    .slider_content .small{
      
        font-size: 15px;
    }
    .slider_content .link{
        padding: 5px;
        font-size: 12px;  
    }
    .metaslider .caption{   
/*        margin-top: 10px;*/
    }
 
}

@media (max-width: 480px){
     .slider_content p{
        line-height: 18px;;
    } 
     .slider_content .bold{  
        font-size: 18px;
    }
    .metaslider .caption{
       
/*        margin-top: 0px;*/
    }
    .slider_content .link{
        padding: 3px;
    }
}
/* SLIDER END */

/* LANG */
#language-switcher{
    float: right;
    padding-right: 10px;
}
#language-switcher ul{
    list-style: none;
    margin:0;
    padding:0;
}
/* LANG END*/

/* NEWSLETTER */
#nlBold{
    font-size: 23px;
}
.nl-right form{
    display: block;
    max-width: 100%;
}
.nlfield{
    width: auto;
    margin:3px;
}
#nlform-button{
    margin: 0;
}
.nl-left{
    padding-top: 20px;
}
#nlform-name{
    width: 150px;
}
#nlform-gender{
    width: 120px;
}
/* NEWSLETTER END */


/* USEFULL */
.z-up{
    z-index: 1;
}
.z-down{
    z-index: 0;
}
.spacer{
    clear: both;
}

.organic-button{
    height: 50px;
    display: inline;
    margin: 0 auto;
    margin-top: 10px;
    background: #5C7812;
    border: none;
    color: #A5C74C;
    padding: 5px 15px;
    font-weight: bold;
}


.organic-style a{
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    background: #5C7812;
    border: none;
    color: white;
    padding: 5px 15px;
    font-weight: bold;
}
.organic-style a:hover{
    background: #71970c;
    color: white;
    transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    box-shadow: none ;
}

.organic-button:hover{
    background: #71970c;
    color: white;
    transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    box-shadow: none ;
}
.organic-field{
    height: 50px;
    padding: 0 12px;
    border: none;
}
.organic-submit{
    height: 50px;
    width: 50px;
    border: none;
    padding: 0;
    background: white;
}
.bold{
    font-weight: bold;
}
.inline-block{
    display: inline-block;
}
.clickable {
    cursor: pointer;
}
.clickable img{
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.zoom{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.fullH{
    height: 100%;
}

.circle div div{
   height: 120px;
   width: 120px;
   display: table-cell;
   vertical-align: middle;
    
}
.circle-large div div{
   height: 240px;
   width: 240px;
   display: table-cell;
   vertical-align: middle;
    
}
.circle h1{
    font-size: 40px;
    line-height: 40px;
}
.circle h1, .circle h5{
    margin: 0;
}
.img-block-right p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #8A8A8A;
}
.img-block-right p.green{
    color: #5C7812;
}
.img-block-right .elementor-image-box-content{
    text-align: left !important;
}
.left-side{
    margin: 0;
    margin-bottom: 5px !important;
}

.left-side p.elementor-icon-box-description{
    display: block;
    float: left;
    line-height: 21px;
    margin: 0 0 0 10px;
}
.left-side h3.elementor-icon-box-title{
    margin:0;
    float: left;
    clear: none;
}
.icon-header{
    margin: 0 !important;
}
.icon-header span{
    font-family: 'Futura-condensed-bold';
}
.pdf-shortcode{
    font-size: 14px;
    color: rgb(138, 138, 138);
}
.date-archive ul{
    list-style: circle;
    font-size:14px;
}
.search-cnt{
    background: #5C7812;
    padding:20px;
    text-align: center;
}
@media (max-width: 767px){
  .left-side p.elementor-icon-box-description{
    margin: 0;
    float: none;
 
    }
    .left-side h3.elementor-icon-box-title{

        float: none;

    }
    .left-side .elementor-icon-box-icon{
        margin: 10px 0  0  0 !important;
    }
}
/**/

/* RECIPE ICONS*/
div.recipe_link{
    float: left;
    margin: 10px 10px;
    cursor: pointer;
    text-align: center;
    
}
div.recipe_link img{
    opacity: 0.5;
    
}
div.recipe_link img:hover{
    opacity: 1;
    
}
div.recipe_link span{
    display: block; 
}
#mailbox_close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
#mailbox_close:hover{
    color: #5C7812;
}
#mailbox_cont{
    display:none;
    z-index:5000;
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.2)
    }

#mailbox_row{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

#mailbox_box{
    position: relative;
    display:inline-block;
    max-width:450px;
    min-width:230px;
    max-height:320px;
    background:white;
    text-align:center;
    padding:30px;
}
#mailbox_text{
    color: #5C7812;
    padding: 10px 0;
    display: block;
}
#mailbox_email{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 5px;
    border:1px solid #dddddd;
}      
@media (max-width: 767px){
    div.recipe_link{
         float: none;
         margin: 20px 0;
    }
}
/* RECIPE ICONS END*/
/* INFOBOX*/

#infobox_close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
#infobox_close:hover{
    color: #5C7812;
}
#infobox_cont{
    display:none;
    z-index:5000;
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.2)
    }

#infobox_row{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

#infobox_box{
    position: relative;
    display:inline-block;
    max-width:520px;
    min-width:230px;
    max-height:320px;
    background:white;
    text-align:center;
    padding:30px;
}

#infobox_info{
    width: 420px;
    margin: 0 0 10px 0;
    padding: 5px;
    border:1px solid #dddddd;
}    

/* INFOBOX END*/

/* POST */
.organic-author{
    font-style: italic;
    color: #8A8A8A;
}
.entry-meta{
    margin-top: 20px;
    font-size: 12px;
    padding-left: 10px;
}
.organic-entry-title,
.organic-page-title{
    margin-top: 0px;
    font-size: 24px;
    color: #5C7812;
    padding-left: 10px;
}

.organic-post{
    padding: 20px 5px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    display: inline-block;
    width: 100%;
}
.organic-post-img{
    float: left; 
    padding: 0px;
    text-align: center;
}
.organic-post h3{
    margin: 0px 0px 10px 0px;
}
.organic-post h3 a{
    font-family: 'Futura-condensed-bold'
}
.organic-post p{
    color:  #8A8A8A;
    font-size: 14px;
}

.organic-subcategories{
    padding: 0px 10px 10px 0;
    border-bottom: 1px solid #dddddd;
}
.organic-subcategories ul{
    list-style: circle;
}
.organic-subcategories ul li.cat-item-none{
   display: none;
}
@media (max-width: 480px){
    .organic-post-img{
        min-width: 150px;
        padding: 0 15px;
    }
    .organic-post-content{
    }
}
/* POST END*/
/* CALENDAR*/
#wp-calendar { width: 100%; font-size: 11px; }
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 11px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td:hover { background: #f1f1f1; color: #333; }
#wp-calendar tbody td a { display: block; text-decoration: none; background: #f1f1f1; color: #333; }
#wp-calendar tbody td:hover a { background: #4d4d4d; color: #fff; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 13px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: #3b86b0; color: #fff; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0; color: #a7a7a7; }
#footer #wp-calendar thead th { background: #222 }
#footer #wp-calendar tbody td { border-color: #222 }

/* CALENDAR END*/
/* GALLERY */
.slideshow-slideleft::before,
.slideshow-slideright::before {
    left: 0px;
    color: white !important;
    cursor: pointer;
}
.slideshow-slideleft,
.slideshow-slideright{
    background: #5C7812 !important;
}
.page-id-1182 .site-main{
    padding: 0px;
}
.slideshow-fullsize{
    max-height: 1200px;
}
/* GALLERY END */
/* SLIDING TAB*/
@media(min-width: 600px){
    .sliding{
         position: fixed;
        width: 270px;
        height:300px;
        top: 250px;
        left: -270px;
        background: #F9E900;
        z-index: 99999;
    }
    .sliding_tab{
        cursor: pointer;
        position: absolute;
        width: 50px;
        height: 250px;
        padding-bottom: 15px;
        right: -50px;
        top: 0px;
        background: #F9E900;
        line-height: 50px;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        color: #5C7812;
    }
    .sliding_tab:before{
        font-family: FontAwesome;
        content: '\f07a';

    }
    .sliding_tab.active:before{
        font-family: FontAwesome;
        content: '\f07a';

    }
    #sliding_content{
        text-align: center;
    }
    .sliding_tab:hover{
        color: white;
    }
     .sliding_label{
        font-size: 18px;
       -webkit-transform:rotate(270deg);
       -moz-transform:rotate(270deg);
       -o-transform: rotate(270deg);
       -ms-transform:rotate(270deg);
       transform: rotate(270deg);
       white-space:nowrap;
       display:block;
       position: relative;
       bottom: -125px;
    }
}
@media(max-width: 599px){
    .sliding{
        position: fixed;
        width: 270px;
        height:300px;
        top: 250px;
        right: -270px;
        background: #F9E900;
        z-index: 99999;
    }
    .sliding_tab{
        cursor: pointer;
        position: absolute;
        width: 50px;
        height: 250px;
        padding-bottom: 15px;
        left: -50px;
        top: 0px;
        background: #F9E900;
        line-height: 50px;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        color: #5C7812;
    }
    .sliding_tab:before{
        font-family: FontAwesome;
        content: '\f07a';

    }
    .sliding_tab.active:before{
        font-family: FontAwesome;
        content: '\f07a';

    }
    #sliding_content{
        text-align: center;
    }
    .sliding_tab:hover{
        color: white;
    }
    .sliding_label{
        font-size: 18px;
       -webkit-transform:rotate(270deg);
       -moz-transform:rotate(270deg);
       -o-transform: rotate(270deg);
       -ms-transform:rotate(270deg);
       transform: rotate(270deg);
       white-space:nowrap;
       display:block;
       position: relative;
       bottom: -125px;
       
     
    }
}
/* SLIDING TAB END */
/* FABLO */
.search-results{
   
   
}
.fablo-product-cont{
   
}
.fablo-product{
    width: 230px;
    height: 370px;  
}
.fablo-image{  
    height: 180px;
    width: 100%;
}
.fablo-name{
    height: 70px;
    margin-top: 5px;
    font-size: 14px;
  
}
.fablo-name a{
      font-family: 'Arial';
      color: black !important;
}
.fablo-price span{
    color: #5C7812;
    font-size: 25px;
    font-family: 'futura-condensed-bold';
}
.fablo-image img{
    max-height: 100%;
    max-width: 100%;
}
.product-pane-title{
    display: none;
}
.fablo-buttons .organic-button{
    height: 35px;
    color: white;
    font-weight: bold;
    padding: 5px 25px;
}
@media (max-width: 991px){
    .nav-previous .ajax-search-more{
        display: none;
    }
}
/* FABLO END */

/*COOKIEs MSG*/
#cookie-notice .button{
   
    
}
#cn-accept-cookie{
    background: #a4ac18;
    color: #435815;
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: bold;
}
#cn-more-info{
    color: white;
    font-weight: lighter;
    text-decoration: underline;
}

#cn-accept-cookie:hover{
    color: white;
    background: #5C7812;
}

/*COOKEIEs MSG END*/

