/*
Theme Name: Go Child
Author: 
Description: Your description goes here
Version: 1.0
Template: go
*/

footer#colophon {
    padding-bottom: 30px;
    background: #F5F5F5;
    padding-top: 30px;
}
.jesus-text:first-child {
    border: 1px solid #fff;
    padding: 24px;
}
.page-id-70 .site-content {
     margin-top: -15px;
}
.left-img .elementor-widget-wrap.elementor-element-populated {
    border-radius: 40px 0 40px 0;
}

nav.footer-navigation {
    margin-bottom: 0px !important;
}

.footer-navigation a {
   color: #2196f3;
   text-decoration: none !important;
}

.mid-content p {
    font-size: 13px;
}

.banner-section {
    margin-top: -76px;
}
header#site-header {
    background: #F5F5F5;
}
header#site-header .header__inner.flex.items-center.justify-between.h-inherit.w-full.relative {
    padding: 25px 90px;
}
ul#menu-primary-menu a {
    color: #3A3A3A !important;
    text-decoration: none;
    font-weight: 500;    font-family: "Merriweather", sans-serif;
    font-size: 15px;
}

.site-footer, .site-footer .site-info {
    font-family: "Merriweather", sans-serif;
}
.banner-bottom{
	color:#ccc;
	  font-family: "Merriweather", sans-serif;
}
.banner-bottom h3 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 0px;
	color:#fff;
	    line-height: 1;
	  font-family: "Merriweather", sans-serif;
}
.banner-bottom h4 {
    margin-top: -15px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
	color:#fff;
	    line-height: 1;
	  font-family: "Merriweather", sans-serif;
}
header.page-header.entry-header.m-auto.px {
    display: none;
}
p.toggle-btn {
    font-size: 15px;
    cursor: pointer;
    width: 20%;
    margin: auto;
}

input#search-field {
    border-color: #222222;
}
button.search-input__button {
    background: #222222;
}

/* Popup CSS */
.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 100%;
    display: none;
  }

  /* Popup inner div */
  .popup-content {
    width: 600px;
    margin: 0 auto;
    padding: 40px;
    margin-top: 100px;
    border-radius: 3px;
    background: #fff;
    position: relative;
  }

  /* Popup close button */
  .closeBtn {
    position: absolute;
    top: 5px;
    right: 12px;
    font-size: 17px;
    color: #7c7575;
    text-decoration: none;
    cursor: pointer;
  }

  .popup-content h2 {
    font-size: 40px;
    margin-top: 10px;
}

/* Popup CSS END */


@media (max-width : 767px) {
    header#site-header .header__inner.flex.items-center.justify-between.h-inherit.w-full.relative {
        padding: 30px !important;
    }
    .banner-section {
        margin-top: -20px !important;
    }
    .mid-content p {
        color: #222222 !important;
        text-align: left !important;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px !important;
    }
    p.toggle-btn {
        width: 100% !important;
    }
    .mid-content:last-child {
        padding: unset;
        font-size: 13px !important;
    }
    .hide-div {
        text-align: left;
        color: #222222;
    }
    .hide-div p {
        padding: 0px;
    }
    .popup-content {
        width: auto !important;
        margin-top: 170px !important;
    }
    }