body {
    font-family: 'Libre Baskerville', serif;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 40px;
    line-height: 46px;
    color: #444444;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 36px;
    line-height: 39px;
    color: #444444;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.comm_btn{
    height:60px;
    width:auto;
    display:inline-block;
    line-height:60px;
    background:#fff;
    border:0;
    font-size:18px;
    border-radius:30px;
    color:#000;
    text-align:center;
    padding:0 45px;
}
input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
.entry-title {
    display: none;
}
a.btn,
input[type='submit'] {
    padding: 20px 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #277b3e;
    background: transparent;
    border: 2px solid #277b3e;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Raleway', sans-serif !important;
}
.head_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 100px;
    box-sizing:border-box;
}
/* a.btn:hover{
    background: #277b3e;
    color: #fff;
} */
.container {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto !important;
    padding: 0;
}

ul,
ul li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu-toggle,
.menu-scroll-down {
    display: none;
}
/** header css starts **/
header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}
header .formob,
.site-info {
    display: none;
}
.desktopmenu {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.mobilemenu {
    display: none;
}
header .tophead {
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
}
header .custom-logo-link img {
    max-width: 162px;
    width: 100%;
    height: auto;
}
header .head_container.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9;
    -webkit-box-shadow: -2px 5px 7px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: -2px 5px 7px 0px rgba(0,0,0,0.13);
    box-shadow: -2px 5px 7px 0px rgba(0,0,0,0.13);
}
header .logosec {
    max-width: 200px;
    display: inline-block;
    margin: 13px 0 13px 0px;
    padding: 0;
    width: 100%;
}
header .continfo {
    float: right;
    width: auto;
}
header .continfo nav#site-navigation {
    float: left;
}
header .desktopmenu ul li {
    float: left;
    margin-right: 50px;
    position:relative;
    line-height: 100px;
}
header .desktopmenu ul li.current-menu-item a{
    color:#1596d2;
}
header .desktopmenu ul li a {
    float: left;
    color: #000000;
    font-size: 16px;
}
header .desktopmenu a.searchsite img{
    width: 25px;
    height: 25px;
}
header .desktopmenu .donate_btn{
    background: #ec008c;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: 0;
    margin-top: 23px;
    padding: 19px 60px;
    border-radius: 35px;
    cursor: pointer;
    float:left;
    outline: none;
}
.ticket_btn{
    background: #ec008c;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: 0;
    margin-top: 15px;
    padding: 15px 40px;
    border-radius: 35px;
    cursor: pointer;
    float:left;
    outline: none;
    font-family: 'Libre Baskerville', serif;
}
header .head_top{
    width:100%;
    position:relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background:#222328;
    height: 50px;
}
header .head_top .top-header{
    width: 100%;
    margin: 0 auto;
    padding:0 100px;
    box-sizing:border-box;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}
header .head_top .top-header .topcontact a,header .head_top .top-header .topsocial p{
    float: left;
    color: #fff;
    font-size: 14px;
    margin-right: 25px;
}
header .head_top .top-header .topsocial p{
    margin-right:10px;
    margin-top: 17px;
}
header .head_top .top-header .topcontact a img{
    width: 20px;
    float: left;
    margin: 15px 12px 0 0;
}
header .head_top .top-header .topsocial p,header .head_top .top-header .topsocial p a{
    float: left;
    color: #fff;
    line-height: normal;
}
header .head_top .top-header .topsocial a{
   margin-right:12px;
}
header .head_top .top-header .topsocial a:last-child{
margin-right:0;
}
header .head_top .top-header .topsocial a i.fab{
    color: #fff;
}
header button.dropdown-toggle,header svg.icon.icon-angle-down{
    display: none;
}
header ul.sub-menu{
    display: none;
}
header .desktopmenu ul li:hover ul.sub-menu{
    display: block;
    position: absolute;
    background: #222328;
    width: 200px;
    /*min-height: 180px;*/
    padding:15px;
    box-sizing:border-box;
    top:70px;
}
header .desktopmenu ul li:hover ul.sub-menu li{
    font-size: 16px;
    color: #fff;
    text-align: left;
    float: none;
    width: 100%;
    margin: 0;
    line-height:normal;
}
header .desktopmenu ul li:hover ul.sub-menu li a{
    width:100%;
    color:#fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    padding-top: 12px;
}
header .desktopmenu ul li:hover ul.sub-menu li a:hover{
    color:#1596d2;
}
/** Footer css starts **/
footer{
    background:#222328;
    position:relative;
    margin:0;
    padding:0;
    box-sizing:border-box;
}
footer h3{
    font-size:24px;
    color:#fff;
    margin:0 0 25px 0;
    padding:0;
    font-style:italic;
}
footer .foot_container{
    max-width:1200px;
    margin:0 auto;
    padding:70px 0;
    position:relative;
}
footer .mainfooter {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
footer .mainfooter .footer3 p,footer .mainfooter .footer3 a{
    margin:0;
    font-size:14px;
    line-height:18px;
    color:#fff;
}
footer .mainfooter .footer3 a{
    line-height:28px;
}
footer .foot_container .foot-logo{
    max-width:235px;
    margin-top:175px;
    float:right;
}
footer .mainfooter .footer3 input[type="email"]{
    height:45px;
    width:100%;
    max-width:290px;
    background:#fff;
    border:0;
    float:left;
    font-size:14px;
    color:#000;
    padding:0 15px;
    box-sizing:border-box;
}
footer .mainfooter img.amazon_pay {
    margin-top: 10px;
}
footer .mainfooter .footer3:last-child{
    min-width:430px;
}
footer .mainfooter .footer3 input[type="submit"]{
    height:45px;
    width:100%;
    max-width:130px;
    background:#fff;
    border:0;
    float:right;
    font-size:14px;
    border-radius:30px;
    color:#000;
    text-align:center;
    padding:0;
}
footer .copyfoot {
    background: #fff;
    position: relative;
    font-size:14px;
    color:#000;
    font-style:italic;
    padding:17px 0;
}
footer .botfoot {
    max-width: 1200px;
    margin: 0 auto;
}
footer .copyfoot .textwidget.custom-html-widget {
    display: flex;
    justify-content: space-between;
}
footer .copyfoot .textwidget.custom-html-widget a{
    color:#000;
}
footer .copyfoot .footer_social a{
    height: 26px;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    width: 26px;
    display: inline-block;
    text-align: center;
}
footer .copyfoot .footer_social a:last-child{
    margin-left:15px;
}
footer .copyfoot .footer_social i{
    font-size: 18px;
    position: relative;
    top: 3px;
}
footer .copyfoot .copyright,footer .copyfoot .footer_address{
    margin-top: 5px;
}
footer .wpcf7-form-control-wrap{
    float: left;
    width: auto;
    max-width: 300px
}
footer span.wpcf7-not-valid-tip{
    display: inline-block;
    clear: both;
    width: 100%;
}
footer div.wpcf7-validation-errors,footer div.wpcf7-acceptance-missing{
    display: inline-block !important;
    max-width:400px;
    color:#fff;
}
/** Footer css Ends **/

/** Homepage css starts **/
.home_banner{
    height:625px;
    width:100%;
    position:relative;
    margin:0;
    padding:0;
}
.home_banner h1{
    color:#fff;
    margin-top:195px;
    margin-bottom:60px;
    font-style:italic;
    font-weight:normal;
}
.forborder.wpb_column.vc_column_container.vc_col-sm-3,.forborder.wpb_column.vc_column_container.vc_col-sm-1\/5 {
    max-width: 220px;
    max-height: 220px;
    margin-right: 32.5px;
    text-align:center;
    position: relative;
    background: linear-gradient(to right, #ec008c, #1596d2,#5fa76a);
    padding: 3px;
}
.forborder.wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner,.forborder.wpb_column.vc_column_container.vc_col-sm-1\/5 .vc_column-inner{
    background:#fff;
}
.forborder.wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner h3,.forborder.wpb_column.vc_column_container.vc_col-sm-1\/5 .vc_column-inner h3{
    font-size:22px;
    color:#222328;
    font-style:italic;
    margin:20px 0 0 0;
    padding:0;
    text-align:center;
    font-weight:normal;
}
.forborder.wpb_column.vc_column_container.vc_col-sm-3:last-child,.forborder.wpb_column.vc_column_container.vc_col-sm-1\/5:last-child{
    margin-right:0;
}
.charity_work .forborder img{
    width:100%;
}
.forborder.wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner .onhover,.forborder.wpb_column.vc_column_container.vc_col-sm-1\/5 .vc_column-inner .onhover {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display:none;
}
.forborder.wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner:hover .onhover,.forborder.wpb_column.vc_column_container.vc_col-sm-1\/5 .vc_column-inner:hover .onhover{
    display:block;
    padding: 15px;
    box-sizing: border-box;
}
.imgbtn_product{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: 300px;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}
.forborder.wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner .onhover h3,.forborder.wpb_column.vc_column_container.vc_col-sm-1\/5 .vc_column-inner .onhover h3{
    color:#fff;
    font-size:22px;
    font-style:italic;
    margin:20px 0 0 0;
    padding:0;
}
.forborder.wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner .onhover p,.forborder.wpb_column.vc_column_container.vc_col-sm-1\/5 .vc_column-inner .onhover p{
    color:#fff;
    text-align:center;
    font-size:13px;
    width:100%;
    display:inline-block;
}
.forborder.wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner .onhover .comm_btn,.forborder.wpb_column.vc_column_container.vc_col-sm-1\/5 .vc_column-inner .onhover .comm_btn{
    margin-top:20px;
    height:45px;
    line-height:45px;
    padding:0 20px;
    font-family: 'Libre Baskerville', serif;
    cursor: pointer;
}
.middle_banner{
    height:700px;
    width:100%;
    position:relative;
    margin:0;
    padding:0;
}
.middle_banner .top_block h3{
    text-align:center;
    font-style:italic;
    color:#fff;
    font-size:32px;
    line-height:50px;
    text-align:center;
    font-weight:normal;
}
.middle_banner .white_div{
    height:250px;
    width:250px;
    border-radius:50%;
    background:#fff;
    text-align:center;
}
.middle_banner p{
    font-size:16px;
    color:#fff;
    text-align:center;
}
.middle_banner .white_div img{
    width:150px;
    margin-top: 50px;
}
.featured_sponser h3,.community_impact h3{
    color:#fff;
    font-size:40px;
    font-style:italic;
    margin:0;
    padding:0;
    text-align:center;
    font-weight:normal;
}
.featured_sponser .onemain_financial img{
    text-align:center;
}
img.hyundai{
    max-width:350px;
    display: block;
    margin: 0 auto 20px auto !important;
}
.featured_sponser .onemain_financial p{
    color:#fff;
    font-size:16px;
    line-height:27px;
    margin:0;
    padding:0;
}
.community_impact h3{
    color:#000;
}
.comm_impact h5{
    text-align:center;
    font-size:18px;
    color:#000;
    padding:0;
    line-height:auto;
    text-align:center;
}
.comm_impact .round_div{
    height:205px;
    width:205px;
    border-radius:50%;
    text-align: center;
    position: relative;
    background: linear-gradient(to right, #ec008c, #1596d2,#5fa76a);
    padding: 5px;
    margin:0 auto;
}
.comm_impact .round_div .back_white{
    background:#fff;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.comm_impact .round_div .back_white h1{
    font-size:60px;
    text-align:center;
    padding-top: 60px;
    font-style:italic;
}
.comm_impact .round_div .back_white h1 i {
    font-size:24px;
}
.home_bottom{
    height:725px;
    width:100%;
    position:relative;
    margin:0;
    padding:0;
}
.home_bottom .give_help{
    margin-top:430px;
}
.home_bottom .give_help h1,.home_bottom .give_help h3{
    font-size:40px;
    color:#fff;
    text-align:right;
    font-style:italic;
    font-weight:normal;
}
.home_bottom .give_help h3{
    font-size:32px;
}
/** Homepage css ends **/

/** About css starts **/
.about_cont h3{
    font-size:30px;
    color:#222328;
    margin:0;
    padding:0;
    font-style:italic;
    font-weight:normal;
}
.about_content h4{
    color:#222328;
    font-size:24px;
    font-style:italic;
}
.about_content p{
    color:#222328;
    font-size:14px;
    line-height:24px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
    border-color: transparent !important;
    background-color: #ebebeb !important;
    color: #222328 !important;
    font-size:24px !important;
    border-radius:0 !important;
    font-style:italic !important;
    padding: 27px 32px !important;
}
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a{
    border-radius:0 !important;
}
.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a{
    border-color: transparent !important;
    background-color: #5fa76a !important;
    color: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
    background:transparent !important;
    border-color:transparent !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body{
    padding-right:0 !important;
    padding-left:0 !important;
    padding-top:45px !important;
}
.staff_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.staff_list ul li{
    width:19.6%;
    margin-right:5px;
}
.staff_list ul li img{
    max-width:235px;
    width:100%;
    height:auto;
}
.staff_list ul li span.staff_name,.staff_list ul li span.staff_designation{
    width: 100%;
    display: inline-block;
    font-size:22px;
    font-style:italic;
    text-align:left;
    color:#222328;
}
.staff_list ul li span.staff_designation{
    font-size:16px;
    font-style:inherit;
    margin-bottom:40px !important;
}
.about_bottom{
    height:245px;
    width:100%;
    margin:0;
    padding:0;
}
.about_bottom.about_page{
    height: 230px;
}
.help_save {
    margin: 40px auto 0 auto;
    width: auto;
    max-width: 600px;
    display: block;
}
.help_save.beat_odds,.help_save.thank_women{
    width:765px;
    max-width: inherit;
    margin: 0px auto 0 auto;
}
.help_save.serve_comm{
    width:810px;
    max-width: inherit;
}
.help_save.donpage{
    max-width:100%;
}
.help_save h1,.help_save.donpage h1{
    font-size:40px;
    line-height: 56px;
    color:#fff;
    float:left;
    font-style:italic;
    font-weight:normal;
    margin-top: 0;
}
.help_save.donpage h1{
    float:none;
    text-align:center;
}
.help_save .comm_btn{
    background:#ec008c;
    color:#fff;
    text-transform:uppercase;
    margin-left:45px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
}
.help_save.beat_odds .comm_btn,.help_save.thank_women .comm_btn{
    background:#fff;
    color:#000;
    float: right;
    margin-top: 30px; 
}
/** About css ends **/

/** Contact css ends **/
.addbox {
    width: 460px;
    height: 290px;
    border-radius:4px;
    position:absolute;
    background: #5fa76a;
    top: 95px;
    left: 370px;
    z-index: 2;
}
.addbox h2 {
    font-size: 40px;
    margin: 70px 0 40px 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-style:italic;
}
.addbox p, .addbox a {
    font-size: 16px;
    margin: 0 0 15px 0;
    color: #fff;
    text-align: center;
}
.get_touch h3{
    text-align:center;
    font-size:40px;
    line-height:40px;
    margin:0;
    padding:0;
    color:#222328;
    font-style:italic;
}
.cont_form{
    width:785px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.cont_form .fulldiv{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.cont_form .fulldiv .halfdiv {
    min-width: 380px;
    width: 48%;
}
.cont_form .fulldiv .halfdiv input,.cont_form .fulldiv textarea{
    height: 43px;
    border: 1px solid #444444;
    font-size: 16px;
    color: #444444;
    border-radius: 3px;
    text-indent: 18px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
}
.cont_form .fulldiv textarea{
    height: 153px;
    padding-top: 15px;
}
.cont_form .fulldiv .wpcf7-form-control-wrap.message{
    width: 100%;
}
.cont_form .fulldiv .halfdiv input:focus{
    outline: none;
}
.cont_form input[type="submit"]{
    display: block;
    margin: 0 auto;
    background: #5fa76a;
    min-width:210px;
    border-radius:40px;
    color:#fff;
    height:60px;
    font-size:18px;
    outline:none;
    border:none;
}
div.wpcf7-response-output{
    max-width: 785px;
    margin: 0 auto 0 auto;
    font-size: 14px;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok{
    margin: 42px auto 0 auto;
    font-size: 14px;
    color:#fff;
}
div.wpcf7 .ajax-loader{
    display: block;
    margin: 20px auto 0 auto;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 2px solid #ffb81c;
    max-width: 775px;
    margin: 20px auto 0 auto;
}
.help_save.serve_comm .comm_btn{
    margin-top: 30px;
}
/**Contact css ends **/

/**Donations css starts **/
.title_donate h2{
    font-size:40px;
    line-height:40px;
    color:#222328;
    margin:0;
    padding:0;
    font-style:italic;
    font-weight:normal;
}
.donate_title h5{
    font-size:24px;
    line-height:36px;
    color:#222328;
    margin:0;
    padding:0;
    font-style:italic;
    font-weight:normal;
}
.image_cont{
    text-align:center;
}
.online_donation h3{
    font-size:30px;
    line-height:36px;
    color:#222328;
    margin:0;
    padding:0;
    font-style:italic;
    font-weight:normal;
}
.online_donation .honor_btn,.online_donation .memory_btn{
    float:left;
    font-size:16px;
    color:#fff;
    background:#1596d2;
    height:60px;
    line-height: 60px;
    border-radius:50px;
    font-family: 'Libre Baskerville', serif;
    cursor: pointer;
}
.online_donation .memory_btn{
    background:#5fa76a;
    margin-left:30px;
    float:none;
}
.online_donation p.note,.amazon_smile p.amazon_note{
    font-size:14px;
    line-height:24px;
    color:#222328;
    margin:45px 0 0 0;
    padding:0;
}
.online_donation ul li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #3366ff;
}
.online_donation ul li a{
    color: #3366ff;
}
.cash_cheque h3{
    float:left;
    font-size:30px;
    line-height:36px;
    color:#222328;
    margin:0 0 0 0;
    padding:0;
    font-style:italic;
    font-weight:normal;
}
.cash_cheque .download_btn{
    background:#ec008c;
    height:60px;
    line-height: 60px;
    border-radius:50px;
    color:#fff;
    width: 200px;
    margin-left: 0;
    margin-top: 15px;
    float: right;
}
.cash_cheque .cash_info{
    font-size:14px;
    line-height:24px;
    color:#222328;
    margin:25px 0 0 0;
    padding:0 0 35px 0;
    text-align:right;
    float: right;
}
.amazon_smile h3{
    font-size:30px;
    line-height:36px;
    color:#222328;
    margin:0;
    padding:0;
    font-style:italic;
    font-weight:normal;
}
.online_donation .stripeaction{
    float: left;
    padding: 1em 0;
    width: 100%;
}
.online_donation .stripeaction .asp_product_buy_button{
    float: left;
}
.online_donation .asp-thank-you-page-msg-wrap{
    background: none;
    border: none;
    margin: 0;
    padding: 20px;
}
.online_donation .asp-thank-you-page-msg-wrap h3{
    margin-bottom: 1em;
}
.online_donation .asp-thank-you-page-msg-wrap p{
    margin: 0;
    line-height: 40px;
}
.online_donation .asp-thank-you-page-msg-wrap p.asp-thank-you-page-productdist{display:none;}
.online_donation .asp-thank-you-page-msg-wrap p.asp-thank-you-page-qty.T-Shirt{display: none;}
.online_donation .asp-thank-you-page-msg-wrap p.asp-thank-you-page-productdist.T-Shirt{display:block;}

/**Donation Form **/
#product-1439 #payment-form .asp_product_custom_input_4 label {
    margin: 1em 0 .5em !important;
}
#product-1439 .asp_product_custom_input_4 input {
    display: none;
}

/**Donations css ends **/

/**Upcoming Events css starts **/
.event_head{
    background:url("https://work.theworkshore.com/cancerwellness/wp-content/uploads/2019/09/About-us_02.jpg") no-repeat center;
    background-size:cover;
    height:300px;
    width:100%;
    position:relative;
    margin:0;
    padding:0;
}
.event_head h1{
    color:#fff;
    padding-top:200px;
    font-style:italic;
    width:auto;
    float:left;
}
.event_head .search-box{
    float: right;
    width: auto;
    min-width: 470px;
    margin-top: 125px;
    position:relative;
}
.event_head .search-box input[type="search"]{
    height: 50px;
    max-width: 470px;
    width: 100%;
    border: 0;
    background: #fff;
    border-radius: 35px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #222328;
    font-style: italic;
    margin-top: 75px;
    float: right;
    outline:none;
}
.event_head .search-box::after{
    content:"";
    background:url("https://work.theworkshore.com/cancerwellness/wp-content/uploads/2019/09/search.svg") no-repeat center;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 90px;
}
.events_section{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:100%;
    padding:100px 0 50px 0;
}
.up_events{
    width:375px;
    height:auto;
    background:#ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:50px;
}
.up_events .up_image{
    width:375px;
    height:270px;
    position:relative;
    overflow:hidden;
    margin:0;
    padding:0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.up_events .up_image img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.up_events a{
    text-align:center;
    font-size:24px;
    color:#222328;
    font-style:italic;
    margin:0;
    padding: 25px 10px 40px 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}
.helpsave_life{
    background:url("https://work.theworkshore.com/cancerwellness/wp-content/uploads/2019/09/about_bottom_02.jpg") no-repeat center;
    background-size:cover;
    height:230px;
    width:100%;
    position:relative;
    margin:0;
    padding:0;
}
.helpsave_life .help_save{
    margin: 0 auto;
    width: auto;
    max-width: 600px;
    display: block;
    padding-top: 90px;
}
/**Upcoming Events css ends **/

/**Beat the odds css starts **/
.cash_cheque.casino_night h3 {
    margin: 0 0 30px 0;
    width: 100%;
}
.casino_night a.sponsor_btn.comm_btn{
    background:#1596d2;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    color: #fff;
    width: 250px;
    margin-bottom:45px;
}
.women_blue.page_banner::after{
    background: url(https://work.theworkshore.com/cancerwellness/wp-content/uploads/2019/10/Women-in-Blue-writing-under-dress-1.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 115px;
    content: "";
    top: 37px;
    height: 170px;
    width: 170px;
}
.cash_cheque .asp_product_buy_button{
    float: left;
    width: 100%;
}
/**Beat the odds css ends **/

/**Single Event css starts **/
.single_event{
    position:relative;
    margin:100px 0;
    padding:0;
}
.single_event h2{
    text-align:center;
    font-size:40px;
    color:#222328;
    font-style:italic;
    margin:0 0 50px 0;
    padding:0;
}
.single_event .gallery{
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap:   15px;
    -moz-column-count:    4;
    -moz-column-gap:      15px;
    column-count:         4;
    column-gap:           15px;
 }

 .single_event .gallery .gallery__img {
   /* Just in case there are inline attributes */
   width: 100% !important;
   height: auto !important;
   margin-bottom:15px;
 }
 .single-gallery .single-featured-image-header{
     display:none;
 }
/**Single Event css ends **/
.page_banner h1{
    color:#fff;
    margin-top:125px;
    margin-bottom:60px;
    font-style:italic;
    font-weight:normal;
}
@media (max-width: 1000px) {
.single_event .gallery{
    -webkit-column-count: 3;
    -webkit-column-gap:   15px;
    -moz-column-count:    3;
    -moz-column-gap:      15px;
    column-count:         3;
    column-gap:           15px;
    }
}
@media (max-width: 800px) {
.single_event .gallery{
    -webkit-column-count: 2;
    -webkit-column-gap:   15px;
    -moz-column-count:    2;
    -moz-column-gap:      15px;
    column-count:         2;
    column-gap:           15px;
    }
}
@media (max-width: 400px) {
.single_event .gallery{
    -webkit-column-count: 1;
    -webkit-column-gap:   0;
    -moz-column-count:    1;
    -moz-column-gap:      0;
    column-count:         1;
    column-gap:           0;
    }
}

.contact-us-form{
    display: flex;
    justify-content: center;
}

.contact-us-form .wpcf7-form div{
display:flex;
}

.contact-us-form input[type="text"]{
width: calc(100% - 15px);
    border: 1px solid #333;
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
}