/*
Theme Name: laquercia
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: laquercia

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.
*/
.slideDesc h2 {
    text-shadow: 0 0 10px #000!important;
}

.logo {
    height: 30px;
    width: auto;
    margin: 30px;
    padding: 0;
}

.logo img {
    height: 30px;
}

.simcal-calendar h3 {
    font-weight: 400;
    text-transform: uppercase!important;
    font-size: 20px;
    margin-bottom: 20px;
}
.diverso {
    padding-bottom: 0px!important;
}

.shopItems {
    background:transparent!important;
}

h1 {
    text-shadow: 2px 2px 5px #000;
}

.locationMap.mappoide {
    background-size: cover;
    background-position: center center;
    background-image: url(images/mappa.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

.contactInfo {
    float: none;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
}

.ourContact .wrapper {
    padding: 50px 0;
}

.bloccoCalendario {
    width:16.66%;
    float:left;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.contenitoreCalendario {
    margin: 0 auto;
    padding: 30px 0;
}

@media only screen and (max-width:1024px) {
    .bloccoCalendario {
        width: 33.3%;
    }
}

@media only screen and (max-width:768px) {
    .bloccoCalendario {
        width: 50%;
    }
}