/*
Theme Name: Premio Lunezia
Theme URI: http://www.i-nat.it
Author: I-NAT
Author URI: http://www.i-nat.it
Description: Tema per il Premio Lunezia.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lunezia
*/
* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 15px;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote p {
    margin-bottom: 30px;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 15px;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: inside disc
}

ol {
    list-style: inside decimal;
}

li > ul,
li > ol {
    margin-left: 20px;
}

table,
th,
td {
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
    max-width: 100%;
}

del {
    opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

/**
 * 5.0 Forms
 */

input[type="submit"] {
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 9px 25px 7px;
    background: #000000;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    display: inline-block;
}

input[type="submit"]:hover {
    background: #ef4035;
    border-color: #ef4035;
    color: #ffffff;
    outline: none;
}

button,
input,
select,
textarea {
    background-color: #f7f7f7;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="password"],
input[type="mail"],
input[type="tel"],
input[type="search"],
input[type="email"] {
    border: 1px solid #e7e7e7;
    padding: 8px 15px;
    color: inherit;
    background: transparent;
    outline: none;
}

textarea {
    width: 100%;
    overflow: auto;
    vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

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

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*Simple Data*/
.content-area-left {
    float: right;
}

.site-content {
    padding: 60px 0;
}

.page-template-template-fullwidth .site-content {
    padding: 0;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

td, th {
    padding: 5px 10px;
}

.widget ul {
    list-style: outside none none;
}

.widget ul ul {
    padding-left: 15px;
}

.sticky .entry-title a {
    border-bottom: 1px solid;
}

.widget select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    width: 100%;
}

#sidebar {
    overflow: hidden;
}

#sidebar .widget {
    margin-bottom: 30px;
}

.widget_calendar th, .widget_calendar td {
    text-align: center;
}

.hentry {
    margin-bottom: 50px;
}

.hentry .post-thumbnail img {
    margin-bottom: 20px;
}

.entry-footer > span {
    margin-right: 5px;
}

.widget .search-field {
    padding: 5px 10px;
}

.gallery {
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery-item {
    float: left;
    padding: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3334%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    padding-right: 0;
}

/*.gallery-columns-1 .gallery-item:nth-of-type(1n),*/
.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
    clear: both;
}

/*Menu Data*/
.main-navigation {
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
}

.nav-menu {
    margin: 0;
}

.sub-menu {
    margin: 0;
    min-width: 250px;
    position: absolute;
    text-align: left;
}

.nav-menu li {
    list-style: outside none none;
    position: relative;
}

.nav-menu li {
    display: inline-block;
    line-height: 18px;
    padding: 10px 15px;
}

.nav-menu a {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

.sub-menu {
    background: #191919 none repeat scroll 0 0;
    left: 0;
    margin: 0;
    min-width: 250px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, visibility 0.5s linear 0s;
    -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s, visibility 0.5s linear 0s;
    -o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s, visibility 0.5s linear 0s;
    z-index: 100;
    visibility: hidden;
}

.nav-menu li:hover > .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

/*button menu mobile*/
.icon-bar {
    background: #191919 none repeat scroll 0 0;
}

button.navbar-toggle {
    border: 1px solid #191919;
    border-radius: 0;
    clear: both;
    margin: 0 0 15px;
    padding: 8px 10px;
    right: 0;
    z-index: 3;
}

h3.comments-title,
h3.reply-title {
    font-size: 25px;
    margin-bottom: 35px;
}

#comments {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 40px;
}

#comments ol.comment-list > li,
#comments ol.comment-list ol.children > li {
    list-style: none;
}

#comments ol.comment-list .comment-item {
    padding: 10px 10px 40px;
}

.comment-item .comment-body {
    min-height: 160px;
}

.comment-item .comment-author {
    float: left;
    margin-right: 32px;
}

.comment-item .comment-author img.avatar {
    width: 141px;
    height: 141px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.comment-item .comment-body {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

ol.comment-list li.comment:last-child .comment-body {
    border-bottom: none;
}

ol.comment-list li.comment:first-child .comment-body {
    border-bottom: 1px solid #f1f1f1;
}

.comment-item .comment-body .author {
    margin-bottom: 0;
}

.comment-item .comment-body .date-reply-comment {
    color: #000000;
}

.comment-item .comment-body .comment-reply-link {
    color: inherit;
    margin-left: 40px;
}

.comment-item .comment-body .comment-reply-link:hover {
    color: #ef4035;
}

.comment-item .comment-body .comment-reply-link .fa {
    margin-right: 5px;
    font-size: 14px;
}

.comment-item .comment-body .comment-content {
    margin: 15px 0 30px;
}

/* commentform */
.comment-respond {
    margin-bottom: 120px;
}

.commentform > .row {
    margin: 0 -11px;
}

.commentform > .row .col-sm-4 {
    padding: 0 11px;
}

.commentform input[type="text"],
.commentform input[type="mail"],
.commentform textarea {
    width: 100%;
    margin-bottom: 27px;
    padding: 10px 15px;
}

.commentform textarea {
    min-height: 260px
}

.commentform .form-submit .submit {
    background-color: #ef4035;
}

.commentform .form-submit .submit:hover {
    background-color: #000000;
}

@media (min-width: 1025px) {
    nav.main-navigation {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ts-has-children {
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 12px;
        width: 25px;
    }

    ul.nav-menu li {
        padding: 10px;
    }

    .show-dropdown-menu > .sub-menu {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
    }

    .sub-menu .show-dropdown-menu > .sub-menu {
        left: 0;
        position: relative;
        top: 0;
        display: block;
    }

    .sub-menu .ts-has-children {
        position: absolute;
        right: 5px;
        text-align: center;
        top: 10px;
    }

    .sub-menu li:last-child {
        border: medium none;
    }

    .sub-menu .menu-item-has-children > a {
        display: inline-block;
        padding-bottom: 5px;
        width: 100%;
    }

    .sub-menu .sub-menu {
        display: none;
        min-width: 230px;
    }
}

@media (max-width: 767px) {
    .main-navigation {
        clear: both;
        width: 100%;
    }

    .nav-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: inline-block;
        line-height: 18px;
        padding: 10px 15px;
        text-align: left;
        width: 100%;
    }

    .nav-menu > li {
        z-index: 9;
    }

    .ts-has-children {
        color: #ffffff;
        cursor: pointer;
        float: right;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 50px;
        z-index: 99;
    }

    .sub-menu li li {
        padding: 10px 0;
    }

    .nav-menu li:last-child {
        border: medium none;
    }

    .nav-menu li:hover .sub-menu {
        opacity: 0;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .nav-menu li.show-dropdown-menu:hover .sub-menu {
        opacity: 1;
    }

    .sub-menu .sub-menu {
        display: none;
    }

    .sub-menu .show-dropdown-menu .sub-menu {
        display: block;
        padding-left: 20px;
    }

    .show-dropdown-menu ul.sub-menu {
        left: 0 !important;
        opacity: 1;
        position: relative;
        top: 0 !important;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible;
    }

    .show-dropdown-menu.menu-item-has-children > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 0 10px 0;
    }

    .menu-item-has-children > a {
        display: inline-block;
        width: 100%;
    }

    div.content-area-left {
        float: none;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

.gallery-caption {
}

.bypostauthor {
}
