/*
Theme Name: Kalbi
Theme URI: 
Author: AZ-Theme.Net
Author URI: 
Description: Kalbi - Restaurant WordPress Theme
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: food-and-drink, blog, portfolio
Text Domain: kalbi
Tested up to: 6.3
Requires PHP: 7.0
------------------------ */
:root {
    --primary-color: #333;
    --text-color: #6e6d6d;
    --accent-color: #d36b55;
    --meta-color: #999;
    --border-color: #eee;
}
body{
	background: #fff;
	font-family: 'Quicksand';
	font-size: 14px;
	color: var(--text-color);
	line-height: 24px;
}
h1 ,h2, h3, h4, h5, h6{
	font-family: 'Lato';
	font-weight: 300;
	color: var(--primary-color);
	margin-top: 0;
	margin-bottom: 10px;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
p{
	margin-bottom: 30px;
}
a, a:hover, a:focus{
	color: var(--accent-color);
	text-decoration: none;
	transition: all 0.36s ease 0s;
}
img{
	max-width: 100%;
	height: auto;
}
input[type="text"], input[type="tel"], input[type="phone"], input[type="date"], input[type="email"], input[type="password"], input[type="number"], textarea {
	border: 1px solid var(--border-color);
	padding: 10px 15px;
    border-radius: 5px;
    background: #f9f9f9;
}
button, input[type="submit"] {
	background-color: var(--accent-color);
	border: 1px solid var(--accent-color);
	color: #fff;
	padding: 10px 25px;
    cursor: pointer;
    border-radius: 5px;
}
.btn {
	padding: 10px 25px;
    cursor: pointer;
    border-radius: 5px;
}
button:hover, input[type="submit"]:hover {
    background-color: transparent;
    border-color: var(--accent-color);
    color: var(--accent-color);
}
.btn-primary {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}
.btn-outline-primary {
	color: var(--accent-color);
	border-color: var(--accent-color);
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	box-shadow: 0 0 0 .25rem rgba(211,107,85,.5);
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(211,107,85,.5);
}
.az-row-overlay{
	position: absolute!important;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	left: 0;
}
textarea{min-height: 150px;}
.az-button-shortcode .az-button{
	border: none;
	padding: 8px 30px;
}
select{
	padding: 13px 18px;
	font-size: inherit;
	width: 100%;
	border: 1px solid var(--border-color);
	background: #ffffff;
}
iframe{
	max-width: 100%;
}
.owl-nav > div{
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 38px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.owl-nav > div span{line-height: 40px;}
.owl-nav > div:hover{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.owl-nav > div.owl-prev{
	left: 20px;
}
.owl-nav > div.owl-next{
	right: 20px;
}

.post-gallery .owl-nav > div.owl-prev{
	left: 20px;
}
.post-gallery .owl-nav > div.owl-next{
	right: 20px;
}

.owl-dots .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin: 0 8px;
}
.owl-dots .owl-dot.active{
	background: #ffffff;
}
/* Page template */
.pagecontent{
	padding: 80px 0;
}
.page-template-full-width .pagecontent{
	padding: 0;
}

/* VC */
.wpb_revslider_element{margin-bottom: 0;}

/** Header ------------------------------------------------------------------- */
.site-header {
	background: #D78D38;
	width: 100%;
	transition: all 0.5s ease 0s;
	z-index: 10;
	top: 0;
	padding: 0 50px;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	min-height: 80px;
}
.site-header.menu-fixed{
	top: 0px;
	position: fixed;
}
.admin-bar .site-header.menu-fixed{
	top: 32px;
}
.site-title {
	margin: 0;
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	line-height: 1;
	color: var(--accent-color);
}
.header-social a{
    margin-left: 4px;
    width: 37px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    background: transparent;
    display: inline-block;
}

.header-social a:hover{
	background: var(--accent-color);
	color: #fff;
}
/** Site Navigation --------------------------------------------------------------- */
.primary-menu li a, .primary-menu li i {
    color: inherit;
    cursor: pointer;
}
.primary-menu li a {
	display: inline-block;
	padding: 28px 0;
	text-transform: capitalize;
	font-size: 1rem;
}
.primary-menu li:hover > a, .primary-menu li:hover > i {
    color: var(--text-color);
}
.primary-menu li:focus-within > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
/* Mobile Toggle ------------------------------------------------ */
.mobile-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
.mobile-toggle a {
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
}
.mobile-toggle span {
	display: block;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	position: absolute;
}
.mobile-toggle span:nth-child(1) {
	top: 5px;
}
.mobile-toggle span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.mobile-toggle span:nth-child(3) {
	bottom: 5px;
}
.mobile-toggle a.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 50%;
}
.mobile-toggle a.active span:nth-child(2) {
	display: none;
}
.mobile-toggle a.active span:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 45%;
}

/* -- Page banner --- */
.az-page-banner{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 125px;
	position: relative;
}
.az-page-banner:after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	left: 0;
	top: 25;
	position: absolute;
}
.az-page-banner .content-banner{
	position: absolute;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 20px;
	z-index: 1;
}
.az-page-banner .page-title {
	color: #fff;
	font-size: 3rem;
	letter-spacing: 5px;
	margin: 0;
	text-transform: uppercase;
}
/* ------------------------
		SHORT CODE
------------------------ */
/* Title section */
.title-section{
	max-width: 570px;
	margin-bottom: 60px;
}
.title-section.text-center{
	margin-left: auto;
	margin-right: auto;
}
.title-section .title{
	font-size: 36px;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 5px;
}
/* Custom heading */
.about-custom-heading h2{
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 50px;
}
.about-custom-heading strong {
	font-weight: normal;
	text-decoration: underline;
	display: block;
}
/* Menu */
.az-kalbimenu{text-align: center;}
.az-kalbimenu .time-menu{
	font-size: 13px;
	border: 1px solid var(--border-color);
	padding: 0 25px;
	display: inline-block;
	margin-bottom: 40px;
}
.az-kalbimenu .menu-title{
	text-transform: uppercase;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 60px;
}
.kalbi-menu-item{
	margin-bottom: 27px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.kalbi-menu-item .item-name{
	font-family: inherit;
	position: relative;
	font-size: 16px;
	display: block;
	line-height: 24px;
	padding-right: 60px;
	margin-bottom: 0;
}
.kalbi-menu-item .item-name span{
	position: relative;
	background: #fff;
	z-index: 2;
	padding-right: 15px;
}
.kalbi-menu-item .item-name span.desc {
	display: block;
	font-size: 11px;
	color: var(--meta-color);
}
.kalbi-menu-item .item-name:after{
	content: "";
	border-bottom: 2px dotted var(--text-color);
	left: 0;
	right: 0;
	position: absolute;
	display: block;
	margin-left: 3px;
	top: 16px;
}
.kalbi-menu-item .item-price{
	position: absolute;
	right: 0;
	top: 0;
	color: var(--accent-color);
	text-transform: uppercase;
	background: #fff;
	z-index: 3;
	padding-left: 15px;
}
.az-kalbimenu .outline-button{
	margin-top: 45px;
}
/* Gallery */
.fancybox-container{
	z-index: 99999;
}

.kalbi-gallery .image-item{
    margin-bottom: 24px;
}
.kalbi-gallery .image-item .link-img{
	position: relative;
	display: inline-block;
}
.kalbi-gallery .image-item .link-img:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: rgba(0,0,0,0.7);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.kalbi-gallery .image-item:hover .link-img:after{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.kalbi-gallery .image-item .icon-gallery{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.kalbi-gallery .image-item:hover .icon-gallery{
	opacity: 1;
}
.kalbi-gallery .icon-gallery:after{
	content: "";
	width: 1px;
	height: 30px;
	position: absolute;
	left: 14px;
	top: 0;
	display: block;
	background: #fff;
}
.kalbi-gallery .icon-gallery:before{
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 14px;
	display: block;
	background: #fff;
}
/* Contact icon */
.contact-icon{margin-bottom: 30px}
.contact-icon .fa{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: var(--accent-color);
	float: left;
	margin-right: 20px;
}
.contact-icon .contact-title{
	display: block;
	padding-left: 70px;
	margin: 0;
	padding-top: 8px;
}
.contact-icon .contact-text{
	display: block;
	padding-left: 70px;
	color: var(--meta-color);
	margin: 0;
}
/** Contact form 7 -------------------------------------------------------------------------------------------------------------- */
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
	width: 100%;
}
.wpcf7-form p:last-child{text-align: center;}
/* -----------------------
			BLOG
------------------------- */
.sticky .main-content-post {
  border: 1px solid var(--border-color);
  padding: 20px;
}
.az-our-blog .blog-item{
	margin-bottom: 30px;
}
.az-bloglist .blog-item{
	margin-bottom: 45px;
}
.post .post-image {
	margin-bottom: 30px;
	display: block;
}
.blog-item .main-content-post{
	text-align: center;
	max-width: 585px;
	margin: 0 auto;
}
.blog-item .title-post{
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 35px;
}
.blog-item .title-post:after{
	content: "";
	height: 1px;
	width: 68px;
	background: var(--accent-color);
	display: block;
	margin: 16px auto 0;
}
.title-post a{color: inherit;}
.title-post a:hover{color: #d36b55}
.date-post{
	font-style: italic;
	margin-bottom: 10px;
}
.date-post a{color: inherit;}
.date-post a:hover{color: #000;}
.az-bloglist .blog-item:nth-child(2n+1){
	clear: both;
}
.kalbi-pagination{
	text-align: center;
}
.kalbi-pagination .pagination{
	margin: 0;
}
.pagination .screen-reader-text{display: none;}
.kalbi-pagination .pagination .nav-links .page-numbers{
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 45px;
	border: 1px solid var(--border-color);
	color: var(--accent-color);
	text-align: center;
	margin: 0 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.kalbi-pagination .pagination .nav-links .page-numbers:hover,
.kalbi-pagination .pagination .nav-links .page-numbers.current{
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: #ffffff;
}
.wpcf7-form > p{
	margin-bottom: 0
}
.blog-item .readmore{
	margin-top: 40px;
}
/* Post meta */
.post-meta{
	color: var(--accent-color);
	text-align: center;
	margin-bottom: 10px;
}
.post-meta li{
	display: inline-block;
	list-style: none;
}
.post-meta li:after{
	content: "";
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #ccc;
	margin: 0 9px;
	display: inline-block;
}
.post-meta li:last-child:after{
	display: none;
}
.post-meta li a{color: inherit;}
.post-meta li a:hover{color: #333}

/** Page: Seach ---------------------------------------------------------------------- */
.search-posts .blog-item .main-content-post {
	text-align: left;
	max-width: 100%;
}
.search-posts .blog-item .title-post::after {
	margin: 16px 0;
}
/* ---------------------
		SINGLE POST
--------------------- */
.single-post .main-content-post{
	max-width: none;
}
.single-post .excerpt-post{
	text-align: left;
	margin-bottom: 40px;
    margin-top: 40px;
}
.single-post .title-post {
	margin-bottom: 20px;
}
.az-single-post-tags{
	display: inline-block;
	text-align: left;
	width: 100%;
}
.az-single-post-tags a {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: var(--meta-color);
	padding: 5px 15px;
	margin-right: 10px;
	background: var(--border-color);
}
/* Comment list */
.comments-area{
	overflow: hidden;
	margin-top: 50px;
	border: 1px solid var(--border-color);
	padding: 28px 28px 30px;
}
.comments-title, .comment-reply-title{
	display: block;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.comments-title h3, .comment-reply-title h3{
	margin: 0;
}
.comment-list,.comment-list ol.children{
	list-style: none;
}
.comment-list ol.children{padding-left: 30px;}
.comment-author{
	float: left;
	margin-right: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.comment-author{width: 100px}
.comment-content{
	overflow: hidden;
	padding-top: 5px;
}
.comment-content .author-name{
	font-size: 14px;
	font-family: inherit;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}
.date-comment{
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	color: #999999;
	font-size: 12px;
}
.date-comment a{
	color: inherit;
}
.date-comment a:hover{
	color: #000;
}
.reply {
  color: #999999;
  float: right;
  font-size: 12px;
  font-style: italic;
}
.comment-list .comment-body{margin-bottom: 30px;overflow: hidden;}
.comment-list > li:last-child .comment-body:last-child{
	margin-bottom: 0;
}
.comment-content .comment-text{margin-top: 5px}
.comment-content .comment-text > p:last-child {
  margin-bottom: 0;
}
/** Comment Form -------------------------------------------------------------------------------------- */
.comment-respond{
	overflow: hidden;
	margin-top: 50px;
	border: 1px solid var(--border-color);
	padding: 30px;
}
.comment-respond .form-submit{text-align: center;}
.comment-form .logged-in-as a{color: var(--accent-color);}
.comment-form .form-submit{margin-bottom: 0px;}
.comment-form .input-form, .comment-form textarea {
	width: 100%;
	margin-bottom: 20px;
}
/* ----------------------
		WIDGET
----------------------- */
.sidebar .widget{
	margin-bottom: 50px;
	padding: 30px;
	border: 1px solid var(--border-color);
}
.widget ul {
    padding-left: 0;
}
.widget ul ul {
    padding-left: 15px;
}
.widget-title{
	font-size: 20px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 1px;
	position: relative;
}
.sidebar .widget-title{
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 15px;
}
.sidebar .widget-title::after {
	content: "";
	display: block;
	width: 68px;
	height: 1px;
	background: var(--accent-color);
	position: absolute;
	left: 0;
	bottom: -1px;
}
.widget ul li{
	list-style: none;
	display: block;
	padding: 3px 0;
	line-height: 24px;
}
.widget.kalbi_social_media .social-ft {
  text-align: left;
}
.widget.kalbi_social_media .social-ft li {
  margin-bottom: 5px;
}
.widget .social-ft li {
    display: inline-block;
}
.widget > ul > li{
	padding: 11px 0;
	font-size: 16px;
}
.widget > ul > li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.widget ul li a{
	color: #333
}
.widget ul li a:hover{
	color: var(--accent-color);
}
.widget .social-ft li a:hover{
    color: #fff;
}
.searchform input {
	margin-bottom: 0;
	width: 100%;
}
.widget_categories .cat-item{
	color: var(--meta-color);
}
abbr[data-original-title], abbr[title]{border-bottom: none;}
.widget_search .widget-title{margin-bottom: 30px}
.widget_nav_menu .menu-item{padding: 0;}
.widget_nav_menu .menu-item > a{
	padding: 11px 0;
	display: block;
	border-bottom: 1px dashed var(--border-color);
}
.widget_nav_menu .menu > .menu-item:last-child a:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.widget_nav_menu .sub-menu{
	padding-left: 15px;
}
/* Widget Search */
.widget_search input[type="submit"]{
	width: 100%;
	margin-top: 10px;
}
/* About */
.widget_about_us .about-img{
	margin-bottom: 20px;
}
.widget_about_us .desc{margin-bottom: 0;}
/* Instagram */
.instagram-pics{overflow: hidden;}
.instagram-pics li{
	display: inline-block;
	list-style: none;
	width: 33.33%;
	float: left;
	padding: 3px;
}
.null-instagram-feed .instagram-pics li{
	padding: 3px;
}
/* Lastest post */
.kalbi_latest_posts_widget .latest-post li{
	overflow: hidden;
	padding: 20px 0;
}
.latest-post .post-image{
	float: left;
	width: 100px;
	margin-right: 10px;
}
.latest-post .post-text{
	overflow: hidden;
	padding-top: 10px;
}
.latest-post .post-title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.date-time, .kalbi_latest_posts_widget .latest-post li .date-time{
	text-transform: none;
	font-style: italic;
	color: inherit;
}
/* Tag clound */
.tagcloud a{
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid var(--border-color);
	margin: 5px;
	font-size: 14px!important;
}
.tagcloud a:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}
/* --------------------------
		EXAMPLE DATA 
---------------------------- */
.content-post h1, .except-post h1,
.content-post h2, .except-post h2,
.content-post h3, .except-post h3,
.content-post h4, .except-post h4,
.content-post h5, .except-post h5,
.content-post h6, .except-post h6{
	margin-bottom: 20px;
    margin-top: 20px;
}
table, th, td{
	border: 1px solid #dddddd;
}
th, td {
  padding: 0.4em;
}

table {
  border-collapse: separate;
  border-spacing: 0;
 border: none;
  margin: 0 0 1.6em;
  table-layout: auto;
  width: 100%;
}
th {
  border-width: 0 1px 1px 1px;
}
td {
  border-width: 0 1px 1px 1px;
}
th {
  border-width: 0 1px 1px 0px;
}
td {
  border-width: 0 1px 1px 0px;
}
tbody tr th{
    font-weight: 400;
}
tr td:first-child, tr th:first-child{
	border-left-width: 1px;
}
table tbody tr:first-child td,
table tbody tr:first-child th,
table thead tr:first-child th{
	border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td{
	border-top-width: 0;
}

.content-post dl, .content-post dd, .content-post table,
.except-post dl, .except-post dd, .except-post table {
  margin-bottom: 1.6842em;
}
.alignleft {
	display: inline;
	float: left;
  	margin: 5px 20px 20px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 5px 0px 20px 20px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}
.wp-caption-text {
  color: inherit;
  line-height: 1.5;
  padding: 0.5em 0;
}
.wp-caption {
  max-width: 100%;
}
.post-thumbnail {
  margin-bottom: 30px;
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
blockquote{
	font-size: 14px;
	font-style: italic;
	border-left-color: '';
}
dd{
	margin-bottom: 10px;
}
.widget table, .widget th, .widget td{
	border-color: var(--border-color);
}
.excerpt-post ul, .excerpt-post ol{
  padding-left: 20px;
}
.gallery-caption{
	color: inherit;
	font-style: italic;
	margin: 0 0 24px;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

/* --------------------
		FOOTER
---------------------- */
.kalbi-footer h1, .kalbi-footer h2,
.footer-widget h3, .kalbi-footer h4,
.kalbi-footer h5, .kalbi-footer h6{
	color: #fff;
}
.kalbi-footer input[type="text"], .kalbi-footer input[type="email"], .kalbi-footer input[type="password"], .kalbi-footer textarea{
	background: #222;
	border: none;
}
.kalbi-footer{
	background: #1a1a1a;
	color: var(--meta-color);
}
.footer-widget{
	padding: 75px 0 42px;
	text-align: center;
}
.footer-widget .widget{
	margin-bottom: 30px;
}
.footer-widget .widget-title{
	color: #fff;
	margin-bottom: 25px;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 30px;
}
.copyright {
	text-align: center;
	padding: 75px 0;
	border-top: 1px solid #333;
}
.copy-right a{color: #d36b55}
.copy-right a:hover{
	text-decoration: underline;
}
/* About us */
.widget-aboutus .about-info h4{
	text-transform: uppercase;
	font-size: inherit;
	font-family: inherit;
}
.logo-ft{margin-bottom: 10px}

.footer-widget .mc4wp-form{
	max-width: 270px;
	margin: 0 auto;
}
.mc4wp-form input{margin-bottom: 10px;}
.mc4wp-form input[type="submit"]{
	display: block;
	width: 100%;
	margin-bottom: 0;
}
/* Follow us */
.follow-us a{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	display: inline-block;
	margin: 0 2px;
	background: var(--accent-color);
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.follow-us a:hover{
	color: var(--accent-color);
	background: #fff;
}
/** Responsive ------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {

	body .alignfull {
    	width: 100vw;
    	max-width: calc(100vw - 8px);
    	margin-right: calc(50% - 50vw);
    	margin-left: calc(50% - 50vw);
    }

	body .alignwide {
		width: auto;
		max-width: 1000%;
		margin-right: calc(25% - 25vw);
		margin-left: calc(25% - 25vw);
	}

	.alignwide img,
	.alignfull img {
		display: block;
		margin: 0 auto;
	}
}
@media ( min-width: 992px ) {
    .primary-menu, .primary-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .primary-menu {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .primary-menu ul {
    	visibility: hidden;
    	position: absolute;
    	top: 130%;
    	left: -15px;
    	min-width: 230px;
    	background: #fff;
    	transition: 0.3s;
    	opacity: 0;
    	padding: 5px 0;
    	box-shadow: 0 20px 30px rgba(0,0,0,0.1);
    }
    .primary-menu ul ul {
    	top: 30%;
    	left: 100%;
    }
    .primary-menu li {
    	position: relative;
    	margin: 0 10px;
    }
    .primary-menu li li {
    	margin: 0;
    }
    .primary-menu li a:hover {
        color: var(--accent-color);
    }
    .primary-menu li li a {
    	padding: 5px 15px;
    	display: block;
    	letter-spacing: 0;
    	font-size: 0.875rem;
    }
    .primary-menu li .toggle {
    	display: inline-block;
    	font-size: 12px;
    	padding: 3px;
    }
    .primary-menu li li .toggle {
    	position: absolute;
    	right: 0;
    	top: 0;
    	padding: 9px;
    }
    .primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.active > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .primary-menu li li.menu-item-has-children:hover > ul, .primary-menu li li.active > ul {
        top: -5px;
    }
}

@media ( min-width: 1200px ) {
    .primary-menu {
    	position: absolute;
    	left: 50%;
    	transform: translateX(-50%);
    }
}

@media ( min-width: 1300px ) {
    .primary-menu li {
    	margin: 0 15px;
    }
}

@media( max-width: 991.98px ){
	.mobile-toggle {
        display: flex;
    }
    .primary-menu, .primary-menu ul {
        list-style: none;
        margin: 0;
        display: none;
    }
    .primary-menu {
    	background: #fff;
    	padding: 0px;
    	position: absolute;
    	top: 130%;
    	right: 50px;
    	left: 50px;
    	box-shadow: 0 20px 30px rgba(0,0,0,0.1);
    	visibility: hidden;
    	opacity: 0;
        transition: 0.36s;
        display: block;
    }
    .primary-menu.active {
        top: 100%;
    	visibility: visible;
    	opacity: 1;
    }
    .primary-menu ul {
        padding-left: 0;
        display: none;
        margin-top: -1px;
    }
    .primary-menu li {
        border-top: 1px solid var(--border-color);
    }
    .primary-menu li a {
    	display: block;
    	padding: 10px 15px;
    	position: relative;
    }
    .primary-menu li li a {
    	padding-left: 30px;
    }
    .primary-menu li li li a {
    	padding-left: 45px;
    }
    .primary-menu > li:last-child > a {
    	border-bottom: none;
    }
    .primary-menu li .toggle {
    	position: absolute;
    	right: 0;
    	top: 0;
    	z-index: 2;
    	cursor: pointer;
    	height: 100%;
    	width: 40px;
    	text-align: center;
    	border-left: 1px solid var(--border-color);
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .primary-menu li.active > ul {
        display: block;
    }
    .primary-menu li.active:focus-within > ul {
        display: block;
    }
}

    
@media(min-width: 992px) and (max-width: 1199px){
	.blog-item .title-post{font-size: 20px;}
	.latest-post .post-text{padding-top: 0}
	.latest-post .post-image{width: 80px;padding-top: 7px;}
}
@media(min-width: 767px) and (max-width: 991px){
	.az-our-blog .blog-item .title-post{font-size: 16px;line-height: 24px;margin-bottom: 15px}
	.az-funfact{padding-bottom: 45px;width: 100%;height: auto;}
	.az-funfact .number{font-size: 50px;line-height: 60px;}
	.blog-item .title-post{font-size: 18px;line-height: 24px;margin-bottom: 15px;}
	.sidebar{margin-top: 50px}
	.kalbi-gallery .image-item{width: 33.33%}
}
@media(max-width: 767px){
	.kalbi-gallery .image-item{width: 50%;}
	.title-section .title{font-size: 40px;}
	.comment-author {
	  margin-right: 10px;
	  width: 60px;
	}
	.comment-list ol.children{padding-left: 20px}
	.social-ft li{margin: 0 10px}
	.sidebar{margin-top: 50px;}
	.latest-post .post-text{padding-top: 0}
	.latest-post .post-image{width: 80px;padding-top: 7px;}
	.blog-item .title-post{font-size: 18px;margin-bottom: 15px}
	.bottom-post .az-single-post-tags{display: block;width: 100%}
	.social-share{width: 100%;margin-top: 10px;}
	.social-share a{margin-left: 4px;}
	.comment-content{padding-top: 0}
	.az-page-banner{min-height: 330px}
	.wpb_single_image.vc_align_right{text-align: left!important;}
}

@media( max-width: 575.98px ) {
	.site-header .header-social {
	   display: none;
	}
    .comment-author{width: 100%;float: none;text-align: center;}
	.comment-author .avatar{
		border-radius: 50%;
	}
	.kalbi-gallery .image-item{width: 100%;}
	.sidebar .widget{padding: 20px;}
	.comments-area, .comment-respond{padding: 20px; }
	.wpb_single_image.vc_align_right{text-align: left!important;}
}
.my-rounded-corners {
    border-radius: 25px;
    overflow: hidden; /* Ensures background colors don't bleed outside the curve */
}
