/*
 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
*/
.cta-button .theme-l,.cta-button .theme-d{
	background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}
.navbar-brand img {
    max-width: 118px;
}
.footer-logos{
 max-width:35%	
}

/* Button */
.open-btn {
  padding: 12px 20px;
  background: #ff5a5f;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

/* Overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

/* Modal Content */
.modal-content {
  background: #fff;
  width: 400px;
  margin: 10% auto;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}
.modal-content h2{
  	    font-size: 20px;
    font-weight: 600;
}
/* Close Button */
.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* Form */
input, textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.submit-btn {
  background: #F57C00;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
}
textarea{
  max-height:50px;	
}
[type=button], [type=reset], [type=submit], button {
	background-color:#F57C00;
	color:#fff;
}
.zr-theme-single-service-card {
	min-height:260px
}
