/*
Theme Name:  Wilddale Child Theme
Description: Child theme for the Wilddale theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    wilddale
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
-------------------------------------------------------------- */

/* Home Page CSS */
.tabs-gallery-carousel-container .short-images img {
    max-height: 300px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.tabs-gallery-carousel-container .long-images img {
    max-height: 500px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

/* Gallery Page CSS */
@media screen and (max-width: 991px) {
	.portfolio-gallery .gallery {
		margin: 0 !important;
	}

	.portfolio-gallery .gallery-item {
		padding: 0 0 30px 0 !important;
	}

	.portfolio-gallery .gallery-item img {
		padding: 0 10px !important;
	}
}

/* Footer CSS */
.footer .footer-rows .second-footer .second-footer-inner .widget-area .tm-row-expand-leftfull.widget:after {
	background: initial !important;
}

.footer .footer_logo img {
	background: #fff;
	padding: 10px 50px;
	max-height: 100px;
}

.footer .footer-rows .second-footer .second-footer-inner .widget-area .widget.widget_media_gallery {
    margin-right: 50px !important;
    margin-left: 0 !important;
}

.footer .widget.widget_media_gallery .gallery-icon img {
    padding-bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
	#second-footer {
		padding-top: 30px !important;
	}
}










