/* 
 Theme Name:   zenithtiles Child Theme
 Theme URI:    
 Description:  
 Author:       zenithtiles
 Author URI:   http://zenithtiles.dev.diginnovators.site
 Template:     marblex
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

header#pt-header .pt-bottom-header .navbar .navbar-brand img{
	height:60px !important;
}
header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav{
	justify-content:right !important;
}
.home  .client-testimonial .owl-nav button.owl-prev, .home  .client-testimonial .owl-carousel .owl-nav button.owl-next{
	width: 56px;
    height: 56px;
}
.home-contact-form input,.home-contact-form textarea{
	border-radius:10px;
}
footer .wp-block-social-links{
	padding: 0px;
}
footer#pt-footer .widget ul li a{
	padding:0;
}
@media(max-width:768px){
	header#pt-header .pt-bottom-header .navbar .navbar-brand img{
		height:40px !important;
	}
	
}