@charset "UTF-8";

/*
Theme Name: word systems
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

.header-part .navigation > ul > li.menu-item-460:hover > ul, .header-part .menu-primary-menu-container > ul > li.menu-item-460:hover > ul, .header-part .navigation > ul > li.menu-item-460:focus > ul, .header-part .menu-primary-menu-container > ul > li.menu-item-460:focus > ul{
    transform: rotate(0deg) translateX(-132px) !important;
}

.pb-60, .p-60, .py-60 {
    padding-top: 100px !important;
    padding-bottom: 100px!important;}

.inner-hero{
    background-repeat: no-repeat;
    background-size: cover;
    
    position: relative;
}
.inner-hero:after{
    content: "";
    width: 100%;
    height: 100%;
    
    background: rgba(227, 227, 227, 0.3);
    
    position: absolute;
    top: 0;
    left: 0;
}
.inner-hero .container{ position: relative; z-index: 1; }

.gform_wrapper input{ padding: 12px !important; }
.contact-form-wrap .gform_wrapper ul li.gfield, .contact-form-wrap .gform_wrapper li.hidden_label input{ margin-top: 0; }

.inner-hero{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 375px;
    padding-bottom: 25px;
    
    background-position: center center;
}

.blog-container{ padding: 50px 0; }

@media (min-width: 992px){
    .navcta a{
    	background-color: #af272f;
    	color: #fff !important;
    	text-transform: uppercase;
    	display: inline-block !important;
        padding: 0.44rem !important;
        border-radius: 0.19rem;
        border: 0.07rem solid #af272f;
    }
    .navcta:hover a{
        color: #af272f !important;
        background-color: #fff;
        text-decoration: none;
    }
    .navcta a:before{ display: none !important; }
}