/*
Theme Name: monsite
Theme URI: https://wordpress.org/themes/monsite/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: monsite is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. monsite will make your WordPress look beautiful everywhere.
Version: 3.3
Tested up to: 6.6
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: monsite

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	margin: 0;
	padding: 0;
	font-family: "Poppins", serif;
}
*{
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
}
.content-area .entry-banner .wp-block-group {
    max-width: 1200px;
	margin: 0 auto;
}
.content-area .entry-banner::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.content-area .entry-banner p{
	font-size: 30px;
	line-height: 35px;
}
form  .field-submit .wpcf7-submit{
	padding: 10px 30px;
}
form  .field-submit .wpcf7-submit,
.content-area .btn{
	background: #4c8bf5;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
}
.content-area .btn{
	padding: 10px 25px;
}
.content-area .btn{
	/*animation: blink 3s infinite;*/
	border-radius: 8px;
}
form  .field-submit .wpcf7-submit:hover,
.content-area .btn:hover{
	background: #BFB640;
}
.modal-header h2{
	color: #4c8bf5;
}
.banner-thanks p{
	color: #fff;
	font-size: 30px;
}

.content-area .entry-banner{
	min-height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
}	
.content-area .entry-banner .wp-block-group{
	z-index: 1;
}
.content-area .field-groups{
	display: flex;
	gap: 15px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content-area .field-groups .field{
	flex: 0 0 calc(50% - 10px);
}
.content-area .field-groups .field input,
.content-area .field-groups .field select,
.site-main form textarea{
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.5);
	color: #333;
	background-color: #fff;
	font-weight: 300;
}
.site-main form textarea,
.content-area form textarea{
	height: 150px;
	width: 100%;
	margin-bottom: 15px;
}
.site-main form .wpcf7-form-control-wrap{
	display: block;
}
.site-main form label{
	font-size: 12px;
}
.site-main form label sup{
	color: #dc3232;;
	font-size: 10px;
}
.site-main form button{
	background: #333;
	border: none;
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output{
	margin: 10px 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;;
}
form .wpcf7-not-valid-tip{
	font-size: 12px;
}
.content-area .typing-p {
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  max-width: 100%;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
}
.content-area .btn-go{
	display: inline-block;
	width: 150px;
	height: 150px;
	background: url('img/btn-go.gif') no-repeat right center transparent;
	background-size: contain;
	border: none;
}
.content-area #btns-group{
	margin-top: 20px;
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
.content-area .typing-p span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}
.content-area .typing-p span:nth-child(1) {
  animation: fade-in 0.8s 0.10s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.content-area .typing-p span:nth-child(2) {
  animation: fade-in 0.8s 0.12s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.content-area .typing-p span:nth-child(3) {
  animation: fade-in 0.8s 0.13s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.content-area .typing-p span:nth-child(4) {
  animation: fade-in 0.8s 0.14s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.content-area .typing-p span:nth-child(5) {
  animation: fade-in 0.8s 0.15s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.content-area  .field-comment{
	margin-top: 15px
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.content-area .entry-banner .in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}


/* cursor animations */


@media (max-width: 1024px) {
	
}
@media (max-width: 767px) {
	.content-area .field-groups .field {
		flex: 0 0 100%;
		
	}
	.content-area .entry-banner .in-left {
		font-size: 25px;
		line-height: 30px;
	}	
	.content-area .entry-banner p{
		font-size: 20px;
		line-height: 25px;
	}
	.content-area .entry-banner{
		padding: 15px;
	}
}
@media (max-width: 560px) {
	
}