/*
    Template:       airi
    Theme Name:     Airi Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    airi-child
    Domain Path:    /languages/
*/

/* TOP HEADER */

#sticky-bar {
    position: fixed;
    right: 0;
    top: 30vh;
    z-index: 20;
}

.sticky-item {
    background: white;
    width: 55px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sticky-item img {
    width: 35px;
    margin: 10px 0;
}

.phone {
  border-top-left-radius: 5px;
}

.support {
    margin-top: 5px;
    padding-bottom: 2px;
}

.site-header-top {
    font-size: 1em;
    letter-spacing: 0.7px;
    padding: 0px;
}

.header-v6 #masthead_aside .mega-menu > li > a, .header-v7 #header_aside .mega-menu > li > a, .site-main-nav .main-menu > li > a {
    font-size: 18px;
}

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li > a {
    font-size: 16px;
    font-weight: 100;
}

.mega-menu .popup {
    text-align: center;
}

ul.mega-menu .mm-popup-wide .popup > .inner {
    padding: 0px;
    background-color: #ededed;
}

.site-main-nav .main-menu > li > a {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
}

.subnav a:active > .mega-menu .popup {
    visibility: visible;
}
    
/* FOOTER */

.site-footer .widget .widget-title {
    margin: 0 0 0.5em;
    font-size: 18px;
}

.site-footer {
    font-size: 14px;
    line-height: 1.5;
}

/* TYPO */

h1 {
    color: #c6c6c6;
    text-transform: uppercase;
    font-size: 52px;
}

h2 {
    color: #124180;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
}

h3 {
    margin: 5px;
    font-size: 20px;
}

.light_text h2, .light_text h3, .light_text h4, .light_text li, .light_text {
    list-style-image: url(/wp-content/uploads/getec-bullet-white.svg);
    color: #fff;
}

ul {
    list-style-position: inherit;
    list-style-type: none;
}

li {
    list-style-image: url(/wp-content/uploads/getec-bullet.svg);
}

.sub_nav ul {
    display: -webkit-inline-box;
    text-align: center;
}

.sub_nav {
    margin-bottom: 15px;
}


.vc_wp_custommenu .menu li {
    padding: 5px 35px 0px 0px;
}

/* CONTENT ELEMENTS*/

.branded {
    background: url(/wp-content/uploads/icon-outline.svg) right -10% bottom 10% no-repeat, url(/wp-content/uploads/metal-bg.jpg) no-repeat center fixed;
    background-size: 20%, cover;
}

.branded2 {
    background: url(/wp-content/uploads/logo-icon.svg) right 5% bottom 50% no-repeat;
    background-size: 7%;
}

.rounded {
    border-radius: 35px 0 0 0;
}

.rounded-img img  {
    border-radius: 35px 0 0 0 !important;
}

.wpb_single_image:not(.la-popup):not(.no_effect):not(.image__category) {
    border-radius: 35px 0 0 0;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.min185 {
    min-height: 185px;
}

.min310 {
    min-height: 310px;
}

.min330 {
    min-height: 330px;
}

.min435 {
    min-height: 435px;
}

.grid_title {
    min-height: 52px;
}

.single_post_item--title + .showposts-loop {
    display: none !important;
}

.borderednav {
	border: 1px solid #124180;
}

.post-navigation .blog_pn_nav-meta {
	display: none !important;
}

/* CN CONTENT ELEMENTS */

.bluebox {
	margin-bottom: 5px !important;
    padding: 25px 15px 25px 35px !important;
    background-color: #124180 !important;
}

.whitebox {
	padding: 25px 15px 25px 35px;
	background-color: rgba(255,255,255,0.8)
}

.greybox {
	padding: 15px;
	min-height: 88px;
    background-color: #3c3c3b;
}

/* CONTACT FORMS */

.wpforms-modal[hidden] { display: none; }
.wpforms-modal { position: fixed; inset: 0; z-index: 9999; }
.wpforms-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.wpforms-modal__panel {
  position: relative;
  z-index: 1;
  width: min(90vw, 640px);
  margin: 8vh auto;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}
.wpforms-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* SERVICE GRID */

.service-grid{
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
    
}
.service-card {
    aspect-ratio: 1 / 1;
    color: #ffffff;
    display: flex;
    background: #124180;
background: linear-gradient(90deg, rgba(18, 65, 128, 1) 0%, rgba(16, 40, 81, 1) 100%);
flex-direction: column;
    align-items: center;
        justify-content: center;
        text-align: center;
}

.service-card img {
    margin-bottom: 15px;
}

/* QUERIES */

@media (max-width: 410px) {
.la_com_action--dropdownmenu-text .component-target-text, .la_com_action--linktext .component-target-text, .la_com_action--link .component-target-text, .la_com_action--text .component-target-text {
    display: inline-block;
    vertical-align: middle;
    display: none;
    }   }

@media (max-width: 850px) {
    .sub_nav ul {
    display: inherit;
        text-align: left;
        padding: 15px;
    }}

@media (max-width: 930px) {
    .service-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .service-card {
        aspect-ratio: 3 / 2;
    }
}