/* 
Theme Name: Wawai Child
Theme URI: https://wawaipartners.com/
Description: Wawai Child is a child theme of Wawai, created by Wawai Partners & Force Teknologi
Author: Force Teknologi & Wawai Partners
Author URI: https://wawaipartners.com/
Template: wawai
Version: 2.0.0
Text Domain: wawai-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Header */
.kim-menu h3{
	margin-top:-5px !important;
}
/* Hero */
.herokim {
	
}
/* Gallery */
.kim-video-lists .ug-gallery-wrapper{
	border-radius:15px;
}

/* Testimonials */
.kim-testi .uc_post_list_content_inside {
  display: flex;
  flex-direction: column;
}
.kim-testi .uc_post_content {
  order: 1;
padding-bottom: 10px;
}
.kim-testi .uc_post_list .uc_post_list_box{
	
}
.kim-testi .uc_post_list_title {
  order: 2;
margin-bottom: 0px;
	padding-top: 25px;
}
.kim-testi .ue-meta-data {
  order: 3;
}


.testi-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.testi-pagination .prev,
.testi-pagination .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testi-pagination .prev {
  left: 100px;
	color: var(--e-global-color-5c48243) !important;
    font-weight: 900;
}

.testi-pagination .next {
  right: 100px;
	color: var(--e-global-color-5c48243) !important;
    font-weight: 900;
}

.testi-pagination .page-numbers:not(.prev):not(.next) {
  margin: 0 5px;
}

/* Instagram */
.sbi_feedtheme_header_text h3{
	    text-transform: uppercase;
	color:var(--e-global-color-17b5e87);
}
.sbi_feedtheme_header_text .sbi_bio{
	color:#4685BC;
}
.ytkim .ug-gallery-wrapper{
	border-radius:15px;
}

/* Testimonial Page */
.all-testi .uc_post_list_content_inside {
  display: flex;
  flex-direction: column;
}
.all-testi .uc_post_content {
  order: 1;
}
.all-testi .uc_post_list_title{
	order: 2;
}

/* Contact Page */
.kimcontact label{
	font-size:20px !important;
	line-height: 1.3;
	color:var(--e-global-color-secondary) !important;
}
.kimcontact .gform-field-label--type-sub{
	font-size:16px !important;
	color:var(--e-global-color-secondary) !important;
	font-weight:700;
}
/* Footer */
[data-elementor-type="footer"]{
	margin-left:0px !important;
}

/* Client Testimonials */
#all-testi .read-more-btn, #all-testi .read-less-btn {
    display: table;
    color: white;
    cursor: pointer !important;
    background: var(--e-global-color-5c48243);
    padding: 0.2em 1em 0.2em 1em;
    border-radius: 7px;
}
#all-testi .read-less-btn{position: absolute;bottom: 0em;}
    
.uc-remote-parent .uc_post_list_box{
	cursor:unset !important;
}



/* Mobile */
@media (max-width: 991px) {
	#featuredkim .row{
		flex-wrap: wrap !important;
	}
	.archive_pagination .page-numbers.prev, .archive_pagination .page-numbers.next{
		padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: -80px;
    margin-left: -80px;
	}
	body.left header + *, body.left [data-elementor-type="header"] + *{
		margin-top: 100px;
	}
	.wawai-property-meta .meta-item{
		font-size:1em !important;
	}
}