/*
 * Theme Name: Supplizio
 * Template: dt-the7
 */

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.book-table section {
	padding-bottom: 0 !important;
}

.masthead.widgets .mini-wpml,
.lang_sel_list_horizontal li {
	margin-right: 0 !important;
}

.bottom-text-block {
    text-align: left;
}

.map_button {
	margin-bottom: 0 !important;
}

.map_button button.btn-modal {
	padding: 0 15px !important;
}

.footer-social {
	color: #000 !important;
	text-decoration: none !important;
}

.as-cover img {
	max-width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.with-as-cover div, .with-as-cover figure {
    height: 100% !important;
}

.min-height-300 {
	min-height: 300px !important;
}

#menu figure { /* Hide Food Icons */
    display: none;
}

/* Aggiunto da Michele */

#main {
    padding: 60px 0 0;
}

.wpcf7-form-control.wpcf7-submit {
    float: right;
}

blockquote {
    font-style: italic;
}

.single .post-thumbnail {
    margin-bottom: 25px;
}

.sa-subtitle {
    color: #c30c1a;
    font-size: 27px;
    font-style: italic;
    line-height: 1.2em;
}

.post h3 {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 20px;
}

#main.sidebar-right {
    padding-bottom: 20px;
}

.content ol, .content ul {
    margin: 0 0 10px 25px;
}

.paginator.with-ajax {
    padding-bottom: 70px !important;
}

.paginator.with-ajax .nav-next,
.paginator.with-ajax .nav-prev {
    display: none !important;
}

.info-footer {
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
}

.info-footer > a {
    color: #9c1c26;
    text-decoration: none;
}

.info-footer > a:hover {
    color: #fff;
}

.social-in-footer {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    box-sizing: content-box !important;
    color: #131313;
    display: inline-block;
    font-size: 18px;
    height: 2em;
    line-height: 2em;
    margin-right: 5px;
    text-align: center;
    width: 2em;
}



/**** FANCY DATE ****/

/*Fancy date*/
.fancy-date ins {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 10px;
  right: 10px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background: #ffffff;
}
.circle-fancy-style .fancy-date ins {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0 8px;
  min-width: 63px;
  min-height: 63px;
}
.vertical-fancy-style .fancy-date ins {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 80px;
  min-width: 42px;
  padding: 2px 0;
}
.horizontal-fancy-style .fancy-date ins {
  padding: 2px 2px 1px 4px;
}
.fancy-date a * {
  color: #222222;
}
.circle-fancy-style .fancy-date ins .entry-year,
.circle-fancy-style .fancy-date ins .entry-date:after {
  display: none;
}
.fancy-date ins .entry-month,
.fancy-date ins .entry-date {
  position: relative;
}
.fancy-date ins .entry-month:after,
.fancy-date ins .entry-date:after {
  position: absolute;
  height: 2px;
  content: "";
}
.circle-fancy-style .fancy-date ins .entry-month:after,
.circle-fancy-style .fancy-date ins .entry-date:after {
  left: 0;
  bottom: -2px;
  width: 100%;
}
.vertical-fancy-style .fancy-date ins .entry-month:after,
.vertical-fancy-style .fancy-date ins .entry-date:after {
  left: 50%;
  bottom: -2px;
  width: 14px;
  margin-left: -7px;
}
.horizontal-fancy-style .fancy-date ins .entry-month:after,
.horizontal-fancy-style .fancy-date ins .entry-date:after {
  top: 50%;
  margin-top: -2px;
  right: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.layout-list article.project-odd .fancy-date ins {
  top: 10px;
  right: auto;
  left: 10px;
}
.layout-list article.project-even .fancy-date ins {
  top: 10px;
  left: auto;
  right: 10px;
}
.bg-on:not(.fullwidth-img) .fancy-date ins {
  top: 35px;
  right: 35px;
}

.contact-responsive > div {
    margin-left: 30px !important;
    margin-right: 30px !important;
    padding: 45px 40px 40px !important;
}

/* Inizio Media Query */

@media only screen and (max-width: 768px) {

	.contact-responsive > div {
    		margin: 0px !important;
    		padding: 45px 20px 40px !important;
	}

}
