/*
 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
*/

/* Icons */
@import url("all.css");

.fa-star {
    color: #f7b704;
}

/* Spacing */
.entry-content .wp-block-column ul:last-child, .entry-content .wp-block-column p:last-child {
    margin-bottom: 0px;
}

/* Top Bar */
.top-bar-button {
    margin-bottom: 10px;
}

.top-bar-button .button {
    margin-left: 10px;
}
@media (max-width: 768px) {
.topbar-social {
    display:none;
    }

/* Images */
.wp-block-image img {
    box-shadow: 0px 5px 10px 0px rgb(160 160 160 / 71%);
}

.remove-shadow img {
    box-shadow: none !important;
}

/* Buttons */
.wp-block-button__link, .button {
    border-radius: 0px;
}

.button.ghost {
    background: transparent;
  border: 2px solid #FFF;
}

.button.small {
    padding: 5px 10px;
}

.wp-block-button.large a {
      padding: 15px 25px;
    font-size: 20px;
}

.menu-btn {
    margin: 10px;
}

@media (max-width: 768px) {
.menu-btn {
    width: initial !important;
}
}

.menu-btn a {
    color: var(--base-3);
    background: var(--base); 
    font-weight: bold;
}

.menu-btn a:hover {
    background-image: linear-gradient(rgb(0 0 0/10%) 0 0);
}

/* Bullets */
ul.check-bullets li {
    padding-left: 10px;
}

ul.check-bullets li::marker {
    content: "\f058";
    font-family: "Font Awesome 5 Free" !important;
    color: var(--base);
    font: var(--fa-font-solid);
}

/* Top Navigation */
.above-header-bar { 
background-color: var(--contrast-2);
    color: var(--base-3);
    padding: 0 10px;
}

.topbar-content { padding-top: 7px; padding-bottom: 5px;}

.above-header-bar a {
  color: var(--base-3) !important;
}

.topbar-social i {
      font-size: 22px;
    padding-left: 10px;
        color: var(--base-3);
}
.topbar-social i:hover {
        color: var(--base);
}

/* Services */
.services-row .gb-inside-container {
    box-shadow: 0px 5px 10px 0px rgb(160 160 160 / 71%);
    margin-bottom: 25px;
}

.services-row h6 {
    margin-bottom: 0px;
    padding: 10px;
}

/* Testimonials */
.testimonials-container{
    flex-direction: row !important;
      text-align:center;
      box-shadow: 0px 5px 10px 0px rgb(160 160 160 / 71%);
}

.testimonials-container .gb-inside-container {
    padding: 20px !important;
    background-color: var(--base-3);
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 71%);
}

.testimonials-container p:nth-child(2) {
    margin-bottom: 0px;
}

.testimonials-container h5 {
    color: var(--contrast-3) !important;
}
@media (max-width: 767px) {
.testimonials-container {
    width: 90%;
    margin: 0% 5% 0%;
}
}
.reviews-number{
    background-color: var(--base-3);
    border: 5px solid var(--contrast-3);
    width: 190px;
    padding: 5px
}
.testimonials-cover {
    padding: 30px 0px 30px 0px;
}
.testimonials-button a {
    outline-style: solid;
    outline-color: var(--contrast-3);
}
.testimonials-button a:hover {
    background-color: var(--contrast-3) !important;
}
.reviews-number .gb-inside-container > *{
    margin-bottom: 0px !important;
}

.gb-grid-column-97b4015d{
    margin:0px auto;
}

/* Footer */
footer #footer-links-section ul { margin-left: 10px !important;}

footer ul>li>a::before { 
    margin-left: 1px !important;
    content: "\2022";
  color: var(--base-3) !important;
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
    position: relative;
  left: -10px;
}

footer .fa-facebook:before { padding-left: 0;}

footer .footer-logo { margin-top: 20px; margin-bottom:20px;}

.site-footer .social-icons i {
  font-size: 40px;
    margin-right: 10px;
}

.social-icons i{
    color: var(--contrast-3) !important;
}
.social-icons i:hover {
    color: var(--accent) !important;
}

/* Sign Up Now Bar */
div#mc_embed_signup_scroll {
  float: left;
}

#mc-embedded-subscribe {
    margin-left: 5px;
}

input#mce-EMAIL {
    padding: 5px 4px;
}
@media (min-width: 768px){
.gb-container-e7c17968 p {
        margin-bottom: 0px;
}
}
@media (max-width: 1000px) {
div#mc_embed_signup_scroll {
  float: none;
}
div#mc_embed_signup_scroll label {
        display:block;
}
#mc-embedded-subscribe {
    margin: 5px 0px 0px 0px;
}
}

/* Bottom Links */
.gb-grid-wrapper-1031eac3 ul {
 margin: 0 0 0 1em !important;
}

.gb-grid-wrapper-1031eac3 li a {
    color: var(--base-3);
}
.gb-grid-wrapper-1031eac3 li a:hover {
    color: #d3d3d3; !important;
}

/* Mobile Contact Bar */
@media (min-width: 480px) {
#mobile-contact-bar {
    display: none;
}
}
/* ReCaptcha */
.grecaptcha-badge{
    z-index: 1000 !important;
}