/*** COLORS */
:root {
    --lsn-green: #33845a;
    --lsn-red: #ed1c24;
    --lsn-yellow: #ffc20e;
}

/* ------------------------------ GENERAL -------------------------------- */
.align-center {
    text-align: center;
}

.home-container {
    margin: 0 auto;
    padding: 0 40px;
}

.embed-video {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.embed-video::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.embed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.d-flex {
    display: flex;
}

.col-1-2 {
    width: 49%;
}

.clear {
    clear: both;
}

/** ----------------------------- BUTTONS -------------------------------- **/
.btn {
    text-align: center;
    font-size: 16px;
    font-weight: normal !important;
    padding: 5px 10px;
    text-decoration: none;
    outline: none;
    background-color: #ddd;
}

.btn-green {
    background-color: #00933F !important;
    color: #fff !important;
}

.btn-fullwidth {
    width: 100%;
    display: block;
}

.btn-medium {
    padding: 10px 20px;
    font-size: 20px;
}

.btn-large {
    padding: 10px 50px;
}

/** ------------------ STANDARD ON ALL INSTALLATIONS --------------------- **/

/** -------------------- TOP MENU ----------------------- **/
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a,
#top-menu a:hover {
    color: #006f3b;
}

.et_header_style_left #et-top-navigation nav #top-menu li.menu-button a {
    margin-bottom: 25px;
    padding: 8px 28px 10px 28px;
    background: #006f3b;
    border-radius: 3px;
    color: #ffffff !important;
    transition: .3s all ease-in;
}

/** ------------------ MENU FOR LOGGED IN ------------- **/
body.logged-in #top-menu .loggedout {
    display: none !important;
}

body:not(.logged-in) #top-menu .loggedin {
    display: none !important;
}

/** ------------------ HOME --------------------------- **/
.loginhere {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: -10%;
    font-size:16px;
}

.loginhere a {
    color: #fff;
    text-decoration: underline;
}

/*.page-template-home-page #top-menu,*/
.page-template-home-page h1,
.page-template-home-page h2,
.page-template-home-page h3 {
    font-family: 'Open Sans', Arial, sans-serif
}

/** ------------------ Fullwidth message --------------------------- **/
.fullwidth-message {
    padding: 20px;
    font-size: 20px;
}

.fullwidth-message .read-more {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

/** ------------------------- Videos ------------------------------- **/
.videos {
    display: flex;
    margin-top: 40px;
}

.mfp-wrap,
.mfp-bg {
    z-index: 100000;
}

.videos h3 {
    font-size: 20px;
    font-weight: bold;
}

.main-video {
    width: 70%;
    padding-right: 40px;
}

.videos .main-video h3 {
    margin-top: 20px;
    font-size: 45px;
}

.video-list {
    width: 30%;
}

.video-list .btn.btn-fullwidth {
    color: #00933F;
    background-color: #F2F2F2;
}

.video-item {
    display: flex;
    margin-bottom: 20px;
}

.video-item .embed-video {
    width: 45%;
    margin-right: 15px;
}

.videos .published {
    font-size: 13px;
    line-height: 1;
    color: #6B6A6F;
}

.videos .main-video .published {
    font-size: 17px;
}

.videos .video-header {
    line-height: 1;
    margin-bottom: 10px;
}

.videos .main-video .video-header {
    margin-bottom: 30px;
}

.videos .video-header a {
    font-weight: bold;
    color: #00933F;
}

/** ------------------------- Menu section ------------------------------- **/

.menu-section {
    margin: 30px 0 20px;
    padding: 40px 0;
}

.menu-section,
.menu-section h2,
.menu-section h3 {
    color: #fff;
}

.menu-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.menu-section .menu-items {
    display: flex;
    justify-content: space-between;
}

.menu-section .menu-items .menu-item {
    width: 24%;
    position: relative;
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-section .menu-items .menu-button {
    color: #fff;
    font-size: 24px;
    display: block;
    padding: 5px 0 0 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.menu-section .menu-items .menu-button img {
    width: 55px;
    margin-right: 5px;
}

.menu-section .menu-items .menu-button span {
    position: relative;
    bottom: 18px;
}

/** ------------------------- Children section ------------------------------- **/

.kids-section .title {
    position: relative;
    margin-bottom: 20px;
}

.kids-section .title:after {
    position: absolute;
    top: 40px;
    content: '';
    width: 100%;
    height: 50px;
    box-shadow: 0 15px 25px 0px rgba(244, 244, 244, 1);
}

.kids-section h2 {
    font-size: 40px;
}

.kids-section h2 img {
    display: inline-block;
    width: 90px;
    height: 90px;
}

.kids-section h2 span {
    position: relative;
    bottom: 30px;
}

.children-container {
    display: flex;
	flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 20px;
}

.et_pb_all_tabs .children-container {
	padding: 0;
}

.children-container .child {
    width: 15%;
    text-align: center;
	margin-right: 1.6%;
	margin-bottom: 20px;
}

.children-container .child:last-child{
	margin-right: 0;
}

.children-container .child img {
    border-radius: 100%;
}

.children-container .child .first-name {
    font-weight: bold;
    font-size: 20px;
    color: #04903D;
}

.children-container .child .age {
    color: #000;
}

/** --------------------------- Hero section --------------------------------- **/
.hero-section {
    margin: 30px 0 20px;
    padding: 40px 0;
}

.hero-section,
.about,
.hero-section h2,
.about h2 {
    color: #fff;
}

.hero-section h2,
.about h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.hero-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-columns .read-more {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    color: #fff;
}

/** ------------------------------ About ------------------------------------- **/

.page-template-home-page .about {
    margin: 0 0 20px;
    padding: 40px 0;
}

.page-template-home-page .about {
    text-align: center;
}

.page-template-home-page .about h2 {
    font-size: 26px;
    font-weight: bold;
}

.page-template-home-page .about p {
    font-style: italic;
    line-height: 1.4;
    width: 70%;
    margin: 0 auto 30px;
    font-size: 14px;
}

.page-template-home-page .about .read-more {
    padding: 5px 10px;
    transition: all .5s;
}

.page-template-home-page .about .read-more:hover {
    background-color: #DBA70C !important;
}

/** ------------------------------ Events ------------------------------------- **/

.top-slider {
    background-size: cover;
    min-height: 550px;
    text-align: center;
    position: relative;
}

.top-slider .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(53, 132, 89, 0.7);
    z-index: 1;
}

.top-slider .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    padding: 100px 50px;
    align-items: center;
    flex-direction: column;
}

.top-slider .content,
.top-slider .content h1 {
    color: #fff;
    line-height: 1.2;
}

.top-slider .content .d-flex {
    width: 100%;
}

.top-slider .content h1 {
    font-family: 'Walter Turncoat', handwriting, sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.top-slider .content .title {
    font-size: 50px;
    font-weight: 700;
}

.top-slider .content .d-flex {
	flex-wrap: wrap;
}

.top-slider .content .d-flex .go-to {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.top-slider .content .d-flex .learn-more {
    padding: 5px 10px;
    display: inline-block;
}

.top-slider .content .bottom-text {
    margin-top: 50px;
}

.top-slider .content .bottom-text a {
    color: #fff;
    text-decoration: underline;
}

/** ------------------------------ Events ------------------------------------- **/

.home-upcoming-events {
    margin: 50px auto !important;
}

.home-upcoming-events .col-1-2:first-child {
    padding-right: 25px;
    border-right: 1px solid #ccc;
}

.home-upcoming-events .float-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.home-upcoming-events .float-right a {
    font-size: 15px;
}

.home-upcoming-events .event-item,
.home-upcoming-events .post-item {
    align-items: center;
    margin-bottom: 15px;
}

.home-upcoming-events .event-item:last-child,
.home-upcoming-events .post-item:last-child {
    margin-bottom: 0;
}

.home-upcoming-events .event-item .col:last-child,
.home-upcoming-events .post-item .col:last-child {
    padding-left: 20px;
}

.home-upcoming-events .posts {
    padding-left: 30px;
}

.home-upcoming-events h3 {
    padding-bottom: 5px;
}

.home-upcoming-events h3 a {
    font-weight: bold;
    font-size: 20px;
    color: #04903D;
}

/** -------------------------- Little Saints Page---------------------------------- **/

.little-saints-template-default .left-sidebar {
    position: relative;
}


.little-saints-template-default .left-sidebar .name-avatar {
    position: absolute;
    width: 600px;
    top: -100px;
    display: flex;
}

.little-saints-template-default h1,
.little-saints-template-default h2,
.little-saints-template-default h3 {
    font-family: 'Open Sans', sans-serif;
}

.little-saints-template-default .name-avatar h1 {
    color: #fff;
    text-shadow: 0 0 10px #333;
    font-size: 34px;
    margin: 18px 0 0 18px;
}

#icon-button-1,
#icon-button-2 {
	display: inline-block;
	position: relative;
	background-size: contain !important;
	padding-left: 70px !important;
}

#icon-button-1{
	background: url('https://littlestnick.org/wp-content/uploads/sites/3/2020/03/icon-participate-button.png') left top no-repeat;
}

#icon-button-2{
	background: url('https://smiles.littlestnick.org/wp-content/uploads/sites/3/2020/03/icon-learn-more-button.png') left top no-repeat;
}

.little-saints-template-default h2.story {
    font-size: 20px;
    font-weight: bold;
}

.little-saints-template-default .menu-section {
    margin: 30px 0 30px 0;
    padding: 0;
}

.little-saints-template-default .menu-section .menu-items .menu-button {
    position: static;
    width: 32%;
}

.little-saints-template-default .left-sidebar .name-avatar img {
    border-radius: 100%;
    width: 150px;
	height: 150px;
}

.little-saints-template-default .stats {
	padding-left: 200px;
}

.little-saints-template-default .stats .stocking .title {
    font-weight: bold;
}

.little-saints-template-default .stats .score {
    font-weight: bold;
    font-size: 40px;
    color: #009443;
    margin: 10px 0 20px 30px;
}

.little-saints-template-default .stats .child-data {
    margin-top: 20px;
	display: flex;
}

.little-saints-template-default .stats .child-data strong {
	color: #009443;
}

.little-saints-template-default .stats .child-data > div {
	margin-right: 30px;
}

.little-saints-template-default .acf-url i {
    top: 14px;
}

.little-saints-template-default #commentform input[type=url] {
    width: 100%;
}

.little-saints-template-default .comment-body {
    padding: 0;
}

.little-saints-template-default .acf-gallery {
    height: 200px !important;
}

.little-saints-template-default .acf-gallery .acf-gallery-add {
    background-color: #009443;
    color: #fff;
    padding: 4px 10px;
    font-size: 15px;
}

.little-saints-template-default #respond #submit {
    background-color: #009443;
    color: #fff;
    padding: 6px 20px;
    border: none;
    cursor: pointer;
}

.little-saints-template-default .right-sidebar #comments {
    margin-bottom: 20px;
}

.little-saints-template-default .right-sidebar h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #009443;
}

.little-saints-template-default .right-sidebar .popup-gallery,
.little-saints-template-default .main-content .popup-gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.little-saints-template-default .right-sidebar .popup-gallery,
.little-saints-template-default .right-sidebar .empty-photos,
.little-saints-template-default .right-sidebar .empty-videos{
    margin-bottom: 20px;
}

.little-saints-template-default .right-sidebar .popup-gallery a,
.little-saints-template-default .main-content .popup-gallery a {
    display: inline-block;
    width: 32%;
}

.little-saints-template-default .video .popup-youtube {
    display: inline-block;
    position: relative;
}

.little-saints-template-default .video .popup-youtube:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: url(../images/icons/play-icon.png) no-repeat;
}

.little-saints-template-default .main-content #comments {
    border: 1px solid #E4E4E6;
}

.little-saints-template-default .main-content .comments-top-title {
    background-color: #F9F9F9;
    font-weight: bold;
    border: 1px solid #E4E4E6;
    border-bottom: 0;
    padding: 20px;
    margin-top: 30px;
    font-size: 18px;
}

.little-saints-template-default .main-content #respond,
.little-saints-template-default .main-content #reply-title{
    padding: 0;
}

.little-saints-template-default .main-content #comments .must-log-in{
    padding: 20px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin: 20px;
}

.little-saints-template-default .main-content #comments .acf-comment-fields{
    display: none;
}

.little-saints-template-default .main-content #comments .form-submit{
    float: right;
}

.little-saints-template-default .main-content #comments .comment-body {
    min-height: auto;
    margin: 0;
    padding: 0;
}

.little-saints-template-default .main-content #comments .comment-form {
    padding: 20px;
    overflow: hidden;
}

.little-saints-template-default .main-content #comments .comment-form textarea,
.little-saints-template-default .main-content #comments .acf-input input{
    background: none;
    border: 1px solid #E4E4E6;
}

.little-saints-template-default .main-content #comments .comment-list .comment {
    border-top: 1px solid #E4E4E6;
    display: flex;
    padding: 20px;
}

.little-saints-template-default .main-content #comments .comment-list .comment .avatar-wrap {
    margin-right: 15px;
    min-width: 40px;
}

.little-saints-template-default .main-content #comments .comment-list .comment .avatar-wrap img{
    border-radius: 100%;
}

.little-saints-template-default .main-content #comments .comment-list .comment .comment-time {
    color: #A6A7AB;
    font-size: 12px;
    line-height: 1;
    position: relative;
    bottom: 4px;
}

.little-saints-template-default .main-content #comments .comment-list .comment .author-name {
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
}

.little-saints-template-default .main-content #comments .comment-list .comment .comment-text {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-template-fullwidth .main-content{
    padding: 40px 0 30px;
}

.page-template-fullwidth .frm_style_formidable-style.with_frm_style input[type=text] {
    border-radius: 0;
    background: none;
}

.page-template-fullwidth .frm_style_formidable-style.with_frm_style .frm_submit button{
    border-radius: 0;
    background: #009443;
    color: #fff;
    border: none;
}

/** ------------------------------ Learn More ------------------------------------- **/

.learmore-section,
.participate-section {
    padding: 30px 0 50px;
}

.learmore-section h2,
.participate-section h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.learmore-section .text,
.participate-section .text {
    width: 70%;
    margin: 0 auto;
}

.learmore-section .learn-more,
.participate-section .learn-more {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 15px 10px 60px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px;
    display: inline-block;
}

/** ------------------------------ Learn More ------------------------------------- **/

.participate-section .text {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 40px;
}

.participate-section .learn-more {
    color: #fff;
    padding: 10px 15px 10px 70px;
}

.participate-section .d-flex {
    justify-content: space-between;
    margin-bottom: 30px;
}

.participate-section .d-flex h3 {
    font-family: 'Walter Turncoat', handwriting, sans-serif;
    font-size: 30px;
}

/** ------------------ EVENTS FEED SHORTCODE PLUGIN --------------------------- **/

ul.ecs-event-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

ul.ecs-event-list li.ecs-event {
    padding: 20px;
    border: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

ul.ecs-event-list li.ecs-event h4.entry-title.summary {
    font-size: 25px;
    color: #006f3b;
}

ul.ecs-event-list li.ecs-event p.ecs-excerpt {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
}

ul.ecs-event-list li.ecs-event span.duration.time {
    font-weight: bold;
    font-size: 16px;
}

/** -------------------- HOME PAGE SECTIONS --------------------------**/
.hospitals-list .et_pb_main_blurb_image {
    width: 100%;
    text-align: left;
}

.hospitals-list .et_pb_main_blurb_image img {
    max-width: 200px;
}

/** -------------------- EVENTS PAGES --------------------------**/
body.post-type-archive-tribe_events div#content-area div#sidebar,
body.post-type-archive-tribe_events div#main-content>.container:before {
    display: none;
}

body.post-type-archive-tribe_events div#content-area div#left-area {
    float: none;
    width: 100%;
    padding-right: 0;
}

#content-area table.tribe-events-calendar th {
    background: #d2d2d2;
}

/* ------------------------ LITTLE SAINTS ------------------- */
.littlesaint #content-area {
  padding-top: 50px;
}
/* ------------------------- DONATION -----------------------*/
div#option-select {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#option-select .option {
    background: linear-gradient(#fff, #e2e2e2);
    width: 120px;
    height: 120px;
    margin: 10px;
    font-weight: 700;
    line-height: 120px;
    padding: 0;
}

/** -------------------- WIDGET --------------------------**/
.widget_recent_entries ul li {
    padding: 12px;
    background-color: #dfdfdf;
    border: 1px #dcdcdc solid;
    font-size: 90%;
    line-height: 1.2em;
}

/** ------------------ FOOTER --------------------- **/
#footer-bottom .container {
    color: #cccccc;
}

/* change google plus icon to linked in
.et-social-google-plus a.icon:before {
    content: "\e09d";
}*/

/* change google plus icon to youtube */
.et-social-google-plus a.icon:before {
    content: "\e0d1";
}

.et-social-icon a {
    color: #cccccc;
    font-size: 20px;
}

.shareaholic-share_buttons {
    padding: 30px 0 0 0;
}

div#footer-widgets {
    padding: 30px 0;
}

#footer-widgets .footer-widget {
    margin-bottom: 0;
}

#footer-widgets ul#menu-footer-menu-1 {
    display: -webkit-inline-box;
}


#footer-widgets ul#menu-footer-menu-1 li.menu-item {
    padding-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
}

#footer-widgets ul#menu-footer-menu-1 li.menu-item:before {
    display: none;
}

@media only screen and (min-width: 981px) {

    ul.ecs-event-list li.ecs-event {
        margin: 20px;
        max-width: calc(33.33% - 40px);
    }
}

/* -------------------------- SMILES --------------------------- */

h2.basic-title {
    text-align: center;
}

h2.basic-title::after {
    content: '';
    display: block;
    width: 100px;
    margin: 20px auto;
    height: 2px;
    background-color: var(--lsn-yellow);
}


/* ---------------------------- ACCOUNT PAGE ------------------------------ */

.profile {
    display: flex;
    flex-wrap: wrap;
}

.profile .profile-image {
    flex-basis: 50%;
    padding-right: 30px;
}

.profile .profile-info {
    flex-basis: 50%;
}

.editform {
    transition: all .3s ease-in;
    heigh: auto;
    padding: 20px;
    overflow: hidden;
    border: 1px #ccc solid;
    width:100%;
}

.editform.hidden {
    height: 0;
    padding: 0;
    border: none;
}

.donations-counter .total_goal {
    font-size: 15px;
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: -10px;
    color: #357849;
}

.groupimage {
    max-width: 30%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.smilelinks {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.smilelinks.full {
    max-width: 100%;
}

.smilelinks.full a {
    flex-basis: 100%;
    margin: 8px 0 0 0;
}

.smilelinks a {
    font-size: 14px;
    text-transform: uppercase;
    color: #493600;
    background: #FFC216;
    padding: 4px 8px;
    flex-basis: 48%;
    margin: 1%;
    text-align: center;
    font-weight: bold;
}

.smilelinks a:hover {
    opacity: .8;
}

.search-results {
    display: flex;
    flex-wrap: wrap;
}

.search-results .individual {
    flex-basis: 31%;
    margin: 1%;
    height: 300px;
    background-size: cover;
    position: relative;
    background-position: center center;
}
.admin.search-results .individual {
  flex-basis: 48%;
  height:500px;

}
.search-results .individual .lowerbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.8) 100%);
    padding: 10px 0;
    text-align: center;
}

h2.searchhead {
  text-align: center;
    padding: 20px 0;
    background: #033d02;
    color: #ffffff;
}
h2.searchhead.topparticipate, .search-results.topparticipate {
  max-width: 360px;
  margin: 0 auto;
}
.search-results.topparticipate .individual {
  flex-basis:100%;
  margin: 0;
}
.randomimage {
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px #006f3b solid;
}

.randomimage .caption {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #006f3b;
    width: 100%;
    display: block;
}

.profile-description {
    display: flex;
    flex-wrap: wrap;
}

.profile-description .description-profile {
    flex-basis: 70%;
    padding-right:40px;
}

.profile-description .description-profile .desc {
    margin-bottom: 20px;
}

.profile-description .description-profile .desc ul {
    margin-left: 30px;
}
.profile-description .forthekids {
  flex-basis:30%;
}
.page-id-181 .shareaholic-canvas, .page-id-261 .shareaholic-canvas, .page-id-122 .shareaholic-canvas {
  display:none !important;
}
/* ----------------------------- Donations Counter ------------------------- */

.donations-counter {
    position: absolute;
    right: 0;
    top: 0;
    width: 36%;
    font-size: 20px;
    border: 1px green solid;
    padding: 25px;
}
.admin.search-results .donations-counter {
  position:relative;
  width:100%;
  font-size:16px;
  padding:15px;
}
.profile .donations-counter {
    width: 100%;
    position:relative;
}

.donations-counter .et_pb_counter_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-bottom: 8px;
}
.admin.search-results .donations-counter .et_pb_counter_title {
  font-size:18px;
}
.donations-counter .et_pb_counters span.et_pb_counter_amount_number {
    font-weight: bold;
    font-size: 18px;
    padding: 11px 10px;
}

/* ----------------------------- PARTICIPATION FORM ----------------------- */
.with_frm_style .large_buttons .frm_opt_container {
    display: flex;
    flex-wrap: wrap;
}

.with_frm_style .large_buttons .frm_opt_container .frm_radio {
    padding: 20px;
    border: 2px #006f3b solid;
    margin: 1%;
    flex-basis: 48%;
    transition: all .2s ease-in;
}

.with_frm_style .large_buttons .frm_opt_container [class^=frm_catlevel] {
    flex-basis: 31%;
}

.with_frm_style .large_buttons .frm_opt_container .frm_radio label {
    text-align: center;
    color: #006f3b;
    text-transform: uppercase;
    font-size: 24px;
    padding-left: 0;
    text-indent: 0;
    cursor: pointer;
    transition: all .2s ease-in;
}

.with_frm_style .large_buttons .frm_opt_container .frm_radio:hover,
.with_frm_style .large_buttons .frm_opt_container .frm_radio.selected {
    background: #006f3b;
}

.with_frm_style .large_buttons .frm_opt_container .frm_radio:hover>label,
.with_frm_style .large_buttons .frm_opt_container .frm_radio.selected label {
    color: #ffffff;
}

.with_frm_style .large_buttons .frm_opt_container .frm_radio label input {
    display: none;
}

.frm_style_formidable-style .frm_submit {
    text-align: right;
}

/* ---------------------------- CAMPAIGN ---------------------------------- */
.campaign .et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    background-color: rgba(53, 132, 89, 0.7);
}

.campaign .et_pb_counters .et_pb_counter_container {
    background-image: none;
}

.campaign .et_pb_counters .et_pb_counter_container {
    background-color: #dddddd;
}

.campaign .et_pb_counters .et_pb_counter_container:hover {
    background-color: #dddddd;
}

.campaign .et_pb_counters .et_pb_counter_amount {
    background-color: #006f3b;
}

.campaign .et_pb_counters .et_pb_counter_amount.overlay {
    color: #006f3b;
}

.campaign .et_pb_blurb .et-pb-icon {
    color: #006f3b;
}

.campaign .et_pb_text h1 {
    text-align: center
}

.campaign .et_pb_text h1 {
    text-align: center
}

.campaign .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container {
    max-width: 80%;
    margin: -50px auto 0 auto;
}

.campaign .et_pb_fullscreen .et_pb_fullwidth_header_container {
    width: 100%;
}

.campaign .et_pb_blurb_position_left .et_pb_blurb_content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.campaign .et_pb_column_1 .et_pb_blurb_position_left .et_pb_blurb_content .et_pb_main_blurb_image {
    flex-basis: 55%;
}

.campaign .et_pb_column_2 .et_pb_blurb_position_left .et_pb_blurb_content .et_pb_main_blurb_image {
    flex-basis: 35%;
}

.campaign .et_pb_blurb_position_left .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
    float: right;
    font-size: 60px;
}

.campaign .status-bar.et_pb_section {
    position: relative;
    background: transparent;
    padding:0;
}
.campaign .et_pb_section_10 {
  padding-top:0;
}
.campaign .et_pb_section_10 .et_pb_row_1{
  padding-top:40px;
}

.campaign .status-bar .et_pb_row {
  background: white;
  z-index: 999;
  padding: 30px;
  max-width: 80%;
  position: relative;
  top: -200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.campaign .status-bar .et_pb_row .et_pb_column {
  position:relative;
}

.campaign .et_pb_fullwidth_header_subhead {
    font-size: 24px;
}

.campaign .et_pb_counter_title {
    font-size: 30px;
    font-weight: bold;
}

.campaign .sidenote {
    font-size: 14px;
}

.campaign .sidenote a {
    color: #f4f4f4;
    font-style: italic;
}

.campaign .sidenote a:hover {
    text-decoration: underline;
}

.campaign .et_pb_button.yellow_button {
    background: #ffcb0d;
    color: #006f3b;
    border: none;
}

.campaign h1.et_pb_module_header {
    font-size: 50px;
}

.campaign .et_pb_section_2,
.campaign .et_pb_section_3 {
    position: relative;
    background: url(https://smiles.littlestnick.org/wp-content/uploads/sites/3/2020/01/miles-of-smiles-back2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 41%;
    background-attachment: fixed;
}

.campaign ol.leaderboard-list {
    width: 100%;
    text-align: left;
    padding: 20px;
}
.campaign .forthekids ol.leaderboard-list {
  padding:0;
}
.campaign ol.leaderboard-list li {
    padding: 16px;
    background: #f4f4f4;
}
.campaign .forthekids ol.leaderboard-list li {
  border-top:1px #cccccc solid;
}
.campaign ol.leaderboard-list li.even {
    background: #ddd;
}
.campaign .forthekids .donatecomment {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  font-size: 13px;
}
.campaign .forthekids .even .donatecomment {
    border-color: #ffffff;
}
.campaign ol.leaderboard-list li .fund {
    float: right;
}

.campaign .et_pb_header_content_wrapper {
    line-height: 1.3em;
}

.campaign .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
    margin-bottom: 20px;
}
.with_frm_style .bold-field {
  text-align:center;
}
.with_frm_style .bold-field input[readonly] {
  display: inline;
  width: 100px;
  font-weight: bold;
  color: #006f3b;
  font-size: 20px;
}
.with_frm_style .frm_message {
  text-align: center;
  padding: 40px;
}
.with_frm_style .frm_message .et_pb_button {
  display: block;
  max-width: 50%;
  margin: 20px auto;
  text-transform: uppercase;
}
#donate {
  margin-top:-150px;
}
/* ----------------------------- MAP -------------------------------------- */
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

/* ----------------------------- Global ------------------------------------*/
.nick-button {
    margin-bottom: 15px;
}

/* ---------------------------- Header -----------------------------------*/
.et_header_style_left #et-top-navigation nav #top-menu li.menu-button a {
    color: #fff !important;
}

.nick-header {
    min-height: 500px;
    background-position: initial;
}

.nick-header .header-content h1 {
    color: #ffffff;
    text-shadow: 1px 1px #666;
    font-size: 55px;
}

.nav li ul {
    width: 300px;
}

#top-menu li li a {
    width: 270px;
}

/* ------------------------Top Icons-------------------------------------*/
.green {
    color: #006f3b;
    padding-right: 10px !important
}

#top-menu .green a {
    color: #006f3b;
}

#top-menu .green li {
    padding-right: 10px;
}

#et-top-navigation .et-cart-info {
    margin: -4px 0 0 10px;
}

/* ------------------------ Woo Commerce ------------------------------- */
.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.wc-donation-amount input.text {
    border: 2px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
    padding: 6px;
    border-radius: 6px;
    font-size: 20px;
}

.wc-donation-amount {
    font-size: 20px;
}

.woocommerce div.product form.cart .button {
    width: 40%;
}

.wc-donation-amount .woocommerce button.button,
.woocommerce-page button.button {
    color: #ffffff;
    background-color: #006f3b;
}

#content-area table td,
#content-area table th {
    max-width: 500px;
    padding: 0.857em 0.587em;
    border: 2px solid #ffffff;
    background-color: #e2e2e2;
}

/* ------------------ Pages --------------------*/
.board .et_pb_team_member_image {
    border-radius: 0;
}

.et_pb_blurb h4 {
    font-size: 150%;
}

.et_pb_blurb_content {
    max-width: 650px;
}

/* ---------- Calendar ----------------- */
.events-list .container {
    padding-top: 0;
}

#tribe-events-content.tribe-events-list .tribe-events-event-image img {
    width: 600px;
}

/* ------------------------- Posts ------------------------*/
/*p.post-meta {
    display: none;
}*/
.et_post_meta_wrapper {
    max-height: 600px;
}

/* --------------------------- event -----------------------*/
.event-block {
    padding: 20px;
    background-color: #ccc;
    width: 83%;
}

table.event {
    background-color: #ccc;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Walter Turncoat', handwriting;
    padding-left: 5%;
}

table.event td {
    padding: 10px 31px;
}

ul.event {
    padding: 40px 0 40px 60px;
}

h1.event {
    font-size: 22px;
}

h2.tribe-events-page-title {
    font-size: 45px;
    font-weight: 700;
    padding-top: 40px;
}

#tribe-bar-form input[type=text] {
    border-bottom: none;
}

/* ------------------------- New Donate Form -----------------------*/
div#option-select {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#option-select .option {
    background: linear-gradient(#fff, #e2e2e2);
}

/** Golf Outing **/

#tribe-events-pg-template .tribe-events-content .frm_forms h2 {
    padding: 0;
    margin: 0;
    font-size: 36px;
}

#tribe-events-pg-template .tribe-events-content .frm_forms ul {
    margin-left: 30px;
}

#tribe-events-pg-template .tribe-events-content .frm_forms ul li {
    padding: 0;
    margin: 0;
}

.frm_style_donation-form.with_frm_style .frm-show-form .frm_section_heading h3 {
  padding:15px;
}

/* ------------------------- Donate Form (October 2018_) -----------------------*/
#donate-2018 .top-banner {
    margin: 0 -20px;
    background-color: white;
    padding: 20px 60px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#donate-2018 .top-banner img {
    width: 180px;
}

#donate-2018 .top-banner .content {
    padding-left: 10px;
}

#donate-2018 .top-banner h2 {
    color: #357849;
    font-size: 36px;
    font-weight: 600;
}

#donate-2018 .top-banner h4 {
    color: #357849;
}

#donate-2018 .frm_rootline_group {
    margin: 0 -20px 20px;
}

#donate-2018 .frm_rootline.frm_show_lines {
    background-color: #f0f0f0;
    padding: 0;
}

#donate-2018 .frm_rootline.frm_show_lines li {
    padding: 10px 0;
}

#donate-2018 .frm_rootline.frm_show_lines li.frm_current_page {
    border-bottom: 3px solid #357849;
}

.frm_style_donation-form.with_frm_style .frm_rootline .frm_current_page input[type="button"] {
    background-color: #dddddd;
    border-color: #dfdfdf;
}

.frm_style_donation-form.with_frm_style .frm_rootline_title {
    width: auto;
    display: inline-block;
    margin-left: 5px;
}

.frm_style_donation-form.with_frm_style .frm_current_page .frm_rootline_title {
    color: black;
}

#donate-2018 .frm_style_donation-form.with_frm_style .frm_rootline.frm_show_lines:before {
    display: none;
}


#donate-2018 .frm_style_donation-form.with_frm_style .frm_form_fields>fieldset {
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 0;
}

#donate-2018 .d-none-h3 h3 {
    display: none;
}

#donate-2018 #option-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#donate-2018 #option-select .option {
    background: transparent;
    border: 2px solid #006f3b;
    border-radius: 5px;
    color: #006f3b;
    width: 22%;
    height: auto;
    float: none;
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    margin: 15px 0;
}

#donate-2018 #option-select .option.other {
    width: 48%;
    border: 0;
    padding: 0;
}

#donate-2018 #option-select .option.other input {
    height: 46px;
    border-left: 5px solid #357849;
    border-radius: 0px 5px 5px 0;
}

#donate-2018 #option-select .option.selected,
#donate-2018 #option-select .option.selected:hover {
    background-color: #006f3b;
    color: #ffffff;
}

#donate-2018 .with_frm_style .frm_submit {
    clear: both;
    text-align: right;
}

#donate-2018 .frm_style_donation-form.with_frm_style .frm_submit button {
    width: 150px;
}

/* ------Event Spons --------------*/
.contact-box {
    border: solid 3px #999;
    padding: 20px;
    width: 46%;
    margin: 10px;
    float: right;
    min-height: 210px;
}

.left {
    float: left;
}

#event-spons .et_pb_slide_description {
    width: auto;
    margin: auto;
    padding: 16% 0%;
}

/* ---------- Donate Form (Jul 2019) ----------*/
div#frm_field_1165_container {
    text-align: center;
}

form#form_6q698v5 .form-field.frm_none_container {
    background: #f1efef;
    padding: 20px;
    border: 2px solid #a5a5a5;
    min-height: 205px;
    margin-bottom: 25px;
}

form#form_6q698v5 .form-field.frm_none_container label {
    font-weight: bold;
}

form#form_6q698v5 div#frm_field_1166_container.form-field {
    border-color: #b99c00;
    max-width: 550px;
    margin: 0 auto 20px;
    background: rgba(185, 156, 0, 0.2);
}

.frm_form_field.form-field.frm_top_container.vertical_radio {
    border: 1px solid #ccc;
    padding: 20px;
}

form#form_c64wqr div#frm_field_1044_container {
    background: rgba(185, 156, 0, 0.2);
    padding: 20px;
    border: 2px solid #b99c00;
}

form#form_c64wqr .form-field.frm_none_container label,
form#form_c64wqr .form-field label.frm_primary_label {
    font-weight: bold;
    font-size: 18px;
}

form#form_c64wqr h3.frm_pos_top {
    background: transparent;
    border: none;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Walter Turncoat', handwriting;
    text-align: center;
    padding: 0;
}

form#form_c64wqr .frm_form_field.form-field.frm_none_container.vertical_radio {
    border: 1px solid #ccc;
    padding: 20px;
}

.et_pb_button_one.et_pb_button.green-btn {
    border-width: 0px!important;
    border-radius: 5px;
    font-size: 20px;
    background-color: #359459;
	color: #fff;
}

.et_pb_button_one.et_pb_button.green-btn:hover {
    padding-right: 2em;
    padding-left: 0.7em;
}

/* ------------------------------ PROFILE -------------------------------- */


/* ------------------------------ Media Queries -------------------------- */
@media only screen and (max-width: 1320px) {
    #option-select .option {
        margin: 12px 0px 12px 12px;
    }

	.home-upcoming-events .event-item .col:last-child,
	.home-upcoming-events .post-item .col:last-child {
		padding-left: 4%;
		width: 61%;
	}


	.home-upcoming-events .event-item .col:first-child,
	.home-upcoming-events .post-item .col:first-child {
		width: 30%;
	}

	.home-upcoming-events .event-item .col:first-child img,
	.home-upcoming-events .post-item .col:first-child img {
		display: inline-block;
		width: 100%;
	}
}

@media only screen and (max-width: 1240px) {
    .page-id-1944 .container {
        width: 90%;
    }

    #option-select .option {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1105px) {
    .frm_forms.frm_style_donation-form.with_frm_style {
        max-width: 100%;
    }

    div#option-select {
        margin-left: 10%;
    }

    .event-block {
        width: 100%;
    }

    #spons-section {
        max-width: 95%;
    }

    #donate-2018 #option-select {
        margin-left: 0;
    }
}

@media only screen and (max-width: 981px) {
    #logo {
        max-height: 78% !important;
    }
    .campaign .status-bar .et_pb_row {
      max-height:600px;
      padding:15px;
      max-width:90%;
    }
      .campaign .et_pb_blurb.et_pb_blurb_0 {
      margin-left: -120px;
    }
}

@media only screen and (max-width: 981px) {
    #logo {
        max-height: 78% !important;
    }
    .profile .profile-image, .profile .profile-info  {
        flex-basis: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 980px) {
  .et_pb_row {
    width:100%;
  }
  .et_pb_row .et_pb_text_inner, .et_pb_row .et_pb_code_inner{
    padding: 0 10px;
  }
}
@media only screen and (max-width: 800px) {
    #donate-2018 .top-banner {
        flex-wrap: wrap;
    }

    div#option-select {
        margin-left: 5%;
    }

    #option-select .option {
        margin: 8px;
    }

    #donate-2018 #option-select {
        margin-left: 0;
    }

	.top-slider{
		min-height: 600px
	}

	.children-container .child {
		width: 32%;
		margin-bottom: 20px;
	}

	.learmore-section .children-container {
		padding: 0;
	}

	.learmore-section .text {
		width: 100%;
	}
  .groupimage {
    max-width: 400px;
    float: none;
    margin: auto;
  }
  .profile-description .description-profile, .profile-description .forthekids {
    flex-basis:100%;
  }
  #donate {
    background:#ffffff !important;
    clear:both;
    margin:0 auto;
    max-width:90%;
  }
  .campaign .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    min-height:900px !important;
  }
  .campaign #option-select .option {
    width: 70px;
    height: 70px;
    font-size: 14px;
    padding: 0px !important;
    line-height: 70px;
}
.search-results .individual, .admin.search-results .individual {
  flex-basis:100%;
}
.campaign .status-bar .et_pb_row {
  top:0;
}
.single-part .et_pb_fullwidth_header .header-content, .single-campaign .et_pb_fullwidth_header .header-content {
  text-align:center !important;
}
}

@media only screen and (max-width: 750px) {
    #option-select .option {
        width: 90px;
        height: 90px;
    }

    .contact-box {
        width: 95%;
    }
}

@media only screen and (max-width: 715px) {
    div#option-select {
        margin-left: 2%;
    }

    #option-select .option {
        margin: 5px;
    }
}

@media only screen and (max-width: 669px) {
    #option-select .option {
        font-size: 18px;
    }

    div#option-select {
        width: 100%;
        margin-left: 0;
    }
    .campaign .et_pb_counter_title {
      font-size:21px;
    }
}

@media only screen and (max-width: 600px) {
    #option-select .option {
        margin: 3px;
    }

	.col-1-2{
		width: 100%;
	}

	.top-slider{
		min-height: 850px;
	}

	.top-slider .content{
		padding: 50px 20px;
	}

	.top-slider .content .title {
		font-size: 40px;
	}

	.participate-section .text {
		width: 100%;
	}

	.home-upcoming-events .d-flex {
		flex-wrap: wrap;
	}

	.home-upcoming-events .d-flex .events{
		margin-bottom: 30px;
	}

	.home-upcoming-events .col-1-2:first-child,
	.home-upcoming-events .posts{
		border: none;
		padding: 0;
	}
  .partlinks a {
    width: 100%;
  display: block;
  margin: 5px 0;
  }
  .partlinks h2 {
    font-size:24px;
  }
}

@media only screen and (max-width: 580px) {
    #option-select .option {
        width: 80px;
        height: 80px;
        font-size: 16px;
        padding: 28px 4px 28px 10px;
    }

    .option.other {
        padding: 28px 4px 28px 6px !important;
    }

    #frm_form_34_container {
        max-width: 100%;
        direction: ltr;
    }

    #donate-2018 .top-banner {
        padding: 20px 20px 10px;
    }

    #donate-2018 #option-select .option {
        width: 48%;
    }

    #donate-2018 #option-select .option.other {
        width: 100%;
        padding: 0 !important;
    }

}

@media only screen and (max-width: 500px) {
    #option-select .option {
        width: 65px;
        height: 65px;
        font-size: 14px;
        padding: 21px 4px 21px 10px;
    }

    .option.other {
        padding: 21px 4px 21px 6px !important;
    }

    div#option-select {
        margin: 10px 0px;
    }

    .page-id-1944 .container {
        width: 98%;
    }

	.home-container {
		padding: 0 20px;
	}

    .frm_style_donation-form.with_frm_style fieldset {
        padding: 5px;
    }

	.participate-section .d-flex{
		flex-wrap: wrap;
	}

	.participate-section .d-flex div{
		width: 100%;
	}

	.children-container .child{
		width: 49%;
	}

	.learmore-section .learn-more,
	.participate-section .learn-more {
		background-size: unset;
	}
}

/* ------------------------------ Campaign page -------------------------------- */
