



/* CustomFonts */
@font-face {
 font-family: 'Tays Sweetheart';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/8/5/taysweetheart-webfont.woff') format('woff');
 font-weight: bold;
}

@font-face {
 font-family: 'Hamburg Hand';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/8/5/hamburghand-bold-webfont.woff') format('woff');
 font-weight: bold;
}

@font-face {
 font-family: 'Hamburg Hand';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/8/5/hamburghand-regular-webfont.woff') format('woff');
 font-weight: normal;
}

@font-face {
 font-family: 'Hamburg Hand';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/8/5/hamburghand-light-webfont.woff') format('woff');
 font-weight: 600;
}

@font-face {
 font-family: 'American Typewriter';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/8/5/amtw-1-webfont.woff') format('woff');
 font-weight: bold;
}

@font-face {
 font-family: 'American Typewriter';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/8/5/amtw-1-webfont.woff') format('woff');
 font-weight: normal;
}




:root{
	--default-color: #030000;
    --accent-color:#c0c5b0;
    --accent-color2:#57723b;
    --accent-color3:#ff6600;
    --accent-color4:#ffbc00;

    --family:"Open Sans";
    --family2:"Open Sans";

    --button-color1:#57723b;
	--button-hover-color1:#7da157;
    --button-color2:#c72d29;
	--button-hover-color2:#fc4b46;
    --button-color3:#ff6600;
	--button-hover-color3:#ff8330;
    --button-color4:#ffbc00;
	--button-hover-color4:#ffcc3e;
    --button-color5:#ffffff;
	--button-hover-color5:#ffffff; 

	--link-color:#c0c5b0;
	--link-visited-color:#57723b;
	--link-hover-color:#57723b;
	--link-active-color:#57723b;

	--container-width: auto;

	--h1-color: #030000;
	--h2-color: #030000;
	--h3-color: #030000;
	--h4-color: #030000;
	--h5-color: #272727;
	--h6-color: #272727;
}
 

@media (min-width:576px) {
	:root{
		--container-width: 540px;
	}
}
@media (min-width:768px) {
	:root{
		--container-width: 760px;
	}
}
@media (min-width:992px) {
	:root{
		--container-width: 960px;
	}
}
@media (min-width:1200px) {
	:root{
		--container-width: 1140px;
	}
}
@media (min-width:1600px) {
	:root{
		--container-width: 1200px;
	}
}
 

h2.sub-heading,
#main-menu span,
#main-menu a{
    font-family: 'Hamburg Hand' !important;
    font-weight: bold !important;
}
p,
li{
    font-family: 'American Typewriter' !important;
    font-weight: normal !important;
    font-size: 17px;
    color: #ddd !important;
}
.button-01{
    text-transform: uppercase;
    padding-bottom: 0 !important;
    height: 38px;
    font-weight: bold !important;
    border-radius: 0 !important;
    max-width: 230px;
    width: 100%;
    font-family: 'Hamburg Hand' !important;
    font-size: 18px;
}
.button-secondary{
    max-width: 140px;
    border-radius: 3px;
    background-color: #c0c5b0;
    min-width: 150px;
    padding: 0;
    cursor: pointer;
    font-family: 'Hamburg Hand' !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
a.button-secondary:link{
    color: #030000;
    transition: color ease-in 300ms, background-color ease-in 300ms;
    font-family: inherit;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold !important;
    font-family: 'Hamburg Hand' !important;
    font-size: 18px;
}
a.button-secondary:hover{
    background-color: #57723b;
    color: #FFF;
    text-decoration: none;

}
.list-08 li{
    padding: 0 0 0 18px !important;
}
.list-08 li::before,
.list-08 li::after{
    top: 10px !important;
}
.list-08 li::before{
    background-color:#57723b !important;
}
p > a:hover,
li > a:hover,
span > a:hover{
    color: #c0c5b0 !important;
    text-decoration: underline;
}

/* header */
.header-nav img{
    max-height: 100% !important;
}
.header-list a:hover,
.header-nav .button-01{
    color: #FFFFFF !important;
}

.mobilemenu-main .m-menu{
        background-color: #030000 !important;
}

/* homepage */
#homepage-slider .slider-container > .is-container-fluid{
    align-self: flex-end !important;
}

/* footer */
#footer-widget a:hover{
    color: #c0c5b0 !important;
}
#footer-widget a.social-04:hover{
    background-color: #57723b;
    border-color: #57723b;
}
#footer-widget img.custom-social-icon{
    max-width: 50px;
}
#footer-widget img.footer-logo{
    max-width: 300px !important;
}
.bottom-footer{
    text-align: center;
}

/* homepage */
#services-section .button-01{
    max-width: 140px;
}
#services-section .is-container::before{
   border: 10px solid #c0c5b0; 
}
#crafted-heart-section .clients-blurb img{
    max-height: 100px;
    height: 100%;
}

/* Functions Page */
#events-contact-form .layout-outlined .inside-element .form-control{
    background: #FFFFFF;
    border-radius: 0;
}
#events-contact-form .form-required::before{
    color: #030000;
}
#events-contact-form .layout-outlined .formErrorContent2,
#events-contact-form .label-vertical .form-label,
#events-contact-form .label-vertical .form-required::before{
    color: #FFFFFF;
}
#events-contact-form .layout-outlined .inside-element .border-circle{
    border-radius: 0;
    border: none;
}
#events-contact-form .radio-list input[type="radio"]{
    background: #FFFFFF;
}
#events-contact-form .radio-list input[type="radio"]:checked{
    background-color: #030000 !important;
    border-color: #FFF;
}
#events-contact-form .btn-default{
    height: 38px;
    max-width: 200px;
    width: 100%;
    min-width: 150px;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
}
#events-contact-form h3{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
#events-contact-form #row_1_1{
    margin-bottom: 35px;
}
#events-contact-form label[for="time_1_10"],
#events-contact-form label[for="date_1_9"]{
    height: auto;
    max-width: 200px;
    font-size: inherit;
}
#events-contact-form .layout-outlined .inside-element.valid .form-label[for="time_1_10"]{
    font-size: 12px;
}
input::-webkit-calendar-picker-indicator{
    width: 80%;
    background-position: right;
}

/* FAQ Section */
#faq-section .accordion04 .panel-heading button{
    background: #57723b;
    border-radius: 0;
    border: none;
    color: #FFFFFF;
    font-family: 'American Typewriter' !important;
    font-weight: bold;
}
#faq-section .accordion04 .accordion-content{
    background: #FFFFFF;
    font-family: 'American Typewriter' !important;
    font-weight: normal !important;

}
#faq-section .accordion04 .accordion-content .panel-body,
#faq-section .accordion04 .accordion-content h4,
#faq-section .accordion04 .accordion-content p,
#faq-section .accordion04 .accordion-content li,
#faq-section .accordion04 .accordion-content span{
    color: #030000 !important;
    margin-bottom: 15px;
    font-family: 'American Typewriter' !important;
    font-weight: normal !important;
}
#faq-section .accordion04 .accordion-content li{
    margin-bottom: 0;
}
#faq-section .accordion04 .accordion-content a:link{
    color: #57723b;
    font-family: 'American Typewriter' !important;
    font-weight: normal !important;
}
#faq-section .accordion04 .accordion-content h4{
    font-size: 18px;
    font-weight: bold;
    font-family: 'American Typewriter' !important;
}

/* Contact Page */
#contact-us .layout-outlined .inside-element .form-control{
    background: #FFFFFF;
    border-radius: 0;
}
#contact-us .form-required::before{
    color: #030000;
}
#contact-us .layout-outlined .error-element.inside-element .border-circle,
#contact-us .layout-outlined .error-element.inside-element .border-circle:focus{
    border: none;
    border-radius: 0;
}
#contact-us .layout-outlined .formErrorContent2{
    color: #FFFFFF;
}
#contact-us #submit_2_1-submit{
    text-transform: uppercase;
    padding-bottom: 0 !important;
    height: 38px;
    font-weight: bold !important;
    border-radius: 0 !important;
    max-width: 230px;
    width: 100%;
}
/* #contact-map .transportation01-map{
    background: url('/Portals/0/ThemePluginPro/uploads/2025/7/10/Footer%20Texture.png');
    background-position: bottom;
    width: 100%;
    top: 95%;
    right: 0;
} */
#contact-map .info-show{
    display: none;
}

/* login page */
#dnn_ctr_Login_pnlLogin{
    margin: 80px 0 !important;
}
#dnn_ctr381_ContentPane{
    margin: 200px 0 150px;
}

@media only screen and (max-width: 1080px) {
  
    #main-menu .primary_structure li a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .button-01{
        max-width: 180px;
        height: 50px;
    }
    h2{
        font-size: 48px !important;
    }

    .two-column-content{
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .two-column-image{
        padding: 0;
    }

    /* homepage */
    #crafted-heart-section .clients-blurb h3{
        font-size: 20px !important;
    }

}

@media only screen and (max-width: 980px){
    
    #homepage-slider .slider-container > .is-container-fluid{
        margin-top: 0;
    }

    .banner-container{
        max-width: 800px;
        margin: auto;
    }

    /* homepage */
    #our-menu-section .odd{
        flex-direction: column;
    }
    #our-menu-section .even{
        flex-direction: column-reverse;
    }
    #our-menu-section .two-column-image{
        max-width: 100%;
        margin-bottom: 20px;
    }
    #our-menu-section .two-column-content{
        padding: 0 !important;
    }
    #our-menu-section .two-column-image img{
        width: 100%;
    }
    #shop-section p,
    .parallax-section p{
        max-width: 800px !important;
    }
    #crafted-heart-section .clients-blurb{
        margin-bottom: 20px;
    }

    /* footer */
    #footer-widget p{
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 776px){
    
    #homepage-slider h1,
    .banner-container h1{
        font-size: 65px !important;
    }
    .banner-container p{
        max-width: 600px !important;
        font-size: 22px !important;
        margin: 0 auto !important;
    }

    .banner-container .mt-80{
        margin-top: 0 !important;
    }
    .banner-container .pt-80{
        padding-top: 0 !important;
    }
    
    #homepage-slider p{
        max-width: 600px !important;
        margin: 0 auto;
    }
    #our-menu-section .two-column-content{
        padding: 0 20px !important;
    }
    #our-menu-section .two-column-content p{
        font-size: 20px;
    }
    .parallax-section{
        padding: 0 30px !important;
    }
    #homepage-slider h2,
    .banner-container h2,
    .parallax-section h2,
    #faq-section h2,
    #our-menu-section h2,
    #crafted-heart-section h2,
    #events-contact-form h2,
    #shop-section h2{
        font-size: 40px !important;
    }
    .parallax-section p{
        font-size: 20px !important;
    }
    #crafted-heart-section{
        padding: 0 30px;
    }

    /* menu */
    #our-menu-section p{
        font-size: 20px;
    }

    .button-01{
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 480px){

    .button-01{
        min-width: 250px !important;
    }
    .btn-group{
        display: block !important;
        text-align: center;
    }
    #crafted-heart-section .clients-blurb{
        margin-bottom: 30px;
    }

    #homepage-slider h1,
    .banner-container h1{
        font-size: 45px !important;
    }

    #homepage-slider p,
    .banner-container p{
        font-size: 18px !important;
    }

    #homepage-slider h2,
    .banner-container h2,
    #homepage-slider p,
    .banner-container p{
        padding: 0 20px;
    }

    #crafted-heart-section p,
    #our-menu-section .two-column-content p,
    #our-menu-section p,
    #our-menu-section li,
    .parallax-section p,
    #faq-section .accordion04 .accordion-content p,
    #faq-section .accordion04 .accordion-content li,
    #faq-section .accordion04 .accordion-content span,
    #faq-section .accordion04 .accordion-content a{
        font-size: 16px !important;
    }
    #faq-section .accordion04 .accordion-content h4{
        font-size: 17px !important;
    }
}


	


.dng-main{
	 background-color:#FFFFFF;  	}
.container{
		padding-left:15px;
	padding-right:15px;
		width: var(--container-width);
	max-width: 100%;
}
.is-container{
	max-width:var(--container-width);
}
.container-fluid {
		padding-right:15px;
	padding-left:15px;
		margin-right: auto;
	margin-left: auto;
}   
#dnn_content{
	 padding-top:0px;		 padding-bottom:0px;	}		

@media (min-width:576px) {
	
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}


	.left-full-column > .full-column-inner{
		margin-left:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.right-full-column > .full-column-inner{
		margin-right:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.full-column > .full-column-inner{
		width:100vw;	
		margin-left:calc((var(--container-width) - 100vw)/2 - 15px);
	}
	.layout-no-plr .full-column > .full-column-inner{
		margin-left:calc((var(--container-width) - 100vw)/2);
	}

		@media (max-width:575px) {
		.left-full-column > .full-column-inner{
			margin-left:-15px;
			width:calc(100% + 15px);
		}
		.right-full-column > .full-column-inner{
			margin-right:-15px;
			width:calc(100% + 15px);
		}
		.full-column > .full-column-inner{
			width:calc(100% + 30px);
			margin-left:-15px;
		}
	}
	




h1, h2, h3, h4, h5, h6{
	font-family:inherit;
}

h1{
	color:var(--h1-color);
	font-family:"Tays Sweetheart"; 	font-weight:normal;
	font-size:2.25rem;
	line-height:1.2;
	letter-spacing:0;
}		
h2{
	color:var(--h2-color);
		font-family:"Tays Sweetheart"; 	font-weight:normal;
	font-size:1.75rem;
	line-height:1.3;
	letter-spacing:0;
}		
h3{
	color:var(--h3-color);
		font-family:"American Typewriter"; 	font-weight:bold;
	font-size:1.75rem;
	line-height:1.3;
	letter-spacing:0;
}		
h4{
	color:var(--h4-color);
		font-family:"Open Sans"; 	font-weight:500;
	font-size:1.625rem;
	line-height:1.4;
	letter-spacing:0;
}		
h5{
	color:var(--h5-color);
		font-weight:500;
	font-size:1.375rem;
	line-height:1.4;
	letter-spacing:0;
}		
h6{
	color:var(--h6-color);
		font-weight:500;
	font-size:1.25rem;
	line-height:1.5;
	letter-spacing:0;
}	

#Body .is-inherit-root-text,
#Body .is-inherit-root-text p,
#Body .is-inherit-root-text li,
#Body .is-inherit-root-text div,
#Body .is-inherit-root-text span{
	color: var(--default-color);
}
#Body .is-inherit-root-text h1{
	color:var(--h1-color);
}
#Body .is-inherit-root-text h2{
	color:var(--h2-color);
}
#Body .is-inherit-root-text h3{
	color:var(--h3-color);
}
#Body .is-inherit-root-text h4{
	color:var(--h4-color);
}
#Body .is-inherit-root-text h5{
	color:var(--h5-color);
}
#Body .is-inherit-root-text h6{
	color:var(--h6-color);
}
#Body .is-inherit-root-text a, 
#Body .is-inherit-root-text a:link{
	color:var(--link-color);
}
#Body .is-inherit-root-text a:visited{
	color:var(--link-visited-color);
}
#Body .is-inherit-root-text a:hover{
	color:var(--link-hover-color);
}
#Body .is-inherit-root-text a:active{
	color:var(--link-active-color);
}

 
@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:3rem;		line-height:1.2;	}
			h2{
		font-size:2.5rem;		line-height:1.4;	}		
			h3{
		font-size:2rem;			}		
				}
@media only screen and (min-width: 1200px) {	
						}

a, 
a:link{
	color: var(--link-color);
}
a:visited{
	color: var(--link-visited-color);
}
a:hover{
	color: var(--link-hover-color);
}
a:active{
	color: var(--link-active-color);
}


.btn-accent,
a.btn-accent{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
[class*="am-btn-"].btn-accent:before{
	background-color:var(--accent-color);
}

div [class*="am-btn-"].hover-accent:hover{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:var(--accent-color); 
}



#Body .bg-accent{
	background-color:var(--accent-color);
}
#Body .color-accent{
	color:var(--accent-color);
} 
#Body .border-accent{
	border-color:var(--accent-color);
}
#Body .bg-accent-hover:hover{
	background-color:var(--accent-color);
}
#Body .color-accent-hover:hover{
	color:var(--accent-color);
} 
#Body .border-accent-hover:hover{
	border-color:var(--accent-color);
}

#Body .bg-accent2{
	background-color:var(--accent-color2);
}
#Body .color-accent2{
	color:var(--accent-color2);
} 
#Body .border-accent2{
	border-color:var(--accent-color2);
}

#Body .bg-accent3{
	background-color:var(--accent-color3);
}
#Body .color-accent3{
	color:var(--accent-color3);
} 
#Body .border-accent3{
	border-color:var(--accent-color3);
}
#Body .bg-accent4{
	background-color:var(--accent-color4);
}
#Body .color-accent4{
	color:var(--accent-color4);
} 
#Body .border-accent4{
	border-color:var(--accent-color4);
}

b,
strong{
	font-weight:500;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:500!important;
}



#Body, body, .Head, .SubTitle, .SubSubTitle, .Normal{
	font-family: var(--family);  
	font-size: 1rem; 
	line-height: 1.8;
	letter-spacing: 0;
	color: var(--default-color);
}
.default-size{font-size:1rem;}
.default-lineheight{line-height:1.8;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	font-family: var(--family);  
}

.default-color{
	color: var(--default-color)!important;
}
.default-bg-color{
	background-color: var(--default-color)!important;
}
.default-bg-color-hover:hover{
	background-color: var(--default-color)!important;
}
.default-border-color{
	border-color: var(--default-color)!important;
}
.accent-color{
	color: $var(--accent-color);
}
.default-family{
	font-family: var(--family)!important;
}
.family2{
	font-family: var(--family2)!important;
}

/*default color*/



/*page title*/
.page-title-bg{
			background-color:#f0f0f0; 
		}		
.page-title .title-area:after{
	border-color: #f3bebe; 
}



	

.page-title-bg.light-overlay::after{
	background-color: rgba(255, 255, 255, 0.10);
}
.page-title-bg.dark-overlay::after{
	background-color: rgba(0, 0, 0, 0.10);
}

.page-title-container{
	 height: 200px;
}
@media only screen and (max-width: 767px) {
	.page-title-container{
		height: auto;padding-top:35px;padding-bottom:35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page-title-container{
		height:120px;
		min-height:162px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
 


 	.page-title .main-title span::before{
		background-image: linear-gradient(to right, #f3bebe , #fff1cd);
	}
 


/*breadcrumbs*/
.page-breadcrumbs{
	background-color:#ffffff;  
	}
.page-breadcrumbs > .container{
		padding-top:20px;
				padding-bottom:10px;
		}

.page-breadcrumbs .breadcrumbs a:hover{
		color:var(--accent-color)!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs-box > a,
.page-breadcrumbs .breadcrumbs-box > span > span > span{
    line-height:20px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:var(--accent-color)!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#ededed;
}

/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-right:40px;	}
.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
	 	 }


.sidebar-main{
	display: flex;
}
.sidebar-main .sidebar-bar{
	width: 340px;
    flex: 0 0 340px;
}
.sidebar-main .sidebar-container{
	 flex-grow: 1;
	 width:  calc(100% - 340px);
}

.sidebar-main .sidebar_pos_right{
	order:2
}


@media only screen and (max-width: 767px) {
	.sidebar-main{
		flex-direction: column;
	}
	.sidebar-main .sidebar-bar{
		width:100%;
		flex: 0 0 100%;
	}	
	.sidebar-main .sidebar-container{
		width: 100%;
		flex: 0 0 100%;
	}

				.sidebar-main .sidebar-bar{
			order:1
		}	
		.sidebar-main .sidebar-container{
			order:0
		}
	}
 
@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01{
		padding-right:15px!important;
		padding-left:15px!important;
		margin-top: 30px;
	}
	.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
		padding-top:0!important;
		padding-bottom:0!important;
	 }

}

.has-sidebar >.row{
	position: relative;
}




/*page */
.swiper-container .swiper-pagination-bullet-active{
	background: var(--accent-color);	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: var(--accent-color);	
}
 
.isotope-grid .isotope-group a:before {
    border-top-color:var(--accent-color2);
}

.isotope-grid .isotope-group a:after {
    border-top-color:var(--accent-color2);
}

.easy-carousel .pagination-bullet{
	color: var(--accent-color);	
}
 

/*backtop */

