/*
Theme Name: Spacious-Unimore
Author: gwa@unimore.it
Template: spacious

Questo e' un child-theme del tema Spacious
*/

/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
    font: 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-image: url("images/halftone.png");
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*****************************************************************/
/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {
    padding-top: 0px;
}

#page {
    max-width: 1300px;
}

/* =HEADER
----------------------------------------------- */

#header-text-nav-container {
    border-bottom: 1px solid #EAEAEA;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    z-index: 100000;
}

#header-text-nav-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
}

#header-right-section {
    float: left;
}

/* =NAVIGATION
----------------------------------------------- */

.main-navigation li {
    float: left;
    position: relative;
    padding: 0 10px 0 10px;
    border-bottom: 2px solid white;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.main-navigation li:hover {
    border-bottom: 2px solid #6f6f6f;
}

.main-navigation ul li a {
    font-size: 14px;
}

.main-navigation a {
    color: #6f6f6f;
    display: block;
    float: left;
    padding: 16px 0 0;
    height: 30px;
    text-transform: uppercase;
    font-weight: bold !important;
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation ul li ul {
    background: rgba(255, 255, 255, 1) !important;
    background-color: #f9f9f9 !important;
}

.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover {
    background-color: #F2F2F2 !important;
}

.main-navigation li {
    text-align: center;
}

.main-navigation li:hover {
    background-color: #F2F2F2 !important;
}

/* =SECONDARY MENUS
----------------------------------------------- */

.small-menu li {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* =CONTENT
----------------------------------------------- */

.tg-one-half p,
.tg-one-third p,
.tg-one-fourth p {
    text-align: left;
}

.tg-one-half .service-image,
.tg-one-third .service-image,
.tg-one-fourth .service-image {
    text-align: left;
}

.tg-one-half .widget-title,
.tg-one-third .widget-title,
.tg-one-fourth .widget-title {
    text-align: center;
}

.tg-one-third {
    float: left;
    width: 28.407225%;
    margin: 0 2.46305419%;
    padding: 30px;
    box-shadow: 0 0 1px 1px #CACACA;
    box-sizing: border-box;
    background-color: #FAFAFA;
    transition: all 1s ease-in-out;
}

.tg-one-third a:link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: all 1s ease-in-out;
}

.tg-one-third a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #e73b18;
    background-color: #E6E6E6;
}

.tg-one-third:hover {
    box-shadow: 0 10px 20px #aaa;
    border-radius: 4px;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */

#colophon, #colophon p {
    background-color: none !important;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */

ul#menu-footer {
    margin: 0;
    padding: 0;
}

ul#menu-footer li {
    display: inline;
    margin: 0.20em;
    padding: 0 1em 0 0;
    background-color: #fff;
    transition: all 300ms ease-in;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px #ccc;
}

ul#menu-footer li:hover {
    background-color: #6f6f6f;
    color: white;
}

ul#menu-footer li:hover a {
    color: white;
}

/* =READ MORE LINK
----------------------------------------------- */
.read-more, .more-link {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.read-more-link {
    background-color: white !important;
}

/* =POST CONTENT
----------------------------------------------- */

.post .entry-meta {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* =ALTRO
----------------------------------------------- */

#primary a:link {
    font-weight: 600;
    color: #58595b !important;
    border-bottom: 1px solid #ccc !important;
    transition: all 1s ease-in-out;
}

#primary a:hover {
    color: #000;
    border-bottom: 2px solid #e73b18;
    background-color: #E6E6E6;
}

#Logo {
    background-color: white;
    z-index: 0;
    margin-bottom: 1px;
    position: relative;
    height: auto;
    padding: 10px 20px 0px 20px !important;
}

#Logo img {
    /*logo unimore*/
    padding: 0.5em 0.3em;
    max-width: 100%;
}

#colophon {
    margin-top: 20px;
    border-top: 1px solid #E6E6E6;
}

.call-to-action-content-wrapper {
    border-color: #EAEAEA #EAEAEA #EAEAEA #e73b18 !important;
}

.call-to-action-button {
    background-color: #e73b18 !important;
}