/*
Theme Name:   Archi Child
Theme URI:    https://archi.oceanthemes.site/
Description:  Make your modifications to [Parent Theme] in this Archi child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     archi
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  archi-child
*/

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


.tag-cloud-link.active {
   color: #eceff3 !important;
    border-color: #eceff3 !important;

}

.catalog-media{
   max-height:250px;
   height: 310px;
}

.catalog-media a{
    width: 100%;
    height: 100%;
   
}

.catalog-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-title{
    font-family: var(--archi-body-font-family) !important;
}
.catalog .entry-title a {
	font-size:18px;
}

@media(max-width:1200px) {
	.page-header {
		background: inherit;
		background-size: cover;
	}
}
@media (max-width: 768px) {
	.catalog-media{
   max-height:270px;
   height: 310px;
}
	
    .single-ot_portfolio .site-content{
        padding: 0 15px !important;
    }
    
    .single-project-navigation{
        display: none !important;
    }
    
    .single-ot_portfolio .e-con-inner{
        padding-bottom: 0 !important;
    }
    
    .single-catalog .site-content {
        padding-top: 40px !important;
    }
}

.language-flags {
    display: flex;
    align-items: center;
    gap: 6px;
}

.order-c{
	margin-top: 30px;
}

.main-navigation > ul{
	flex-wrap:wrap;
}
.elementor .e-con > .e-con-inner, .main-navigation ul ul.sub-mega-menu.boxed{
	max-width:100% !important;
}
