@font-face {
    font-family: 'Poppins SemiBold';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.ultras-contact-form input[type="text"] {
    height: 40px;
    border: none;
    border-bottom: 1px solid grey;
}

.ultras-contact-form textarea {
    border: 1px solid grey;
}
.wpcf7 input[type="email"] , .wpcf7 input[type="text"] , .wpcf7 textarea{
	border: 0;
    background: transparent;
    outline: 0;
    width: 60%;
    box-shadow: none;
    border-bottom: 1px solid;
	color: inherit;
    font: inherit;
	margin-bottom: 20px;
	border-color: rgba(0,0,0,0.7);
    color: rgba(0,0,0,0.5);
}

.wpcf7 input[type="email"] , .wpcf7 input[type="text"]{
	 height: 35px;
}

.wpcf7 textarea{
    height: 80px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 15px 25px;
    width: 100px;
    border-radius: 25px;
    background-color: #ba60d8;
    font-size: 16px;
    font-family: inherit;
    color: #fff;
    border: 1px solid;
}

.contact-form h3.form-title {
	font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	font-weight: 400px;
}

body, p, .menu-title .title, span, .team-member-down * {
    font-family: 'Poppins Regular' !important;
}

h1, h2, h3, h4, h5, h6, .md-text-title {
    font-family: 'Poppins SemiBold' !important;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'pixflow-font-library' !important;
}

.core-value-row h6.title {
    min-height: 50px;
}

.services-row .iconbox-side2.style2 .image-container .iconbox_side2_image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.wpcf7  form select {
    text-transform: none;
    width: 60%;
    height: 48px;
    border: 1px solid #5e5e5e;
    border-radius: 4px;
    padding: 8px;
	margin-bottom:50px;
}

.become-an-ultrals-file {
    width: 60%;
    margin: auto;
    text-align: left;
}

span.wpcf7-spinner {
    display: none;
}

#footer-bottom .logo img {
    max-height: 100px;
}
.main-banner-mobile
{
	display:none !important;
}

.plyr--video .plyr__controls
{
	display:none !important;
}
.header-button-row a.button
{
	width:290px;
	margin-bottom:30px !important;
}

@media screen and (max-width:1280px) {
    .header-button-row .wrap.clearfix {
        display: block !important;
    }
	
	.main-banner-mobile
	{
		display:block !important;
	}
}

@media screen and (max-width:600px)
{
	#content .header-button-row
	{
		padding-top: 180px !important;
	}
	.header-button-row a.button
	{
		width:270px;
		
	}
	body.home:not(.compose-mode) .layout-container .layout .wrap>main {
        margin-top: 50px !important;
    }
}

@media (max-width: 1024px) {
  #layoutcontainer  header .navigation-button.hidden-desktop,#layoutcontainer  .navigation-mobile {
        display: none !important;
    }
}




