/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a{
  transition: all .3s ease-in !important;
  -webkit-transition: all .3s ease-in !important;
  -moz-transition: all .3s ease-in !important;
}

.main-popup {
    opacity: 0;
    visibility: hidden;
	
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}

.main-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#hero-form {
  position: relative;
}
.close {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0 0 3px;
  top: 10px;
  border-radius: 100%;
  font-size: 24px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-bg{
  background-blend-mode: normal;
  background-image: radial-gradient(#001326 35%,#0f253c 65%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate3d(0, 50%,0px);
}
@media (max-width:1199px){
	h1{
		font-size:62px;
	}
}
@media (max-width:1024px){
	h1{
		font-size:58px;
	}
.main-bg{
	background-image: radial-gradient(#001326 25%,#0f253c 75%);
	transform: translate3d(0, 40%,0px);
	width: 110%;
	left: -5%;
	}
}
@media (max-width:767px){
	h1{
		font-size:52px;
	}
}	

.btn{
	/*border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(244,245,247,1) 0%,rgba(244,245,247,0.2) 40%,rgba(244,245,247,0.2) 64%,#f4f5f7 100%) 1;*/
}


/*a.btn::after{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 2px;
    background: linear-gradient(45deg, rgba(244, 245, 247, 1) 0%, rgba(244, 245, 247, 0.2) 40%, rgba(244, 245, 247, 0.2) 64%, rgba(244, 245, 247, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}*/
#iframecontainer {
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width:1200px){
.main-logo {
  margin-bottom: 40px!important;
}
.left-section {
  padding: 30px 0!important;
}	
.bg-logo {
  max-width: 90% !important;
}	
.logo-title{
	min-height:340px!important
}	
}	

@media (max-width:767px){
.main-logo {
  margin-bottom: 60px!important;
}	
.logo-title{
	min-height:inherit!important
}	
}