/*
 Theme Name:   Fabas Child
 Theme URI:    http://www.fabas.se/
 Description:  
 Author:       Markus Johansson, Simon Magnusson, Tobias Edvinsson
 Author URI:   http://www.fabas.se/
 Template:     fabas
 Version:      1.1.0
 Text Domain:  fabas-child
*/
#header .logo {
    top:50px;
}
.form-holder input, 
.form-holder textarea {
    background: #fff;
}
.form-holder input {
    border: 1px solid #ddd;
}

.img-slider .overlay {
    background-color: rgba(0,0,0,0.1);
}

.single .top-image .logo {
    border-bottom: 40px solid #000 !important;    
}

/*Information om cookies*/
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #bdbdbd !important;
    color: #ffffff !important;
}

.cc_container a, .cc_container a:visited {
     color: #e30613 !important;  
}

.contact .links {
    margin-bottom: 30px;   
}

.contact .policy {
    margin-bottom: 30px;
    font-size: 17px;
}


@media (min-width: 1024px){

.single .top-image .logo {
    bottom: -40px;
    width: 323px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    border-bottom: 40px solid #000 !important;
}

}

@media (max-width: 700px){
    
/*Justering för bildspelet*/
div[id^="slideshowify"] img {
   max-width: none!important;
   -o-object-fit: none!important;
   object-fit: none!important;
}

}
