/* Themify Customize Styling */
body {	
	font-family: "Poppins";	font-weight:400;
	font-size:14px;
 
}
body #site-logo a img {		width: 250px; 
}
#site-logo {	
	margin-top: 0px;
	margin-bottom: 0px; 
}
#main-nav a {	
	margin-right: 5px;
	color: #003334;
	font-family: "Poppins";	font-weight:400;
 
}
#main-nav a:hover {	
	color: #dbbc47; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #dbbc47; 
}
#main-nav ul a {		font-size:12px;
 
}
#main-nav ul a:hover {	
	color: #dbbc47; 
}
.post-title {	
	font-family: "Poppins";	font-weight:600;
	font-size:25px;
 
}
.post-title a:hover, .loops-wrapper .post-image + .post-content .post-title a:hover {	
	color: #dbbc47; 
}
#sidebar, #sidebar-alt {	
	font-family: "Poppins";	font-weight:300;
	font-size:13px;
 
}
#sidebar a, #sidebar-alt a {	
	font-family: "Poppins";	font-weight:500;
	font-size:13px;
 
}
#sidebar .widget, #sidebar-alt .widget {	
	border: 1px solid #ccc;
	padding: 20px; 
}
#sidebar .widgettitle, #sidebar-alt .widgettitle {	
	font-family: "Poppins";	font-weight:600;
	font-size:18px;
 
}
#footerwrap {	background: none;
	background-color: #003334; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #dbbc47; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body {	
	font-family: "Poppins";	font-weight:400;
 
}
body #site-logo a img {		width: 150px; 
}
#main-nav a {	
	color: #003334;
	font-family: "Poppins";	font-weight:400;
 
}
#main-nav a:hover {	
	color: #dbbc47; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #dbbc47; 
}
#main-nav ul a:hover {	
	color: #dbbc47; 
}
.post-title {	
	font-family: "Poppins";	font-weight:600;
 
}
.post-title a:hover, .loops-wrapper .post-image + .post-content .post-title a:hover {	
	color: #dbbc47; 
}
#sidebar, #sidebar-alt {	
	font-family: "Poppins";	font-weight:300;
 
}
#sidebar a, #sidebar-alt a {	
	font-family: "Poppins";	font-weight:500;
 
}
#sidebar .widget, #sidebar-alt .widget {	
	border: 1px solid #cccccc; 
}
#sidebar .widgettitle, #sidebar-alt .widgettitle {	
	font-family: "Poppins";	font-weight:600;
 
}
#footerwrap {	background: none;
	background-color: #003334; 
}
#pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {	background: none;
	background-color: #dbbc47; 
}
 }.header-minbar #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover { 
	color: #dbbc47; }.header-minbar #headerwrap #main-nav .current_page_item > a, .mobile_menu_active #headerwrap #main-nav .current_page_item > a, .mobile_menu_active #headerwrap #main-nav .current-menu-item > a { 
	color: #dbbc47; }
/* Themify Custom CSS */
/* effek shadow pada header */

#headerwrap {
    background-color: #fff; /* Warna latar belakang elemen */
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1); /* Efek bayangan elemen */
}


/* cornenr isi pesan */
label {
        display: block;
        margin-bottom: 10px;
 }
    input[type="text"],
    input[type="email"],
	input[type="tel"],
    textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 0.5px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }

select {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

    input[type="submit"] {
        border: 0.5px solid #ccc; /* Menggunakan warna border dari elemen input di atas */
        color: #fff;
				font-size: 12px;
        padding: 13px 40px;
        border-radius: 10px;
        cursor: pointer;
        background-color: #DBBC47;
    }

    input[type="submit"]:hover {
        background-color: #003334;
        color: #fff;
    }