/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

.hero-section .slick-slide {
	padding: 25px;
}
.hero-section .slick-slide img{
	border-radius: 100px;
	box-shadow: 0 0 15px rgb(0 0 0 / 41%);
}
.site-header .konte-container-fluid {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.menu-button a{
    background-color: #ed9600;
    padding: 5px 15px;
    color: #fff !important;
    border-radius: 5px;
    box-shadow: 1px 3px 0 #c57d00;
	height: 36px !important;
}
.menu-button a::before{
	display: none !important;
}
.footer-widgets-area-1 a{
	color: #ed9600 !important;
	font-weight: 600 !important;
}


.wp-block-search__button{
	padding: 0 15px 0;
}
.wp-block-search__button,
.wp-block-search__input {
	height: 40px;
	line-height: 40px;
}
.wp-block-search .wp-block-search__label {
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 991px){
	.space-md-100{
		height: 100px !important;
	}
	.space-md-50{
		height: 50px !important;
	}
}
@media (max-width: 768px){
	.space-sm-50{
		height: 50px !important;
	}
	.space-sm-25{
		height: 25px !important;
	}
	.space-sm-0{
		height: 0 !important;
	}
}
.mt-0{
	margin-top: 0;
}
.mt-5{
	margin-top: 5px;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}

.mb-0{
	margin-bottom: 0;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
@media (min-width:1200px){
	.line-height{
		line-height: 1.9;
	}
}


/* h2.wp-block-heading{
	line-height: 1.2;
    margin-bottom: 25px;
} */
.btn-hover-w a:hover{
	background-color: #ed9600 !important;
	color: #fff !important;
}
.btn-hover-b a:hover{
	background-color: #110028 !important;
	color: #fff !important;
}
.btn-hover-b.is-style-outline:hover a{
	border-color: #110028 !important;
}
.btn-hover-w.is-style-outline:hover a{
	border-color: #ed9600 !important;
}

@media (min-width:1200px){
	.tp-container{
		width: 970px;
		margin-right: auto;
		margin-left: auto;
	}
	.col-gap-50 .wp-block-columns {
		gap: 50px;
	}
}

.col-width-auto .wp-block-column {
    flex-grow: inherit !important;
    flex-basis: inherit !important;
	width: auto;
}
.col-gap-0 .wp-block-columns {
    gap: 0;
}


.site-footer.light {
    border-top: none;
}

/* menu  */
.main-navigation a:after,
.footer-widgets .widget a:after{
	display: none;
}

.menu-download-btn a{
	border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 20px;
    /* color: #ffff; */
}
.menu-download-btn:hover a{
	border-color: #021343;
	background-color: #021343;
	color: #fff;
}
@media (min-width:992px){
	.main-navigation li li{
		padding:  3px 15px;
	}
	.nav-menu li li.menu-item a{
		padding: 8px 10px;
		display: block;
		border-radius: 6px;
	}
	.nav-menu li li.menu-item a:hover,
	.nav-menu li li.current-menu-item a {
		background-color: #6177B8;
		color: #fff;
	}
	.nav-menu>li {
		padding: 0 35px;
	}
	.nav-menu>li.current-menu-item a{
		font-weight: 600;
	}
	.nav-menu>li.current-menu-item a::before{
		content: '';
		height: 6px;
		width: 100%;
		background-color: #ed9600;
		top: 0;
        position: absolute;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;

	}
	.main-navigation a{
		height: 100%;
		display: flex;
		align-items: center;
	}
	.site-footer{
		background: transparent;
		position: relative;
	}
	.site-footer::before{
		content: '';
        position: absolute;
        top: 0;
        background-color: #f7f7f7;
        width: 100%;
        height: 100%;
        right: -10%;
        border-top-left-radius: 350px;
        border-bottom-left-radius: 350px;
	}
	
}

/* footer  */
.footer-widgets .wp-block-image .alignright{
	margin: 0;
}
.footer-widgets .widget,
.footer-widgets  .wp-block-image{
	margin: 0;
}

.site-footer p,
.site-footer,
.site-footer .wp-block-heading {
	color: #110028;
}
.site-footer a:hover{
	color: #c57d00;
}

.site-footer .wp-block-heading {
	margin-top: 0;
}
@media (min-width: 1200px){
	.site-footer {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.footer-widgets .widget li {
    padding: 10px 0;
}

/* footer table  */
.table-border.wp-block-table td,
.table-border.wp-block-table th {
    border:none;
    padding: 0;
}
.table-border-bottom.wp-block-table td,
.table-border-bottom.wp-block-table th {
    border:none;
	border-bottom: 1px solid #ccc;
	padding: 15px 0.5em;
}

.site-footer .wp-block-table td,
.site-footer .wp-block-table th {
    border:none;
    padding: 0.5em;
}
.site-footer.text-light td,
.site-footer.text-light th{
	color: #fff;
}
@media (min-width: 992px){
	.footer-widgets-area.col-xs-12:nth-child(1){
		width: 45%;
	}
	.footer-widgets-area.col-xs-12:nth-child(2){
		width: 30%;
	}
	.footer-widgets-area.col-xs-12:nth-child(3){
		width: 25%;
	}
}
.footer-widgets-area .widget_block p{
	margin-bottom: 8px;
}
.footer-widgets-area  > .widget_block:nth-child(2){
	margin-top: 21px;
}
.grid-text p {
	line-height: 1.9;
}
.grid-text p a{	
	color: #353535;
	text-decoration: underline;
}

@media (min-width:992px){
	.grid-text-wrap.wp-block-cover .wp-block-cover__inner-container{
		padding: 50px;
	}
}
/* hero section  */
/* .hero .wp-block-heading{
	margin: 0;
} */

.hero-inside .wp-block-table{
	max-width: 400px;
}
.hero-inside{
	padding: 0 !important;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.hero-inside .wp-block-image{
	margin-top: 0;
	margin-bottom: 0;
}
.hero-inside .wp-block-column:last-child{
	padding-left: 40px;
	padding-right: 40px;
}
@media (min-width:1200px){
	.hero-inside{
		margin-top: -100px;
		position: relative;
		z-index: 1;
	}
}


.related-projects .post-thumbnail,
.tp-image-section figure{
	max-width: 250px;
    margin: 0 auto;
	display: block;
}
.related-projects .post-thumbnail{
	max-width: 370px;
}
.related-projects .post-thumbnail img,
.tp-image-section figure img{
	margin-top: -18px;
	border-radius: 20px;
	opacity: .8;
}
.related-projects .project,
.tp-image-section .wp-block-column{
	position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    border-radius: 20px;
	transition: 0.3s all;
}
.related-projects .project:hover,
.tp-image-section .wp-block-column:hover{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
}
.related-projects .project:hover img,
.tp-image-section .wp-block-column:hover img{
    opacity: 1;
}
.related-projects .project-types a,
.tp-image-section .wp-block-buttons {
    position: absolute;
    top: 30px;
    right: 35px;
	opacity: 0;
	transition: 0.3s all;
}
.tp-image-section .wp-block-buttons .wp-block-button__link{
	padding-top: 0 !important;
}
.related-projects .project:hover .project-types a,
.tp-image-section .wp-block-column:hover .wp-block-buttons{
    opacity: 1;
}

.related-projects .project h3 {
    text-align: center;
    margin-bottom: 36px;
}
.related-projects .project-types a,
.button-arrow a strong{
    border-radius: 5px;
    background-color: #ed9600;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 40px;
    margin-left: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 0.6;
}
.button-arrow a{
	display: flex;
    align-items: center;
}

.related-projects .project-types a{
	top: auto;
	bottom: 150px;
}

.tp-passie{
	position: relative;
}

.tp-passie::before{
	content: '';
    background-color: #110028;
    width: calc(100% - 30%);
    position: absolute;
    height: 100%;
    z-index: -1;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
}
@media(max-width:768px){
	.tp-passie::before{
		width: 100%;
		border-radius: 0;
	}
}

.tp-masonry{
	column-count: 2;
	column-gap: 10px;
	display: block !important;
	margin: 0 auto;
	max-width: 1000px;
	font-size: 0;
	counter-reset: tp-masonry;
}
.tp-masonry .wp-block-image {
	display: inline-block !important;
	width: 100% !important;
	margin-bottom: 25px !important;
	box-sizing: border-box;
	transition: 0.5s;
	counter-increment: tp-masonry;
  }
  .tp-masonry img {
	display: block;
	width: 100%;
  }

  .tp-img-icon img{
	max-width: 30px;
  }
.tp-img-icon{
	grid-template-columns: 50px auto !important;
	justify-content: center;
}
.tp-img-icon .wp-block-media-text__content{
	padding: 0;
}
.icon-section img{
	max-width: 40px;
}

@media(max-width:768px){
	.hero-section .slick-slide {
		padding: 0;
	}
	.hero-section .slick-slide img {
		border-radius: 0;
		box-shadow: none;
	}
	.hero-section .wp-block-column:first-child{
		order: 2;
	}
	.hero-section .wp-block-column:last-child{
		margin-left: -25px;
		margin-right: -25px;
	}
	.wp-block-spacer {
		height: 40px !important;
	}
	.wp-block-gallery + .wp-block-spacer{
		display: none;
	}
	.site-footer {
        background-color: #f7f7f7;
    }
}

.portfolio-page-header h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.portfolio-page-header h3{
	font-size: 42px;
	margin-top: 20px;
    text-align: center;
}
.portfolio-filter{
	text-align: center;
}
.portfolio-filter a {
    color: #110028;
    border: 1px solid currentColor;
    border-radius: 40px;
    padding: 17px 25px;
    margin-right: 10px;
	font-weight: bold;
}
.portfolio-filter a::after {
	display: none;
}
.portfolio-projects img{
	border-radius: 15px;
}
.type-portfolio {
	position: relative;
}
.type-portfolio .project-title{
	position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
	transition: 0.3s all;
	opacity: 0;
}
.portfolio-projects .project-header .project-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 8px;
    height: auto !important;
	font-weight: bold;
}
.portfolio-projects .project-header .project-title a{
	color: #fff;
}
.portfolio-projects .project-types a{
	display: none;
}
.portfolio-projects .project-types a:first-child{
	display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ed9600;
    font-size: 0;
    right: 50px;
    bottom: -24px;
    border-radius: 5px;
	transition: 0.3s all;
	opacity: 0;
}
.portfolio-projects .project-types a:first-child::before {
    content: '›';
	font-size: 40px;
    line-height: .8;
    display: block;
    text-align: center;
    color: #fff;

}
.portfolio-projects:hover img{
	opacity: 1 !important;
}
.type-portfolio > a{
	position: relative;
	display: flex;
}
.type-portfolio > a::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: 0.2s all;

}
.type-portfolio:hover .project-types a{
	bottom: -18px;
	opacity: 1;
}
.type-portfolio:hover .project-title{
    top: 50%;
	opacity: 1;
}
.type-portfolio:hover > a::before{
	opacity: 1;
}
.portfolio-filter a.active {
    color: #fff;
	background-color: #110028;
}
.related-projects h2{
	margin-bottom: 100px;
}
.single-portfolio .project-navigation{
	display: none;
}
.related-projects{
	border: none;
}
.project-header.entry-header{
	display: none;
}
.single-portfolio .site-content{
	padding-top: 0;
}
.portfolio-project .wp-block-image,
.single-portfolio .entry-content{
	margin-top: 0;
}

.portfolio-project .alignthub {
    max-width: 1000px;
    width: 1000px;
    margin-left: calc(-500px + 50%);
    margin-right: calc(-500px + 50%);
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    border: 2px solid #e4e4e4  !important;
    border-radius: 5px;
	background-color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.wpcf7-form label{
	color: #110028;
	font-weight: bold;
}
.wpcf7-form br{
	display: none;
}
.wpcf7-form label strong{
	margin-bottom: 10px;
    display: block;
}
.wpcf7-form .wpcf7-submit{
	width: auto;
    border-radius: 10px;
    padding-left: 25px !important;
    padding-right: 25px !important;
	background-color: #ed9600;
	border-bottom: 2px solid #d18400;
	height: 45px;
    line-height: 45px;
}
.tp-contact-form {
	border-radius: 20px;
}
.link-tag a{
	color: #ed9600;
}

















/* grid listing  */

.grid-listing ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
    display: flex;
}
.grid-listing ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
    display: flex;
	font-size: 14px;
}
.grid-listing .tp-year li{
	position: relative;
	margin-right: 30px;
}
.grid-listing .tp-year li::after{
	content: '';
    height: 14px;
    width: 2px;
    background-color: #788069;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	right: -15px;
}
.grid-listing .tp-year li:last-child{
	margin-right: 0;
}
.grid-listing .wp-block-heading{
	text-overflow: ellipsis; 
  white-space: nowrap; 
  overflow: hidden; 
}
.grid-listing .wp-block-heading a{
	color: inherit;
}
.grid-listing .wp-block-heading a:hover{
	color: #000;
}
.grid-listing .tp-year li:last-child::after{
	display: none;
}
.grid-listing .tp-va{
	margin-top: 8px;
	justify-content: space-between;
}
.grid-listing .tp-va li:last-child{
	font-size: 18px;
}
.grid-listing .wp-block-column {
	padding: 10px 10px 30px 10px;
}

.grid-listing  .wp-block-column > *{
	padding-left: 15px;
	padding-right: 15px;
}
.grid-listing  figure{
	margin: 0;
	padding: 0 !important;
}
.grid-listing  .wp-block-column{
	transition: 0.3s all;
}
.grid-listing .wp-block-column:hover{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	background-color: #fff !important;
}



/* sell section  */
.sell-upper p{
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.9;
}
.sall-lower{
	margin-top: -200px;
	z-index: 2;
	position: relative;
}

/* more section  */
.moor-section{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.moor-section .wp-block-columns.alignfull{
	margin-bottom: 0;
}

.moor-section .wp-block-image{
	margin-top: 0;
	margin-bottom: 0;
}
.moor-content{
	padding-left: 100px;
}
.moor-upper-img{
	margin-bottom: 0;
}
.moor-upper-img figure{
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width:991px){
	.moor-content{
		padding-left: 15px;
	}
}
@media (max-width:768px){
	.moor-upper-img{
		display: none !important;
	}
}


.ls-form-control{
	border: 1px solid;
    padding: 10px 35px;
    width: 100%;
	text-align-last:center;
}
.navigation--manu a{
	opacity: .7;
}
.listing-entry-content{
	padding: 30px;
}
.listing-entry-content .table-border.wp-block-table td, .listing-entry-content .table-border.wp-block-table th {
	padding: 0.5em 0;
}
@media (min-width:1200px){
	.img-content .imgc-content{
		padding: 50px;
	}
	.img-content.wp-block-columns.has-background{
		padding: 0;
	}
	.img-content.wp-block-image{
		margin: 0;
	}
}
@media (max-width:767px){
	.m-col-order > .wp-block-column:first-child{
		order: 2;
	}
	.img-content .wp-block-heading{
		margin-top: 0;
	}
	.img-content .wp-block-heading{
		margin-top: 0;
	}
}


/* intro.. heade r / */
.intro-heading .wp-block-image{
	margin-bottom: 0;
}
.intro-heading .wp-block-image{
	margin-bottom: 0;
}
.intro-heading  .intro-heading-content{
	margin-top: -71px;
    padding: 50px;
}


.img-content .wp-block-image{
	margin-top: 0;
	margin-bottom: 0;
}




























/* silck slider  */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.contact-block .wpcf7-form .wpcf7-form-control {
	border: 1px solid #fff;
	padding-left: 15px;
	background: #fff;
	margin-bottom: 15px;
	font-style: italic;
}
.contact-block .wpcf7-form .wpcf7-form-control:focus{
	font-style: normal;
}
.contact-block .wpcf7-form .wpcf7-form-control.wpcf7-submit{
	color: #fff;
	background-color: #46494e;
	border-color: #46494e;
	letter-spacing: 2px;
}
.contact-block .wpcf7-form span.wpcf7-not-valid-tip, 
.contact-block .wpcf7-form div.wpcf7-validation-errors {
    color: #fff;
	font-size: 14px;
}
.contact-block  .contact-block-img{
	margin-top: -90px;
}

@media (min-width:992px){
	.contact-block{
		padding-left: 55px;
		padding-right: 55px;
	}
	
}

/* wordpres addmin for slide  */
.wp-gallery-img-inner .wp-gallery-img-wrap{
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 5px;
}
.listing-single-img img{
	width: 100%;
}
.gallery-btn{
	border: 1px solid;
	margin-left: auto;
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
}
.listing-single-nav-wrap img{
	cursor: pointer;
}
.listing-single-nav-wrap{
	margin-top: 10px;
}
.listing-single-img-nav{
	margin-left: -5px;
	margin-right: -5px;
}
.listing-single-img-nav .slick-slide{
	padding-left: 5px;
	padding-right: 5px;
}
.listing-single-img-nav .slick-prev{
	left: 7px !important
}
.listing-single-img-nav .slick-next {
    right: 10px !important;
}
.listing-single-img-nav .slick-arrow{
	z-index: 10;
}

.tabs-block .tabs{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tabs-block .tabs .tab-title {
    padding: 20px;
    cursor: pointer;
    border: 1px solid #450d0d;
	border-right-width: 0;
	flex: 1;
	text-align: center;
	color: #450d0d;
}
.tabs-block .tabs .tab-title.tp-active {
    border-bottom-color: #fff;
}
.tabs-block .tabs .tab-title:last-child {
    border-right: 1px solid #450d0d;
}
.tabs-block-content .themepiko-tab-body{
	padding-top: 20px;
	display: none;
}
.tabs-block-content .themepiko-tab-body.tp-active {
	display: block;
}
[data-type="themepiko/tab-content"] {
    border: 1px solid #cacaca;
}
[data-type="themepiko/tab-content"] .tab-content > h5{
	background: #f2f2f2;
    padding: 5px;
    margin: 0;
    font-size: 14px;
}


.blog .site-content{
	background-color: #f5f5f5;
}
.post--wrap{
	background-color: #fff;
}
.hfeed .hentry .entry {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-header-content .header-title{
	letter-spacing: 0;
}
.hfeed .hentry .entry-summary{
	max-height: auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}
.entry-link-wrap{
	display: block;
	text-align: center;
	margin-top: 25px;
}
.entry-link{
	min-width: 150px;
    border: 1px solid #021343;
    display: inline-block;
    text-align: center;
    padding: 8px 35px;
    border-radius: 30px;
}

.entry-link:hover{
	background-color: #021343;
	color: #fff;
}
.feature-badge {
	display: inline-block;
    padding: 2px 15px !important;
    border-radius: 15px;
    margin-bottom: 0;
}
.baby-assistant{
	padding: 0 !important;
}
.baby-assistant .wp-block-heading{
	margin: 15px 0 30px;
}
.wp-block-table.table-design tfoot{
	border: none;
}
.table-design tbody td:nth-child(2){
	color: #021343;
}

.wp-block-table.table-design.is-style-stripes tbody tr:nth-child(odd){
	background-color: #f6f6f6;
	overflow: hidden;
}
.wp-block-table.table-design.is-style-stripes tbody tr:nth-child(odd) td:first-child{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.wp-block-table.table-design.is-style-stripes tbody tr:nth-child(odd) td:last-child{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.table-design th,
.table-design td{
	padding-left: 20px;
	padding-right: 20px;
}
.wp-block-table.table-design thead{
	border: none;
}

.wp-block-table.table-design.is-style-stripes{
	border: none;
}
.blog-header-content .header-title{
	text-transform: initial;
}
.blog-subtitle{
	font-size: 20px;
    font-weight: 400;
    letter-spacing: initial;
    line-height: 1.5;
	max-width: 800px;
}
.hfeed .hentry .entry-summary,
.hfeed .hentry .entry-footer,
.hfeed .hentry .cat-links{
	display: none;
}
.hfeed .hentry .entry-title {
	height: 108px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: block;
}
.hfeed .hentry .entry{
	border: none;
}
.hfeed .hentry .entry-title a:hover{
	box-shadow: none;
}
.hfeed .hentry .entry-title{
	line-height: 1.2;
}
.hfeed .hentry .post-thumbnail{
	margin-bottom: 25px;
	margin-top: 20px;
}
.related-posts .post{
	padding-top: 15px;
    padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
.related-posts .post,
.related-posts .post img,
.hfeed .hentry,
.hfeed .hentry .post-thumbnail img {
    border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	transition: 0.3s all;
}
.hfeed .hentry.has-post-thumbnail .entry{
	min-height: auto;
	padding-bottom: 30px;
}
.related-posts .post--wrap {
	padding-bottom: 30px;
}
.post--wrap {
	border-radius: 12px;
	box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.15);
}
.related-posts .post:hover img,
.hfeed .hentry:hover img{
	opacity: .7;
}
.single-post .entry-header {
	display: none;
}
.single-post .site-content{
	padding-top: 0;
}
@media (min-width: 1200px){
	.hfeed .hentry{
		padding-left: 25px;
		padding-right: 25px;
	}

	.tst-carousel.alignfull {
		max-width: 120vw !important;
		width: 120vw !important;
		margin-left: calc(-60vw + 60%) !important;
		margin-right: calc(-60vw + 60%) !important;
	}
}
.related-posts h3 {
	font-weight: 500;
	font-size: 25px;
    padding: 0 21px;
}
.related-posts h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
	text-transform: none;
}
.single-post .entry-content h1{
	line-height: 1.2;
}

.tst-carousel .slick-slide{
	background-color: #f5f5f5;
	padding: 50px;
    border-radius: 30px;
}
.tst-carousel .slick-dots{
	bottom: -50px;
}

@media (max-width:768px){
	.tst-carousel .slick-slide{
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.img-content .wp-block-image,
	.google-map{
		margin: -33px -33px 20px -33px !important;
	}
}

@media (max-width:600px){
	.hero {
		min-height: 500px !important;
	}
	.hero .wp-block-heading{
		font-size: 32px !important;
	}

	.intro-section:not(.intro-sec-2) .apps-img {
		margin-bottom: -80px;
	}
	.intro-section .apps-img img{
		width: auto !important;
		height: auto !important;
	}
	.wp-block-image img{
		width: 100% !important;
		height: 100% !important;
	}
	.site-footer .wp-block-heading {
		font-size: 20px !important;
	}
	.site-footer .wp-block-image img{
		max-width: 150px;
		margin: 0 auto;
		width: 68px !important;
	}
	.site-footer .footer-widgets-area-1 .wp-block-image img{
		width: 35px !important;
	}
	.column-order-mobile .wp-block-column:first-child{
		order: 2;
	}
	.hfeed .hentry .entry-title {
		height: 78px;
	}
	.related-posts h3 {
		font-size: 20px;
	}
	.menu-download-btn a{
		border-color: #021343;
	}
	.intro-heading .intro-heading-content {
		margin-top: -41px;
		padding: 25px;
	}
	.tp-contact-form {
		padding: 20px 15px !important;
	}
	.mobile-menu-panel .logo{
		padding: 3px;
		background-color: #021343;
		border-radius: 3px;
	}
	
}
.header-mobile .logo img{
	width: 106px;
}

.wp-block-image img {
	border-radius: 15px;		
}