/*
Theme Name: Chelsea
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
img.emoji {min-width: 25px !important;}
.tribe-week-grid-block{
  height:240px !important;
}
.tribe-week-grid-block div {
  height: 120px !important;
}
.tribe-week-grid-hours div{
  height:240px !important;
}
.tribe-grid-content-wrap > div > div{
  background-color: #fff !important;
}
.page-crumbs span > span > span {
    color: #bbbdc0;
    font-size: 0.625em;
    padding-right: 8px;
    margin-right: 8px;
}
.gform_fields .gfield .ginput_complex span input + label {
    display: none;
}

.gform_footer .button-wrapper {
    position: relative;
    display: inline-block;
}

.gform_footer input[type="submit"] + svg {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    right: 13px;
    pointer-events: none;
}

.updates p + .gform_wrapper{
    display: inline-block;
    width: 48.5714285714%;
}

.updates .gform_footer {
    display: inline-block;
}

.updates .gform_body{
    width: 68.5714285714%;
    padding: 0 2.8571428571%;
    margin-right: 2.8571428571%;
    display:inline-block;
}

.pwcenters-form {
    margin-bottom: 50px;
}

.updates form .gform_body input[type="text"]{
    width:98%;

}
.updates form{
    width:100% !important;
}

.gform_footer input[type="submit"]:hover + svg *{
    fill:#006341;
}

.updates form .gform_body .gform_fields .gfield{
    margin-bottom: 0px;
}

.arrowlist.special {

}

.arrowlist.special li {
    position: relative;
}

.arrowlist.special li a + svg {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    left: 17.5%;
    -webkit-transition: fill 0.35s ease-in-out, left 0.35s ease-in-out;
    -moz-transition: fill 0.35s ease-in-out, left 0.35s ease-in-out;
    -o-transition: fill 0.35s ease-in-out, left 0.35s ease-in-out;
    transition: fill 0.35s ease-in-out, left 0.35s ease-in-out;
}
.arrowlist.special li svg * {
    -webkit-transition: fill 0.35s ease-in-out;
    -moz-transition: fill 0.35s ease-in-out;
    -o-transition: fill 0.35s ease-in-out;
    transition: fill 0.35s ease-in-out;
    fill: #58585b;
}

.arrowlist.special li a {
    left: 52px;
}

.container.sidebar-layout > div + div .box ul.arrowlist li:hover a + svg {
    left:calc(17.5% + 5px);
}

.container.sidebar-layout > div + div .box ul.arrowlist li:hover a + svg * {
    fill: white;
}

.promo-landing-lb .plb-content .plb-container{
	padding:4% !important;
}
.promo-landing-lb .plb-content .plb-container img{
	width:100%;
}
.wysiwyg .gform_wrapper .gform_body ul{
	padding:0;
}
.wysiwyg .gform_wrapper .gform_body ul li{
	padding:0;
	font-size:1em;

}

.wysiwyg ul li a:hover{
	background-color:#1c7cc1;
	color:white;
}
.wysiwyg .gform_wrapper .gform_body ul li label{
	font-size:1em;
}
.wysiwyg .gform_wrapper .gform_body ul li .gfield_radio li label{
	display:inline-block;
	margin-left:8px;
	font-size:1em;
}
.wysiwyg .gform_wrapper .gform_body ul li .gfield_radio li{
	float:left;
	width:15%;
}
.wysiwyg .gform_wrapper .gform_body ul li .gfield_checkbox li label{
	display:inline-block;
	padding:0 2.5%;
}
.wysiwyg .gform_wrapper .gform_body ul li .ginput_container:after{
	        content: ".";
    		visibility: hidden;
    		display: block;
    		height: 0;
    		clear: both;

}
.wysiwyg .gform_wrapper .gform_body ul li .ginput_container ul{
	margin-bottom:0;
}
.wysiwyg .gform_wrapper .gform_body ul li .ginput_container select{
	background:url('../png/selectarrow.png') no-repeat 98% #f1f1f2;
}
.wysiwyg .gform_wrapper .gform_body ul li .gfield_checkbox li {
	float:left;
	width:30%;
}
.wysiwyg .gform_wrapper .gform_body ul li:before{
	display:none;
}
@media (max-width:1200px){
    .updates p + .gform_wrapper{
        width:100%;
    }
}
@media (max-width:600px){
.wysiwyg .gform_wrapper .gform_body ul li .gfield_checkbox li {
	float:none;
	width:100%;
}
.wysiwyg .gform_wrapper .gform_body ul li .gfield_radio li{
	float:none;
	width:100%;
}

}
@media (max-width: 500px){
    .updates p + .gform_wrapper{
        width:100%;
    }
    .updates .gform_body{
        width:95%;
        padding:0 2.5%;
        margin:0;
    }
    .gform_footer .button-wrapper{
        width:95%;
    }
    .updates .gform_footer{
        width:100%;
    }
}

.wysiwyg img.aligncenter {
    margin: 0 auto;
    display: block;
}

/*
 * wysiwyg - header alterations
 * */
.wysiwyg h1 {
	font-size: 34px;
	font-weight: 300;
	background: none;
	color: #1d8dca;
	text-align: left;
	padding: 3% 0;
}

.wysiwyg h2 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.wysiwyg h3 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #58585b;
}

/* - Added for image responsiveness . #2177 - */
.wysiwyg img {
	min-width: 225px;
	width: calc(100% - 15em);
	height: auto;
}

.blog p a img {
	min-width: 245px;
	width: calc(100% - 20em);
	height: auto;
}

.blog ul li,
.blog ol li  {
	font-size: 1.1rem;
	margin: 0 5%;
	line-height: 2rem;
}
