/*
Theme Name: Tranzkart Child
Description: Child Theme for Tranzkart Theme
Author: zozothemes
Version: 1.0
Template: tranzkart
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

.insta-footer-wrap a.phone{
	font-family: Geologica;
}
.elementor-widget-image img,
.elementor-44103 .flip-box-wrapper,
.elementor-44103 .flip-box-inner .flip-back{
	border-radius: 5px;
}
.elementor-column.border-left-cls:before{
	height: 65%;
}

.cus-service-flip .flip-box-wrapper .flip-front{
	border-top: unset;
	border-radius: 5px;
}
.owl-carousel-item .blog-inner{
	border-radius: 5px;
}
.page-id-44017 .elementor-element .post-thumb,
.featured-media-inner.section-inner img{
	border-radius: 5px;
}

.portfolio-single .custom-post-nav{
	display:none;
}
img.sticky-logo,
img.site-logo{
	padding:10px;
}
.site-header .header-topbar .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
}
.blog .widget.widget_block,
.wp-block-search__input,
.wp-block-search__button{
	border-radius: 5px;
}
.widget-area-right .wp-block-group__inner-container h2, .widget-area-left .wp-block-group__inner-container h2, .widget-area-right .widget-title, .widget-area-left .widget-title{
	font-family: Geologica, sans-serif;
}
.blog .bottom-meta-wrap,
.archive .bottom-meta-wrap,
.single-post .post-meta li.post-author,
.single-post .post-meta li.post-category{
	display:none;
}

.post.format-standard{
	border-radius:5px;
}

.tranzkart-masonry .featured-media-inner.section-inner img{
	border-radius:0px 0px 5px 5px !important;
}
figcaption{
	display: none;
}
.single-post .comments-wrapper.section-inner {
	display:none;
}
img.mobile-logo{
	padding:10px;
}
body.mobile-menu-active .mobile-menu-floating .search-form{
	display: none;
}
.insta-footer-wrap{
    background-image: url(/wp-content/uploads/foooter-final-bg-1.png) !important;
}

@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) {
		
	.single[class*="single-cea-"] .page-title-wrap{
		padding: 60px 0px;
	}	
	ul.page-title-elements.page-title-center.pull-center * {
		text-align: left;
	}
	.header-mobilebar .header-search-wrapper{
		display:none;
	}
	.elementor-44103 .elementor-element.elementor-element-a36ca33 > .elementor-background-overlay{
		opacity: 0;
	}
	.page-title-wrap h1{
		word-break: normal;
	}
	
	.single .page-title-wrap .page-title{
		font-size: 28px;
        line-height: 36px;
		word-break: normal;
	}
	
	.tranzkart-masonry article header.entry-header h2.entry-title{
        font-size: 22px;
        line-height: 34px;
		text-transform: none;
	}
	.header-mobilebar.navbar{
		background-color: #ffffff !important;
		/* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px; */
		box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	}
	.sticky-head.header-sticky .header-navbar, .sticky-head.header-sticky .header-mobilebar{
		background: #fff;
		color: #000;
		/* border-radius: 0px 0px 5px 5px; */
		/* margin: 0 5px; */
		margin: 3px 5px;
		border-radius: 5px;
	}
	        
	
	}
	
