@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;800&display=swap');

.hidden{
    display:none;
}

/*
font-family: 'Manrope', sans-serif;
*/

body{
    background:#f7f7f7 url(../images/cover-image.jpg) no-repeat scroll top center;
    font-family: 'Manrope', sans-serif;
}

#header{
    padding:205px 0 0 0;
}

.obit_image{
    float:left;
    max-width:275px;
}

.obit_image img{
    border:5px solid #fff;
}

.decedent_info{
    padding:120px 0 0 20px;
    float:left;
}

.decedent_info h1{
    color:#fff;
    font-size:30px;
    font-weight:bold;
    margin-bottom:0px;
}

.decedent_info p{
    font-size:14px;
    color:#fff;
}

.shareblock{
    padding-top:120px;
    float:right;
    width:175px;
}

.shareblock p{
    color:#fff;
    font-size:15px;
    margin:0 0 5px 0;
}

.social_icons a{
    color:#fff;
    padding:5px 10px;
    border:1px solid #fff;
    -moz-border-radius:25px;
    border-radius:25px;
    -webkit-border-radius:25px;
    margin-right:3px;
}

.social_icons a.facebook{
    padding:5px 12px;
}

.social_icons a.facebook:hover{
    color:#3b5998;
}

.social_icons a.twitter:hover{
    color:#00acee;
}

.social_icons a.email:hover{
    color:#00acee;
}

.social_icons a.print:hover{
    color:#00acee;
}

#main_body{
    margin-top:-80px;
}

.left-side-spacer{
    padding-top:100px;
}

.flower-cta{
    background:transparent url(../images/flower-cta.png) no-repeat;
    height:82px;
    width:374px;
    padding:22px 8px 8px 120px;
    display:block;
    font-weight:bold;
    color:#1c1e1f;
    font-size:17px;
    line-height:18px;
    margin:0 0 10px 0;
}

.flower-cta span{
    font-weight:normal;
    display:block;
    font-size:14px;
}

.card-cta{
    background:transparent url(../images/card-cta.png) no-repeat;
    height:82px;
    width:374px;
    padding:28px 8px 8px 120px;
    display:block;
    font-weight:bold;
    color:#1c1e1f;
    font-size:18px;
    line-height:18px;
    margin:0 0 10px 0;
}

.tree-cta{
    background:transparent url(../images/tree-cta.png) no-repeat;
    height:82px;
    width:374px;
    padding:30px 8px 8px 120px;
    display:block;
    font-weight:bold;
    color:#1c1e1f;
    font-size:17px;
    line-height:18px;
    margin:0 0 10px 0;
}

.tree-cta span{
    font-weight:normal;
    display:block;
    font-size:14px;
}

.flower-cta:hover,
.card-cta:hover,
.tree-cta:hover{
    text-decoration:none;
    color:#1c1e1f;
}


.service{
    padding:15px 0;
    border-bottom:1px solid #e6e6e6;
}

.service:last-of-type{
    border:none;
}

.service h4{
    font-weight:bold;
    color:#222222;
    margin:0 0 5px 0;
    font-size:20px;
}

.service p{
    font-size:16px;
    color:#222;
    margin:0;
    line-height:20px;
}

.service a{
    color:#659ebc;
    font-weight:bold;
}

.flower-text-cta{
    text-align:center;
}

.flower-text-cta a{
    color:#659ebc;
    font-weight:bold;
    background:transparent url(../images/flower-icon.png) no-repeat scroll top left;
    padding-left:20px;
    text-decoration:underline;
}

#obit_main{
   margin-left:30px;
   background:#fff;
   box-shadow:-1px 0px 3px 0px #ededed;
} 

.top_tabs a{
    float:left;
    width:33.33%;
    text-align:center;
    color:#000;
    font-weight:bold;
    padding:12px 0;
    border-bottom:1px solid #e3e3e3;
}

#obit_section{
    padding:25px 30px;
}

#services_section{
    padding:25px 30px;
}

.service_block{
    padding:20px;
    background:#f7f7f7;
    margin:0 0 10px 0;
    border:5px solid #d3dbe0;
}

.service_block h4{
    font-weight:bold;
    font-size:20px;
}

.service_block p{
    margin:0;
    font-size:14px;
}

.service_block a.sbutton{
    padding:8px 20px;
    background:#659ebc;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    display:table;
    color:#fff;
    font-size:14px;
    margin:5px 0;  
}

.sms_form_area label{
    font-size:14px;
}

.sms_form_area input{
    font-size:14px;
}

.sms_form_area a{
    padding: 4px 20px;
    background: #659ebc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
}

#obit_main h1{
    font-weight:bold;
    font-size:30px;
}

a.blue-button{
    background:#659ebc;
    color:#fff;
    text-align:center;
    padding:10px 20px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    margin:20px auto;
    display:table;
}

#guestbook_section{
    padding:0 30px 25px 30px;
}

#guestbook_form{
    padding:20px;
    border:1px solid #dbdbdb;
    -moz-border-radius:15px;
    border-radius:15px;
    -webkit-border-radius:15px;
}

#guestbook_form textarea{
    background:#f0f0f0;   
    color:#6a6a6a;
    padding:20px; 
    border:none;
    width:100%;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    margin:0 0 10px 0;
    resize:none;
    overflow:auto;
}

#guestbook_form p{
    font-size:15px;
}

#addedfiles{
    max-width:400px;
    display:inline-block;
}

#addedfiles img{
    padding:4px; 
    background:#659ebc;
    margin:3px;
}

#cond_message_form input[type="text"],
#cond_message_form input[type="email"]{
    background:#f0f0f0;   
    color:#6a6a6a;
    padding:8px; 
    border:none;
    width:100%;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    margin:0 0 15px 0; 
    display:block;  
}

#cond_message_form input[type="text"].wrong,
#cond_message_form input[type="email"].wrong{
    border:1px solid red;
}

#cond_message_form input[type="text"].good,
#cond_message_form input[type="email"].good{
    border:1px solid green;
}

.sel_candle{
    padding:5px 10px;
    background:#fff;
    display:inline-block;
    margin:0 0 5px 0;
}

.sel_candle:hover{
    text-decoration:none;
}

.sel_candle input{
    display:none;
}

.sel_candle.active{
    background:#b9d0dc;
}     

#add_photos{
    background:#eaeff1 url(../images/add-photo-icon.jpg) no-repeat scroll 10px 10px;
    color:#000;
    padding:10px 10px 10px 40px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    font-weight:bold;
    font-size:15px;
    display:inline-block;
}

#add_candle{
    background:#fff url(../images/candle-icon.jpg) no-repeat scroll 10px 10px;
    color:#000;
    padding:10px 10px 10px 40px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    font-weight:bold;
    display:inline-block;
    font-size:15px;
}

#submit_condolence{
    float:right;
    padding:5px 20px;
    background:#659ebc;
    border:none;
    color:#fff;
    font-weight:bold;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    margin-top:-34px;
}

#condolence_error{
    padding:5px;
    color:red;
}


#guestbook .entry{
    padding:20px;
    border-bottom:1px solid #e1e1e1;
}

#guestbook .entry .candletext{
    padding-top:10px;
}

#guestbook .entry p.main-text{
    font-size:17px;
    margin:0 0 5px 0;
    padding:0;
}

#guestbook .entry p.smaller{
    font-size:14px;
    color:#b8b8b8;
}

#guestbook .entry p.smaller strong{
    color:#000;
}

#guestbook .guestbook-image{
    float:left;
    max-width:205px;
    width:32%;
    margin-right:5px;
}

#guestbook .image-entry p.smaller{
    font-size:14px;
    color:#b8b8b8;
    padding:20px 20px 0 20px;
}

#guestbook .image-entry p.smaller strong{
    color:#000;
}

.nopad{
    padding:0;
}

.nopad-sides{
    padding-left:0;
    padding-right:0;
}      

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    body{
        background:#f7f7f7 url(../images/cover-image.jpg) no-repeat scroll top center;
        background-size:auto 500px;
    }
    
    #header{
        padding:100px 0 100px 0;
    }
    
    #main_body{
        margin-top:-37px;
    }

    .obit_image{
        float:none;
        display:block;
        margin:0 auto;
        width:250px;
    }
    
    .obit_image img{
        width:250px;
    }
    
    .decedent_info{
        padding:30px 0 0 0px;
        float:none;
        width:100%;
        display:table;
        margin: 0 auto;
        text-align:center;
    }
    
    .shareblock{
        padding-top:50px;
    }
    
    #obit_main{
        margin:0;
    }
    
    .left-side-spacer{
        padding-top:60px;
    }
        
    .flower-text-cta{
        text-align:center;
        font-size:15px;
        padding-right:0px;
        margin-bottom:20px;
    }  

    .flower-cta{
        background:transparent url(../images/flower-cta.png) no-repeat;
        height:20vw;
        width:100%;
        background-size:100%;
        padding:7vw;
        text-align:center;      
        font-size:22px;
        line-height:20px;   
    }
    
    .flower-cta span{
        display:none;
    }

    .card-cta{
        background:transparent url(../images/card-cta.png) no-repeat;   
        height:20vw;
        width:100%;
        background-size:100%;
        padding:7vw 7vw 7vw 20vw;  
        text-align:center;     
        font-size:20px;
        line-height:20px;    
    } 

    .tree-cta{
        background:transparent url(../images/tree-cta.png) no-repeat;   
        height:20vw;
        width:100%;
        background-size:100%;     
        padding:7vw 7vw 7vw 20vw;  
        display:block;
        font-weight:bold;
        text-align:center;
        color:#1c1e1f;
        font-size:20px;
        line-height:20px;
        margin:0 0 10px 0;
    }

    .tree-cta span{
        text-align:center;
        font-weight:normal;
        display:block;    
        font-size:16px;
    }           
    
    #guestbook .guestbook-image{
        float:none;
        width:100%;
        max-width:100%;
        margin-right:0px;
        margin-bottom:5px;
    }
    
    .flower-cta,
    .card-cta,
    .tree-cta{
        margin:0 auto 10px;
    }
    
    #guestbook_form textarea{
        min-height:110px;
    }
    
    #add_photos{
        display:block;
        text-align:center;
    }
    
    #add_candle{
        display:block;
        text-align:center;
    }
    
    #submit_condolence{
        float:none;
        display:block;
        width:100%;
        margin:20px 0 0 0;
        text-align:center;
        padding:10px 20px;
    }
    
    .top_tabs a.services{
        content : "Services";
    }
                                                       
}
           
@media (min-width:390px) and (max-width: 430px) {

    .flower-cta{
        background:transparent url(../images/flower-cta.png) no-repeat;    
        height:19vw;
        width:100%;
        background-size:100%;
        padding:7vw;
        text-align:center;      
        font-size:17px;
        line-height:16px;   
    }
    
    .flower-cta span{
        display:none;
    }

    .card-cta{
        background:transparent url(../images/card-cta.png) no-repeat;      
        height:19vw;
        width:100%;
        background-size:100%;
        padding:7vw 7vw 7vw 20vw;
        text-align:center;     
        font-size:17px;
        line-height:16px;    
    } 

    .tree-cta{
        background:transparent url(../images/tree-cta.png) no-repeat;           
        height:19vw;
        width:100%;
        background-size:100%;   
        padding:7vw 7vw 7vw 20vw;   
        font-size:17px;
        line-height:17px;      
    }

    .tree-cta span{
        display:none;
    }   
}
           
@media (min-width:330px) and (max-width: 389.98px) {

    .flower-cta{
        background:transparent url(../images/flower-cta.png) no-repeat;    
        height:19vw;
        width:100%;
        background-size:100%;    
        padding:7vw 7vw 7vw 10vw;
        text-align:center;      
        font-size:17px;
        line-height:16px;   
    }
    
    .flower-cta span{
        display:none;
    }

    .card-cta{
        background:transparent url(../images/card-cta.png) no-repeat;      
        height:19vw;
        width:100%;
        background-size:100%;
        padding:7vw 7vw 7vw 20vw;
        text-align:center;     
        font-size:15px;
        line-height:16px;    
    } 

    .tree-cta{
        background:transparent url(../images/tree-cta.png) no-repeat;           
        height:19vw;
        width:100%;
        background-size:100%;   
        padding:7vw 7vw 7vw 20vw;   
        font-size:16px;
        line-height:17px;      
    }

    .tree-cta span{
        display:none;
    } 
    
}
           
@media (min-width:290px) and (max-width: 329.98px) {

    .flower-cta{
        background:transparent url(../images/flower-cta.png) no-repeat;    
        height:18vw;
        width:100%;
        background-size:100%;    
        padding:7vw 7vw 7vw 10vw;
        text-align:center;      
        font-size:15px;
        line-height:16px;   
    }
    
    .flower-cta span{
        display:none;
    }

    .card-cta{
        background:transparent url(../images/card-cta.png) no-repeat;      
        height:18vw;
        width:100%;
        background-size:100%;
        padding:7vw 7vw 7vw 20vw;
        text-align:center;     
        font-size:14px;
        line-height:14px;    
    } 

    .tree-cta{
        background:transparent url(../images/tree-cta.png) no-repeat;           
        height:18vw;
        width:100%;
        background-size:100%;   
        padding:7vw 7vw 7vw 20vw;   
        font-size:14px;
        line-height:14px;      
    }

    .tree-cta span{
        display:none;
    } 
    
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    body{
        background:#f7f7f7 url(../images/cover-image.jpg) no-repeat scroll top center;
        background-size:auto 500px;
    }
    
    #header{
        padding:100px 0 100px 0;
    }
    
    #main_body{
        margin-top:-37px;
    }

    .obit_image{
        float:none;
        display:block;
        margin:0 auto;
        width:250px;
    }
    
    .obit_image img{
        width:250px;
    }
    
    .decedent_info{
        padding:30px 0 0 0px;
        float:none;
        width:100%;
        display:table;
        margin: 0 auto;
        text-align:center;
    }
    
    .shareblock{
        padding-top:50px;
    }
    
    #obit_main{
        margin:0;
    }
    
    .left-side-spacer{
        padding-top:60px;
    }
        
    .flower-text-cta{
        text-align:center;
        font-size:15px;
        padding-right:0px;
        margin-bottom:20px;
    }
    
    #guestbook .guestbook-image{
        float:left;
        max-width:141px;
        margin-right:5px;
    }
    
    .flower-cta,
    .card-cta,
    .tree-cta{
        margin:0 auto 10px;
    }
    
    #submit_condolence{
        float:none;
        display:block;
        width:100%;
        margin:20px 0 0 0;
        text-align:center;
        padding:10px 20px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    body{
        background:#f7f7f7 url(../images/cover-image.jpg) no-repeat scroll center -100px;
    }
    
    #header{
        padding:175px 0 0 0;
    }
    
    #main_body{
        margin-top:-37px;
    }
    
    .decedent_info{
        padding:50px 0 0 20px;
    }
    
    .shareblock{
        padding-top:50px;
    }
    
    #obit_main{
        margin:0;
    }
    
    .left-side-spacer{
        padding-top:60px;
    }
        
    .flower-text-cta{
        text-align:right;
        font-size:15px;
        padding-right:20px;
        margin-bottom:40px;
    }
    
    .obit_image img{
        max-width:165px;
    }
    
    #guestbook .guestbook-image{
        float:left;
        max-width:201px;
        margin-right:5px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    

    .flower-cta{
        background:transparent url(../images/flower-cta.png) no-repeat;
        width:100%;
        height:65px;
        padding:14px 8px 8px 90px;
        background-size:100%;
    }

    .flower-cta span{
        font-size:13px;
    }

    .card-cta{
        background:transparent url(../images/card-cta.png) no-repeat;
        width:100%;
        height:65px;
        background-size:100%;
        padding:19px 8px 8px 91px;
        font-size:16px;
    }

    .tree-cta{
        background:transparent url(../images/tree-cta.png) no-repeat;
        width:100%;
        height:83px;
        padding:20px 8px 8px 91px;
        font-size:16px;
        background-size:100%;
    }

    .tree-cta span{
        font-weight:normal;
        display:block;
        font-size:14px;
    }
    
    #obit_main{
        margin:0;
    }
    
}