* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
body {
width: 100%;
min-width: 365px;
margin: 0;
padding: 125px 0 0;
background-color: gainsboro;
text-rendering: optimizeLegibility;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
text-shadow: 0 0 1px black;
letter-spacing: 0.05em;
}
#top-return {
position: fixed;
z-index: 2;
bottom: 25px;
right: 45.333333%;
background: black;
background: rgba(0, 0, 0, 0.5);
width: 50px;
height: 50px;
display: none;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#top-return:hover {
background: black;
}
#top-return i {
color: white;
display: block;
margin: 0;
line-height: 50px;
text-align: center;
font-size: 20px;
-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
#top-return:hover i {
line-height: 35px;
} .col1 {
width: 100%;
}
.col2 {
width: 50%;
float: left;
}
.col3 {
width: 33.333333%;
float: left;
}
.col4 {
width: 25%;
float: left;
}
.wrapper {
max-width: 1100px;
min-width: 365px;
height: 100%;
margin: 0 auto;
padding: 30px 15px;
}
.wrapper h2 {
width: 100%;
font-size: 20px;
margin: 0 0 20px;
padding: 5px 15px;
text-align: center;
font-style: italic;
}
.clear {
content: "";
clear: both;
display: table;
}
form {
padding: 5px 0 45px;
}
form p {
margin: 0;
position: relative;
}
.fas {
font-size: 80%;
}
.fa-phone {
transform: rotate(105deg);
} #logo a {
display: block;
width: 95px;
height: 100%;
}
nav ul li a {
display: block;
width: 100%;
height: 100%;
}
#call2act a,
nav a:link,
nav a:active,
nav a:focus,
nav a:visited,
#burger {
color: whitesmoke;
text-decoration: none;
text-shadow: 0 0 3px black;
-webkit-transition: text-shadow 100ms ease-in-out;
-moz-transition: text-shadow 100ms ease-in-out;
-o-transition: text-shadow 100ms ease-in-out;
transition: text-shadow 100ms ease-in-out;
}
a:link,
a:visited,
a:active,
a:focus {
color: black;
text-decoration: none;
text-shadow: 0 0 1px whitesmoke;
-webkit-transition: text-shadow 100ms ease-in-out;
-moz-transition: text-shadow 100ms ease-in-out;
-o-transition: text-shadow 100ms ease-in-out;
transition: text-shadow 100ms ease-in-out;
}
a:hover {
text-shadow: 0 0 2.5px black;
}
#call2act a:hover,
#burger:hover,
#burger:hover i,
nav a:hover {
color: black;
text-shadow: 0 0 1px black;
} header {
width: 100%;
height: 125px;
position: fixed;
top: 0;
right: 0;
z-index: 2;
background: #45B649 url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/gradient-path-texture.png) repeat-x top left;
-webkit-box-shadow: 0px 15px 30px -23px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 15px 30px -23px rgba(0,0,0,0.75);
box-shadow: 0px 15px 30px -23px rgba(0,0,0,0.75);
}
header .wrapper {
padding: 15px;
}
#logo {
height: 95px;
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-surveying-transparent-logo.png) no-repeat center left;
background-size: contain;
}
#call2act {
height: 95px;
font-size: 15px;
line-height: 30px;
color: white;
text-align: right;
position: relative;
}
#burger {
width: 75px;
font-size: 15px;
line-height: 18px;
text-align: right;
cursor: pointer;
position: absolute;
right: 0;
}
#burger i {
width: 16px;
font-size: 16px;
line-height: 31px;
text-align: right;
}
#burger i.fa-times { display: none; } nav {
width: 100%;
position: fixed;
top: 125px;
left: 0;
right: 0;
z-index: 1;
background: #45B649 url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/gradient-path-texture.png) repeat-x top left;
-webkit-box-shadow: 0px 15px 30px -23px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 15px 30px -23px rgba(0,0,0,0.75);
box-shadow: 0px 15px 30px -23px rgba(0,0,0,0.75);
}
.dropMenu {
display: block;
height: 150px;
padding: 15px;
-webkit-box-shadow: inset 0px -10px 15px -5px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px -10px 15px -5px rgba(0,0,0,0.25);
box-shadow: inset 0px -10px 15px -5px rgba(0,0,0,0.25);
}
nav ul {
width: 100%;
max-width: 1100px;
height: 0;
overflow: hidden;
list-style: none;
margin: 0;
padding: 0 15px;
text-align: right;
line-height: 30px;
-webkit-transition: height 100ms ease-in-out;
-moz-transition: height 100ms ease-in-out;
-o-transition: height 100ms ease-in-out;
transition: height 100ms ease-in-out;
}
nav ul li {
width: 100%;
font-size: 16px;
line-height: 30px;
}
h1 {
margin: 0 0 0 -99999px;
max-height: 0;
} section.service {
min-height: 200px;
font-size: 16px;
background-color: whitesmoke;
}
#servPage .serviceCard {
height: 227px;
}
#servPage p {
height: 0;
padding: 15px;
visibility: hidden;
}
.service .leftCol,
.service .rightCol {
width: 100%;
padding: 15px;
}
.service li {
line-height: 20px;
}
.service.alt {
background-color: gainsboro;
}
.oneCol {
width: 100%;
padding: 0 15px;
}
span.jump {
display: block;
height: 160px;
margin-top: -160px;
visibility: hidden;
}
blockquote {
border: none;
margin: 15px 10px 0;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
#about blockquote {
text-align: center;
}
blockquote::before {
color: #666;
content: open-quote;
font-size: 40px;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
#about blockquote::before,
#about blockquote::after {
color: whitesmoke;
}
blockquote::after {
color: #666;
content: close-quote;
font-size: 40px;
line-height: 0.1em;
margin-left: 0.25em;
margin-bottom: -35px;
vertical-align: -0.6em;
}
#about blockquote::after {
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}
span.small {
display: inline-block;
font-size: 80%;
padding: 0 20px;
}
section#services {
width: 100%;
background: whitesmoke;
}
.serviceBox {
width: 100%;
height: auto;
margin: 0 auto;
padding: 15px 0;
}
#servPage .serviceBox {
width: 50%;
float: left;
padding: 7.5px;
}
.serviceCard {
background-color: rgba(255, 255, 255, 0.75);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 0px 1px 7.5px 2.5px rgba(0,0,0,.15);
-moz-box-shadow: 0px 1px 7.5px 2.5px rgba(0,0,0,.15);
box-shadow: 0px 1px 7.5px 2.5px rgba(0,0,0,.15);
-webkit-transition: box-shadow 100ms ease-in-out, 
background-color 200ms ease-in-out;
-moz-transition: box-shadow 100ms ease-in-out, 
background-color 200ms ease-in-out;
-o-transition: box-shadow 100ms ease-in-out, 
background-color 200ms ease-in-out;
transition: box-shadow 100ms ease-in-out, 
background-color 200ms ease-in-out;
}
.serviceCard:hover {
background-color: rgba(255, 255, 255, .95);
-webkit-box-shadow: 0px 1px 7.5px 2.5px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 0px 1px 7.5px 2.5px rgba(0, 0, 0, 0.45);
box-shadow: 0px 1px 7.5px 2.5px rgba(0, 0, 0, 0.45);
}
.serviceIcon {
width: 150px;
height: 150px;
margin: 0 auto;
padding: 15px;
text-align: center;
-webkit-transition: background-image 200ms ease-in-out;
-moz-transition: background-image 200ms ease-in-out;
-o-transition: background-image 200ms ease-in-out;
transition: background-image 200ms ease-in-out;
}
#boundary .serviceIcon {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-boundary.png) no-repeat center center;
background-size: 80%;
}
#boundary a:hover .serviceIcon {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-boundary-hover.png) no-repeat center center;
background-size: 80%;
}
#alta .serviceIcon {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-alta.png) no-repeat center center;
background-size: 80%;
}
#alta a:hover .serviceIcon {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-alta-hover.png) no-repeat center center;
background-size: 80%;
}
#topo .serviceIcon {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-topo.png) no-repeat center center;
background-size: 80%;
}
#topo a:hover .serviceIcon {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-topo-hover.png) no-repeat center center;
background-size: 80%;
}
#fema .serviceIcon {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-fema.png) no-repeat center center;
background-size: 80%;
}
#fema a:hover .serviceIcon {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-fema-hover.png) no-repeat center center;
background-size: 80%;
} .serviceCard h3 {
color: #45B649;
padding: 0 5px;
text-shadow: 0 0 2px rgba(0,0,0,0.3);
-webkit-transition: text-shadow 100ms ease-in-out;
-moz-transition: text-shadow 100ms ease-in-out;
-o-transition: text-shadow 100ms ease-in-out;
transition: text-shadow 100ms ease-in-out;
}
.serviceCard a:hover h3 {
text-shadow: 0 0 8px rgba(185, 185, 185, 0.45);
}
h3, h4 {
text-align: center;
margin: 10px 0;
font-size: 18px;
}
.serviceCard p {
padding: 0 15px 25px;
margin-bottom: 0;
text-align: center;
font-size: 16px;
}
section.service h4 {
text-align: left;
} section#about {
width: 100%;
background: whitesmoke url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/county.jpg) no-repeat center;
background-size: cover;
text-align: center;
}
#about {
color: white;
}
.green {
color: #45B649;
text-shadow: 0 0 1px black;
}
#about a {
color: #45B649;
text-shadow: 0 0 1px black;
}
#about a:hover {
text-shadow: 0 0 3px black;
}
.percent80 {
font-size: 80%;
} section#contact {
width: 100%;
background-color: whitesmoke;
}
#contact.quote {
min-height: 600px;
}
.contact-page #about {
background: none;
color: black;
}
.contact-page #about i,
.contact-page #about a,
.contact-page #about h3,
.contact-page #about h4,
.contact-page #about blockquote::before,
.contact-page #about blockquote::after {
color: black;
}
span.servLabel {
display: block;
width: 50%;
float: left;
font-size: 13.3333px;
color: #757575;
text-shadow: none;
line-height: 17.5px;
padding-right: 7.5px;
text-align: right;
}
.leftConCol {
width: 100%;
height: auto;
padding: 0 25px;
}
.wpcf7-not-valid-tip {
width: 15px;
height: 35px;
margin-top: 2px;
margin-left: -25px;
padding: 8.5px 7.5px;
font-size: 15px;
text-align: center;
vertical-align: middle;
color: red;
}
.wpcf7-text {
width: 100%;
height: 35px;
line-height: 35px;
margin-bottom: 20px;
padding: 7.5px 15px;
-webkit-border-radius: 7.5px;
-moz-border-radius: 7.5px;
border-radius: 7.5px;
border: none;
border-bottom: 2px solid #45B649;
outline: none;
}
input:focus, textarea:focus {
border-bottom: 2px solid #3A9A3D;
}
.screen-reader-response,
.wpcf7-response-output, 
.wpcf7-validation-errors {
display: none;
}
.wpcf7 {
position: relative;
}
.wpcf7-select {
background-color: white;
width: calc(50% - 7.5px);
float: right;
height: 35px;
line-height: 35px;
margin-bottom: 20px;
padding: 7.5px 15px;
-webkit-border-radius: 7.5px;
-moz-border-radius: 7.5px;
border-radius: 7.5px;
border: none;
border-bottom: 2px solid #45B649;
outline: none;
}
span.serviceOptions {
display: block;
width: 100%;
height: 100%;
padding-left: 7.5px;
position: relative;
}
.rightConCol {
width: 100%;
height: auto;
margin-bottom: 35px;
padding: 0 25px;
position: relative;
}
.wpcf7-textarea {
width: 100%;
height: 200px;
margin-bottom: 15px;
padding: 7.5px 15px;
-webkit-border-radius: 7.5px;
-moz-border-radius: 7.5px;
border-radius: 7.5px;
border: none;
border-bottom: 2px solid #45B649;
resize: none;
outline: none;
font-family: Arial, Helvetica, sans-serif;
}
span.message {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.message .wpcf7-not-valid-tip,
.serviceOptions .wpcf7-not-valid-tip {
position: absolute;
top: 0; right: 10px;
}
.wpcf7-submit {
display: inline-block;
width: 25%;
height: 35px;
border: none;
background-color: #45B649;
color: white;
text-decoration: none;
text-align: center;
font-weight: bold;
line-height: 35px;
-webkit-border-radius: 7.5px;
-moz-border-radius: 7.5px;
border-radius: 7.5px;
position: absolute;
right: 0;
cursor: pointer;
}
.wpcf7-submit:hover {
background-color: #3A9A3D;
}
span.city,
span.zip {
width: 50%;
float: left;
}
span.city {
padding-right: 7.5px;
}
span.zip {
padding-left: 7.5px;
} footer {
width: 100%;
background: gainsboro;
}
#footLogo {
width: 150px;
height: 150px;
margin: 0 auto 25px;
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-surveying-transparent-logo.png) no-repeat center;
background-size: contain;
}
#footLogo:hover {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-surveying-transparent-logo-hover.png)  no-repeat center;
background-size: contain;
cursor: pointer;
}
#footLogo a {
display: block;
width: 100%;
height: 100%;
}
footer .leftCol, footer .rightCol {
width: 100%;
padding: 0 15px 25px;
text-align: left;
font-size: 16px;
}
footer ul {
list-style: none;
margin: 0;
padding: 0;
}
footer ul li {
margin-bottom: 5px;
}
footer .rightCol .fa-caret-left {
display: none;
}
.pad-left {
padding-left: 20px;
}
#copyright {
text-align: center;
line-height: 25px;
font-size: 14px;
}
@media screen and (min-width: 521px) {
span.servLabel {
line-height: 35px;
}
}
@media screen and (min-width: 650px) {
body {
padding-top: 160px;
}
#top-return {
position: fixed;
bottom: 25px;
right: 25px;
}
#logo {
background: url(//pathfindersurvey.com/wp-content/themes/pathfindersurveying/images/pathfinder-surveying-transparent-letterhead.png) no-repeat center left;
background-size: contain;
}
#logo a {
width: 204.8px;
}
#call2act {
padding-top: 20px;
}
#burger { display: none; }
nav {
width: 100%;
}
nav ul {
height: 35px;
margin: 0 auto;
padding: 0 30px;
}
nav ul li {
display: block;
width: auto;
float: left;
padding-right: 30px;
line-height: 35px;
}
.serviceBox {
width: 50%;
float: left;
padding: 7.5px;
}
.serviceCard {
height: 300px;
}
span.firstName,
span.firstName-quote,
span.email,
span.email-quote {
width: 50%;
float: left;
padding-right: 7.5px;
}
span.lastName,
span.lastName-quote,
span.subject,
span.phone {
width: 50%;
float: right;
padding-left: 7.5px;
}
.wrapper h2 { font-size: 26px; }
footer h4 {
text-align: left;
}
footer .rightCol h4 {
text-align: right;
}
footer .leftCol {
width: 50%;
float: left;
}
footer .rightCol {
width: 50%;
float: right;
text-align: right;
}
footer .rightCol .fa-caret-left {
display: inline-block;
}
footer .rightCol .fa-caret-right {
display: none;
}
}
@media screen and (min-width: 1000px) {
br.hidden {
display: none;
}
span.leftAlign {
width: 50%;
float: left;
text-align: left;
}
span.rightAlign {
width: 50%;
float: right;
text-align: right;
}
.service .leftCol {
width: 50%;
float: left;
}
.service .rightCol {
width: 50%;
float: right;
}
}
@media screen and (min-width: 1100px) {
span.firstName,
span.firstName-quote,
span.lastName,
span.lastName-quote,
span.email,
span.email-quote,
span.subject,
span.phone {
width: 100%;
float: none;
padding: 0;
}
#contact.quote .rightCol .wpcf7-textarea {
height: 255px;
}
.wrapper {
padding-bottom: 45px;
}
.wrapper h2 {
font-size: 26px;
text-align: left;
}
footer .wrapper {
padding-bottom: 15px;
}
.serviceBox,
#servPage .serviceBox {
width: 25%;
float: left;
padding: 7.5px;
}
.serviceCard {
height: 345px;
}
#contact .leftCol {
width: 50%;
float: left;
padding-right: 7.5px;
}
#contact .rightCol {
width: 50%;
float: right;
padding-left: 7.5px;
}
footer .oneCol {
padding: 0;
height: 300px;
position: relative;
}
#footLogo {
width: 33.333333%;
height: auto;
margin-bottom: 5%;
position: absolute;
top: 0;
bottom: 0;
}
footer .leftCol {
width: 33.333333%;
position: absolute;
top: 0;
bottom: 0;
left: 33.333333%;
}
footer .rightCol {
width: 33.333333%;
text-align: left;
position: absolute;
top: 0;
bottom: 0;
left: 66.666667%;
}
footer .rightCol h4 {
text-align: left;
}
footer .rightCol .fa-caret-left {
display: none;
}
footer .rightCol .fa-caret-right {
display: inline-block;
}
}