/*
Theme Name: riverstone
Author: Strelkov Dmitriy
*/

@media screen and (max-width: 767px) {
    section.our_programs.archive_programs .our_programs_list .wrap_text * {
        display: block;
    }
}

.btn-popup {
	display: inline-block;
    vertical-align: top;
    padding: 19px 77px 19px 35px;
    border-radius: 6px;
    background-color: #2D3856;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #fff;
    font-family: "Open Sans";
    font-size: 21px;
    position: relative;
    line-height: 1.2;
    margin-right: 15px;
}
.btn-popup::before {
    position: absolute;
    content: "\f0a9";
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 45px;
	top: 49%;
}
a.btn-popup:hover {
	 background-color: #00B0B9;
}
.pum-close.popmake-close i.fa.fa-times {
	font-size: 24px;
}

.page-template-coming_soon_page .preview_video.video_wrapper {
	max-width: 978px;
}

.single-give_forms .give_forms {
    margin: 0 auto;
    max-width: 100%;
}