/*
Theme Name: unicon Child
Theme URI: http://www.sport21.it
Description: tema Child per Unicon per personalizzazioni CSS. Include tutti gli stili aggiuntivi dei widget, social, editor, slider e plugin.
Author: Alberto Zimolo
Author URI: http://www.sport21.it
Template: unicon
Version: 1.0.0
*/

/* ------------------------------------------------------------------------ */
/* Import del tema genitore
/* ------------------------------------------------------------------------ */
@import url(“../unicon/style.css");

/* ------------------------------------------------------------------------ */
/* 1. Widget del footer
/* ------------------------------------------------------------------------ */
#footer .widget {
    margin-bottom: 40px;
}

#footer .widget h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #ffffff;
}

#footer .widget ul {
    margin: -10px 0 0 0;
}

#footer .widget ul li {
    border-bottom: 1px solid #666666;
    position: relative;
    padding: 10px 10px 10px 0;
}

#footer .widget ul li .post-date {
    opacity: 0.7;
}

#footer .widget ul li a {
    display: block;
}

#footer .widget ul li:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #999999;
}

#footer .widget ul li:hover:after {
    color: #ffffff;
}

#footer .widget_search input,
#footer .widget_product_search input[type=text] {
    color: #aaaaaa;
    background-color: #444444;
    box-shadow: none;
    border: 1px solid #444444;
}

#footer .widget_search input:focus {
    color: #ffffff;
}

#footer #wp-calendar thead th {
    border-top: 1px solid #666666;
}

#footer #wp-calendar tbody {
    color: #aaa;
}

#footer #wp-calendar tbody td {
    background: #666666;
    border: 1px solid #555555;
}

#footer #wp-calendar tbody td:hover {
    background: #777777;
    color: #ffffff;
}

#footer #wp-calendar tbody .pad {
    background: none;
}

#footer .widget_tag_cloud a,
#footer .widget_product_tag_cloud a {
    border: none;
    background: #444444;
    color: #aaaaaa;
    box-shadow: none;
}

#footer .widget_tag_cloud a:hover,
#footer .widget_product_tag_cloud a:hover {
    background: #44bdbd;
    border-color: #44bdbd;
    color: #ffffff !important;
}

#footer .widget_twitter ul li:last-child {
    margin: 0;
}

/* ------------------------------------------------------------------------ */
/* 2. Social icons
/* ------------------------------------------------------------------------ */
.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons ul li {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
}

.social-icons ul li a {
    transition: all 0.2s ease 0s;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    text-align: center;
    opacity: 0.6;
}

.social-icons ul li a:hover {
    opacity: 1;
}

/* ------------------------------------------------------------------------ */
/* 3. WordPress WYSIWYG editor basic styles
/* ------------------------------------------------------------------------ */
.alignleft {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px !important;
    margin-bottom: 12px;
}
.alignright {
    float: right;
    margin-left: 20px !important;
    margin-bottom: 12px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    padding: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    color: #888888;
    margin: 10px 0 10px 0 !important;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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: 0.875rem;
    font-weight: bold;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    left: 5px;
    width: auto;
    z-index: 100000;
}

/* ------------------------------------------------------------------------ */
/* 4. Contact Form 7 styles
/* ------------------------------------------------------------------------ */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form select {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    margin: 5px 0 0;
    padding: 10px;
    font-size: 18px !important;
}

/* ------------------------------------------------------------------------ */
/* 5. Slider, lightbox e plugin
/* ------------------------------------------------------------------------ */
/* Revolution Slider */
.tp-caption {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

/* PrettyPhoto lightbox */
a[data-rel^="prettyPhoto"] {
    display: inline-block;
}

/* FlexSlider */
.flexslider {
    margin: 0;
    padding: 0;
}

/* Owl Carousel */
.owl-carousel .item {
    margin: 3px;
    padding: 10px;
    background: #444;
    color: #fff;
    text-align: center;
}

/* ------------------------------------------------------------------------ */
/* Fine Child Theme CSS
/* ------------------------------------------------------------------------ */
