/*
Theme Name: Power Wellness Core - DEL
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;}
#scheduleGXP .GXPLocation {display: block !important;}
.container.sidebar-layout > div + div .box ul.multloc li:last-child:hover span a,
.container.sidebar-layout > div + div .box ul.multloc li:last-child:hover span {
  color: #fff !important;
}

.box ul li:hover { background: #544587; }
.box ul li:hover a { color: #fff; }

.container.sidebar-layout > div + div .box ul.multloc li:nth-child(2) span {
  line-height: 2.5em;
}

.multloc li span div svg * {
  transition: all .1s !important;
}

.multloc li:hover span div svg * {fill: #fff !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, .gform_fields .gfield .ginput_complex span select + 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:#544587;
}

.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;
}

@media (max-width:1200px){
    .updates p + .gform_wrapper{
        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 h1 {
	font-size: 34px;
	font-weight: 300;
	background: none;
	color: #544785;
	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;
}

.wysiwyg ul li {
	letter-spacing: .03rem
}

/* - 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 .blog-item ul li {
	font-size: 1.1rem;
	margin: 0 5%;
	line-height: 2rem;
}

a {font-family: "Open Sans", sans-serif !important;}

/* links color */
.carrot {
    color: #00778A !important;
}

.carrot:hover {
    color: #009EB3 !important;
}

/* Buttons color */
.gform_footer input[type="submit"],
.blog-item a.button,
.header .container .nav > ul > li:last-child a,
.updates form input[type="submit"] {
    background-color: #00778A !important;
}

.gform_footer input[type="submit"]:hover,
a.button:hover,
.header .container .nav > ul > li:last-child a:hover,
.updates form input[type="submit"]:hover {
    color: #fff !important;
    background-color: #009EB3 !important;
}

.header .container .nav > ul > li:last-child a:last-child {
    background-color: #009ab3 !important;
}

.page-id-29099 .member {display: none !important;}

/* a.button svg *, a.button img * {fill: #00778A !important;} */
