/*
Theme Name: Wiguard Child
Description: Child Theme for Wiguard Theme
Author: zozothemes
Version: 1.0
Template: wiguard
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

.wiguard-page .page-title-wrap a {
    color: #4087be;
}

.service-inner h4.service-title {
	font-size: 25px;
}

.elementor-element-3ad6a04 .fbox-content {
	min-height: 150px;
}

.mobile-header .contacts {
    display: none;
}

@media screen and (max-width: 1025px) {
    .mobile-header .contacts {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #ececec;
    }
    
    .mobile-header .contacts a {
        color: #4087be;
        font-weight: bold;
    }
    
    .mobile-header .contacts .email {
        margin-right: 20px;
    }
}