/*
Theme Name:    grace
Theme URI:     https://gracemortuary.com/
Author:        Gather Innovations
Author URI:    https://gather.app
Description:   Child Theme for Grace Memorial Chapel and Funeral Home
Template:      betheme
Version:       1.6.2
*/

/* Global Styles
   ======================================== */

* { margin:0; padding:0; }
*, *:before, *:after { box-sizing:border-box; }
html, body { width:100%; height:100%; margin:0; }
html { text-rendering:optimizeLegibility !important; -webkit-font-smoothing:antialiased !important; scroll-behavior:smooth; }
a:link, a:hover, a:visited { text-decoration:none !important; }
img {
    image-rendering:-moz-crisp-edges;         
    image-rendering:  -o-crisp-edges;         
    image-rendering:-webkit-optimize-contrast;
    image-rendering:crisp-edges;
    -ms-interpolation-mode:nearest-neighbor; 
    }
p { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }


/* Random Styles
   ======================================== */

.full-width { width:100%; text-align:center; }
.clearfloat { clear:both; }
.no-margin { margin:0px !important; }
.no-padding { padding:0px !important; }
.padding-20 { padding:20px !important; }
.padding-40 { padding:40px !important; }
.rounded-10 { border-radius:10px !important; overflow:hidden !important; }
.rounded-20 { border-radius:20px !important; overflow:hidden !important; }
.callout { position:relative; display:block; margin-left:10px; border-left:3px solid #333; padding-left:10px; }
.box-shadow { box-shadow:0 10px 40px 0 rgb(0 0 0 / 20%) }
.hide { display:none; }
.kern1 { letter-spacing:1px !important; }
.kern-1 { letter-spacing:-1px !important; }
.uppercase { text-transform:uppercase !important; }
.underline { border-bottom:1px dotted rgba(0,0,0,0.3); }
.italic { font-style:italic; }
.heavy { font-weight:900 !important; }
.medium { font-weight:500 !important; }
.thin { font-weight:300 !important; }
.center { text-align:center; }
.align-center { display:block; margin:0px auto; }
.align-right { text-align:right !important; }
.align-left { text-align:left !important; }
.floatleft { float:left; }
.floatright { float:right; }
.animate { opacity:1 !important; }
.dropcap { margin:0 12px 0 0; }
.google-my-maps-frame { height:432px; overflow:hidden; box-shadow:0 0 50px 0 rgba(0,0,0,0.2); }
.google-my-maps-frame .maps-overlay { background:transparent; position:relative; width:100%; height:480px; top:480px; margin-top:-480px; }
.google-my-maps-frame iframe { margin-top:-46px; overflow:hidden; }
.phn { color:#0055b9 !important; font-size: 16px; font-weight: 700; }
.phn:hover { color:#252525; }
h4 { font-family:"Poppins",Helvetica,Arial,sans-serif }
.medium-container .mcb-section-inner { max-width:1120px; }


/* Colors
   ======================================== */

.white { color:#fff; }
.black { color:#000; }
.red { color:#A1465C !important; }


/* Buttons
   ======================================== */

.theme-btn { display:inline-block; font-weight:700; border-radius:2px; color:#ffffff; /*border:2px solid #396A49;*/ background:#0055B9; padding:15px 32px; line-height:24px; text-align:center; font-size:16px; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
.theme-btn:hover { background:#ffffff; color:#0055b9 !important; /*border:1px solid #396A49;*/ } 

.theme-btn-reverse{ display:inline-block; font-weight:700; border-radius:2px; color:#0055B9 !important; /*border:2px solid #ffffff;*/ background:#ffffff; padding:15px 32px; line-height:24px; text-align:center; font-size:16px; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
.theme-btn-reverse:hover { background:#0055b9; color:#ffffff !important; /*border:2px solid #396A49;*/ }


/* Form Styling
   ======================================== */

.gform_wrapper ul.gform_fields li.gfield { padding-right:0 !important; margin-right:0 !important; }
/* Spacing Adjustments */
.gform_wrapper .gform_body ul.gform_fields li.gfield { margin-top:0; margin-bottom:0; }
.gform_wrapper .gform_body .gfield_label { padding-top:12px; margin-bottom:0 !important; }
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error { margin-right:0; margin-bottom:0 !important; padding-top:0; padding-bottom:0; background-color:transparent; }
.gform_wrapper .gform_body ul.gform_fields li.gfield .validation_message { padding:0; }
.gform_wrapper .gform_body .ginput_container_textarea { margin-top:12px !important; }
.gform_wrapper .gform_body .ginput_complex input { margin-bottom:0 !important; }
.gform_wrapper .gform_body .ginput_complex select { margin-top:12px !important; margin-left:0 !important; margin-bottom:0 !important; line-height:1.4em !important; }
.gform_wrapper .gform_body select { background-position:right 15px top 55%; }
.gform_wrapper .gform_body .gfield_error .ginput_complex select { border: 1px solid #790000; }
.gform_wrapper .gform_body .ginput_container_select { margin-top:12px !important; }
.gform_wrapper .top_label div.ginput_container:not(.ginput_container_textarea):not(.ginput_container_select):not(.ginput_recaptcha) { margin-top:0 !important; }
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select { margin-left:0 !important; }
.gform_wrapper .gfield_description { padding:0 !important; }
.gform_wrapper .ginput_recaptcha { display:table; margin:30px auto 0 auto !important; }
.gform_footer { text-align:center; }
/* Input Styling */
.gform_wrapper .gform_body .ginput_container input[type='text'], 
.gform_wrapper .gform_body .ginput_container input[type='email'],
.gform_wrapper .gform_body .ginput_container input[type='number'],
.gform_wrapper .gform_body .ginput_container input[type='tel'],
.gform_wrapper .gform_body .ginput_container select,
.gform_wrapper .gform_body .ginput_container textarea { background-color:#fff; border:1px solid #ccc; border-radius:4px; box-shadow:0 2px 10px 0 rgba(0,0,0,0.1); margin-bottom:0; padding:12px 16px !important; }
.gform_wrapper .gform_body .ginput_container input[type='text']:focus, 
.gform_wrapper .gform_body .ginput_container input[type='email']:focus,
.gform_wrapper .gform_body .ginput_container input[type='number']:focus,
.gform_wrapper .gform_body .ginput_container input[type='tel']:focus,
.gform_wrapper .gform_body .ginput_container select:focus,
.gform_wrapper .gform_body .ginput_container textarea:focus { background-color:#fff !important;  box-shadow:inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF; }
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin-top:2px !important; }
/* Datepicker Styling */
.gform_wrapper .gform_body .ginput_container_date { position:relative; }
.gform_wrapper .gform_body .ginput_container_date input.datepicker { width:100% !important; margin-right:0 !important; }
.gform_wrapper .gform_body .ginput_container_date img.ui-datepicker-trigger { position:absolute; top:28px; right:18px; filter:invert(62%) sepia(12%) saturate(19%) hue-rotate(76deg) brightness(97%) contrast(87%); }
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span.ui-icon,
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next span.ui-icon { display:none; }
.ui-datepicker .ui-datepicker-title select { color:#fff !important; }


/* Header
   ======================================== */
#Action_bar .contact_details { width:100%; }
#Action_bar .column { display:flex; align-items:center; }
#Action_bar .container { max-width:1240px !important; }
.slogan { max-width:100%; }
.slogan>span { display:flex; justify-content:space-between; } 
#Side_slide .slogan { width:100%; }
.slogan>span>span { font-weight:400; font-size: 16px; color: #252525; line-height: 24px; } 
.custum-timer .opening_hours { padding:0px; border-width:0px; background:none; }

.custum-timer .opening_hours .opening_hours_wrapper li { border-bottom-width:0; text-align:left; }
.opening_hours .opening_hours_wrapper li span { font-weight:500; color:#3A3A3A; }

#Action_bar .container .column { display:flex; justify-content:space-between; align-items:center; flex-direction:row-reverse; }
#Action_bar .container .column>div:last-child { width:66%; }    
#Side_slide .slogan>span { flex-direction:column; font-size:13px; }
#Side_slide .slogan>span a { font-size:13px; }
#Action_bar .contact_details li { display:block; padding:5px 0 !important; }
#Action_bar .social { display:none; }

#Top_bar .top_bar_right { padding:0; }
.top_bar_right .action_button { display:none !important; }


/* Menu
   ======================================== */

/* Sub Menu 
   ======================================== */

.header-split #Header .top_bar_left .menu li ul li a { padding:15px 20px; text-align:left; }   
#Top_bar .menu li:last-child a { border-bottom:none; }
#Top_bar .menu li ul li { width:100%; }
#Top_bar .menu li ul li a { padding:12px 20px 12px 20px; line-height:1.3; font-size:16px !important }
#Top_bar.is-sticky .menu > li ul { overflow:hidden; min-width:240px; }
#Top_bar:not(.is-sticky) .menu > li ul { overflow:hidden; min-width:240px; border-radius:10px; }
#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a { background:#8A425A; color:#fff; }
#Side_slide #menu ul li a { font-size:18px; }
.sub-menu li a { font-size:14px !important; }
.sec-menu { display:flex; justify-content:space-between; align-items:center; margin:0; padding:10px; cursor:pointer; }
#Side_slide .buy-flower { display:none; }
#Side_slide .slogan span { display:block; }
#Side_slide .contact_details { text-align:left; padding-left:25px; }
#Side_slide #menu ul li.submenu .menu-toggle:after { font-weight:900; opacity:1; font-size:30px; }


/* Homepage Styling
   ======================================== */

.resource-blurb img { max-height:80px; margin:20px 0; }
.resource-blurb .blurb-content { min-height:100px; }
.resource-blurb .blurb-content p { color:#374151; max-width:262px; margin:20px auto; overflow:hidden; text-overflow:ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }


/* Footer Styling
   ======================================== */


#Footer_Gather img { display:block; max-height:22px; }
#Footer_Gather { display:none !important; }
.footer-copy-center #Footer .footer_copy .copyright { display:flex; justify-content:space-between; align-items:center; margin:0; }
#Footer .footer_copy,
#Footer .footer_copy a { background:#F5F5F5; color:#252525; font-size:16px; font-weight:400; }
.copyright a:hover { color:#000 !important; }
.copyright img { max-height:27px; }
.footer-copy-center #Footer .footer_copy .social { display:none; }
#Footer .footer_copy .one { margin-bottom:0px; padding-top:15px; }
.widget_archive ul, 
.widget_nav_menu ul { padding:0; background:none;   columns:2; -webkit-columns:2; -moz-columns:2; list-style-type:none !important; }
.widget_nav_menu ul li a { font-size:18px; }
.widget.widget_nav_menu { text-align: initial; padding: 0 70px; }
.wp-block-group__inner-container { text-align: initial; }
aside>h2 { font-size: 26px; line-height: 32px; font-weight: 600; letter-spacing: 1px; font-family: Playfair Display; }
.widgettitle { font-weight:400; font-size:30px; font-style:italic; }
#Footer .widget_nav_menu ul li { margin-bottom:15px; }



/* Accordians Overwrite  
   ==================================================== */

.accordion .question .title { padding:10px 15px; display:flex; align-items:center; justify-content:space-between; flex-direction:row-reverse; font-size:18px; line-height:1.2; font-weight:600; background:#f7f7f7; -webkit-box-shadow:none; box-shadow:none; }
.accordion .question .answer >h3 { font-weight:normal; font-size:18px; }
.accordion .question .title > .acc-icon-plus, 
.accordion .question .title > .acc-icon-minus { position:unset; left:auto; right:15px; color:#0c2d61; margin-left:20px; min-width:40px; min-height:40px; font-size:30px; line-height:40px; top:10px; background:#ffffff; border-radius:50%; box-shadow:0px 4px 14px rgb(0 0 0 / 25%); }
.accordion .question { margin-bottom:15px; }
.accordion .question .title:before { border:none; }
.accordian-custum-addon .icon-plus:before { content:'\e867'; }
.accordian-custum-addon .icon-minus:before { content:'\e945'; }
.accordion .question { border:none; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.accordion .question.active > .title { border-width:0; }


/* Responsive Styling
    ======================================== */

/* < 1900 ------------------------------------------------------------------------------------------------------------ < 1900 */
@media only screen and (max-width:1900px) {

}
/* < 1650 ------------------------------------------------------------------------------------------------------------ < 1650 */
@media only screen and (max-width:1650px) {

}
/* < 1600 ------------------------------------------------------------------------------------------------------------ < 1600 */
@media only screen and (max-width:1600px) {

}
/* < 1400 ------------------------------------------------------------------------------------------------------------ < 1400 */
@media only screen and (max-width:1400px) {

}
/* < 1300 ------------------------------------------------------------------------------------------------------------ < 1300 */
@media only screen and (max-width:1300px) {

}
/* < 1175 ------------------------------------------------------------------------------------------------------------ < 1175 */
@media only screen and (max-width:1174px) {

}
/* > 1175 ------------------------------------------------------------------------------------------------------------ > 1175 */
@media only screen and (min-width:1175px) {  
 
}
/* < 1580 ------------------------------------------------------------------------------------------------------------ < 1580 */
@media only screen and (max-width:1580px) {

}

/* < 1380 ------------------------------------------------------------------------------------------------------------ < 1380 */
@media only screen and (max-width:1380px) {

}
@media only screen and (max-width:1320px) {

}
/* > 1240 ------------------------------------------------------------------------------------------------------------ > 1240 */
@media only screen and (min-width:1240px) {
   
}
/* #Header Creative always Open  1240 - 1489 ---------------------------------------- #Header Creative always Open 1240 - 1489 */
@media only screen and (min-width:1240px) and (max-width:1489px) {

}
@media only screen and (min-width:1240px) and (max-width:1260px) {

}
/* < 1240 ------------------------------------------------------------------------------------------------------------ < 1240 */
@media only screen and (max-width:1239px) {
   
}


/* #Desktop 768 - 1239 - For Tablet #Side_slide --------------------------------------------------------- #Desktop 768 - 1239 */
@media only screen and (min-width:768px) and (max-width:1239px) {

.section_wrapper, 
.container, 
.with_aside .content_wrapper { max-width:100%; }

}


/* #Desktop 960 - 1239 ---------------------------------------------------------------------------------- #Desktop 960 - 1239 */
@media only screen and (min-width:960px) and (max-width:1239px) {

.section_wrapper, .container, .with_aside .content_wrapper { max-width: 100%; }

}


/* #Mobile < 1024 ---------------------------------------------------------------------------------------------- #Mobile < 1024 */
@media only screen and (max-width:1024px) {

    .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error { margin-top:0 !important; }

}
/* #Desktop > 960 -------------------------------------------------------------------------------------------- #Desktop > 960 */
@media only screen and (max-width:979px) {

.footer-copy-center #Footer .footer_copy .copyright { flex-direction:column-reverse; }   
    
}
/* #Tablet (Landscape) 768 - 959 -------------------------------------------------------------- #Tablet (Landscape) 768 - 959 */
@media only screen and (min-width:768px) and (max-width:959px) {

    .gform_wrapper .gform_body .ginput_container_date img.ui-datepicker-trigger { top:26px; }

}
/* #Desktop & Tablet (Landscape) > 768 -------------------------------------------------- #Desktop & Tablet (Landscape) > 768 */
@media only screen and (min-width:768px) {

.overllapping { position:absolute; right:-213px; top:100px; }

}


@media only screen and (min-width:470px) and (max-width:768px) {

}
/* #Mobile for Forminator < 783 ---------------------------------------------------------------------------------------------- #Mobile < 768 */
@media only screen and (max-width:783px) {

    .forminator-ui .forminator-row .forminator-col { margin-bottom:10px !important; }

}
/* #Mobile < 768 ---------------------------------------------------------------------------------------------- #Mobile < 768 */
@media only screen and (max-width:767px) {
   
.gform_wrapper .gform_body .ginput_container_date img.ui-datepicker-trigger { top:26px; }
.section_wrapper, .container, .four.columns .widget-area { max-width:100%!important; padding-left:15px!important; padding-right:15px!important; }
.mob-hide { display:none; } 
.overllapping { padding-top:40px; }
.widget.widget_nav_menu { padding: 0 25px; }
.wp-block-group__inner-container { text-align: center; }

}
/* #Mobile < 680 ---------------------------------------------------------------------------------------------- #Mobile < 680 */
@media only screen and (max-width:680px) {

}
/* #Mobile < 640 ---------------------------------------------------------------------------------------------- #Mobile < 640 */
@media only screen and (max-width:640px) {

    .gform_wrapper .gform_body .ginput_container_date img.ui-datepicker-trigger { top:30px; }    
    .gform_wrapper select { line-height:2 !important; }
    body.page .gform_wrapper .gform_body .ginput_complex select,
    body.single .gform_wrapper .gform_body .ginput_complex select,
    body.blog .gform_wrapper .gform_body .ginput_complex select { line-height:2 !important; }
    .gform_wrapper .gform_body .ginput_container_select { /*margin-top:0px !important;*/ margin-left:0 !important; }
    .gform_wrapper .gform_body .gfield_error .ginput_complex { width:calc(100%) !important; }
    .gform_wrapper .top_label .gfield_error { width:calc(100%) !important; }
    .gform_wrapper .ginput_container span:not(.ginput_price) { margin-bottom:0 !important; }

}
/* #Mobile < 640 ---------------------------------------------------------------------------------------------- #Mobile < 640 */
@media only screen and (min-width:641px) {

    .gform_wrapper ul.gform_fields li.gf_left_half,
    .gform_wrapper ul.gform_fields li.gf_right_half { width:calc(50% - 8px) !important; }
    .gform_wrapper ul.gform_fields li.gf_right_half { float:right !important; }
    .gform_wrapper ul.gform_fields li.gf_left_third,
    .gform_wrapper ul.gform_fields li.gf_middle_third,
    .gform_wrapper ul.gform_fields li.gf_right_third { width:calc(33.333% - 11px) !important; }
    .gform_wrapper ul.gform_fields li.gf_middle_third { margin:0 16px !important; }

}
/* #Mobile < 515 ---------------------------------------------------------------------------------------------- #Mobile < 515 */
@media only screen and (max-width:515px) {

}
/* #Tablet (Portrait) & Mobile (Landscape) 480 - 768 ---------------------- #Tablet (Portrait) & Mobile (Landscape) 480 - 768 */
@media only screen and (min-width:480px) and (max-width:767px) {

h1 { font-size:40px; line-height:1.1; }
h2 { font-size:30px; line-height:1.1; }
h3 { font-size:20px; line-height:1.1; }
h4 { font-size:18px; line-height:1.1; }
body,
p { font-size:16px; line-height:1.5; }   
.big { font-size:18px; line-height:1.3; }

}


/* #Mobile (Portrait) < 480 ------------------------------------------------------------------------ #Mobile (Portrait) < 480 */
@media only screen and (min-width:448px) and (max-width:500px) {

}

@media only screen and (max-width:479px) {

h1 { font-size:30px; line-height:1.1; }
h2 { font-size:24px; line-height:1.1; }
h3 { font-size:18px; line-height:1.1; }
h4 { font-size:18px; line-height:1.1; }
body,
p { font-size:15px !important; line-height:1.5; } 
.big { font-size:16px !important; line-height:1.3; }

}

@media only screen and (max-width:366px) {

}
@media only screen and (max-width:340px) {

}
/* Retina | iPad ----------------------------------------------------------------------------------------------- Retina | iPad */
@media only screen and (max-device-width:1024px) {

}