/*
 Theme Name:   PCSF - A GeneratePress Child Theme by C4 Tech & Design
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
}
@font-face {
  font-family: GoodBrush;
  src: url(assets/fonts/GoodBrush.ttf);
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
.goodbrush {
  font-family: 'GoodBrush', sans-serif;
}
.teal {
  color: #26a1a3;
}
.dark-teal {
  color: #0b7d7f;
}
.navy {
  color: #2f4858;
}
.light-yellow {
  color: #ffe584;
}
.yellow {
  color: #FFD023;
}
.pink {
  color: #f9b9f2;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
  font-family: 'Raleway', sans-serif;
}
h1 {
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  color: #26a1a3;
}
h1.black {
  color: #000;
}
h2 {
  font-weight: 700;
  font-size: 26px;
  color: #000;
}
h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
h4 {
  font-size: 26px;
  font-weight: 500;
	line-height: 1.2em;
}
p {
  font-size: 16px;
  font-weight: 500;
}
a {
  font-weight: 700;
  text-decoration: underline;
  color: #0b7d7f;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}
.elementor-widget-button .elementor-button {
  border-radius: 0px;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(47, 72, 88, 0.55);
  -moz-box-shadow: 3px 3px 2px 0px rgba(47, 72, 88, 0.55);
  box-shadow: 3px 3px 2px 0px rgba(47, 72, 88, 0.55);
  padding: 15px 50px;
}
.elementor-widget-button .elementor-button .elementor-button-text {
  color: #2f4858;
  font-weight: 700;
  font-size: 18px;
}
.elementor-widget-button.button-yellow .elementor-button {
  background: #FFD023;
}
.elementor-widget-button.button-pink .elementor-button {
  background: #f9b9f2;
}
.elementor-widget-button .elementor-button:hover {
  background-color: #2f4858;
}
.elementor-widget-button .elementor-button:hover .elementor-button-text {
  color: #FFD023;
}
.drop-shadow-navy img,
.elementor .drop-shadow-navy img,
.drop-shadow-navy iframe.elementor-video,
.elementor .drop-shadow-navy iframe.elementor-video {
  -webkit-box-shadow: 30px 30px 0px 0px #2f4858;
  -moz-box-shadow: 30px 30px 0px 0px #2f4858;
  box-shadow: 30px 30px 0px 0px #2f4858;
}
.drop-shadow-pink img,
.elementor .drop-shadow-pink img,
.drop-shadow-pink iframe.elementor-video,
.elementor .drop-shadow-pink iframe.elementor-video {
  -webkit-box-shadow: 30px 30px 0px 0px #f9b9f2;
  -moz-box-shadow: 30px 30px 0px 0px #f9b9f2;
  box-shadow: 30px 30px 0px 0px #f9b9f2;
}
.drop-shadow-teal img,
.elementor .drop-shadow-teal img,
.drop-shadow-teal iframe.elementor-video,
.elementor .drop-shadow-teal iframe.elementor-video {
  -webkit-box-shadow: 30px 30px 0px 0px #26a1a3;
  -moz-box-shadow: 30px 30px 0px 0px #26a1a3;
  box-shadow: 30px 30px 0px 0px #26a1a3;
}
.drop-shadow-dark-teal img,
.elementor .drop-shadow-dark-teal img,
.drop-shadow-dark-teal iframe.elementor-video,
.elementor .drop-shadow-dark-teal iframe.elementor-video {
  -webkit-box-shadow: 30px 30px 0px 0px #0b7d7f;
  -moz-box-shadow: 30px 30px 0px 0px #0b7d7f;
  box-shadow: 30px 30px 0px 0px #0b7d7f;
}
.drop-shadow-light-yellow img,
.elementor .drop-shadow-light-yellow img,
.drop-shadow-light-yellow iframe.elementor-video,
.elementor .drop-shadow-light-yellow iframe.elementor-video {
  -webkit-box-shadow: 30px 30px 0px 0px #ffe584;
  -moz-box-shadow: 30px 30px 0px 0px #ffe584;
  box-shadow: 30px 30px 0px 0px #ffe584;
}
.drop-shadow-yellow img,
.elementor .drop-shadow-yellow img,
.drop-shadow-yellow iframe.elementor-video,
.elementor .drop-shadow-yellow iframe.elementor-video {
  -webkit-box-shadow: 30px 30px 0px 0px #ffd023;
  -moz-box-shadow: 30px 30px 0px 0px #ffd023;
  box-shadow: 30px 30px 0px 0px #ffd023;
}
.home-equal-height {
  height: 350px;
  display: flex;
}
@media (max-width: 767px) {
  .home-equal-height {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.home-equal-height .elementor-widget-container {
  width: 100%;
}
.home-equal-height.eh-top .elementor-widget-container {
  align-self: flex-end;
}
.home-equal-height.eh-bottom .elementor-widget-container {
  align-self: flex-start;
}
header.site-header .site-logo img {
  width: 90px;
  height: auto;
}
header.site-header #site-navigation.main-navigation .main-nav ul li a {
  color: #2f4858;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
header.site-header #site-navigation.main-navigation .main-nav ul li a:hover {
  color: #FFD023;
  background-color: #2f4858;
}
header.site-header #site-navigation.main-navigation .main-nav ul li.current-menu-item a {
  color: #26a1a3;
  text-decoration: underline 2px;
  text-underline-offset: 5px;
}
header.site-header #site-navigation.main-navigation .main-nav ul li.current-menu-item a:hover {
  color: #FFD023;
}
.site-footer #footer-widgets {
  padding-top: 40px;
}
.site-footer #footer-widgets .inside-footer-widgets {
  flex-wrap: wrap;
}
.site-footer #footer-widgets .inside-footer-widgets a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
}
@media (min-width: 600px) {
  .site-footer #footer-widgets .inside-footer-widgets {
    margin: 0 auto;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .site-footer #footer-widgets .inside-footer-widgets {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .site-footer #footer-widgets .inside-footer-widgets .widget {
    text-align: center;
  }
  .site-footer #footer-widgets .inside-footer-widgets > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-1 {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 30px;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-2 {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .site-footer #footer-widgets .inside-footer-widgets .footer-widget-2 {
    margin-left: 0px;
  }
}
.site-footer #footer-widgets .inside-footer-widgets .footer-social a {
  color: #FFD023;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-social a:hover {
  color: #f9b9f2;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-social i {
  font-size: 22px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .site-footer #footer-widgets .inside-footer-widgets .footer-social {
    display: flex;
    justify-content: space-evenly;
  }
}
.site-footer .footer-widgets-container .inner-padding {
  padding-left: 0px;
}
.separate-containers .site-main {
  margin-top: 0px;
  margin-bottom: 0px;
}
.separate-containers .inside-article {
  padding-top: 0px;
  padding-bottom: 0px;
}
.separate-containers .entry-content:not(:first-child) {
  margin-top: 0;
}
h5 {
	line-height: 1.2em;
}

.header-link a:hover {
	color: #e5bb1f;
}

/* sticky header */

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.site-header {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#page {
	padding-top: 130px;
}

.site-branding {
	display: none;	
}

.sticky .site-logo {
	display: none;
	opacity: 0;
}

.sticky .site-branding {
	display: inline-block;
	transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	width: 220px;
	opacity: 1;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.sticky .site-branding p.main-title {
	color: #FFD023;
	font-family: 'GoodBrush', sans-serif;
}

.sticky .inside-header {
	padding: 10px 20px;
	transition: ease-in-out all .5s;
}
