/*
Theme Name: Omah Jati Anyer v2
Theme URI: http://www.omahjatianyer.com
Description: Theme and design present by Baramulti Group, Designer and Developer : Korniawan Prabowo
Author: Korniawan Prabowo
Version: 1.1
 */


html, body {
  overflow-x: hidden;
  font-family: 'Nunito Sans', sans-serif;
  background: url(images/bg.png) repeat #ecebe9;
}

p {
	color: #6F706C;
	font-size: 16px;
	line-height: 26px;
}

h1 {
	font-weight: 600;
	color: #0F100A;
}

h2 {
	font-weight: 700;
	color: #0F100A;
	font-size: 32px;
}

h3 {
	color: #0F100A;
	font-size: 22px;
	font-weight: 700;
}

h4 {
	color: #0F100A;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

h5 {
	color: #787268;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

h5 a {
	color: #0F100A;
	text-decoration: none;
}

h5 a:hover {
	color: #514a3d;
}

.icon-experience {
	font-size: 45px;
	color: #3E3627;
}

.carousel-caption {
	bottom: 20% !important;
}

.overlay {
	z-index: 1;
	width: 100%;
  height: 100%;
  background: url(images/gridtile.png) repeat;
  /*
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black),
  linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
	background-size:3px 3px !important;
	background-position: 0 0, 50px 50px;
	*/
  position: absolute;
}

.header {
	background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding: 160px 0 50px 0;
}

.hr {
	width: 100%;
	height: 1px;
	background: #d8d7d4;
	margin: 50px 0 80px 0;
}

a.item-menu {
	font-weight: 600;
	letter-spacing: 1.5px;
	text-decoration: none;
	font-size: 16px;
}

.main-menu {
	width: 100%;
	background-color: rgba(15, 16, 10, 1);
	padding: 10px 0;
	z-index: 100 !important;
}

.text-white {
	color: #E9E9E7 !important;
}

.text-white1 {
	color: #8F9089 !important;
}

img.rounded1 {
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

img.rounded2 {
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.desc-konten {
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

section.about {
	padding: 50px 0;
}

section.single {
	padding: 50px 0;
}

section.about1 {
	background: url(images/bg2.png) repeat #3e3627;
}

section.about1 p {
	color: #ecebe9 !important;
}

section.about2 {
	background: url(images/bg-footer.png) repeat #0F100A;
}

section.about2 p {
	color: #8F9089 !important;
}

.accordion-button {
	background:  #fff !important;
}

.accordion-body {
	background: #fff !important;
	color: #6F706C;
}

.nav-pills {
    --bs-nav-pills-border-radius: 3px;
    --bs-nav-pills-link-active-color: #E9E9E7;
    --bs-nav-pills-link-active-bg: #56700A;
}

button.active1 {
	border: solid 1px #56700A;
	background: #56700A !important;
	color: #E9E9E7 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
	padding: 11px 30px !important;
}

ul.nav-pills li {
	margin-right: 10px;
}

button.nav-link {
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 11px 30px !important;
	color: #6F706C;
}

button.nav-link:hover {
	color: #595a56;
}

a.primary {
	border: solid 1px #56700A;
	background: #56700A;
	color: #E9E9E7;
	font-size: 14px;
	font-weight: 600;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	padding: 11px 30px;
}

a.primary:hover {
	border: solid 1px #56700A;
	background: #455a08;
	color: #E9E9E7;
}

a.secondary {
	border: solid 1px #56700A;
	color: #56700A;
	font-size: 14px;
	font-weight: 600;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	padding: 11px 0;
}

a.secondary:hover {
	border: solid 1px #56700A;
	background: #56700A;
	color: #E9E9E7;
}

.wpforms-submit {
	border: solid 1px #56700A !important;
	background: #56700A !important;
	color: #E9E9E7;
}

.bg-about1 {
	background: url(images/about1.jpg) no-repeat center center;
	height: 500px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-about2 {
	background: url(images/about2.jpg) no-repeat center center;
	height: 500px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-about3 {
	background: url(images/about3.jpg) no-repeat center center;
	height: 500px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-about4 {
	background: url(images/about4.jpg) no-repeat center center;
	height: 500px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-about5 {
	background: url(images/about5.jpg) no-repeat center center;
	height: 500px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-about6 {
	background: url(images/about6.jpg) no-repeat center center;
	height: 500px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.border-bawah {
	padding-bottom: 50px;
}

.newsletter {
	background: #3E3627;
}

footer {
	background: url(images/bg-footer.png) repeat #0F100A;
	padding: 80px 0 20px 0;
}

footer p {
	color: #8F9089;
}

.copyright {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #3f403b;
}

ul {
	padding-left: 0;
}

ul li {
	list-style: none;
	margin-bottom: 5px;
	line-height: 26px;
}

ul li a, ul.contact-link li a {
	color: #6F706C;
	text-decoration: none;
}

ul li a:hover, ul.contact-link li a:hover {
	color: #595a56;
}

ul.footer-menu, ul.contact-link {
	padding-left: 0;
}

ul.footer-menu li, ul.contact-link li {
	list-style: none;
	margin-bottom: 5px;
}

ul.footer-menu li a {
	color: #8F9089;
	text-decoration: none;
}

ul.footer-menu li a:hover {
	color: #b1b1ac;
}

.wpforms-container .wpforms-field {
	padding: 10px 0 !important;
}

.accordion-button:not(.collapsed) {
	background-color: #56700A;
	color: #0F100A!important;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(#eef1e7);
}

ul {
	padding-left: 40px;
}

ul li {
	color: #6F706C;
	font-size: 16px;
	line-height: 26px;
	list-style: circle;
}

.envira-lazy:not(img) {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#an_sh_mailchimp_email_1 {
	padding: 12px 15px;
	width: 70%;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	border: none;
	margin-right: 10px;
}

label {
	display: inline !important;
}

label.wpforms-field-label {
	margin-bottom: 10px;
}

input.mpam-submit {
	border: solid 1px #56700A !important;
	background: #56700A !important;
	color: #E9E9E7 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
	padding: 11px 30px !important;
	text-transform: uppercase !important;
}

.an_mailchimp_wrapper p {
	display: inline;
	margin-bottom: 0;
}

div.owac-calendar-container div.header h1.title {
	color: #E9E9E7 !important;
	margin-bottom: 0 !important;
}

div.owac-calendar-container div.header div.event-calendar ul li span.event-name {
	color: #E9E9E7 !important;
	font-family: 'Nunito Sans', sans-serif !important;
}

.breadcrumb1 li a {
	color: #8F9089;
}

.breadcrumb1 li a:hover {
	color: #E9E9E7;
}

.breadcrumb1 li {
	color: #E9E9E7;
}

div.wpforms-container-full ul li {
	line-height: 26px !important;
}

ul.term {
	padding-left: 50px!important;
}

ul.term li {
	margin-bottom: 0 !important;
}

.carousel-caption {
	z-index: 9;
}


@media(max-width:1200px) {
   
}

@media(max-width:991px) {
    
}

@media(max-width:768px) {
	.main-menu {
		display: none;
	}

	section.single {
		padding: 40px 0;
	}

	.border-bawah {
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	footer, .newsletter {
		text-align: center;
	}

	.header {
		padding-top: 50px;
	}

	#an_sh_mailchimp_email_1 {
		margin-bottom: 15px;
		width: 100%;
	}

	section.about {
		padding: 0 0 50px 0;
	}

	.hr {
		width: 100%;
		height: 1px;
		background: #d8d7d4;
		margin: 60px 0 80px 0;
	}

	.carousel-item {
  	height: 600px;
	}

	.carousel-item img, .carousel-item video {
    position: absolute;
    top: 0; 
  	left: 0; 
  	right: 0; 
  	bottom: 0; 
  	margin: auto; 
  	min-width: 50%;
  	min-height: 50%;
	}

	input.mpam-submit {
		width: 100%;
	}
}

@media(max-width:668px) {
   
}

@media(max-width:640px) {
   
}

@media(max-width:375px) {
   
}