/*
Theme Name: Funeral Custom theme
Theme URI: http://serviciifuneraresadova.ro/
Author: Dafcode INC
Author URI: http://dafcode.com/
Description: A custom theme
Version: 1.0
*/


/*-------------------------------------------------------------------------*/
/*	Globally Applied Styles
/*-------------------------------------------------------------------------*/

a:hover{
    text-decoration: none;
}
/* Custom classes */
.white-text{
    color:white;
}
.accent-color{
    color:#000532;
}

/*-------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------*/

/* Top Bar */
#top-navbar-and-logo nav.navbar, #top-navbar-and-logo a.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
#top-bar{
    background: #000532;
    padding: 5px 0;
}
#top-bar ul{
    margin-bottom: 0;
}
ul.top-social-icons li a{
    color:white;
}
#site-header #top-navbar-and-logo {
    background: white;
}
#home-header-top-headlines {
    background-size: cover;
    background-repeat: no-repeat;
}
#site-header.scrolled-header #top-navbar-and-logo {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 3px 20px 5px rgba(0, 0, 0, 0.1);
}
body.admin-bar #site-header.scrolled-header #top-navbar-and-logo{
    top:32px;
}
#home-header-top-title h1,
#home-header-top-title h2{
    background: rgba(0,0,0,.75);
    margin-bottom: 0;
    padding-bottom: 15px;
}

/* Default header */
#default-header-top-headline{
    background-size: cover;
    position: relative;
}
#default-header-top-title{
    padding: 150px 0;
}
#default-header-top-title h1{
    position: relative;
}
#default-header-background-layer{
    position: absolute;
    background: rgba(0,0,0,.75);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

/* Main Navigation */
#main-navigation > ul > li > a{
    color:#000532;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
}
#main-navigation > ul > li.current-menu-item > a{
    color:white;
    background: #000532;
    padding-top: 3px;
    padding-bottom: 5px;
}


/*-------------------------------------------------------------------------*/
/*	Home Page
/*-------------------------------------------------------------------------*/

/* Home Who We Are Section */
#home-who-we-are-section{
    background: #f5f5f5; 
}

/* Home Packages Section */
.home-package-image{
    min-height: 230px;
    position: relative;
    background-size: cover;
}
.home-package-title{
    position: absolute;
    bottom:0;
    padding-left: 20px;
}
.home-package-title h3{
    font-size: 1.5rem;
}
.home-package-background-layer{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
}
.home-package-title hr{
    border-color: #ffffff;
    border-width: 2px;
    width:30px;
    margin-left: 0;
}
.home-package-image:hover .home-package-background-layer{
    background: rgba(0,0,0,0.1);
}
.home-package-image:hover .home-package-title hr{
    width:60px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* Home custom Package contact Section */
#home-custom-package-contact-section{
    background: #000532;
}
.home-contact-us-button{
    display: inline-block;
    padding: 6px 10px;
    border: 2px solid white;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}


/* Home Services Section */
.home-service-image{
    min-height: 230px;
    position: relative;
    background-size: cover;
}
.home-service-title{
    position: absolute;
    bottom:0;
    width:100%;
    background: rgba(255,255,255,0.75);
}
.home-service-title h3{
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    color:#000532;
}
.home-service-background-layer{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
}
.home-service-image:hover .home-service-background-layer{
    background: rgba(0,0,0,0.1);
}


/*-------------------------------------------------------------------------*/
/*	Footer
/*-------------------------------------------------------------------------*/

#site-footer{
    background: #000532;
    color:white;
}
#site-footer ul li{
    list-style-type: none;
    border-bottom: 1px solid;
    padding: 7px 0;
}
#site-footer ul li a{
    color:white;
}

/*-------------------------------------------------------------------------*/
/*	Responsive
/*-------------------------------------------------------------------------*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Min-width 1001px */
@media only screen and (min-width: 1001px) {


    #home-header-top-title{
        padding: 250px 0;
    }

}

/* Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {



}