/*
Theme Name:  Gardenko Child Theme
Description: Child theme for the Gardenko theme
Author:      PreyanTechnosys
Author URI:  http://preyantechnosys.com/
Template:    gardenko
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.ttm-slideshow .elementor-background-slideshow__slide__image{
	background-repeat:no-repeat;
}

.prt-footer-cta-wrapper .cta-widget-area img {
	object-fit:contain;
}

.select2-container--default .select2-selection--single {
	background-color: transparent;
  border-radius: 40px;
}

.select2-container .select2-selection--single {
	height:52px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
}

.footer .footer-rows .second-footer .second-footer-inner .widget_nav_menu ul li{
	width:100%;
}

.footer .menu-first-footer-link-menu-container ul li {
	    padding: 7px 15px 0 10px;
}

.preyantechnosys-social-links-wrapper .social-icons .prt-social-yellow-pages i.prt-gardenko-icon-yellow-pages {
	position:relative ;
	display: inline-block;
}

.preyantechnosys-social-links-wrapper .social-icons .prt-social-yellow-pages i.prt-gardenko-icon-yellow-pages::before{
	position:absolute;
	content: "";
	-webkit-mask-image: url('../gardenko-child/images/yp-icon.svg');
    mask-image: url('../gardenko-child/images/yp-icon.svg');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

  background-color: currentColor;
  mask-repeat:no-repeat;
	mask-size: contain;
	height:16px;
	width:16px;
	top: -9px;
	left: -9px;
}