.review__simple {
  margin: 20px 0!important;
}

.instagram-feed {
   min-height: 950px;
}

.elegant-tabs-container,
.divider-wrap {
   clear: both;
}
.elegant-tabs-container::after {
   content: ' ';
   clear: both;
   display: table;
}
.donate_button {
  display: block;
  width: 300px; 
  height: 50px;
  text-align: center;
  border-radius: 200px;
  padding: 0;
  line-height: 50px;
  margin: 25px 0;
  transition: all .3s ease;
  border: none;
  font-size: 18px;
font-weight: 500;
cursor: pointer;
}
.donate_button img {
  height: 50px!important;
}
.donate_button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
.subscribe_button {
  background-color: #DD3333;
  color: white;
}
.paypal_button {
  background: #f4f72e;
}
.venmo_button {
  background: #3e92cd;
}
.cashapp_button {
  background-color: #000000;
}
.subscription-options td,
.subscription-options select {
    font-size: 16px!important;
    font-family: Roboto!important;
}
.subscription-options form {
   border-radius: 12px;
   overflow: hidden;
}
.subscription-options tr,
.subscription-options td,
.subscription-options table {
    border: none;
    border-radius: 12px;
}

#footer-widgets .widget {
    text-align: center;
}

.shadowed {
   text-shadow: 0 0 10px rgba(0,0,0,0.9);
}

/* Video Styles */
.single-video .video-content .video-tab-container .video-tab h3{
   margin-bottom: 50px;
}
.single-video .video-content .video-tab-container .video-tab pre
{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0px;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #888;
    top: 0px;
    position: relative;
    text-transform: none;
    font-family: 'Open Sans';
    padding-left: 10px;
}
.single-video .container-wrap, .project-title{
    margin-top: 0px;
    padding-top: 0px
}
.single .heading-title[data-header-style="default_minimal"]{
    padding-top: 0px;
}
.single .heading-title[data-header-style="default_minimal"] .entry-title{
    padding: 60px 0px;
}

/* Clients Slider in bookings*/
#clients .testimonial_slider{
    padding: 50px 0px!important;
}
#clients blockquote{
   margin-bottom: 0px;
}
#clients blockquote .inner{
    text-align: center;
}
#clients .slider-heading >h4{
    font-size: 40px;
    line-height: 50px;
    font-family: Roboto;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    font-weight: 700;
}
#clients blockquote .image-icon{
    height: 200px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: unset;
    text-indent: -99999px;
   margin-bottom: 0px;
}
#clients blockquote >span, #clients blockquote >p{
    display: none;
}
/* Testimonials Slider in bookings*/
#testimonials .testimonial_slider{
    padding: 50px 0px 100px!important;
}
#testimonials .testimonial_slider .flickity-page-dots{
    bottom: -100px;
}
#testimonials blockquote{
    margin-bottom: 0px;
    box-shadow: 0 0 35px rgba(0,0,0,0.03), 0 0 20px rgba(0,0,0,0.05), 0 0 15px rgba(0,0,0,0.1);
    padding: 50px 80px;
}
#testimonials blockquote.is-selected{
   transform: scale(1.1);
   background-color: white;
   z-index: 10
}
#testimonials blockquote >p{
    display: flex;
    align-items: center;
    quotes: none;
    margin-bottom: 0px;
    padding: 0px;
    height: 150px;
    overflow-y: hidden;
    line-height: 1.5;
}
#testimonials blockquote >p:before{
   display: none;
}
#testimonials blockquote .inner{ 
    padding: 40px;
}
#testimonials .slider-heading >h4{
font-size: 40px;
    line-height: 50px;
    font-family: Roboto;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    font-weight: 700;
}
#testimonials .slider-item{
    background-color: white;
    padding: 40px;
    box-shadow: 0 0 35px rgba(0,0,0,0.03), 0 0 20px rgba(0,0,0,0.05), 0 0 15px rgba(0,0,0,0.1);
}
#testimonials .iwithtext{
    display: flex;
    align-items: center;
}
#testimonials .slider-item .iwithtext .iwt-icon{
    position: relative;
}
#testimonials .slider-item .iwithtext .iwt-icon >img{
    width: 80px;
    border-radius: 50%;
}
#testimonials .slider-item .iwithtext .iwt-text{
    padding-left: 20px;
}
#testimonials .slider-item .iwithtext .iwt-text >p{
    color: grey;
    font-size: 14px;
}
#testimonials .slider-item .wpb_text_column p{
    font-weight: bold;
}
/* Latest Press panel in homepage*/
@media (max-width: 1000px) {
   #latest-press .review-container{
        grid-template-columns: auto;
   }
}

/* Press panel in press page*/
@media (max-width: 1000px) {
   #ajax-content-wrap .reviews-grid{
        grid-template-columns: auto;
   }
}