/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



/* Text meant only for screen readers. */

.screen-reader-text {

	border: 0;

	clip: rect(1px, 1px, 1px, 1px);

	clip-path: inset(50%);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}



.screen-reader-text:focus {

	background-color: #eee;

	clip: auto !important;

	clip-path: none;

	color: #444;

	display: block;

	font-size: 1em;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

	/* Above WP toolbar. */

}

.page-id-29 .wst-team-block__row .team-card button{
	display:none;
}

.product-buttons{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 5rem 0;
}

@media screen and (max-width: 768px) {
  .product-buttons {
    flex-direction: column;
  }
  .product-buttons .theme-button.align-center {
    margin-bottom: 3rem;
}
}

.red{
	background-color: #c4333a;
}

.side-by-side{
	display: flex;
    justify-content: space-evenly;
    margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .side-by-side{
    flex-direction: column;
  }
}


/* Hide Yelp Review in WST Raitings Block for now - requested during training */
.wst-ratings-block .ratings-3-col .r-col.y-rating {
    display: none;
}

.wst-ratings-block .ratings-3-col {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.wst-ratings-block .ratings-3-col .r-col {
    width: auto;
}

/* End Hide Yelp styling */

/* Hide Additional Services dropdown in WST Services Block for now - requested during training */
.wst-services-block .services-inner .dropdowns-bottom {
    display: none;
}

.home .hero-content-right .radio-inline .ginput_container_radio .gfield_radio{
	width:100%;
}

.mobile-menu__middle .menu-container .menu .menu-item a, .mobile-menu__middle .menu-container .menu .menu-item .sub-menu .menu-item a{
	font-weight:300;
}

.cta, .dark a.cta, .dark .tinymce a.cta, .tinymce .dark a.cta {
    padding: .66em 1.9em;
    min-width: 24rem;
    font-size: 2.4rem;
}


#menu-item-9927 > a > span {
    background-color: white;
    color: #010833;
    border: 2px solid #c4333a;
}

#menu-item-9927 > a > span:hover {
    border: 2px solid white;
    background-color: #c4333a;
    color: white;
}

img.chamber-logo {
    max-width: 200px;
    padding-top: 4rem;
    display: flex;
}

@media screen and (max-width: 767px) {
img.chamber-logo {
    margin: auto;
    max-width: 150px;
    padding-top: 0rem;
	padding-bottom: 2rem
}
}

.page-id-10402 header.wst-header .announcement-bar.banner-active,
.page-id-10541 header.wst-header .announcement-bar.banner-active,
.page-id-10524 header.wst-header .announcement-bar.banner-active {
    display: none;
}

.post-content p{
	line-height:2;
	font-size: max(20px, 2.2rem);
	margin-bottom:3rem;
}

.gform_wrapper #gform_fields_3 .ginput_container_consent label{
	font-size:1.7rem!important;
}

.mobile{
	display:none;
}

@media screen and (max-width:500px){
	.desktop{
		display:none;
	}

	.mobile{
		display:block;
	}
}

.left-sticky-sidebar{
    position: sticky;
    top: 16rem;
	text-align:center;
}

.sidebar-column{
	padding-right: 2rem;
	max-width: 370px;
	order:1;
}

.content-column{
	order:2;
}

.post-content{
	display: flex;
}

@media only screen and (min-width: 768px) {
    #single-post .single-post-container .post-content .content-column{
        max-width: 700px;
        margin: 0 auto;
    }
}

.left-sticky-sidebar h3{
	text-align:center;
}

.single, .single .body-container, #single-post .single-post-container{
	overflow:unset!important;
}

@media only screen and (max-width:1024px){
	.sidebar-column{
		padding-right: 0;
		max-width: 700px;
		margin:0 auto;
	}
	.post-content{
		display: block;
	}
	.left-sticky-sidebar img{
		max-width:40rem;
	}
}

@media only screen and (max-width: 400px) {
    .left-sticky-sidebar img {
        max-width: 25rem;
    }
}

.left-sticky-sidebar .cta{
	color:#010833!important;
	background-color:#efefef!important;
}

.left-sticky-sidebar .cta:hover{
	color:white!important;
	background-color:#010833!important;
}

.page-id-3 .page-container, .page-id-10829 .page-container {
    margin: 2% 25%;
}

.page-id-10706 .announcement-bar{
	display:none!important;
}