
/*
Theme Name: Peach Umbrella Network Child
Theme URI:         https://finitytek.com
Author:            Finity Tek Designs
Author URI:        https://finitytek.com
Description:       A lightweight, modern layout theme focuses on memberships and events.
Template:		   pun-theme
Version:           1.0.019
License:           GNU General Public License v2 or later
License URI:       http://gnu.org
Text Domain:       pun-theme-child
Tags:              custom-header, Custom Logo, Featured Images, threaded-comments, Accessibility Ready, Blog, Portfolio, News, Membership, Events
*/

/*
 * Child theme styles.
 *
 * Main child CSS is loaded from:
 * assets/css/child.css
 */

:root{
    --primary:#ff8772;
	--bs-primary-rgb:242, 106, 94;
	--bs-primary: rgb(242, 106, 94);
    --secondary:#007d00;
	--bs-secondary-rgb:0, 125, 0;
	--bs-btn-active-bg: #007d00;
    --bs-btn-active-border-color: #007d00;
	--bs-dark-rgb: 0,0,0;
    --black:#000000;
    --light:#f8fbfc;
    --gray:#6c757d;
    --white:#ffffff;

    --shadow:0 10px 30px rgba(0,0,0,.08);
    --radius:16px;
    --transition:.3s ease;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Montserrat',sans-serif;
    color:#444;
    background:#fff;
    line-height:1.7;

}

/* ===========================
   Typography
=========================== */

h1,h2,h3,h4,h5{

    font-weight:700;
    color:var(--dark);

}
.strong{font-weight: 700;}
.sr-only{position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;}
.btn-outline-secondary {
  --bs-btn-color: #007d00;
  --bs-btn-border-color: #007d00;
}
.btn-outline-secondary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
#searchMainWrapper{margin: -4%;}
.advanced-cta{padding: 0px;}
@media (max-width:767px){
	.scroll-indicator{display: none;}
}
