/*
 Theme Name:   Shapely Child Theme
 description: >-
   A child theme of the Shapely theme that includes Club Champ project customization
 Author:       PGA
 Template:     shapely
 Version:      1.0.0

*/

p, span {
	font-weight: inherit;
}
a, a:hover{
  color: #007DBA;
}

.cmm4e.cmm4e-theme-default-menu-skin-461836 > .cmm4e-menu-item > .cmm4e-nav-link{
	font-family: "Roboto Condensed", Sans-serif;
}
.cmm4e-toggle,
.cmm4e-toggle:hover {
	background-color: transparent !important;
}

.footer-width-fixer .eae-pl-title a:before{
	content: "—";
	display: inline;
	color: #007DBA;
	font-size: 12px;
	margin-right: 10px;
}

.form-with-slider-labels .hs-form{
    display: flex;
    align-items: top;
    justify-content: space-around;
    flex-wrap: wrap;
}
.form-with-slider-labels .hbspt-form .hs-form-field,
.form-with-slider-labels .hbspt-form .hs-submit{
    width: 100%;
    margin-bottom: 10px;
}
@media (min-width: 768px){
    .form-with-slider-labels .hbspt-form .hs-form-field,
    .form-with-slider-labels .hbspt-form .hs-submit{
        padding: 0 5px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
.hbspt-form .hs-submit{
    padding-top: 14px!important;
}
.hs-form-required,
.required {
  padding: 0 0 0 5px;
  color: #C8C8C8;
}
 .hs-error-msgs {
  padding-left: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
.hs-error-msgs li {
  list-style-type: none;
}
.hs-error-msgs li label {
  color: #A94442 !important;
  margin-bottom: 0;
  font-size: 12px !important;
}

.hbspt-form .hs_submit .hs-button  {
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 700;
    background-color: #1F2A44;
    border-color: #1F2A44;
    border-radius: 4px !important;
    padding: 0px 20px 0px 20px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    max-width: 300px;
}
.hbspt-form .hs-form-field .hs-input {
    background: #E0E2E3;
    border-color: #E0E2E3;
    width: 100%;
    padding: 8px 16px;
    box-shadow: none;
    height: 36px;
    border-radius: 4px 4px 4px 4px;
}
label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.form-with-slider-labels .hbspt-form .hs-form-field:not([type='checkbox']) {
  margin: 15px 0;
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
}
.form-with-slider-labels .hbspt-form .hs-form-field:not([type='checkbox']) .inputs-list:not(.multi-container) {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  color: #999;
  font-size: 14px;
  padding: 3px 3px 0;
}
.form-with-slider-labels .hbspt-form .hs-form-field .multi-container{
	margin: 0;
	list-style: none;
}
.form-with-slider-labels .hbspt-form .hs-form-field .multi-container .hs-form-checkbox-display{
    width: 100%;
    display: flex;
    justify-content: flex-start;
	align-items: center;
}
.form-with-slider-labels .hbspt-form .hs-form-field .multi-container .hs-form-checkbox-display input{
    width: 30px;
    margin: 0;
}
/** .form-with-slider-labels .hbspt-form .hs-form-field > label {
    position: absolute;
	left: 20px;
	top: 10px;
}
.form-with-slider-labels .hbspt-form .hs-form-field.has-focus > label {
  animation-name: label-slide-up;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  top: -30px;
  color: #ffffff;
}
.form-with-slider-labels .hbspt-form .hs-form-field.not-focused > label {
  animation-name: label-slide-down;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  top: 5px;
}
.form-with-slider-labels .hbspt-form .hs-form-field.has-value > label {
  top: -30px;
  color: #fffff;
}
**/
.form-with-slider-labels .hbspt-form .hs-form-field .hs-error-msgs li label {
  top: 0;
  left: 0;
  position: relative;
}
.form-with-slider-labels .hbspt-form .hs-input {
  margin-bottom: 0;
}
.form-with-slider-labels .hbspt-form .hs-input.error {
  border: 1px solid #A94442;
}
.submitted-message p{
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}
@keyframes label-slide-up {
  0% {
    top: 5px;
  }
  100% {
    top: -30px;
  }
}
@keyframes label-slide-down {
  0% {
    top: -30px;
  }
  100% {
    top: 5px;
  }
}

footer{
	padding: 0;
}
.footer-links{
	padding: 0;
    margin: 0;
	list-style: none;
}
.footer-links li{
	margin-bottom: 10px;
}
.footer-links a{
	color: #1F2A44;
	font-family: "Nunito Sans", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
}

/* Colors */

.text-blue,
.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue h4,
.text-blue h5,
.text-blue h6,
.text-blue p,
.text-blue span,
.text-blue a{
	color: #007DBA !important;
}
.text-navy,
.text-navy h1,
.text-navy h2,
.text-navy h3,
.text-navy h4,
.text-navy h5,
.text-navy h6,
.text-navy p,
.text-navy span,
.text-navy a{
	color: #1F2A44 !important;
}
.text-light-gray,
.text-light-gray h1,
.text-light-gray h2,
.text-light-gray h3,
.text-light-gray h4,
.text-light-gray h5,
.text-light-gray h6,
.text-light-gray p,
.text-light-gray span,
.text-light-gray a{
	color: #c1c6c8 !important;
}
.text-gray,
.text-gray h1,
.text-gray h2,
.text-gray h3,
.text-gray h4,
.text-gray h5,
.text-gray h6,
.text-gray p,
.text-gray span,
.text-gray a{
	color: #97999B !important;
}
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a{
	color: #ffffff !important;
}

.bg-blue{
	background-color: #007DBA;
}
.bg-navy{
	background-color: #1F2A44;
}
.bg-light-gray{
	background-color: #c1c6c8;
}
.bg-gray{
	background-color: #97999B;
}
.bg-white{
	background-color: #ffffff;
}
.mb-0,
.mb-0 *{
	margin-bottom: 0!important;
}

.dropdown {
  position: relative;
}
.dropdown button {
	width: 100%;
}
.dropdown-content{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	width: 100%;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	max-height: 150px;
	overflow-y: scroll;
}

.dropdown-content a {
	display: block;
	width: 100%;
	padding: .5rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	text-transform: uppercase;
	z-index: 100;
}

.dropdown-content a:hover{
	text-decoration: none;
	background-color: #E0E2E3;
}

.dropdown-toggle{
	border-color: #1F2A44;
}
.slick-active + .slick-active {
	border-left: 1px solid #97999B;
}
.slick-track{
	display: flex;
}
.carousel-arrow:hover {
	text-decoration: none;
}

@media (max-width: 991px){
	.cmm4e.cmm4e-theme-default-menu-skin-461836 .cmm4e-sub-container{
		background: transparent;
	}
.cmm4e.cmm4e-theme-default-menu-skin-461836 .cmm4e-sub-container .cmm4e-menu-item > .cmm4e-nav-link, .cmm4e.cmm4e-theme-default-menu-skin-461836 .cmm4e-sub-container .cmm4e-menu-item > .menu-item-arrow, .cmm4e.cmm4e-theme-default-menu-skin-461836 .cmm4e-sub-container .cmm4e-menu-item > .cmm4e-item-toggle{
	color: #ffffff;
	}
.cmm4e.cmm4e-theme-default-menu-skin-461836 .cmm4e-sub-container .cmm4e-menu-item:hover > .cmm4e-nav-link, .cmm4e.cmm4e-theme-default-menu-skin-461836 .cmm4e-sub-container .cmm4e-menu-item:hover > .menu-item-arrow, .cmm4e.cmm4e-theme-default-menu-skin-461836 .cmm4e-sub-container .cmm4e-menu-item:hover > .cmm4e-item-toggle{
	  color: #ffffff;
	}
}
.post-template .site > .row,
.post-template-default .site > .row{
	max-width: 1024px;
    margin: 80px auto;
}
.shapely-related-posts .shapely-related-post-title a{
	font-size: 14px;
}


.form-column .hs-form{
	flex-direction: column;
}
.form-column{
	background-color: #007DBA;
	border-radius: 4px;
	padding: 16px;
}
.form-column label{
	color: #ffffff;
}

.form-column .hs-form .hs-input{
	margin-bottom: 12px;
}

.form-column .hs-form .hs-submit{
	padding-top: 0px;
}
.widget .widget-title{
	margin-bottom: 12px;
}

#wpt_widget-3_content.wptp_widget_content .wptp-tabs {
}
#wpt_widget-3_content.wptp-style-4.wptp_widget_content .tab_title.selected a, #wpt_widget-3_content.wptp-style-4.wptp_widget_content .wpt_acc_title.selected a{
	color: #007DBA !important;
}
#wpt_widget-3_content.wptp-style-4.wptp_widget_content .entry-title a:hover, #wpt_widget-3_content.wptp-style-4 .wptp_comment_meta a:hover, #wpt_widget-3_content.wptp-style-4.wptp_widget_content a:hover{
	color: #007DBA !important;
}
.post-content .post-meta li a{
	color: #007DBA;
}

.post-template .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.post-template-default .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding: 0px;
}
.post-content p,
.post-content figcaption{
	line-height: 1.5;
	font-size: 16px;
}


