/*
Theme Name:     Support Desk Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for Support Desk 
Author: 		Chris Mooney (Swish Themes)
Author URI: 	http://herothemes.com
Template:       supportdesk
Version:        1.0.0
*/

@import url("../supportdesk/style.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');


/* ------- Insert custom styles below this line ------- */

body{font-family: 'Roboto', sans-serif;}

#features-list .feature-icon img,
#homepage-extra .feature-icon img{
    max-width: 50%;
}
.linkhome h4 span{
    display: none;
}
.linkhome h4:after{
    content: 'Link utili'
}
.row .linkhome{
    width: 100%
}
#header #logo img {
    width: 15vw !important;
}
#page-header {
    background: url(http://www.dizie.eu/wp-content/themes/supportdesk-childtheme/im/sf_header.png) #F3FCFB no-repeat center bottom !important;
    background-size: contain !important;
    height: 40vh;
}
#page-header h1 {
    color: #003399 !important;
    font-weight: 700;
}
#features-list {
    background: #FFF !important; 
}
#features-list h3 {
    display: none !important;
}
#features-list .feature-icon img,
#homepage-extra .feature-icon img {
    max-width: 100% !important;
}
#footer-bottom {
    background: url(http://www.dizie.eu/wp-content/themes/supportdesk-childtheme/im/sf_footer.png) #fff no-repeat center top;
    color: #000;
    padding: 105px 0 60px 0;
    border-top: 3px solid #003298;
    background-size: contain;

}
#footer-bottom a {
    color: #003298 !important;
}
#footer-bottom #copyright {
    line-height: 130% !important;
    float: left;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    top: 55px;
    position: relative;
}
.home #page-header {
    border-bottom: 1vh solid #003298;
}
.home #live-search #searchform #s {
    opacity: 0.9;
}
.home #page-header h1 {
    font-size: 3em !important;
    position: relative;
    /* bottom: 4%; */
    /* float: left; */
    top: 70%;
    background: #77A0CD;
    padding: 12px;
    color: #fff !important;
    opacity: 0.9;
}

#sidebar .widget-title{
    font-size: 18px !important;
    margin: 10px 0 26px !important;
}
#primary-nav {
    float: none; 
    position: inherit; 
    right: inherit;
    bottom: inherit;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#primary-nav ul li {
    float: none; 
    padding: 30px 0 0 30px;
    position: relative;
    z-index: 40;
    display: inline-block;
}
#primary-nav ul a {
    color: #003298 !important;
    font-weight: 700;
}
#primary-nav ul a:hover {
    color: #FFD401 !important;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
#page-subnav {
    background: #003298 !important;
    color: #FFF !important;
}
#page-subnav a {
    color: #FFF !important;
}
@media screen and (max-width: 720px){
    #header #logo img {
        width: 75vw !important;
    }
}
@media screen and (max-width: 399px){
    .home #page-header h1 {
        font-size: 2em !important;
        top: 0;
        
    }
}

.home .row.stacked .col-half:nth-child(2n+3), 
.home .row-fixed.stacked .col-half:nth-child(2n+3), 
.home .row-adaptive.stacked .col-half:nth-child(2n+3),
.home .row-delaybreak.stacked .col-half:nth-child(2n+3) {
    margin-left:  auto !important; 
    clear: inherit !important;
}

#header #logo h1, #header #logo a {
    z-index: 9999;
    display: block;
    position: relative;
}
.encyclopedia label.screen-reader-text{
    display:none
}
#header {
    padding: 10px 0 !important;
}

#homepage-extra {
    border-top: 3px solid #6592C1;
    padding-top: 20px;
}

#homepage-extra .row .col-fourth, .row-fixed .col-fourth, .row-adaptive .col-fourth {
    width: 20%;
}
#homepage-extra .row.stacked .col-fourth:nth-child(4n+5) {
    margin-left: 4.4%;
    clear: inherit;
}

@media only screen and (max-width: 720px){
    #homepage-extra  .row > .column {
        text-align: center;
    }
}

.readmore, .readmore:visited {
        text-decoration: none;
    position: relative;
    top: -1.5vw;
}
#homepage-widgets p{
    margin: 0
}

fieldset #searchform input#s{
    width: 100%
}