/*
    Theme Name: Keshet themes 2019
    Theme URI: https://www.keshetonline.org/
    Description: Custom WordPress Theme
    Version: 1.0.0
    Author: Dinkuminteractive
    Author URI: https://www.dinkuminteractive.com/
*/
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*image styling*/
.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%;
    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 .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
/*comment styling*/
/*comment*/
#comment-section p{
    margin-bottom: 10px;
}
#comment-section p label {
    display: block;
    font-size: 14px;
}
#comment-section p#form-allowed-tags{
    display: none;
}
#comment-section form#commentform input[type="text"],
#comment-section form#commentform textarea {
  background: #f6f6f6;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.12);
  height: auto;
  letter-spacing: 1px;
  outline: none;
  padding: 0 8px;
}
#comment-section form#commentform input[type="text"]{
  width: 30%;
}
#comment-section form#commentform textarea{
    padding: 10px;
    width: 60%;
    height: 120px;
}
#comment-section form#commentform input[type="text"]:focus,
#comment-section form#commentform textarea:focus{
  background: #eef7fc;
  border: 1px solid #75b1d9;
  box-shadow: none;
}
#comment-section h3 {
    margin: 0 0 20px;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
#comment-section ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#comment-section ul li:last-child{
    border: none;
}
#comment-section ul {
    padding: 0;
    margin: 0;
}
#comment-section figure{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 12px;
}
#comment-section figure img{
    max-width: 100%;
    height: auto;
}
#comment-section .comment-detail{
    float: left;
}
#comment-section .comment-meta cite{
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
}
#comment-section .comment-meta a{
    font-weight: normal;
    color: #ccc;
}
#respond{
    margin-top: 30px;
}
#comment-section ul li.depth-2 {
  margin-left: 50px;
}

/*------------------------------------*\
    Cascading style
\*------------------------------------*/
/*-homepage*/
.mainslider__item .content{
    display: flex;
}
.mainslider__item .content h3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: initial;
}
@media screen and (max-width: 992px){
    .mainslider__item .content h3{
        left: 27%;
        padding-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media screen and (max-width: 767px){
    .mainslider__item .content h3{
        left: 27%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home .mainslider__item .content h3 {
        left: 0;
        text-align: center;
    }
}
@media screen and (max-width: 360px){
    .home .mainslider__item .content h3 {
        font-size: 24px;
    }
}
.wrp-itemupcoming__item .titleevent span a {
    color: #333;
    line-height: 24px;
}
.wrp-itemupcoming__item .titleevent span a:hover{
    text-decoration: none;
}
.wrp-itemupcoming__item{
    border-bottom: #d9d9d9 solid 1px;
}
@media screen and (max-width: 767px) {
    .wrp-ourwork .contentourwork__item .imgwrp a img{
        width: 100%;
    }
}
.wrp-comment__content .contenttxt::after{
    display: none;
}
@media screen and (min-width: 62em){
    .contentfeatured__item .imgwrp {
        margin-right: 4.5rem;
    }
}
.contentfeatured__item--text{
    max-width: 400px;
}
.title--feature{
    margin-top: 5px;
}
@media screen and (min-width: 767px) {
    .title--feature{
        line-height: normal;
    }
}

/*-taxonomy*/
.card-niple__ico,
.filter-result__ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}
.filter-list__area .wpas-field {
    display: inline-block;
    width: 190px;
    margin-right: 15px;
    font-family: "LL Akkurat Regular Sub", 'Akkurat', arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.filter-list select {
    border-radius: 0;
    height: 1.9rem;
    line-height: initial;
}
.filter-list__area li:last-child{
    top: 0;
}
.filter-result__ico{
    vertical-align: top;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
@media (max-width: 767px){
    .filter-result__date {
        width: 100%;
        text-align: left;
    }
}
.field-hidden {
    position: absolute;
    left: -9999px;
}
#res-title {
    width: 240px;
}
#res-title input[type="text"]{
    display: block;
    font-size: 14px;
    border-radius: 0;
    padding: 0.225rem 0.75rem;
}
#res-submit,
#filter-reset {
    vertical-align: top;
    width: auto;
}

#res-submit a.btn{
    padding: 0.125rem 0.75rem;
    font-size: 14px;
}
/* Loading */
.filter-wrapper{
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 200px;
}
.spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 25%;
    z-index: 9;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@media screen and (max-width: 767px) {
    .spinner-container {
        padding-top: 75%;
    }
}
.spinner-container.active {
    opacity: 1;
    visibility: visible;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}


/*-single resources*/
.rsc-content__main,
.rsc-content{
    font-family: "LL Akkurat Regular Sub", 'Akkurat', arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.rsc-content__main blockquote,
.rsc-content__main blockquote p,
.rsc-content blockquote,
.rsc-content blockquote p{
    font-size: 31px !important;
    color: #f52880 !important;
    max-width: 380px;
    line-height: 39px !important;
    float: right;
    margin: 15px;
}
.rsc-content__main blockquote > p,
.rsc-content blockquote > p{
    margin: 0;
}
p.black-center{
    width: 70%;
    margin: 2em auto;
}
.tag.current-tag span {
    font-family: "LL Akkurat Regular Sub", 'Akkurat', arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    line-height: 3;
    margin-right: 15px;
}
.tag.current-tag span a{
    border: 2px solid transparent;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 15px;
    font-family: "LL Akkurat Bold Sub", 'AkkuratBold', arial, sans-serif;
    padding: 10px 25px;
    color: #ffffff;
    background: #000000;
    text-decoration: none;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    cursor: pointer;
}
.tag.current-tag span a:hover,
.tag.current-tag span a:focus{
    text-decoration: none;
    background: #f52880;
    color: #ffffff;
}
/*-event detail*/
.sponsor-logo figure img{
    max-width: 175px;
}
.co-sponsors{
    color: #f52880;
    font-family: "LL Akkurat Bold Sub", 'AkkuratBold', arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.heading-intro a.link-back{
    position: relative;
    margin-left: 17px;
    display: block;
    margin-bottom: 20px;
}
.link-back:before {
    right: initial;
    left: -18px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.link-back:hover:before{
    left: -21px;
}

/*-misc event*/
.wrp-itemupcoming__item p,
.sponsored-detail p,
.sponsoring-text{
    font-family: "LL Akkurat Bold Sub", 'AkkuratBold', arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #6C6C6C;
    text-transform: none;
}
.sponsoring-text{
    font-size: 14px;
}

/*-blog and news listing*/
.blog-preview__wrapper .blog-preview:first-of-type {
    padding-top: 20px;
}
.blog-preview__date-inner{
    max-width: 74px;
    padding: 10px 5px;
}
.blog-preview__date-my{
    margin-bottom: 5px;
}
.blog-preview__main-content h4 a {
    color: #000000;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

/* equality guide template */
.page-template-template-equality-guide {}
.page-template-template-equality-guide .result-container{
    position: relative;
}
.page-template-template-equality-guide .result-item-pagination {
    margin-top: 40px;
}
.page-template-template-equality-guide .eg-item-links {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.page-template-template-equality-guide .eg-item-links a {
    position: absolute;
    right: 0px;
}
.page-template-template-equality-guide .eg-item-links .eg-item-view {
    top: 0px;
}
.page-template-template-equality-guide .filter-result .eg-item-details {
    display: none;
}
.page-template-template-equality-guide .filter-result.open .eg-item-details {
    display: block;
}
.page-template-template-equality-guide .filter-result.open .eg-item-links .eg-item-close {
    display: block;
}
.page-template-template-equality-guide .eg-item-links .eg-item-close {
    bottom: 0px;
    display: none;
}
.page-template-template-equality-guide .result-item-pagination .eg-pagination-model,
.page-template-template-equality-guide .result-item-pagination .eg-page-dots-model,
.page-template-template-equality-guide .result-item-pagination .eg-page-previous-model,
.page-template-template-equality-guide .result-item-pagination .eg-page-next-model,
.page-template-template-equality-guide .result-item-pagination .eg-pagination-selected-model {
    display: none;
}
.page-template-template-equality-guide .result-item-pagination .eg-pagination-item {
    /*display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;*/
}
.page-template-template-equality-guide .result-item-pagination .eg-pagination-item span {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.page-template-template-equality-guide .result-item-pagination .eg-pagination-item.selected {
    /*border: 2px dashed #000;*/
}

.page-template-template-equality-guide #label-search_location {
    line-height: 30px;
}
.page-template-template-equality-guide #input-search_location {
    width: 170px;
    display: inline-block;
}
.page-template-template-equality-guide #input-search_location::placeholder {
    font-size: 16px;
    font-style: italic;
}
.filter-list--alt ul li:last-child{
    top: initial;
    vertical-align: middle;
}
.filter-list--alt ul li:nth-child(3){
    top: initial;
}
.filter-list--alt ul li:nth-child(3) {
    width: 170px;
}
.filter-list--alt ul li:nth-child(4) {
    width: auto;
}
/*-header*/
@media screen and (max-width: 48em){
    #headerweb .container {
        max-width: none;
    }
}

/*-footer*/
.additional-logo-markup {
    padding-right: 10px;
}
.charity-logo,
.footbottom__left {
 display: inline-block;
 vertical-align: middle;
}
.charity-logo img{
    max-width: 100px;
}
.footbottom {
    padding: 15px 0;
}
@media (max-width: 767px){
    .footbottom__right {
        float: left;
        text-align: left;
    }
    .footbottom__right .socmed.socmed--foot,
    .footbottom__right .store,
    .charity-logo{
        width: 100%;
    }
    .charity-logo{
      margin-bottom: 10px
    }
    .additional-logo-markup {
        display: block;
        margin-bottom: 10px;
    }
    .footbottom__right .store{
        font-family: "LL Akkurat Bold Sub", 'AkkuratBold', arial, sans-serif;
    }
    .footbottom__left{
        font-size: 14px;
        font-weight: normal !important;
        font-family: "LL Akkurat Regular Sub", 'Akkurat', arial, sans-serif;
    }

}
@media screen and (max-width: 48em){
    .mobile-margin{
        margin-top: 0;
    }
}
/*------------------------------------*\
    WP style
\*------------------------------------*/
/*-default*/
a,
a:hover {
    color: #f52880
}
.loop-wrapper article{
    margin-bottom: 2.5em;
}
.pagination span,
.pagination a{
    font-size: 16px;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    font-size: 18px;
    line-height: 28px;
    background-color: #fff;
    font-family: "SharpSansNo1-Bold";
    text-transform: uppercase;
    color: #000000;
    border: none;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;

    height: 36px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 5px;
}
.pagination a:hover,
.pagination span.current{
    text-decoration: none;
    background: #f52880;
    color: #ffffff;
}
.pagination a.prev:hover,
.pagination a.next:hover{
    background: transparent;
    color: #f52880;
}
.pagination a.prev {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}
.pagination a svg:hover path {
    fill: #f52880; }

.pagination a svg path {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }
/*pagin fix*/

svg:not(:root) {
    overflow: visible;
}

.pagination span, .pagination a{
    width: auto !important;
    height: 36px !important;
    top: -3px;
}

.prev, .next {
    position: relative;
}

.pagination a.prev {
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.prev span, .next span{
    display: block !important;
    margin: 0 !important;
}

.prev svg{
    right: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.next svg{
    left: 0;
}

.prev svg, .next svg{
    position: absolute;
    z-index: 1;
    top: 14px;
}

.pagination a.prev span:hover, .pagination a.next span:hover{
    color: #f52880;
}

/*----GRAVITY FORM*/
.gform_wrapper{
    max-width: 60%
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label{
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: "LL Akkurat Regular Sub", 'Akkurat', arial, sans-serif;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    width: 100%;
    padding: 3px 10px !important;
    display: inline-block;
    vertical-align: middle;
    font-family: "LL Akkurat Regular Sub", 'Akkurat', arial, sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    height: 44px;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none !important;
}
.gform_wrapper .edd-value{
    padding: 12px 0px 12px 12px;
}
.gform_wrapper .edd-arrow::before{
    top: 14px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit]{
    display: inline-block !important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 14px !important;
    line-height: 1.5;
    background: #f52880;
    color: #ffffff;
    font-family: "LL Akkurat Regular Sub", 'Akkurat', arial, sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type=submit]:focus{
    background-color: white;
    border-color: #f52880;
    color: #f52880;
    outline: none;
}
body .gform_wrapper img.ui-datepicker-trigger{
    display: none;
}
.ui-datepicker{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2)!important;
}
.ui-datepicker-header{
    background-color: #F52780!important;
    text-shadow: none;
    border: none;
    color: #000;
}

.ui-datepicker-header select{
    background-color: #fff!important;
    color: #000!important;
    border: 0!important;
}

.ui-datepicker-month{
    margin: 5px 5px 6px 0px!important;
}

.ui-datepicker-year{
    margin: 5px 0px 6px 0px!important;
}

.ui-datepicker-calendar .ui-state-default{
    background: #F52780!important;
    box-shadow: none;
}

td.ui-datepicker-unselectable.ui-state-disabled{
    background-color: #F27499!important;
}

.ui-datepicker-calendar .ui-state-active{
    border: 1px solid transparent !important;
    box-shadow: none!important;
    background: #dbc1ac!important;
    margin: 0!important;
    text-shadow: none!important;
    color: #fff!important;
}
.ui-datepicker tbody td{
    border-color: #F27499 !important
}
.ui-datepicker td a, .ui-datepicker td span{
    text-shadow: none;
    color: #fff;
}
.gform_ajax_spinner {
    margin-left: 5px;
    border: 4px solid rgba(255, 255, 255, 0.1); /* match with border-left */
    border-left: 4px solid #f52880;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 25px;                    /* match with height for a circle */
    height: 25px;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#newsletter .gform_wrapper input{
    border: none !important;
    margin: 0;
}
#newsletter .gform_wrapper input[type="submit"]{
    border: 2px solid transparent !important;
    outline: none;
}
#newsletter .gform_wrapper input[type="submit"]:hover,
#newsletter .gform_wrapper input[type="submit"]:focus{
    border: 2px solid #f52880 !important;
    background: transparent;
    color: #fff;
    outline: none;
}
#newsletter .gform_wrapper .top_label .gfield_label,
#newsletetr .gform_wrapper legend.gfield_label{
    display: none;
}
#newsletter .gform_heading .gform_description{
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: "LL Akkurat Regular Sub", 'Akkurat', arial, sans-serif;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#newsletter .gform_wrapper .top_label div.ginput_container,
#newsletter .gform_wrapper .gform_heading,
#newsletter .gform_wrapper .gform_footer{
    margin: 0 !important;
}
#newsletter .gform_wrapper .gform_footer{
    padding: 10px 0px !important;
}
#newsletter .gfield{
    display: inline-block !important;
    margin: 0 !important;
    padding-right: 10px !important;
}
#newsletter .gfield#field_2_1{
    width: 66.666667%;
}
#newsletter .gfield#field_2_2{
    width: 33.333333%;
}
#newsletter .gfield:last-child {
    padding-right: 0!important;
}
/*validation message*/
.gform_wrapper ol.validation_list,
.gform_wrapper ul.validation_list{
    margin-left: -20px;
}
.gform_wrapper ol.validation_list li:before,
.gform_wrapper ul.validation_list li:before{
    display: none !important;
}
.gform_wrapper ol.validation_list li,
.gform_wrapper ul.validation_list li,
.gform_wrapper ol.validation_list li a,
.gform_wrapper ul.validation_list li a{
    font-size: 14px;
    color: #fec552 !important;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio{
    color: #000 !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: border-box;
}
.gform_wrapper .validation_message,
.gform_wrapper ol.validation_list{
    color: #fec552 !important;
    font-weight: normal !important;
}
.gform_wrapper div.validation_error{
    color: #fec552 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
    border: none !important;
    padding: 0 !important;
    clear: both;
    width: 100%;
    text-align: left !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea,
#newsletter .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#newsletter .gform_wrapper li.gfield_error textarea{
    border: 2px solid #fec552 !important;
}
#newsletter .gform_wrapper .field_description_below .gfield_description{
   position: absolute;
    padding: 0;
    margin: 3px 0 0;
}
#newsletter .gform_wrapper.gform_validation_error .gform_body{
    padding-bottom: 20px;
}
#newsletter .gform_wrapper ol.validation_list{
    display: none;
}

/*additioanal aat*/
.pagination span.next, .pagination a.prev {
    width: auto;
    height: auto;
}

/*WEB ACCESSIBILITY REWRITE AND CASCADE STYLE*/
.mainslider__item .content h1 {
  position: relative;
  z-index: 2;
  text-align: right;
  padding-right: 50px;
  color: #000000;
  position: absolute;
  bottom: 40px;
  font-weight: bold;
  font-size: 32px;
  left: 30%; }

@media screen and (min-width: 62em) {
  .mainslider__item .content h1 {
    font-size: 34px;
    line-height: normal; } }

@media screen and (min-width: 62em) {
  .mainslider__item .content h1 {
    max-width: 325px; } }

.wrp-itemupcoming__item h3 {
  color: #f52880;
  font-size: 23px;
  font-family: "LL Akkurat Bold Sub", 'AkkuratBold', arial, sans-serif; }

.wrp-itemupcoming__item h4 {
  font-family: "LL Akkurat Bold Sub", 'AkkuratBold', arial, sans-serif;
  margin-bottom: 0.5rem;
  display: inline-block; }
.btn {
    background-color: #f52880;
}

/*missing style in main.css*/

.btn{
    font-family: "LL Akkurat Regular Sub", 'Akkurat', arial, sans-serif !important;
    text-transform: uppercase;
}

#headerweb .btn{
    font-size: 14px !important;
}

.gform_button{
    font-size: 14px !important;
}

/*  */
.mainmenu ul li a:before{
    /* background: url(../images/pink_slash_nav.svg) no-repeat !important; */
}

/*  */
.edd-arrow::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 0.4em solid transparent !important;
    border-right: 0.4em solid transparent !important;
    border-top: 0.7em solid #fff !important;
    top: 10px !important;
    right: 8px !important;
}

/*  */
.inner-page h2{
  margin-top: 35px;
}
/*  */
.rsc__date{
  font-size: 18px !important;
}
/*  */
.inner-page h3{
    padding-top: 25px;
}

/*community-event*/
.community-event-form .gform_wrapper .top_label .gfield_label,
.community-event-form .gform_wrapper legend.gfield_label {
    color: #f52880;
}
.community-event-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
    color: rgba(0,0,0,.5);
}
.community-event-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.community-event-form .gform_wrapper textarea ,
.community-event-form .edd-root .edd-head,
.community-event-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.community-event-form .gform_wrapper li.gfield_error textarea {
    border: 2px solid #000 !important;
}
.community-event-form .gform_wrapper .edd-arrow::before {
    top: 15px !important;
}
.community-event-form .gform_wrapper .gfield_radio label:before {
    content: '';
    border: 1px solid #cccccc;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 8px;
    left: 1px;
    background: #ffffff;
    border-radius: 50%;

}
.community-event-form .gform_wrapper .gfield_radio input {
    opacity: 0;
}
.community-event-form .gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
    border: 2px solid #f52880;
}
.community-event-form .gform_wrapper .gfield_radio input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: #f52880;
    border-radius: 50%;
}
.community-event-form .gform_wrapper .validation_message,
.community-event-form .gform_wrapper ol.validation_list {
    color: #009ad9 !important;
    font-weight: 700 !important;
}
.community-event-form .gform_wrapper div.validation_error,
.community-event-form .gform_wrapper ol.validation_list li,
.community-event-form .gform_wrapper ul.validation_list li,
.community-event-form .gform_wrapper ol.validation_list li a,
.community-event-form .gform_wrapper ul.validation_list li a {
    color: #009ad9 !important;
    font-weight: bold !important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    a[href]:after { display:none; }
    pre,blockquote {
        border:none !important;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
    .footbottom {
        max-width: 90%;
        margin: 0 auto;
    }
    .mobilemenuval,
    .main-src__label,
    .mobilemenuval a.btn,
    .print-none,
    .charity-logo {
        display: none !important;
    }
}

/*------------------------------------*\
    PARTNER LOGOS
\*------------------------------------*/

.partner-logo-header {
  text-align: center;
}

.partner-logos {
  padding: 0px 20px;
  margin: 20px auto;
  max-width: 750px;
  text-align: center;
}

.partner-logos li {
  display: inline-block;
  width: 175px;
  max-width: 50%;
  padding: 20px;
}

.partner-logos li::before {
  content: '';
  display: none;
}

.partner-logos img {
  width: 100%;
  height: auto;
}
