/*
Theme Name:   AutoRide Child
Template:     autoride
Author:       QuanticaLabs
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:  autoride-child
*/

/*
 * Button Whatsapp
 * 
*/
.theme-component-call-to-action.with-btn-whatsapp .theme-component-call-to-action-button>a {
	background-color: #25d366;
	border: 1px solid #1C1E21;
	color: #1C1E21;
	border-radius: 50px;
}


/*
 * Theme Component - Gallery Type 1
 * 
*/

.theme-component-gallery-type-1>ul>li.gallery-item-w-full {
	width: 100% !important;
}

.theme-component-gallery-type-1>ul>li.gallery-item-w-full>a>img {
	height: calc(140px*1.5);
	object-position: top;
}
.theme-component-gallery-type-1>ul>li>a>img {
	height: 140px;
	width: 100%;
	object-fit: cover;
}


@media screen and (min-width:480px) {
	.theme-component-gallery-type-1>ul>li.gallery-item-w-full>a>img {
		height: calc(214px*1.5);
	}
	.theme-component-gallery-type-1>ul>li>a>img {
		height: 214px;
	}
}

@media screen and (min-width:1241px) {
	.theme-component-gallery-type-1>ul>li.gallery-item-w-full>a>img {
		height: calc(275px*1.5);
	}
	.theme-component-gallery-type-1>ul>li>a>img {
		height: 275px;
	}
}
