@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
.entry-content {
    font-family: 'Poppins', sans-serif !important;
}
body{
  font-family: "arial";
}
header#masthead.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}
.site-branding {
    position: relative;
}
#mySidenav {
    display: none;
}
@font-face {
  font-family: "arial";
  src: url('../fonts/aharoni/ahronbd.ttf');
}

.main-navigation li{
	padding: 15px 20px;
	font-size: 22px;
}
.main-navigation li a{
	color:#000;
}
.main-navigation li a:visited{
	color:#000;
}
.main-navigation li a:hover{
	color:#f27f90;
	text-decoration: none;
}
.main-navigation li.current-menu-item a{
	color:#f27f90;
}
.main-navigation li:nth-child(3) {
    padding: 15px 9em 15px 15px;
}
.sosmed a {
    font-size: 22px;
}
.sosmed {
    padding: 15px;
}
.logo_header img {
    width: 100%;
}
.logo_header {
    position: absolute;
    left: 600px;
    z-index: 9;
    text-align: center;
    width: 10%;
}
footer#colophon {
    background-color: #669934;
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
}
.site-info img {
    width: 100%;
}
.website {
    margin-top: 20px;
}
.sosial_footer {
    margin-top: 10px;
}
.sosial_footer a, .sosial_footer a:visited {
	color:#fff;
	text-decoration: none;
}
.alamat {
    text-align: right;
}
/*sidebar*/
#mySidenav {
    display: none;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
}
.background-single{
	background-image: url('../img/single-post.jpg');
	background-size: cover;
	background-repeat:no-repeat;
	width: 100%;
	height: auto;
	padding: 3em 0;
}
.background-single .container{
	width: 900px;
}
.single-thumb {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-single {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
}
h1.entry-title {
    text-align: center;
    font-size: 24px;
}
.title-single {
    text-align: center;
    color: #f27f90;
    margin: 2em 0;
}
.form-submit input#submit {
    font-size: 16px;
    background-color: #669835;
    color: #fff;
}
#daftar {
    display: -webkit-box;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
/*#daftar{*/
/*    display:block;*/
/*}*/
form.wpcf7-form {
    width: 450px;
    float: left;
    background: #fff;
    padding: 2em;
    opacity: 0.8;
    border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    border-radius: 0;
    background: green;
    font-size: 14px;
    margin: 10px 0;
}
