/*

 Theme Name:   Kedavra Child Theme

 Theme URI:    http://hopecph.dk

 Description:  A child theme of Kedavra for Hope Bar

 Author:       Camilla Nørgaard Christensen

 Author URI:   http://camillanoergaard.dk

 Template:     kedavra

 Version:      1.0.0

*/

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

/*MEDIA QUIERIES*/
    /* iPhone Portrait */

        @media only screen and (max-device-width: 667px) and (orientation: portrait) {
            .content-hero .text-hero{
                display: none;
            }
            .content-hero .title-hero{
                font-size: 250%!important;
            }

            .featured-bg .content {
                padding: 50px 15px;
            }

            #contact{
                margin-top: 75px;
            }
            #contact .map{
                display: none;
            }
        }

#panel-2071-6-1-0, #panel-2071-6-2-0{
   opacity: 0.5;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}
.
#panel-2071-6-1-0:hover, #panel-2071-6-2-0:hover{
   opacity: 1;
}

/*KONTAKTSIDE*/
#contact .form{
    display: none;
}

/*FOOTER*/
#footer .info .item {
    text-align: center;
}
#footer .info .item a{
    color: #FEEBD7;
}
#footer .info .item a:hover{
    color: #FCEDC9;
}