/*
Theme Name: Props Theme
Author: Zenos Technology
Author URI: http://zenos.co.uk/
Description: A theme by Zenos Technology
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, light, one-column, two-columns, left-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images
*/


/* Main width/padding start */

.row {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.no-max {
  max-width: 100%;
}

.content-container {
  margin: 0 auto;
  padding: 0 15px;
  width: 1125px;
}

@media (max-width: 1200px) {
.content-container {
    width: 970px;
    padding: 0 20px;
}
}

@media (max-width: 1000px) {
.content-container {
    width: 750px;
}
}

@media (max-width: 780px) {
.content-container {
    width: 100%;
}
}
/* Main width/padding end */


/* Columns Start */

.columns {
  margin: 0;
  padding: 0;
}

.column {
  width: 100%;
  float: left;
}

.column-primary {
  width: 68%;
  float: left;
}

.column-secondary {
  width: 28%;
  float: right;
}

.column-sixth {
  width: 16.666%;
}

.column-fifth {
  width: 20%;
}

.column-third {
  width: 33.333%;
}

.column-twothird {
  width: 66.666%;
}

.column-half {
  width: 50%;
}

.clearfix:before, .clearfix:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

/* Columns End */


/* Colours Start */

/*

Teal: #009BAA
Dark teal: #005C66
Green: #67B773
Dark green: #15441F;
Pink: #D87DA0
Dark pink: #5F0E2A
Orange: #FCAE5D
Dark orange: #9B4016
Purple: #75509A
Dark purple: #31254F
Light grey: #EEEDF2
Dark grey: #1A1A1A

*/

/* Colours End */

/* Typography Start */

@font-face {
  font-family: 'gothamroundedbook';
  src: url('/wp-content/themes/props-theme/fonts/gothamroundedbook.eot');
  src: url('/wp-content/themes/props-theme/fonts/gothamroundedbook.eot') format('embedded-opentype'),
    url('/wp-content/themes/props-theme/fonts/gothamroundedbook.woff2') format('woff2'),
    url('/wp-content/themes/props-theme/fonts/gothamroundedbook.woff') format('woff'),
    url('/wp-content/themes/props-theme/fonts/gothamroundedbook.ttf') format('truetype'),
    url('/wp-content/themes/props-theme/fonts/gothamroundedbook.svg#gothamroundedbook') format('svg');
}

@font-face {
  font-family: 'gothamroundedbold';
  src: url('/wp-content/themes/props-theme/fonts/gothamroundedbold.eot');
  src: url('/wp-content/themes/props-theme/fonts/gothamroundedbold.eot') format('embedded-opentype'),
    url('/wp-content/themes/props-theme/fonts/gothamroundedbold.woff2') format('woff2'),
    url('/wp-content/themes/props-theme/fonts/gothamroundedbold.woff') format('woff'),
    url('/wp-content/themes/props-theme/fonts/gothamroundedbold.ttf') format('truetype'),
    url('/wp-content/themes/props-theme/fonts/gothamroundedbold.svg#gothamroundedbold') format('svg');
}

@font-face {
  font-family: 'SueEllenFrancisco';
  src: url('/wp-content/themes/props-theme/fonts/sueellenfrancisco_SueEllenFrancisco.eot');
  src: url('/wp-content/themes/props-theme/fonts/sueellenfrancisco_SueEllenFrancisco.eot') format('embedded-opentype'),
    url('/wp-content/themes/props-theme/fonts/sueellenfrancisco_SueEllenFrancisco.woff2') format('woff2'),
    url('/wp-content/themes/props-theme/fonts/sueellenfrancisco_SueEllenFrancisco.woff') format('woff'),
    url('/wp-content/themes/props-theme/fonts/sueellenfrancisco_SueEllenFrancisco.ttf') format('truetype'),
    url('/wp-content/themes/props-theme/fonts/sueellenfrancisco_SueEllenFrancisco.svg#SueEllenFrancisco') format('svg');
}

h1, h2, h3, h4, h5, h6, p, a, span, input, label, div, ul, ol, li {
	font-family: 'gothamroundedbook', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	text-decoration: none;
	letter-spacing: 0;
	color: #1A1A1A;
}

h1, h2, h3, h4, h4 a, h5, h6 {
  font-family: 'SueEllenFrancisco', 'gothamroundedbook', Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	font-size: 55px;
	line-height: 65px;
	color: #ffffff;
  text-align: left;
  margin-bottom: 30px;
}

h2 {
	font-size: 40px;
	line-height: 44px;
	color: #1A1A1A;
	margin-bottom: 30px;
}

h3 {
	font-size: 40px;
	line-height: 44px;
	color: #1A1A1A;
	margin-bottom: 20px;
}

h4, h4 a {
	font-size: 35px;
	line-height: 38px;
	color: #1A1A1A;
	margin-bottom: 15px;
  text-align: center;
}

h5 {
	font-size: 35px;
	line-height: 38px;
	text-align: left;
	margin-bottom: 15px;
  color: #1A1A1A;
}

h6 {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

p {
	font-size: 20px;
	line-height: 26px;
  text-align: center;
  margin-bottom: 25px;
}

p.large {
	display: block;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

ul, ol {
  list-style-position: outside;
}

.primary ul, ol {
  margin-bottom: 30px;
  margin-left: 16px;
}

.primary ul, ol li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.dark {
  color: #1A1A1A;
}

.white {
  color: #ffffff;
}

.bold {
  font-family: 'gothamroundedbold', Arial, Helvetica, sans-serif;
}

/* Typography End */

/* Buttons/Links Start */

a {
	-webkit-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}

.button, .wpcf7-submit, .wp-block-button__link {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;

	font-family: 'gothamroundedbold', Arial, Helvetica, sans-serif;
	font-size: 20px;
  text-transform: uppercase;
	color: #ffffff;
}

.donateCTA {
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.button-purple, .button-purple .wp-block-button__link {
  background-color: #75509A;
}

.button-orange, .button-orange .wp-block-button__link {
  background-color: #FCAE5D;
}

.button-dark, .button-dark .wp-block-button__link {
  background-color: #31254F;
}

.button-pink, .button-pink .wp-block-button__link {
  background-color: #D87DA0;
}

.button-purple:hover, .button-purple .wp-block-button__link:hover, .button-purple:focus, .button-purple .wp-block-button__link:focus {
  background-color: #31254F;
}

.button-orange:hover, .button-orange .wp-block-button__link:hover, .button-orange:focus, .button-orange .wp-block-button__link:focus {
  background-color: #9B4016;
}

.button-dark:hover, .button-dark .wp-block-button__link:hover, .button-dark:focus, .button-dark .wp-block-button__link:focus {
  background-color: #1A1A1A;
}

.button-pink:hover, .button-pink .wp-block-button__link:hover, .button-pink:focus, .button-pink .wp-block-button__link:focus {
  background-color: #5F0E2A;
}

.wp-block-buttons .wp-block-button {
  margin: 0 auto;
  display: block;
  background-color: transparent;
}

.text-link {
  display: block !important;
  margin: 0 auto;
  text-align: center;
}

.text-link a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-family: 'gothamroundedbold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
	color: #1A1A1A;
	text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  background-image: url('/wp-content/uploads/2020/05/arrow.svg');
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: 100% 40%;
  padding: 5px 30px 5px 0px;
  border-radius: 0;
  height: auto;
}

.text-link a:hover, .text-link a:focus, .text-link a:visited:hover, .text-link a:visited:focus {
	color: #009BAA;
}

.text-link a:visited {
  color: #1A1A1A;
}

.text-link as:after {
  display: inline-block;
  content: ' ';
  background-image: url('/wp-content/uploads/2020/05/arrow.svg');
  background-repeat: no-repeat;
  background-size: 22px 22px;
  height: 22px;
  width: 22px;
  margin-left: 10px;
}

h4 a:hover, h4 a:focus {
  color: #009BAA;
}

/* Buttons/Links End */

/* Header Start */

header .custom-logo {
  display: block;
  margin: 30px auto;
  width: 230px;
  padding: 0px;
}

header {
  background: #ffffff;
  padding: 20px 0 0 0;
}

header .logo-container, header .header-right, header .header-left {
  width: 33%;
  float: left;
}

header .header-left {
  padding: 40px 0px 0px 0px;
}

.header-left p, .header-left p a, .header-right p {
  font-family: 'gothamroundedbold', Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.header-left p.open-times {
  font-size: 16px;
  font-family: 'gothamroundedbook', Arial, sans-serif;
  padding: 0;
  margin: 0;
}

.header-right p {
  text-align: center;
  margin-bottom: 10px;
}

.header-right .header-social {
  width: 250px;
  float: right;
}

.header-right .header-social {
  margin-top: 0px;
  text-align: center;
}

.header-right .header-facebook, .header-right .header-twitter, .header-right .header-instagram {
  font-size: 40px;
  margin: 0 15px;
  color: #4D4D4D;
}

.header-right .button-container {
  float: right;
  width: 250px;
  margin-top: 15px;
}

.header-right .button {
  background-color: #FCAE5D;
  max-width: 250px;
  margin: 0px auto;
  padding: 0px 10px;
}

.header-right .button:hover, .header-right .button:focus {
  background-color: #9B4016;
}

.header-nav {
  background: #EEEDF2;
  margin-top: 20px;
}

nav {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

nav ul {
  display: block;
  list-style: none;
  margin: 0px auto;
  padding: 0;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.main-nav {
  display: block !important;
}

nav li {
  display: block;
  float: left;

  text-align: center;
  position: relative;
}

nav .nav-home {
  width: 8%;
}

nav li a {
  font-family: 'gothamroundedbold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
  width: 100%;
  position: relative;
}

nav li a:hover, nav li a:focus {
  color: #009BAA;
}

nav ul li ul {
  width: 220px;
  position: absolute;
  top: 40px;
  left: 15px;
  margin: 0 !important;
  z-index: 9999999;
  background-color: #EEEDF2;
  opacity: 0;
  visibility: hidden;

}

nav ul li ul li, nav ul li ul li ul li {
  width: 100%;
  padding-left: 0;
}

nav ul li ul li a, nav ul li ul li ul li a {
  display: block;
  padding: 10px 14px;
  width: 100%;
  background-color: #EEEDF2;
  font-size: 14px;
  line-height: 30px;
  text-transform: none;
  border-bottom: 1px solid #EEEDF2;
  font-family: 'gothamroundedbook', Arial, sans-serif;
}

nav ul li ul li a:hover, nav ul li ul li ul li a:hover, nav ul li ul li a:focus, nav ul li ul li ul li a:focus {
  color: #009BAA;
}

nav li:hover>ul {
  opacity: 1;
  visibility: visible;
  display: block!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav ul li ul li ul, nav ul li ul li:hover>ul {
  left: 220px;
  top: 0;
}

.hamburger {
  display: none;
}

/* Header End */


/* Homepage Start */

.section-header .header-text {
  width: 40%;
}

.section-header p {
  text-align: left;
  color: #ffffff;
}

.section-header .button-purple {
  float: left;
  padding: 0px;
  margin-left: 0;
  margin-right: 0;
}

.section-header .button-purple .wp-block-button__link {
  padding: 0px 40px;
  max-width: 250px;
}

.section-help .button-container {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}

.section-help .button-left, .section-help .button-right {
  width: 50%;
  padding: 0px 20px;
  float: left;
}

.section-help .button {
  background-color: #31254F;
  max-width: 400px;
  text-transform: none;
  margin: 0px auto;
  height: 60px;
  line-height: 60px;
  padding: 0px 10px;
  font-family: 'gothamroundedbook', Arial, Helvetica, sans-serif;
}

.section-help .button:hover, .section-help .button:focus {
  background-color: #1A1A1A;
}

.section-help .button-left .button {
  background-color: #67B773;
}

.section-help .button-left .button:hover, .section-help .button-left .button:focus{
  background-color: #15441F;
}

.section-help .button-right .button {
  background-color: #009BAA;
}

.section-help .button-right .button:hover, .section-help .button-right .button:focus{
  background-color: #005C66;
}

.section-help .button span {
  color: #ffffff;
}

.section-blocks .column-left {
  margin-right: 5px;
  background-color: #EEEDF2;
}

.section-blocks .column-right {
  margin-left: 5px;
  background-color: #EEEDF2;
}

.section-blocks figure {
  margin: 0;
  padding: 0;
}

.section-blocks .block-text {
  max-width: 380px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.section-blocks .column-left h3, .section-blocks .column-right h3 {
  position: relative;
  display: inline;
  margin-bottom: 0;
}

.section-blocks .column-left h3:before, .section-blocks .column-left h3:after {
  display: inline-block;
  content: ' ';
  background-repeat: no-repeat;
  background-size: 30px 60px;
  width: 30px;
  height: 60px;
  position: absolute;
}

.section-blocks .column-left h3:before {
  background-image: url('/wp-content/uploads/2020/05/left-orange.svg');
  top: 3px;
  left: -40px;
}

.section-blocks .column-left h3:after {
  background-image: url('/wp-content/uploads/2020/05/right-orange.svg');
  top: 5px;
  right: -40px;
}

.section-blocks .column-left .button {
  background-color: #FCAE5D;
  font-size: 14px;
  padding: 0px 90px 0px 0px;
  background-image: url('/wp-content/uploads/2020/05/paypal.svg');
  background-repeat: no-repeat;
  background-size: 90px auto;
  background-position: 90% 55%;
}

.section-blocks .column-left .button:hover, .section-blocks .column-left .button:focus {
  background-color: #9B4016;
}

.section-blocks .column-right h3:before, .section-blocks .column-right h3:after {
  display: inline-block;
  content: ' ';
  background-repeat: no-repeat;
  background-size: 80px auto;
  width: 80px;
  height: 30px;
  position: absolute;
}

.section-blocks .column-right h3:before {
  background-image: url('/wp-content/uploads/2020/05/line-pink.svg');
  top: 38px;
  left: -85px;
}

.section-blocks .column-right h3:after {
  background-image: url('/wp-content/uploads/2020/05/heart-pink.svg');
  top: 28px;
  right: -85px;
}

.section-blocks .column-right .button {
  background-color: #D87DA0;
  font-size: 16px;
  padding: 0px 30px 0px 10px;
  background-image: url('/wp-content/uploads/2020/05/arrow-white.svg');
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 75% 50%;
}

.section-blocks .column-right .button:hover, .section-blocks .column-right .button:focus {
  background-color: #5F0E2A;
}

.section-blocks p {
  font-size: 17px;
  line-height: 22px;
  margin-top: 30px;
}

.section-services {
  margin-top: 40px;
}

.section-services .services-text {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.section-services h3 {
  position: relative;
  display: inline;
  margin-bottom: 0;
}

.section-services h3:before, .section-services h3:after {
  display: inline-block;
  content: ' ';
  background-repeat: no-repeat;
  background-size: 30px 60px;
  width: 30px;
  height: 60px;
  position: absolute;
}

.section-services h3:before {
  background-image: url('/wp-content/uploads/2020/05/left-teal.svg');
  top: 3px;
  left: -40px;
}

.section-services h3:after {
  background-image: url('/wp-content/uploads/2020/05/right-teal.svg');
  top: 5px;
  right: -40px;
}

.section-services p {
  margin-top: 30px;
}

.section-services .services-container {
  display: block;
  padding: 0;
  margin-top: 80px;
}

.section-services .services-container .wp-block-column {
  display: block;
  float: left;
  width: 33.333%;
  height: 250px;
  margin: 0;
  padding: 0px 25px;
}

.section-services figure {
  margin: 0;
  padding: 0;
}

.section-services img {
  width: auto;
  height: 50px;
  display: block;
  margin: 0 auto 25px;
  padding: 0;
}

.section-services h4, .section-services p {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-services p {
  font-size: 17px;
  line-height: 22px;
}

.section-call {
  width: 100%;
  padding: 0;
}

.section-call p, .section-call .call-phone a, .section-call .call-phone span {
  font-family: 'gothamroundedbold', Arial, sans-serif;
  margin-bottom: 0;
  font-size: 22px;
  color: #ffffff;
}

.section-call-grey p, .section-call-grey .call-phone a, .section-call-grey .call-phone span {
  color: #1A1A1A;
}

.section-call .call-phone a {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 8px;
}

.section-call .call-phone span {
  font-size: 32px;
  line-height: 34px;
}

.section-call .call-open {
  font-family: 'gothamroundedbook', Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}

.section-call .wp-block-buttons {
  margin-top: 15px;
}

.section-call .wp-block-button__link {
  font-size: 16px;
  padding: 0px 20px;
}


/* Homepage End */

/* Page Templates Start */

.page-template {
  position: relative;
}

.page-header {
  height: 230px;
  background-position: top center !important;
  background-size: cover !important;
  width: 100%;
  padding-top: 70px;
}

.page-image .page-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}

.page-header h1 {
  font-size: 65px;
  line-height: 70px;
  color: #ffffff;
}

.howwehelp-header {
  height: 600px;
}

.section-team .wp-block-column {
  background-color: #ffffff;
  margin-bottom: 20px;
}

.section-team .team-empty {
  background-color: #ffffff;
  margin-bottom: 0px;
}

.section-team figure {
  margin: 0;
}

.section-team .wp-block-image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.section-team h4 {
  color: #67B773;
  margin-top: 25px;
}

.section-team p {
  font-size: 15px;
  line-height: 20px;
  padding: 0px 15px;
}

.section-content .section-group {
  margin-bottom: 50px;
}

.section-content h3, .section-content h2, .section-content h4, .post-content h2, .post-content h3, .post-content h4 {
  text-align: left;
}

.section-content p, .section-content ul li, .section-content ol li {
  font-size: 17px;
  line-height: 23px;
  text-align: left;
}

.section-content ul, .section-content ol {
  margin-bottom: 30px;
  margin-left: 20px;
}

.section-content ul li, .section-content ol li {
  margin-bottom: 5px;
}

.section-content p a {
  color: #009BAA;
  text-decoration: underline;
}

.section-content .text-link a {
  float: left;
}

.section-content h2 {
  font-size: 50px;
  color: #67B773;
}

.section-content h4 {
  font-size: 30px;
}

.onetoone-desktop, .training-desktop {
  display: block;
  margin-top: 130px;
}

.onetoone-mobile, .training-mobile {
  display: none;
}



/* Page Templates End */

/* Blog Start */

.blog-header {
  background-image: url('/wp-content/uploads/2020/05/page-header-pink.png');
  height: 230px;
  background-position: top center !important;
  background-size: cover !important;
  width: 100%;
  padding-top: 70px;
}

.stories-of-hope .blog-header {
  background-image: url('/wp-content/uploads/2020/05/page-header-green.png');
}

.blog-header h1 {
  font-size: 65px;
  line-height: 70px;
  color: #ffffff;
  max-width: 500px;
}

.blog-posts {
  margin: 60px auto 40px;
  display: flex;
  flex-wrap: wrap;
}

.blog-posts .column-half {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 50%;
  padding: 0px 10px;
}

.blog-template article {
  background-color: #EDEDED;
  margin-bottom: 20px;
  width: 100%;
}

.blog-template article img {
  width: 100%;
}

.blog-template .text-container {
  padding: 40px 20px 40px 20px;
}

.blog-template h3, .blog-template h3 a {
  font-family: 'SueEllenFrancisco', 'gothamroundedbook'
}

.blog-template p {
  display: block;
  font-size: 15px;
  line-height: 20px;
  max-width: 360px;
  margin: 0 auto 25px;
}

.blog-template .button {
  font-size: 17px;
  background-image: url('/wp-content/uploads/2020/05/arrow-white.svg');
  background-size: 15px auto;
  background-position: 78% 50%;
  background-repeat: no-repeat;
  padding-right: 50px;
}

.blog-nav {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.blog-nav .text-link {
  width: 50%;
  margin: 0;
}

.blog-nav .text-link a {
  width: 100%;
}

.blog-nav .nav-previous {
  text-align: left;
  float: left;
}

.blog-nav .nav-previous a {
  text-align: left;
  background-image: url('/wp-content/uploads/2020/05/arrow-left.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0% 40%;
  padding: 0px 0px 0px 30px;
}

.blog-nav .nav-next {
  text-align: right;
  float: right;
}

.blog-nav .nav-next a {
  background-size: 20px 20px;
  padding: 0px 30px 0px 0px;
}

.post-content {
  margin-top: 60px;
}

.post-content .column-primary {
  margin-bottom: 40px;
}

.post-content img {
  margin-bottom: 30px;
}

.post-content p {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}

.sidebar-blog .widget {
  margin-bottom: 30px;
}

.sidebar-blog ul {
  list-style: none;
  background: #EEEDF2;
  overflow: hidden;
}

.sidebar-blog li {
  padding: 0;
  margin: 0;
}

.sidebar-blog li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e4e7;
}

.sidebar-blog li:last-of-type a {
  border-bottom: none;
}

.sidebar-blog li a:hover {
  background-color: #d87da0;
  color: #ffffff;
  font-weight: bold;
}

.post-content .blog-nav {
  margin-top: 30px;
  border-top: 1px solid #EEEDF2;
  padding: 30px 0px 30px 0px;
}

.post-content .wp-block-button.text-link a {
  float: left;
}


/* Blog End */

/* Contact Start */

.contact-page h3, .contact-page p {
  text-align: left !important;
}

.contact-page p {
  font-size: 16px;
  line-height: 24px;
}

.contact-page .contact-info {
  padding-top: 88px;
}

.contact-page label {
    display: block;
    float: left;
    width: 100%;
    font-family: 'gothamroundedbook', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #1A1A1A;
    text-align: left;
}

.contact-page input, .contact-page textarea, .contact-page select {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #EEEDF2;
    border: 1px solid #EEEDF2;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    font-family: 'gothamroundedbook', Arial, sans-serif;
    font-size: 16px;
    color: #1A1A1A;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page input:hover, .contact-page textarea:hover, .contact-page input:focus, .contact-page textarea:focus, .contact-page select:hover, .contact-page select:focus {
    border: 1px solid #009BAA;
    outline: none;
}

.contact-page .contact-name, .contact-page .contact-phone {
    width: 48%;
    float: left;
}

.contact-page .contact-phone {
    float: right;
}

.contact-page .contact-message, .contact-page .contact-email, .contact-page .contact-subject {
    width: 100%;
    float: left
}

.contact-page textarea {
    max-width: 750px;
    min-height: 120px;
    line-height: 20px;
    padding: 15px;
    margin-bottom: 30px;
}

.contact-page .contact-name, .contact-page .contact-email, .contact-page .contact-phone, .contact-page .contact-subject, .contact-page .contact-message, .contact-page textarea, .contact-page .contact-role {
    margin-bottom: 20px;
}

.contact-page .wpcf7-not-valid-tip {
    padding-top: 10px;
    text-align: left;
}

.contact-page span.wpcf7-list-item {
  margin: 0;
}

.contact-page .contact-message p {
    font-size: 14px;
    text-align: center;
}

.contact-page .wpcf7-submit {
    display: block;
    float: left;
    width: 100%;
    max-width: 250px;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    background-color: #75509A;
    border-radius: 50px;
    font-family: 'gothamroundedbold', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    margin: 0 0 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.contact-page .wpcf7-submit:hover, .contact-page .wpcf7-submit:focus {
    background-color: #31254F;
    color: #fff;
}

.contact-page .wpcf7-submit:disabled {
    background-color: #888;
}

.contact-page div.wpcf7-validation-errors, .contact-page div.wpcf7-acceptance-missing {
    display: none!important;
}

.contact-page div.wpcf7-mail-sent-ok {
    border: none;
    margin: -30px 0 0;
    text-align: center;
    width: 100%;
    padding: 0;
}

.contact-privacy-container input, .contact-marketing-container input {
    display: inline;
    height: 16px;
    width: 16px;
}

.contact-privacy-container, .contact-marketing-container {
    margin-bottom: 20px;
}

/* Contact End */

/* 404 Start */

.error-page .section-content {
  margin: 50px auto;
}

.error-page .button {
  float: left;
  margin-right: 40px;
  padding: 0px 10px;
  background-color: #75509A;
  max-width: 280px;
}

.error-page .button:hover, .error-page .button:focus {
  background-color: #31254F;
}

/* 404 End */


/* Footer Start */

footer {
  position: relative;
  bottom: 0;
  background-color: #EDEDEF;
  padding: 30px 0px 0px 0px;
}

.footer-block {
  width: 20%;
  float: left;
}

.footer-one img {
  width: 167px;
  height: auto;
}

.footer-one p {
  font-family: 'SueEllenFrancisco', 'gothamroundedbook', Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #4D4D4D;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
}

.footer-two {
  width: 40%;
}

.footer-two .widget {
  float: left;
  width: 50%;
}

.footer-two p, .footer-three p, .footer-three p a {
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  text-align: left;
}

.footer-social {
  float: right;
}

.footer-social .footer-facebook, .footer-social .footer-twitter, .footer-social .footer-instagram {
  font-size: 40px;
  margin-left: 30px;
  color: #4D4D4D;
}

.footer-links p {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
}

.footer-copyright {
  background-color: #2B2B2B;
  padding: 10px;
}

.footer-copyright p {
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

/* Footer End */


/* Responsive Styles Start */
@media (max-width: 1200px) {
  nav ul li ul {
    left: 0px;
  }
}

@media (max-width: 1000px) {
  header .custom-logo {
    width: 166px!important;
  }

  .header-right .header-social, .header-right .button-container {
    width: 200px;
  }

  .header-right .donateCTA {
    width: 200px;
  }

  .header-left p, .header-left p a, .header-right p {
    font-size: 20px;
    line-height: 25px;
  }

  .header-left p.open-times {
    font-size: 13px;
  }

  .hamburger {
    display: inline-block;
    height: auto;
    padding: 12px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    width: 100%;
  }

  .hamburger-inner {
    width: 100px;
    margin: 0 auto;
  }

  .hamburger p {
    font-family: 'gothamroundedbold', Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 19px;
    text-transform: uppercase;
    display: inline;
    padding-right: 10px;
  }

  .hamburger .line-container {
    width: 25px;
    display: inline-block;
  }

  .hamburger .line {
    background: #1A1A1A;
    display: block;
    height: 3px;
    margin: 3px 0 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 24px;
    border-radius: 3px;
  }

  .hamburger:hover {
    cursor: pointer;
  }

  header .mainnav .sub-menu li, header .mainnav .sub-menu li:hover {
    width: 100%;
  }

  header nav ul li ul {
    width: 100%;
    position: static;
    top: 0;
    padding: 0;
    overflow: hidden;
    height: 0;
    margin: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;

  }

  .menu-item-has-children a.is-active ~ .sub-menu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }

  header .menu-item-has-children:after {
    display: none;
  }

  header nav li:hover>ul, header nav li>ul {
    display: block !important;
  }

  .mainnav > ul > li {
    margin-left: 0 !important;
  }

  header .mainnav .sub-menu li {
    padding: 0;
  }

  header nav {
    position: static;
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  header nav ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    height: auto;
  }

  header nav li a:after {
    content: none;
  }

  header nav ul.is-active {
    display: block;
  }

  header nav ul li, header nav .nav-home {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  header nav ul li:last-child {
    border-bottom: none;
  }

  header .menu-item a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }

  .section-header {
    background-image: url('/wp-content/uploads/2020/05/homepage-header-mid-2.jpg') !important;
  }

  .section-header {
    padding: 60px 20px !important;
  }

  .section-header .header-text {
    width: 50%;
  }

  .section-help .button-left, .section-help .button-right {
    width: 100%;
    padding: 0px 0px;
    float: left;
  }

  .section-help .button-left {
    padding: 0px 0px 20px 0px;
  }

  .section-services .services-container .wp-block-column {
    height: 270px;
    padding: 0px 15px;
  }

  .page-header, .blog-header {
    padding-top: 50px;
  }

  .footer-one, .footer-two, .footer-three, .footer-four {
    width: 100%;
  }

  .footer-one img {
    display: block;
    margin: 0 auto;
  }

  .footer-one p {
    text-align: center;
  }

  .footer-two p, .footer-three p {
    text-align: center;
  }

  .footer-social {
    float: none;
    margin: 0 auto 30px;
    max-width: 200px;
  }

  .footer-social .footer-facebook, .footer-social .footer-twitter, .footer-social .footer-instagram {
    margin: 0px 15px;
  }

  .footer-links .block {
    display: block;
  }

  .footer-links .vanish {
    display: none;
  }


}

@media (max-width: 781px) {

  .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 0;
  }

  .column-vanish {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-blocks .column-left, .section-blocks .column-right {
    margin: 0px;
  }

  .section-services .services-container .wp-block-column {
    width: 50%;
  }

  .section-team .wp-block-image img {
    max-width: 250px;
  }


}

@media (max-width: 700px) {

  header .header-top {
    height: 260px;
  }

  header .content-container {
    padding: 0;
  }

  header .header-right, header .header-left, header .logo-container, .header-right .header-links, .header-right .header-social, .header-right .button-container {
    width: 100%;
  }

  .header-right .donateCTA {
    width: 250px;
  }

  header .logo-container {
    position: absolute;
    top: 30px;
  }

  header .custom-logo {
    margin: 0 auto;
  }

  header .header-left {
    position: absolute;
    top: 100px;
    padding: 20px 20px;
  }

  .header-left p {
    text-align: center;
  }

  header .header-right {
    position: absolute;
    top: 190px;
  }

  .header-social {
    text-align: center;
  }

  .header-right .header-facebook, .header-right .header-twitter, .header-right .header-instagram {
    margin: 0 15px;
    font-size: 30px;
  }

  header .vanish {
    display: none;
  }

  .section-header {
    background-image: url('/wp-content/uploads/2020/05/homepage-header-mobile-2.jpg') !important;
    background-position: top center !important;
    padding: 250px 20px 30px !important;
    height: auto;
  }

  .section-header .header-text {
    width: 100%;
  }

  .section-header h1 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .section-header p {
    font-size: 18px;
    text-align: center;
  }

  .section-header .button-purple {
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    float: none;
  }

  .section-help .button {
    font-size: 16px;
  }

  .section-help .button .yes-font {
    font-size: 24px;
  }

  .page-header h1, .blog-header h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .blog-posts .column-half {
    width: 100%;
    padding: 0;
  }

  .column-primary, .column-secondary {
    width: 100%;
  }


}

@media (max-width: 650px) {
  .column-third {
    width: 50%;
  }

}

@media (max-width: 600px) {

  .onetoone-desktop, .training-desktop {
    display: none;
  }

  .onetoone-mobile, .training-mobile {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .contact-page .contact-name, .contact-page .contact-phone {
      width: 100%;
      float: left;
  }

}

@media (max-width: 570px) {

  .column-third {
    width: 100%;
  }

  .section-services .services-container .wp-block-column {
    width: 100%;
    height: auto;
    padding: 0px 15px 25px;
  }

  .section-services img {
    height: 40px;
  }

  .section-services h4 {
    font-size: 28px;
    line-height: 32px;
  }

  .section-services p {
    font-size: 13px;
    line-height: 18px;
  }

  .section-call .call-phone a {
    display: block;
  }

  .section-call .call-phone .vanish {
    display: none;
  }

  .page-header, .blog-header {
    padding-top: 30px;
    height: 180px;
    background-position: 30% !important;
  }

  .section-content {
    padding: 30px 20px !important;
  }

}

@media (max-width: 450px) {

  .footer-two .widget {
    width: 100%;
  }

  .footer-links p {
    font-size: 13px;
  }

}

/* Responsive Styles End */

/* Google captcha */
.grecaptcha-badge {opacity:0}
/* Google captcha end */