/*
 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
*/



/* GENERAL STYLES */
.spacer-top-0 {margin-top: 0px !important;}
.spacer-top-10 {margin-top: 10px !important;}
.spacer-top-15 {margin-top: 15px !important;}
.spacer-top-20 {margin-top: 20px !important;}
.spacer-top-25 {margin-top: 25px !important;}
.spacer-top-30 {margin-top: 30px !important;}
.spacer-top-35 {margin-top: 35px !important;}
.spacer-top-40 {margin-top: 40px !important;}
.spacer-bottom-0 {margin-bottom: 0px !important;}
.spacer-bottom-10 {margin-bottom: 10px !important;}
.spacer-bottom-15 {margin-bottom: 15px !important;}
.spacer-bottom-20 {margin-bottom: 20px !important;}
.spacer-bottom-25 {margin-bottom: 25px !important;}
.spacer-bottom-30 {margin-bottom: 30px !important;}
.spacer-bottom-35 {margin-bottom: 35px !important;}
.spacer-bottom-40 {margin-bottom: 40px !important;}
.center {text-align:center;}
.width-100 {width:100%;}

.button {border-radius: 4px;}
#contact-form {background-color:#F4F2F2;padding-top: 3%;padding-bottom: 2%;}
#services-block {border-top: 1px solid #03A6E5;padding-top: 4%;}
#section {padding-bottom: 3%;}
.header-logo {width: 550px;}
h1.header-title{font-size:22px;}
.header-button {font-size: 20px;padding: 10px 32px;}
.header-button:hover {color:#FFFFFF !important;}
#footer-logos {width: 75%;float: right;text-align: right;}
.footer-logo {width: 300px;}
.wpcf7-submit {width: 100%; border-radius: 4px;}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {width: 100%;}
audio, canvas, progress, video {background-color: #333;}

@media (max-width: 768px) {

#footer-logos {width: 80%;float: none;text-align: center;margin-left: auto; margin-right: auto;}
.footer-widgets {padding: 20px;text-align: center;}
h1.header-title {font-size: 18px;}
#services-block { padding-top: 8%;}

}