/* Global */
body,
.widget-title,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', serif !important;
}

h2 {
	font-size: 36px;
}

.elementor-text-editor > p,
.elementor-widget-text-editor p  {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

p {
	font-size: 20px;
	line-height: 30px;
}

.ks-sticky-column {
	position: sticky !important;
	top: 120px;
}

.ks-hover-scale-small {
	transition: transform .3s ease-in-out;
}

.ks-hover-scale-small:hover {
	transform: scale(1.02);
}

.ks-link {
	color: #6D9E3B;
	transition: .3s;
}

.ks-link:hover {
	color: #2D4E13;
}

.ks-heading {
	color: #2D4E13;
}

.fs-12 {
	font-size: 12px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-40 {
	font-size: 40px;
}

.fw-700 {
	font-weight: 700;
}

.fw-300 {
	font-weight: 300;
}

.fw-normal {
	font-weight: normal;
}

.ff-os {
	font-family: 'Open Sans', sans-serif;
}

.lh-24 {
	line-height: 24px;
}

strong {
	font-weight: 700;
	color: #2D4E13;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.ks-sticky-mobile {
		position: sticky !important;
		top: 130px;
	}
}

/* Ratio Image */
.ratio-1-1 {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
.ratio-3-2 {
	position: relative;
	padding-top: 66.66%;
	overflow: hidden;
}

.ratio-16-9 {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.ratio-1-1 img,
.ratio-16-9 img,
.ratio-3-2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

/* Site Identity */
.ks-logo {
	max-width: 200px;
}
.sticky-logo img {
	display: none;
	transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out;
}
.site-header.uk-sticky-fixed .normal-logo img {
	display: none;
}
.site-header.uk-sticky-fixed .sticky-logo img {
	display: block;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}


/* Header */
#masthead .header-wrapper {
	padding: 0 80px !important;
}

#masthead .site-branding > * {
	margin: 0;
}

#masthead .boga-social-account > * {
	margin-left: 20px;
}

.header-transparent-light:not(.uk-sticky-fixed),
.header-transparent-dark:not(.uk-sticky-fixed) {
	background: transparent !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	box-shadow: none;
}

.header-transparent-light:not(.uk-sticky-fixed) * {
	color: #fff !important;
}

.header-transparent-dark:not(.uk-sticky-fixed) * {
	color: #000 !important;
}

.header-right .uk-navbar-nav li:not(:first-child) {
	padding-left: 40px;
}

/* Header Mobile */
.header-mobile {
	padding: 30px 20px;
}

/* OffCanvas */
#ks-offcanvas .site-logo {
	text-align: center;
	margin-bottom: 40px;
}
#ks-offcanvas .ks-logo {
	max-width: 200px;
}
#ks-offcanvas .ks-switcher-mobile {
	margin-top: 40px;
}
#ks-offcanvas .ks-switcher-mobile a {
	font-size: 20px;
}

/* Navbar */
.uk-navbar-nav a {
	position: relative;
}
.uk-navbar-nav .current-menu-item a {
	font-weight: 700;
}
/* .uk-navbar-nav li:not(.current-menu-item) a:before {
	content: '';
	width: 40%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
} */
.uk-navbar-nav .current-menu-item a:before {
	content: '';
	width: 40%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 50%;
	bottom: 30%;
	transform: translate(-50%, -30%);
}

/* Widget */
.widget_nav_menu ul {
	padding: 0;
	list-style-type: none;
}

.widget_nav_menu li:not(:last-child) {
	margin-bottom: 10px;
}

/* Footer */
#footer {
	padding: 60px 0;
}

#footer a {
	transition: .3s;
}

#footer a:hover {
	text-decoration: none;
}

#footer .menu a {
	font-weight: 300;
	color: #565350;
}

#footer p {
	font-size: 16px;
	color: #565350 !important;
	font-weight: 300;
}

#footer .site-logo {
	margin-bottom: 20px;
}

#footer .widget {
	margin: 0;
}

#footer .widget-title {
	font-size: 19px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.footer-section-2 {
	padding-top: 70px;
}

.footer-copyright span {
	font-size: 16px;
}

.footer-section-2 .menu li {
	display: inline-flex;
	margin: 0 10px;
	margin-bottom: 0;
}

.footer-section-2 li {
	margin-bottom: 20px;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

@media only screen and (max-width: 768px){
	#footer {
		padding: 60px 25px;
	}
	.ks-footer-left-col > div {
		margin-bottom: 40px;
	}
}

/* Contact Form 7 */
.ks-cf {
	background: #fff;
	width: 70%;
	margin: 0 auto;
}

.ks-cf-heading {
	font-size: 24;
	line-height: 32px;
	font-weight: 600;
}

.ks-cf-text {
	display: block;
	margin-bottom: 15px;
}

.footer-form-wrapper {
	position: relative;
	overflow: hidden;
}

.footer-form-wrapper .wpcf7-form-control-wrap,
.footer-form-wrapper .wpcf7-form-control-wrap input {
	width: 100%;
}

#footer .wpcf7-spinner {
	position: absolute;
	top: 10%;
	right: 0;
	transform: translateY(-10%);
}

#footer .wpcf7-spinner + p,
#footer .ks-cf-text + p,
#footer .wpcf7-form-control-wrap + p,
#footer .wpcf7-response-output + p {
	margin: 0;
}

#footer .wpcf7-text {
	padding: 15px 20px;
	border: 0;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #f2f2f2;
}
#footer .wpcf7-response-output {
	background: #fff;
	border: 0;
	padding: 15px 20px;
	font-size: 12px;
	margin: 20px 0 0;
	background: #f2f2f2;
}
#footer .wpcf7-submit {
	width: 100%;
	margin-top: 20px;
	padding: 15px 20px;
	border: 1px solid;
	border-radius: 8px;
	color: #fff;
    transition: .3s;
    cursor: pointer;
    font-weight: 400;
    line-height: 16px;
}

#footer .wpcf7-submit:hover {
    background: #fff;
    color: #669B41;
    border: 1px solid #669B41;
}

@media only screen and (max-width: 768px ){
	.ks-cf {
		width: 100%;
		text-align: center;
	}
	.ks-cf .wpcf7-email {
		text-align: center;
	}
	#footer .wpcf7-text {
		width: 100%;
	}
}

#footer .heading-cf {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	font-weight: 700;
}

#footer .text-cf {
	font-size: 14px;
}

/* Social Account */
.kedaisayur-social-account ul {
	display: flex;
	justify-content: flex-end;
}

.kedaisayur-social-account li {
	margin-left: 40px;
	margin-bottom: 0;
}

@media only screen and ( max-width:768px ) {
	.kedaisayur-social-account ul {
		justify-content: center;
	}

	.kedaisayur-social-account li {
		margin: 0 20px;
	}
}

.kedaisayur-social-account a svg {
    transition: .3s;
}

/* Button */
.ks-button-primary {
	background: #2D4E13;
	color: #fff;
	line-height: 55px;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
}
.ks-button-primary:hover {
	color: #fff;
}

.ks-button-text {
	color: #6D9E3B;
}
.ks-button-text:hover {
	color: #2D4E13;
}

/* Switcher */
.ks-switcher-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ks-switcher-wrapper ul {
	padding: 0;
	list-style-type: none;
	display: flex;
}
.ks-switcher-wrapper a,
.ks-switcher-wrapper span {
	transition: .3s;
}
.ks-switcher-wrapper li {
	padding: 0 !important;
}
.ks-switcher-wrapper li a {
	padding: 5px 10px;
	font-size: 14px;
}
.ks-switcher-wrapper li a:hover {
	color: #fff !important;
	text-decoration: none;
}
.ks-switcher-wrapper li.current-language-menu-item a{
	background: #2D4E13;
}
.ks-switcher-wrapper li:hover a{
	background: #2D4E13;
}
.ks-switcher-wrapper li:first-child a {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.ks-switcher-wrapper li:last-child a {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.ks-switcher-wrapper span:hover,
.ks-switcher-wrapper li:hover span,
.ks-switcher-wrapper li.current-language-menu-item span,
.ks-switcher-wrapper li:hover a {
	color: #fff !important;
}

.ks-switcher-desktop,
.ks-switcher-mobile {
	display: flex;
}

/* 404 */
.error-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background: #F2F9EC;
}

.error-404 img {
    max-width: 70%;
}

.error-404 p {
    font-size: 24px;
    font-weight: 700;
    color: #E7815A;
    margin-top: 0;
}

.error-404 .error-button {
    padding: 0 40px;
    background-color: #2D4E13;
    color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid;

    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 65px;
    text-decoration: none;
    transition: .3s;
}

.error-404 .error-button:hover {
    transform: scale(1.02);
    background-color: #fff;
    color: #2D4E13;
}

@media only screen and (max-width: 1024px){
    .error-404 img {
        max-width: 90%;
    }
}