<style>
@charset "utf-8";

.donate-section {
  background: RGBA(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  padding: 10px 10px 40px;
}

.sectiune-doneaza {
    font-family: "Roboto", sans-serif;
    color: #343434;
    line-height: 1.6;
    font-weight: 400;
	max-width: 750px;
	display: flex;
	.margin-bottom: 30px;
	flex-direction: row;
	justify-content: center;
	background: #FFF;
	.border: 1px solid #2DC0D6;
	flex-flow: wrap;
	border-right: 1px solid #2DC0D6;
    border-bottom: 1px solid #2DC0D6;
    border-top: 3px solid #2DC0D6;	
    border-left: 3px solid #2DC0D6;	
	margin: 20px 30px ;
}

.sectiune-doneaza > div {
  width: 50%;
  padding: 10px 20px 20px;
  position: relative;
  background: #FFF;

  @include phone {
    width: 100%;
  }
}

.sectiune-doneaza .doneaza-lunar {
  border-right: 1px solid #2DC0D6;
  border-bottom: 1px solid #2DC0D6;
}

.doneaza-lunar img {
  height: 30px;
}

.sectiune-doneaza .doneaza-cont {
  flex-grow: 0;
  flex-basis: 100%;
  border-top: 1px solid #EEE;
  font-size: 16px;
}

.doneaza-cont span {
	display: block;
	font-weight: bold;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
	color: #066978;
	padding: 3px 0;
}

.doneaza-cont p {
  margin: 0;
}

.sectiune-doneaza h3 {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.3;
  font-weight: 500;
}

.sectiune-doneaza .paypal-box {
  background: #FFF;
  flex-basis: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: left;
  flex-flow: wrap;
  border-bottom: 1px solid #2DC0D6;
  border-right: 1px solid #2DC0D6;	
  padding: 10px 20px;
  position: relative;
}

.sectiune-doneaza .paypal-box span {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	color: #066978;
}

.paypal-box img {
  height: 30px;
}


.tip-donatie {
	text-transform: uppercase;
	font-size: 14px;
	padding: 2px 10px;
	font-weight: bold;
	background: #2DC0D6;
	color: #FFF;
	top: 10px;
}

.donatii {
  background: #007BF0;
}

.donatie-mesaj {
  background: #15212A;
  text-align: center;
  color: #FFF;
}

.donatie-mesaj p {
  margin: 0;
}


@media only screen and (max-width: 800px) {
.grid-latest {
    display: none;
}
.sectiune-doneaza {
      margin-left: 10px;
      margin-right: 10px;
  }
}
 
.donate-page__content {
  .post-content > p {
    @include phone {
      display: none;
    }
  }
}

.donate-intro--mobile-hidden {
  @include phone {
    display: none;
  }
}

@media (max-width: 768px)
.sectiune-doneaza>div {
    width: 100%;
}	


@media only screen and (max-width: 768px) {
.sectiune-doneaza .doneaza-lunar {
	width: 100%;
	}
}

@media screen and (max-width: 768px) {
  .topnav .site-title {
    display: inline-block;
    margin: 5px 10px;

    a {
      margin-top: 0;
      margin-bottom: 0;
    }
  }
}


@media only screen and (max-width: 570px) {
.site-header {
    width: 20%;
}
.donate-section ul {
    padding-top: 0;
    margin-bottom: 2px;
}
.slider-nav {
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
}


*, *:before, *:after {
    box-sizing: border-box;
    outline: 0;
}

.doneaza {
	max-width: 750px;
	margin: 0 0 3rem;
	overflow: hidden;
	width: 100%;
	background-color: #d7eeff;
}

.doneaza h3 {
	font-size: 25px;
	margin-bottom: 1.5rem;
}

.doneaza .banner-text {
	margin: 0 !important;
	font-size: 15px;
	padding-top: 7px;
}

.doneaza .banner-button {
	margin: 0 !important;
	float: right;
	width: 25%;
	text-align: center;
}

.doneaza .banner-button a {
	overflow: hidden;
	display: block;
	padding: .5rem 2rem;
	font-size: 15px;
}

.donatii {
	overflow: hidden;
	padding: 2rem;
	background-color: #662BBC;
	color: #fff;
}	


form {
    display: block;
    margin-top: 0em;
	width: 100%;
}

.widget select {
   margin-top: 30px;
   width: auto;
   float: left;
   box-sizing: border-box;
   margin-bottom: 3px;
}

select {
    padding: 10px;
    height: auto;
}
textarea, input, select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #777;
    outline: none;
    padding: 10px;
    line-height: 23px;
    border-radius: 2px;
    -webkit-transition: background 0.3s, border 0.3s;
    transition: background 0.3s, border 0.3s;
    max-width: 100%;
    background-color: transparent;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}


.sectiune-doneaza .doneaza-lunar p .buton-cont {
	background: #FFC43A;
	width: 100px;
	border-radius: 15px;
	display: block;
	color: #2b1d00;
	font-weight: 600;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	float: right;
	margin: 10px 110px;
}	

.sectiune-doneaza .doneaza-lunar p .buton-patreon {
	background: #ff424d;
	width: 100px;
	border-radius: 15px;
	display: block;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	margin: 50px 0px 0px 0px;
}

.sectiune-doneaza .doneaza-cont p .buton-cont {
	background: #ff424d;
	width: 100px;
	border-radius: 15px;
	display: block;
	color: #2b1d00;
	font-weight: 600;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	float: right;
	margin: 10px 110px;
}	



@media only screen and (max-width: 768px) {
.sectiune-doneaza .doneaza-lunar p .buton-cont {
    	margin:20px 160px 10px 0px;
	}
.sectiune-doneaza .doneaza-lunar p .buton-patreon {
   	margin:0px 0px 10px;
	}
}
	
</style>
