/*
Theme Name: Dandelion Child
Description: Child Theme for Dandelion
Author: Pexeto
Template: dandelion
*/

@import url("../dandelion/style.css");

/* STILI GENERALI */
body {
background-image: url('https://www.iacdeitalia.com/dw/wp-content/themes/dandelion-child/images/sartologia-fondo-web.jpg');
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
}
#header {
background-image: url('https://www.iacdeitalia.com/dw/wp-content/themes/dandelion-child/images/sartologia-testata.jpg');
background-repeat: no-repeat;
background-position: center top;
background-size: contain;
background-color: #ffffff;
}
#header-top, #logo-container a {
height: 90px;
}
#site {background-color: #fff7f5;}
input {
border: 1px solid #c4a8a1;
background-color: #e6d8d4;
}
.intro-text {font-size: 20px;}
a {color: #c4a8a1;}

/* MENU NAVIGAZIONE */
#menu-container {
margin-right: 0px;
max-width: 900px;
}
#menu ul li a {
color: #000;
}
#menu ul li a:hover {
color: #c4a8a1;
}
#menu ul ul li {
display: block;
border-bottom: 1px solid #c4a8a1;
border-left: 1px solid #c4a8a1;
border-right: 1px solid #c4a8a1;
background-color: #fff;
}
#menu ul ul li a:hover {
color: #000;
background-color: #e6d8d4;
}

/* PORTFOLIO */
.showcase-item {
border: 1px solid #c4a8a1;
background-color: #e6d8d4;
}
.showcase-item:hover {
background-color: #FFF;
}
#portfolio-big-pagination {
border-bottom: 1px solid #c4a8a1;
border-top: 1px solid #c4a8a1;
}

/* STILI TABELLA */
table.info {
border-width:0px;
width:100%;
}
table.info td{
border-width:0px;
border-bottom: 1px dotted #c4a8a1;
}
table.info h4 {
line-height: 1em;
}
table.info td:hover {
background-color:transparent;
}
span.wpcf7-list-item { display: block; }

/* FOOTER */
#footer-container {
background-color: #E8D4C3;
border-top: 1px solid #c4a8a1;
}
#footer {
color: #848484;
}
#footer ul li {
border-bottom: 1px solid #c4a8a1;
}
#copyrights {
width: 50%;
}
#copyrights h5 {color: #191919;}
#credits {
width: 50%;
height: 62px;
float: left;
background-color: #c50418;
}
#credits h5 {
font-size: 13px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
margin-top: 21px;
color: #191919;
margin-right: 40px;
text-align: right;
}
#credits h5 a {
color:#000;
}

/* CORREZIONE BUG SU HEADER POST */
#page-title {
display:none;
}

/* FORM */
input.wpcf7-acceptance {width:15px;border:0}
span.wpcf7-list-item input {width:15px;border:0}
.forgetmenot input {width:15px;border:0}

/* AREA RISERVATA */
ul.tml-action-links {list-style:none;margin-left:0;font-style:italic;}


