/*
Theme Name: TAG Child Theme
Author: 
Description: TAG child theme for customizations.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@font-face {
  font-family: 'Lota';
  src: url('assets/fonts/lota-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lota';
  src: url('assets/fonts/lota-extra-light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lota';
  src: url('assets/fonts/lota-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lota';
  src: url('assets/fonts/lota-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lota';
  src: url('assets/fonts/lota-semi-bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lota';
  src: url('assets/fonts/lota-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lota';
  src: url('assets/fonts/loto-black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

body, * {
  font-family: 'Lota', sans-serif;
}
.container {
    max-width: 1120px;
    margin: 0 auto;
}
.logo_area a {
    margin: 0 auto;
    display: block;
    max-width: 454.22px;
}
.tag_header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 100px;
}
.form_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
}
.form_wrap .field_col {
    max-width: calc(50% - 12.5px);
    width: calc(50% - 12.5px);
}
.form_wrap .field_full {
    width: 100%;
}
.form_wrap .submitbtn, .form_wrap p {
    width: 100%;
}


.form_wrap .field_full p > span, .form_wrap .field_col p > span {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
.form_wrap .wpcf7-form-control {
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    padding: 16px 29px;
}
.form_wrap input.submitbtn {
    background: #008FCD;
    border-radius: 35px;
    border: none;
    color: #fff;
    padding: 13px 10px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Lota', sans-serif;
    text-transform: uppercase;
}
.form_wrap .wpcf7-form-control.wpcf7-not-valid {
    border-color: red;
    background: #ff000030;
}
span.wpcf7-not-valid-tip {
    font-size: 16px;
    position: absolute;
}
@media (min-width:1024px) and (max-width:1439px){
    body {
        zoom: 0.85;
    }
}
@media (max-width:768px){
    .tag_header {
        top: 30px;
    }
    .logo_area {
        max-width: 200px;
        margin: 0 auto;
    }
    .bg_pattern {
        background-size: cover;
    }
}
@media (min-width:768px){
    .position_relative {
        position: relative !important;
        display: block !important;
        max-width: 1520px !important;
        margin: 0 auto !important;
    }
}
@media (max-width:767px){
	.form_wrap .field_col {
		width: 100%;
		max-width: 100%;
	}
	.form_wrap .field_col p {
		margin-bottom: 0;
	}
	.form_wrap .field_full p  span.wpcf7-form-control-wrap, .form_wrap .field_col p span.wpcf7-form-control-wrap {
		margin-bottom: 0;
		font-size: 16px !important;
	}
	.form_wrap .wpcf7-form-control {
		padding: 10px;
		font-size: 16px;
		max-height: 100px;
	}
	.form_wrap .field_full p > span, .form_wrap .field_col p > span {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: normal;
	}
	.form_wrap .field_full p > span, .form_wrap .field_col p > span {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: normal;
	}
	span.wpcf7-not-valid-tip {
		font-size: 16px;
		position: absolute;
		bottom: -25px;
		right: 0;
	}
	.wpcf7-response-output {
		margin: -20px 0 0 !important;
		padding: 10px !important;
		font-size: 12px;
	}
}
.page-template-default header.tag_header {
    display: none;
}