
.pdr-section{
    width: 100%;
    clear: both;
}

.pdr-section a{
    transition: all 0.3s ease;
}

.pdr-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pdr-section h2,
.pdr-section h2 span {
	color: var(--prodog-black);
	font-size: 40px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	margin-bottom: 0;
    line-height: 50px;
    text-transform: uppercase;
}

.pdr-section p,
.pdr-section li {
	font-size: 18px;
    line-height: 20px;
}

.gform_button,
button.pdr-button-black,
button.pdr-button-white,
button.pdr-button-alternative,
button.pdr-button,
a.pdr-button-black,
a.pdr-button-white,
a.pdr-button-alternative,
a.pdr-button {
	border: 2px solid var(--prodog-yellow);
	transition: all .3s ease;
	color: var(--prodog-black);
	font-size: 18px;
	font-weight: 900;
	font-family: gotham,sans-serif;
	line-height: 1;
	background: var(--prodog-yellow);
	min-width: 250px;
	padding: 15px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	margin: 0 auto;
	cursor: pointer;
}

a.pdr-button:hover {
    background: var(--prodog-black);
    border: 2px solid var(--prodog-black);
	color: var(--prodog-yellow);
}

.gform_button,
button.pdr-button-alternative,
a.pdr-button-alternative {
	border: none;
	background: var(--prodog-bright-green);
	color: var(--color-white);
}

button.pdr-button-alternative:hover,
a.pdr-button-alternative:hover {
    border: none;
    background: var(--prodog-yellow);
    color: var(--prodog-black);
}

.gform_button:hover {
    background: var(--prodog-black);
    border: none
	color: var(--prodog-yellow);
}


/* hero banner */
.pdr-hero-banner{
    background: var(--prodog-yellow);
    padding-top: 25px;
}

.pdr-hero-banner .pdr-container{
    display: flex;
    justify-content: space-between;
}

.pdr-hero-banner-right {
	padding: 130px 0 175px;
	width: 700px;
    max-width: 100%;
}

.pdr-hero-banner h1 {
    color: var(--prodog-black);
	font-size: 75px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 65px;
	margin-bottom: 25px;
	display: block;
    text-transform: uppercase;
}

.pdr-hero-banner h1 span {
    display: block;
}

.pdr-section p.pdr-hero-line-2 {
	font-size: 40px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: uppercase;
	width: 700px;
}

.pdr-hero-banner-image {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.pdr-hero-banner-image img {
    max-height: 100%;
    width: auto;
    position: absolute;
    left: -80px;
}


/* intro */

.pdr-about-intro {
    padding: 45px 25px 60px;
}

.pdr-about-intro h2 {
    text-align: center;
    margin: 0 auto 30px;
    width: 525px;
    max-width: 100%;
    text-transform: uppercase;
}

.pdr-about-intro-content {
	margin: 0 auto;
    width: 700px;
    max-width: 100%;
}

.pdr-about-intro-content li,
.pdr-about-intro-content p {
    font-size: 20px;
    line-height: 25px;
}

.pdr-about-intro-content > :last-child {
    margin-bottom: 0;
}

.ginput_recaptcha > div {
    margin: 0 auto;
}

.gform_heading {
    display: none;
}

.gfield_consent_description {
    margin: 0 0 15px !important;
    padding: 10px 15px !important;
}

.gfield_consent_description p {
    font-size: 15px;
    line-height: 20px;
}

.gfield_consent_description > :last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1250px) {

    .pdr-container {
        padding: 0 25px;
    }

    .pdr-about-intro .pdr-container {
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (max-width: 1199px) {

    .pdr-hero-banner-content-right,
    .pdr-hero-banner-image {
        width: 50%;
    }

    .pdr-hero-banner-image img {
        left: -100px;
    }

    .pdr-contact-details-right-inner-left, .pdr-contact-details-right-inner-right {
    	margin-bottom: 75px;
    }

}

@media only screen and (max-width: 992px) {

    .pdr-hero-banner h1 {
    	font-size: 60px;
    	line-height: 60px;
    }

    .pdr-section p.pdr-hero-line-2 {
    	font-size: 28px;
    	line-height: 30px;
        max-width: 100%;
    }

}

@media only screen and (max-width: 899px) {

    .pdr-hero-banner-right {
        padding: 30px 0 55px;
    }

    .pdr-hero-banner-image img {
    	left: 20px;
    }

    .pdr-hero-banner h1 {
    	font-size: 40px;
    	line-height: 40px;
    }

}

@media only screen and (max-width: 767px) {

    .pdr-about-intro h2 {
    	font-size: 25px;
    	line-height: 30px;
    	margin-bottom: 20px;
    }

    .pdr-section.pdr-hero-banner h1,
    .pdr-section.pdr-hero-banner p.h1span {
    	font-size: 40px;
    	line-height: 40px;
    }

    .pdr-section p.pdr-hero-line-2 {
    	font-size: 21px;
    	line-height: 22px;
    }

    .pdr-contact-form {
    	padding: 35px 0;
    }

    .pdr-hero-banner {
    	padding-top: 0;
    }

    .pdr-hero-banner-right {
    	padding: 40px 0;
    	width: 100%;
        margin-right: 0;
    }

    .pdr-hero-banner-image {
        display: none;
    }

    .pdr-hero-banner-content-right,
    .pdr-hero-banner-image {
        width: 100%;
    }

}

@media only screen and (max-width: 599px) {

    .pdr-hero-banner h1 {
        margin-bottom: 15px;
    }

    .pdr-hero-banner-left {
    	padding: 65px 0;
    }

}
