/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Child theme for the Twenty Twenty-One theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: twentytwentyone
*/

/* You can start adding custom styles below */


@font-face {
  font-family: 'ProximaNovareg';
  src: url('fonts/proximanova-reg.woff2') format('woff2'),
       url('fonts/proximanova-reg.woff') format('woff'),
       url('fonts/proximanova-reg.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNovabold';
  src: url('fonts/proximanova-bold.woff2') format('woff2'),
       url('fonts/proximanova-bold.woff') format('woff'),
       url('fonts/proximanova-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body{
  overflow-x:hidden;
/*  font-family: 'ProximaNovareg' !important; */
}
h1,h2,h3,h4,h5,h6{
	font-family: 'ProximaNovabold' !important;
}
.pipe {
  font-family: Arial, sans-serif !important;
}
a,:hover{
	transition: all 0.3s;
}
p{
	line-height:1.4em;
	margin-bottom:10px;
/* 	 font-family: 'ProximaNovareg' !important; */
}
.site-logo,
.site-branding{
    margin: 0;
	padding:0;
}
.site-header{
    padding-top: 0;
    padding-bottom: 0;
    z-index: 9;
    position: relative;
	max-width:100%;
}
.site-header, .site-main{
    padding-top: 0;
    padding-bottom: 0;
}
.site-logo{
    text-align: right;
    padding: 30px;
}
.gform-theme--foundation .gform_fields {
    row-gap: 15px !important;
}
.mail-form input{
	border:solid 1px #ccc !important;
	color:#4b4b4b !important;
}
/* Standard modern browsers */
input::placeholder {
  color: #ccc !important; /* your desired color */
  opacity: 1; /* make sure it's fully visible */
}
/* Older versions of Chrome, Safari, Opera */
input::-webkit-input-placeholder {
  color: #ccc !important;
}
/* Firefox 19+ */
input::-moz-placeholder {
  color: #ccc !important;
  opacity: 1;
}
/* Firefox 4 - 18 */
input:-moz-placeholder {
  color: #ccc !important;
  opacity: 1;
}
/* Internet Explorer 10-11 */
input:-ms-input-placeholder {
  color: #ccc !important;
}
/* Microsoft Edge (Legacy) */
input::-ms-input-placeholder {
  color: #ccc !important;
}
.mail-form input[type="submit"]{
    background: #FF8200 !important;
    color: #fff !important;
    border-radius: 100px !important;
    width: 125px !important;
	font-size:18px !important;
    height: 34px !important;
	outline:none !important;
	min-height: 0 !important;
	border:0 !important;
    line-height: 0 !important;
}
.mail-form input[type="submit"]:hover{
    background: #4b4b4b !important;
    color: #fff !important;
}
.mail-form .gform-footer.gform_footer.top_label {
    justify-content: end;
	margin-block-start: 41px
}
.h-auto img{
	height:auto !important;
}
.site-footer {
    margin-top: 0 !important;
	padding-top:0 !important;
}
.site-info {
    margin-top: 0 !important;
	padding-top:0 !important;
}
.site-footer {
    background: #999999;
    max-width: 100%;
	padding-bottom:0;
}
.site-footer > .site-info {
    border: 0;
    max-width: 1140px;
    margin: auto;
    padding: 20px 0px !important;
}
.site-footer .powered-by {
    font-size: 18px !important;
    color: #fff;
}
.site-footer .site-logo {
    padding: 0;
}

@media (max-width:992px){
.site-footer .site-logo,
.site-footer .powered-by{
    text-align: center;
}
}

@media (max-width:767px){
.site-logo .custom-logo {
    max-width: 228px;
    max-height: max-content;
}
.site-logo {
    text-align: left;
    padding: 20px;
}
.mail-form .gform-footer.gform_footer.top_label {
    justify-content: center;
}
.site-footer .powered-by {
    font-size: 16px !important;
    color: #fff;
    padding: 0 20px;
    line-height: 28px;
}
}







