/*
Theme Name:Togo Child
Theme URI: https://togo.uxper.co/
Author: Uxper
Author URI: http://uxper.co/
Description: This is a child theme of Togo
Template: togo
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.4
License URI: https://choosealicense.com/licenses/gpl-2.0/
Text Domain: togo-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
#page-preloader{
	display:none !important;
}

@media(max-width: 1366px){
	.main-menu.desktop-menu ul.menu {  
		column-gap: 15px;
	}
}
@media(max-width: 1200px){
	.elementor-widget-togo-destination .togo-destination.layout-02 .togo-destination-content {
		top: 1rem;
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
	}
	.elementor-widget-togo-destination .togo-destination.layout-02 .togo-destination-meta .name {
		font-size: 1.3rem; 
		line-height: 1.5em;
	}
	.togo-activities-grid-wrapper .togo-activities-grid .togo-activity-grid-item.togo-activity-layout-2 .togo-activity-grid-content h3 {
		font-size: 1rem; 
	}
	.togo-posts-wrapper .type-post {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}
@media(max-width: 767px){
	.togo-posts-wrapper { 
		row-gap: 1.5rem;
	}
}