/*
 Theme Name:   Tourm Child  
 Theme URI:    https://themeholy.com/wordpress/tourm
 Description:  This is a child theme for Tourm - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     tourm
 Version:      2.1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  tourm-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 
:root {
--theme-color: #264653;	
}

.th-widget-about .about-logo img{
    max-width: 80%
}

.footer-card img {
	max-width: 100px !important;
}

#blog-home .blog-box .blog-meta{
	display: none;
}

.info-box_text .details {
    display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0
}

.home-about-img .img-box17 {
    margin-right: 0;
}