/*
Theme Name: Rezilla Child
Author: ThemePul
Description: This Child Theme only for Rezilla WordPress Theme
Version: 1.0.0
Template: rezilla

This is the child theme for Rezilla theme

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@font-face {
  font-family: 'Helvetica';
  src:url('/wp-content/themes/rezilla-child/fonts/AlibabaPuHuiTi-3-55-Regular.woff') format('woff'); /* Pretty Modern Browsers */
}


div.breadcroumb-area {
	padding-top: 160px;
	padding-bottom: 20px;
}

div.breadcroumb-area .container {
	padding-left: var(--bs-gutter-x,2rem);
}

h2.brea-title {
	font-size: 40px !important;
	color: var(--color-white);
	line-height: 40px !important;
	margin-bottom: 20px;
}

div.elementor-widget-container p{
	text-indent:2em;
}

#top-title h2.rezilla-about-title {
	text-shadow: 2px 2px 5px #666666;
}

div.rezilla-testimonial-dec {
	min-height: 95px;
}

.page-builder-not-used .site-main.content-area,
.search .site-main.content-area {
    padding: 60px 0;
}

.post-img img {
    max-height: 280px;
    border-radius: 7px 7px 0px 0px;
}