/*
 Theme Name:   Rise Child
 Theme URI:    ''
 Description:  Rise Child Theme
 Author:       topaloff
 Author URI:   ''
 Template:     rise
 Version:      1.0.2
 License:      ''
 License URI:  ''
 Tags:         black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
 Text Domain:  wp_rise-child
*/

/* enable selection of text */
body {
    -webkit-user-select: initial !important;  /* Chrome all / Safari all */
    /*-moz-user-select: -moz-text !important;     /* Firefox all */
    -moz-user-select: initial !important;     /* Firefox all */
    -ms-user-select: initial !important;      /* IE 10+ */
    user-select: initial !important;
}
/*
:lang(bg) {
    font-family: "Trebuchet MS", sans-serif;
}*/

.default-color {
    color: #ec008c;
}

.white-color {
    color: white;
}

/*
ul#menu-bfw-menu-bg.navbar-nav > li {
    margin-right: -4px;
    font-size: 15px;
}

ul#menu-bfw-menu-bg.navbar-nav > li > a {
    font-size: 15px;
}*/

.dgx-donate-form-section input[name=dgx-donate-pay-enabled]{
    border: none;
}

#dgx-donate-container {
    border: 1px solid #ec008c !important;
    background: none;
    margin: 0 0 20 0;
}

.dgx-donate-form-section {
    border: none !important;
}

#_dgx_donate_donor_first_name, #_dgx_donate_donor_last_name, #_dgx_donate_donor_email, input[name=_dgx_donate_honoree_email_name] {
    margin-bottom: 10px;
}

#dgx-donate-form-donation-section input[type=checkbox], #dgx-donate-form-donation-section input[type=radio], #dgx-donate-form-tribute-section input[type=checkbox], #dgx-donate-form-tribute-section input[type=radio], #dgx-donate-form-donor-section input[type=checkbox]{
    margin: 0 5px 0 0;
}

div.seamless-donations-forms-engine {
    font-family: 'Source Sans Pro', sans-serif;
}

div#dgx-donate-container h2 {
    font-family: 'Source Sans Pro', sans-serif;
font-size: 26px;
}

input[name=dgx-donate-logos] {
    border: none;
    float: left;
    margin-left: 40px;
}

div.dgx-donate-pay-enabled, div.dgx-donate-logos {
    float: left;
}

.seamless-donations-forms-error-message {
    background: #ec008c;
    color: white;
    font-weight: bold;
    line-height: 32px;
    padding: 0 10px;
}

input[type="text"].seamless-donations-invalid-input {
    background-color: inherit;
    border: 1px solid #ec008c;
}

.seamless-donations-error-message-field {
    background: none;
    color: #ec008c;
}

.dgx-donate-form-section {
    padding: 5px;
}

#dgx-donate-form-payment-section {
    padding-bottom: 25px;
}


/* contact form 7 front page */

.wpcf7-form {
    color: #ec008c;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    width: 100%;
}

.textwidget .social-links {
    text-align: left;
    margin-top: 10px;
}

.textwidget .social-links a {
    border: none;
}

ul.social-links li a, .contact-form i {
    font-family: FontAwesome !important;
}

.donate-btn.btn {
    color: white;
}

.single-post .entry-cotent p {
  padding-bottom: 0;
  margin-bottom: 1.5em;
}

/* hide ugly empty date-tag */
.post-heading .date-tag {
  display: none;
}

/*
  works when the following construction is used:

    <ul class="logos-grid">
    </ul>
*/
ul.logos-grid {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.logos-grid > li {
  width: 100%;
  height: 100px;
  float: left;
  padding: 0 1em;
  margin: 2em 0;
}
ul.logos-grid > li a {
  height: 100%;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.logos-grid > li img {
  width: auto;
  max-height: 100%;
}

@media screen and (max-width: 768px) {
    .media-body {
        width: 100%;
        clear: both;
        padding-top: 2rem;
    }
}

@media screen and (min-width: 540px) {
  ul.logos-grid > li {
    width: 50%;
    margin: 0 0 2em 0;
  }
}

@media screen and (min-width: 768px) {

  .home .vc_gitem_row .vc_gitem-col {
    height: 630px;
    min-height: 630px;
    position: relative;
    overflow-y: hidden;
    padding-bottom: 0;
  }

  .home .vc_gitem-col .vc_btn3-container {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    padding: .8em 10px 1.5em 10px;
    margin: 0 -10px;
  }

  .home .vc_gitem-col .vc_btn3-container::before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 2.2em;
    top: -2.2em;
    margin: 0 -10px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }

  .home .vc_gitem-col .vc_gitem-post-data-source-post_title h4 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .home .vc_gitem-col:hover .vc_gitem-post-data-source-post_title {
    height: auto;
  }
  .home .vc_gitem-col .vc_gitem-post-data-source-post_title {
    min-height: 5.2em;
    height: 5.2em;
    overflow: hidden;
  }

  ul.logos-grid > li {
    width: 33.3%;
  }
}

@media screen and (min-width: 992px) {
  .home .vc_gitem-col .vc_gitem-post-data-source-post_title h4 {
    font-size: 25px;
  }
  .home .vc_gitem-col .vc_gitem-post-data-source-post_title {
    min-height: 4.2em;
    height: 4.2em;
    margin-bottom: 0.5em;
  }
  .home .vc_gitem_row .vc_gitem-col {
    height: 520px;
    min-height: 520px;
  }
  ul.logos-grid > li {
    width: 25%;
  }
}
@media screen and (min-width: 1900px) {
  .home .vc_gitem-col .vc_gitem-post-data-source-post_title {
    min-height: 3.2em;
    height: 3.2em;
  }
  ul.logos-grid > li {
    width: 20%;
  }
}
@media screen and (min-width: 2400px) {
  .home .vc_gitem-col .vc_gitem-post-data-source-post_title {
    min-height: 2.2em;
    height: 2.2em;
  }
}
/* hide share bar on bottom on some pages */
.share-bar {
    display: none;
}

.single-post .share-bar {
    display: block;
}

/*** gogo ***/

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    /*max-height: 300px;*/
}
.banner h1 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), -2px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
}
.site-bottom {
    min-height: 10rem;
    background-color: #252525;
}
article.section {
    padding-top: 30px;
}