/* Themify Customize Styling */
body {	
	font-family: "Poppins";	font-weight:400;
	font-size:14px;
 
}
body #site-logo a img {		width: 170px; 
}
#site-logo {	
	margin-top: 0px;
	margin-bottom: 0px; 
}
#main-nav a {	
	margin-right: 5px;
	color: #ad0230;
	font-family: "Poppins";	font-weight:500;
	text-transform:uppercase; 
}
#main-nav a:hover {	
	color: #391b30; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #391b30; 
}
.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: #ad0230; 
}
#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 .widgettitle, #sidebar-alt .widgettitle {	
	font-family: "Poppins";	font-weight:600;
	font-size:18px;
 
}
#footerwrap {	background: none;
	background-color: #391b30; 
}
#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: #ad0230; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 170px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 170px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 170px; 
}
 }
/* Themify Custom CSS */
/* 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: 0px;
        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: 0px;
        cursor: pointer;
        background-color: #6C293D;
    }

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