﻿﻿/*
Theme Name: Foodexpo
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Custom Foodexpo theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: foodexpo

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.
*/

@import url('/wp-content/themes/foodexpo/css/style.css');

.yellow-full {
	color: buttontext;
}

#header-baner .ms-view, .top-footer .ms-view {
	overflow: visible;
}
.sub-menu { display: none; }
.wp_bannerize_layout_vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wp_bannerize_banner_box {
    margin: 5px 0;
    width: 200px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.wp_bannerize_banner_box div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp_bannerize_banner_box a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block .wp_bannerize_banner_box img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

#header-baner .wonderplugincarousel-container .amazingcarousel-list-wrapper {
	overflow: visible !important;
}

#left-sidebar .banner-block > a {
	display: block;
	margin: 25px 0;
}

.row-two-items .wp_bannerize_banner_box { display: inline-block; width: 45%; margin: 3px !important; }


/* Carousel free notification fix */
.amazingcarousel-item-container > div > div { bottom: -50px !important; }

#footer-slider .amazingcarousel-list-container .amazingcarousel-next {
	right: -45px;
}

#footer-slider .amazingcarousel-list-container .amazingcarousel-prev {
    left: -43px;
}

body {font-size: 14px;}
#content {padding: 0 5% 10px;}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {width: 70%;}
h4 {font-size: 18px;}
.title {font-size: 16px;}
.date {font-size: 14px;}
.navigation .navbar-default .navbar-nav>li>a, .navigation .dropdown-menu>li>a {font-size: 16px;}
.navigation ul.dropdown-menu li:first-child:before {    width: 10px;
    height: 10px;
    border-bottom: 10px solid #fff343;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    right: 35px;
    top: -10px;
content: " "; }

button.yellow-full {
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 0 2px #b6c2ca;
    font-weight: 500;
    position: relative;
    top: 0;
    background: linear-gradient(-7deg, #fac240 0%, rgb(252, 221, 74) 34%, #fff343 100%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
button.yellow-full:hover {
    background: linear-gradient(-7deg, #fac240 0%, rgb(252, 221, 74) 34%, #fff343 100%);
    box-shadow: 0 5px 10px rgba(114, 80, 1, 0.84);
    top: -5px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
button.yellow-full:active {
   border-radius: 0;
   box-shadow: none;
   top: 0;
}
.yellow-full:focus {
	text-decoration: none;
    color: buttontext;
}
.slider-link { width:100%; height:100%; display:block; }
.footer-nav .dropdown-menu {
box-shadow: 6px -6px 6px rgba(0,0,0,.175);
top: auto;
bottom: 40px;}
.inline {display: flex; align-items: flex-start;}

@media (min-width: 992px){
.wrapper .col-md-2 {width: 23%;}
.wrapper .col-md-push-2 {left: 23%;}
.wrapper .col-md-pull-10 {right: 77%;}
.wrapper .col-md-8 {width: 54%;}
}


@media (max-width: 1199px){
.date {font-size: 12px;}
#content {padding: 0 15px 70px;}
.last-news a {font-size: 13px;}
}

@media (max-width: 991px){
#content {padding: 0 15px 30px;}
.navigation .navbar-default .navbar-nav>li>a, .navigation .dropdown-menu>li>a {font-size: 13px;}
body {font-size: 13px;}
}

@media (max-width: 767px){
#content {padding: 0 15px 15px;}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {margin: 10px auto 10px;}
}

@media (max-width: 670px){
footer .row {flex-direction: column; align-items: flex-start;  padding-left: 30%; padding-right: 10px;}
}
#content table {
    border: none;
}
#content tr td {
     border: none;
}
.wp_bannerize_category_organizer{
    height: 150px;
}
.prev-modal-window img{
	width: 200px;
	margin: 0 auto;
}
.prev-modal-window .modal-title{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.prev-modal-window p{
	text-align: center;
}
.prev-modal-window .modal-footer{
	text-align: center;
}

