/*
 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;
}

.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: 200px;
  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;*/
  align-items: flex-start;
  justify-content: flex-start;
  /*background-color: #F1F1F1;*/
}
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;
}


/* HITS */
#BE_page * {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#BE_page img, #BE_page video {
	display: block;
	max-width: 100%;
	height: auto;
}
#BE_page {
	margin: 0 auto;
	padding-bottom: 250px;
	width: 100%;
	color: #fff;
	background: #fceaf2 url(images/BE-footer.png) no-repeat 50% 100%;
	background-size: 100% auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
}
#BE_site-header {
	margin: 0;
	padding: 0 0 .5em;
	background: #e22c3f;
}
#BE_site-logo {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1em;
	font-size: 1em;
	background: #eb75a9 url(images/BE-bg.svg) no-repeat 50% 50%;
	background-size: auto 100%;
}
.BE_wrapper {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1044px;
}
#BE_logo {
	padding: 20px;
	width: 50%;
}
#BE_description {
	padding: 20px 0;
}
#BE_site-header p {
	padding: 0 20px;
	margin: 0 0 1.5em;
	font-size: 0.875em;
}
#BE_site-header a:link, 
#BE_site-header a:visited, 
#BE_site-header a:hover, 
#BE_site-header a:focus, 
#BE_site-header a:active {
	color: #fff;
}
#BE_playlist {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
	max-width: 1044px;
	background: #fff;
}
#BE_playlist article {
	margin: 0 20px;
	padding: 0;
	border-bottom: 4px solid #e22c3f;
	position: relative;
}
#BE_playlist article:first-child {
	padding-top: 10px;
}
#BE_playlist article:last-child {
	background: #191718;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0;
}
.BE_video {
	padding: 10px 0;
	width: 55%;
}
#BE_title {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(0, -50%);
	margin-top: 0;
	margin-left: 10px;
	color: #eb75a9;
	font-weight: 800;
	font-size: 4vw;
	line-height: 1em;
}
#BE_playlist article:first-child #BE_title, 
#BE_playlist article:last-child #BE_title {
	margin-top: 0;
}
.BE_seq {
	font-style: 0.933em;
	font-weight: 400;
}
#BE_site-header .BE_credits {
	padding-top: 2em;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media only screen and (min-width: 768px) {
	#BE_description {
		columns: 2;
	}
	#BE_title {
		font-size: 1.875em;
	}
}
@media only screen and (max-width: 1112px) {
	#BE_page {
		padding-bottom: 150px;
	}
}
@media only screen and (max-width: 1024px) {
	#BE_page {
		padding-bottom: 150px;
	}
}
@media only screen and (max-width: 768px) {
	#BE_page {
		padding-bottom: 100px;
	}
}
@media only screen and (max-width: 414px) {
	#BE_page {
		padding-bottom: 75px;
	}
}
@media only screen and (max-width: 375px) {
	#BE_page {
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 320px) {
	#BE_page {
		padding-bottom: 50px;
	}
}