/*
 Theme Name:   Mericon Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;700&display=swap');

body{
    background-color: #fff;
    overflow-x: hidden;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
}
a,button{
    text-decoration: none;
    font-weight: 300;
}
.main-navigation .main-nav ul li a{
    font-size: 18px !important;
}
.site-info{
    display: none;
}
.site-footer .footer-widget-2 aside .footer-col .gutentor-grid-item-wrap .gutentor-list-item{
  padding-left: 0 !important;
}
.site-footer .footer-widget-2 aside .footer-col .gutentor-grid-item-wrap .gutentor-list-item span{
    padding: 0 !important;
}
.footer-widgets .widget {
    margin-bottom: 0px !important;
}
.site-footer .footer-widget-1 .gutentor-element-image {
  display: block !important;
}
.nav-float-right #site-navigation {
    margin-left: 5% !important;
}
/* Banner css */
.page__banner_section {
    width: 100%;
    position: relative;
    height: 350px;
}

.page__banner_section .banner-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page__banner_section .banner_thumb {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.page__banner_section .banner_thumb img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.page__banner_section .banner-content {
    text-align: center;
    position: relative;
    /* color: #161614; */
}
.page__banner_section .banner-content .banner-heading{
    padding: 30px 50px;
    color: #fff;
}
.page__banner_section .banner-content .banner-heading h1{
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 0 !important;
    /* text-shadow: 2px 2px #1D04BF; */
}
.page__banner_section::after{
    content: '';
    position: absolute; 
    display: block; 
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 2; 
    cursor: pointer;
}

.Contact-container .Contact-col .Contact-wrapper .contact_form_wrapper{
     padding: 20px;
}
.Contact-container .Contact-col .Contact-wrapper .contact_form_wrapper .field_item {
    padding: 10px;
}
.Contact-container .Contact-col .Contact-wrapper .contact_form_wrapper .field_item input{
    width: 100%;
}
.Contact-container .Contact-col .Contact-wrapper .contact_form_wrapper .field_item label{
    color: #5B8540;
    font-weight: 600;
}
.Contact-container .Contact-col .Contact-wrapper .contact_form_wrapper .field_item textarea{
    height: 150px;
}
.Contact-container .Contact-col .Contact-wrapper .contact_form_wrapper .field_row.feild-btn .field_item {
    width: 200px;
}
.Contact-container .Contact-col .Contact-wrapper .contact_form_wrapper .field_row.feild-btn .field_item input{
    background-color: #5B8540;
    border: 2px solid #5B8540;
    color: #E5E5E5;
}

.Contact-container .Contact-col .Contact-wrapper .contact_form_wrapper .field_row.feild-btn .field_item input:hover{
    background-color: #E5E5E5;
    color:  #5B8540;
}

.Yhteistyössä-container .Yhteistyössä-col .slick-prev.slick-arrow,
.Yhteistyössä-container .Yhteistyössä-col .slick-next.slick-arrow
{
     color: #003440;
     background: transparent !important;
     font-size: 30px;
}
.Yhteistyössä-container .Yhteistyössä-col .slick-list.draggable{
    padding: 0 70px !important;
}
.Yhteistyössä-container .Yhteistyössä-col .slick-list .gutentor-image-thumb img{
    display: inline !important; 
    text-align: center;
}
.Asiakkaamme-container .Asiakkaamme-col .Asiakkaamme-quote
{
    position: relative;
}
.Asiakkaamme-container .Asiakkaamme-col .Asiakkaamme-quote::before
{
    position: absolute;
	content: url("./assets/images/quote.png");
    left: -30px;
    top: -10px;
}

@media (max-width:767px) {
    .page__banner_section .banner-content .banner-heading{
        padding: 30px 30px;
    }
    .page__banner_section .banner-content .banner-heading h1{
        font-size: 32px;
        word-break: break-all;
    }
    .page__banner_section {
        height: 250px;
    }
    .site-footer .footer-widget-3 .inline-wrapper {
        justify-content: center !important;
    }
    .Contact-container .Contact-col .Contact-wrapper .contact_form_wrapper{
        padding: 0;
    }
    .Asiakkaamme-container .Asiakkaamme-col .Asiakkaamme-quote::before {
        left: -20px;   
    }
    .Yhteistyössä-container .Yhteistyössä-col .slick-list.draggable {
        padding: 0px 20px !important;
    }
    .main-navigation .menu-toggle{
      font-size: 25px !important;
    }
    .site-footer .footer-widget-1 .gutentor-element-image {
        display: flex !important;
      }
}
