/** 
    Theme Name: Wefund4u Theme
    Author: Wefund4u
    Author URI: https://www.Wefund4u.com
    Version: 0.2.0
 **/ 
body{
    background: #FFFFFF;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    color: #4b4a4c;
    font-size: 14px;
    text-align: left;
    line-height: 100%;
    letter-spacing: normal;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
    line-height: 0;
}
h1{
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #4b4a4c;
    font-size: 46px;
    margin-bottom: 15px;
}
h2{
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #4b4a4c;
    font-size: 26px;
    margin-bottom: 15px;
}
h3{
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #4b4a4c;
    font-size: 24px;
    margin-bottom: 15px;
}
h4{
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #4b4a4c;
    font-size: 22px;
    margin-bottom: 15px;
}
h5{
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
    color: #4b4a4c;
    font-size: 20px;
    margin-bottom: 5px;
}
h6{
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    letter-spacing: normal;
    padding-bottom: 10px;
    font-size: 18px;
}
p{
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 14px;
    color: #4b4a4c;
    line-height: 200%;
    padding-bottom: 16px;
}
li {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 16px;
    color: #4b4a4c;
    line-height: 150%;    
}
a, a:hover, a:active, a:visited, a:focus{
    color: #000000;
    outline: none;
}
.noPadding{
    padding: 0;
}
.noMargin{
    margin-top: 0;
    margin-bottom: 0;
}
input{
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* CSS for Forms */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="file"], textarea {
    background-color: #fff;
    font-family: "Times New Roman", Times, serif;
    border: 1px solid #231f20;
    color: #4b4a4c;
    display: block;
    font-size: 18px;
    font-style: italic;
    padding: 8px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="file"]:focus, textarea:focus {
    background-color: #fafafa;
    border-color: #231f20;
    outline: none;
}
input[type="submit"] .btn-primary {
    background: #3cab56;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 18px;
    padding: 10px 16px;
    border: 0;
    text-shadow: none;
}
.custom_button{
    background: #3cab56;
    border-radius: 5px;
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 18px;
    padding: 10px 16px;
    border: 0;
    text-shadow: none;
    display: inline-block;
}
.facebookUpload {
    background: #3c7dab url(assets/images/facebook-icon.png) 6px 4px no-repeat;
    padding-left: 35px;
    background-size: 7%;
}
label {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 18px;
    margin: 10px 0;
}
textarea{
    height: 100px;
}
label.error {
    color: red;
    margin: 0;
    font-size: 14px;
}
select{
    font-family: "Times New Roman", Times, serif;
    border: 1px solid #231f20;
    color: #4b4a4c;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 18px;
    font-style: italic;
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
input:invalid, textarea:invalid {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input {
    vertical-align: middle;
}
#rspnavigation {
    display: none;
}
.infoMsg, .successMsg, .warningMsg, .errorMsg {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    line-height: 130%;
    font-size: 12px;
}
.infoMsg {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('assets/images/info.png');
}
.successMsg {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('assets/images/success.png');
}
.warningMsg {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('assets/images/warning.png');
}
.errorMsg {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('assets/images/error.png');
}
/** Common CSS end **/
/** Blog **/
.sing_post {
    text-align: left;
}
.sing_post h2 {
    font-size: 20px;
    color: #252525;
}
.post_img {
    text-align: center;
}
.postReadMorebg {
    background: url(assets/images/postreadmorebg.png) repeat-x;
    height: 12px;
    margin: 10px 0 30px 0 ;
    position: relative;
}
.postReadMorebg a {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #FFFFFF !important;
    text-decoration: none;
    float: right;
    background: #FE4700;
    padding: 10px 15px;
    margin-top: -15px;
    border: 1px solid #ececec;
    line-height: 100%;
}
.sidebar_content h2 {
    margin: 15px 0;
}
.sidebar_content #searchform input[type="text"] {
    width: 70%;
    display: inline-block;
    padding: 10px 6px;
}
.sidebar_content #searchform input[type="submit"] {
    display: inline-block;
}
/* Comment */
#content #respond input#submit, a.button, button.button, input.button {
    padding: 0.96em 1.2em !important;
}
#content input[type="text"], #content input[type="email"] {
    width: 100%;
}
#content textarea {
    height: 100px;
    width: 100%;
}
.woocommerce-ordering select {
    width: 100%;
}
#content #reviews #comments ol {
    padding: 0;
}
#content #reviews #comments ol.children {
    padding: 0 0 0 24px;
}
#content #reviews #comments ol.children li {
    margin-top: 20px;    
}
#content #reviews #comments ol.commentlist li {
    list-style: none;
}
#content #reviews #comments ol.commentlist li .comment-text {
    width: auto;
    margin-left: 0;
    border: none;
    border-bottom: 1px solid #e4e1e3;
}
#content #reviews #comments ol.commentlist li .comment-text .comment-content {
    padding: 20px 15px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 4px;
}
#content #reviews #comments ol.commentlist li .comment-text .comment-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
#content #reviews #comments ol.commentlist li .comment-text time {
    float: right;
    color: #FE4700;
}
#content #reviews b.fn {
    color: #FE4700;
    font-style: normal;
}
#content #reviews b.fn:after {
    content: ' said...';
    color: #ccc;
}
#content #reviews ol.children li b.fn:after {
    content: ' said in reply...';
    color: #ccc;
}
#content #reviews h1 {
    font-size: 20px;
}
#content #reviews b.fn a {
    color: #FE4700;
    font-style: normal;
}
#content #reviews a.comment-reply-link {
    color: #FE4700;    
}
#content #reviews #comments ol.commentlist #respond {
    border: none;
    border-bottom: 1px solid #e4e1e3;
}
#content #reviews #comments ol.commentlist #respond h3 {
    margin-bottom: 20px;
    color: #FE4700;
}
#content #reviews #comments ol.commentlist #respond h3 a {
    color: #FE4700;    
}
#content #reviews #comments ol.commentlist #respond small {
    float: right;
}
/* Comment End */
/** Blog End **/
.maincontent {
    max-width: 1920px;
    width: 90%;
    margin: 0 auto;
}
#header .maincontent {
    max-width: 1920px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #4b4a4c;
}
.home #header .maincontent {
    border-bottom: 1px solid #FFFFFF;
}
.home #header.is-stuck .maincontent {
    border-bottom: 1px solid #4b4a4c;
}
.home #header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.logo {
    margin-top: 0;
}
.nav {
    text-align: center;
    margin: 15px 0 5px 0;
}
.nav ul {
    margin: 0;
    padding: 0;
}
.nav li {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    list-style: none;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 10px;
}
.nav li a {
    color: #4b4a4c;
}
.home .nav li a {
    color: #ffffff;
}
.home #header.is-stuck .nav li a {
    color: #222222;
}
/*.phone_num {
    text-align: right;
}
.phone_num p {
    padding: 0 0 0 15px;
    text-align: center;
}
.phone_num a {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    display: inline-block;
    color: #f06118;
    font-size: 18px;
    padding: 10px 0 10px 40px;
    background: transparent url(assets/images/diallar.png) center left no-repeat;
}*/
.loginfo {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: right;
    margin-top: 15px;
    font-size: 18px;
    color: #222222;
}
.home .loginfo {
    color: #FFFFFF;
}
.home #header.is-stuck .loginfo {
    color: #222222;
}
.loginfo a {
    display: inline-block;
    padding: 5px 10px;
    color: #222222;
    font-size: 18px;
    text-transform: uppercase;
}
.home #header.is-stuck .loginfo a {
    color: #222222;
}
.home .loginfo a {
    color: #FFFFFF;
}
#banner .maincontent {
    max-width: 1920px;
    line-height: 0;
    width: 100% !important;
}
.home #banner {
    background: url(assets/images/banner_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 10% 0;
    text-align: center;
}
.home #banner h1 {
    font-size: 40px;
    text-align: center;
    color: #f28f3a;
    font-weight: 600;
    text-transform: uppercase;
}
.home #banner h3 {
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}
.home #banner h2 {
    font-size: 42px;
    text-align: center;
    color: #595959;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}
.home #banner h4 {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home #banner form {
    margin-top: 40px;
}
.home #banner input[name="num_ath"] {
    font-family: 'Raleway', sans-serif;
    width: 25%;
    text-align: center;
    margin: 15px auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    color: #5ab16f;
    text-transform: uppercase;
    padding: 10px;
}
.arrow_wrap {
    position: relative;
}
.banner_arrow {
    position: absolute;
    width: 4%;
    top: 0;
    right: 31%;
}
#home_row1 {
    margin-top: 30px;
}
#home_row1 h1 {
    color: #f28f3a;
    font-size: 420%;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: right;
    font-weight: 800;
}
#home_row1 p {
    color: #4b4a4c;
    font-size: 16px;
    line-height: 185%;
    text-align: justify;
    padding-bottom: 0;
}
#home_row2 {
    background: url(assets/images/home_row2_bg.jpg) 0 80px repeat-x;
    background-size: 60%;
    margin: 25px 0;
}
#home_row2 h1 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #f28f3a;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.how_img {
    text-align: center;
    margin: 20px 0;
}
#home_row2 ul {
    /*column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;*/
    width: 70%;
    margin: 0 auto;
}
.signup_button {
    text-align: center;
}
.signup_button img {
    width: 60%;
}
#home_row2 ul li {
    list-style: none;
    padding-left: 25px;
    background: transparent url(assets/images/check1.png) center left no-repeat;
    background-size: 5%;
    font-size: 17px;
    line-height: 250%;
}
#footer {
    background: url(assets/images/footer_bg.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 15%;
}
#footer .maincontent {
    width: 90%;
}
#footer h2 {
    color: #FFFFFF;
    margin-bottom: 30px;
}
#footer p {
    color: #213b28;
}
.footernav {
    margin-top: 40px;
}
.footernav ul {
    margin: 0;
    padding: 0;
    /*column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -webkit-column-count: 2;*/
}
.footernav li:first-child {
    padding-top: 0;
}
.footernav li {
    list-style: none;
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
}
.footernav li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.footernav li a {
    color: #5ab16f;
}
#footer .social_nav {
    text-align: center;
}
.social_nav {
    margin-bottom: 20px;
}
.social_nav ul {
    margin: 0;
    padding: 0;
}
.social_nav li {
    display: inline-block;
    margin: 0 6px;
}
.social_nav li a {
    color: #c2c2c2;
    display: inline-block;
    font-size: 45px;
    padding: 6px 15px;
    text-align: center;
}
.social_nav li:first-child {
    margin-left: 0;
}
.social_nav li:last-child {
    margin-right: 0;
}
.foot_con_info {
    clear: both;
    font-weight: 400;
}
.foot_con_info div {
    width: 45%;
    padding: 3px 10px;
    float: left;
    color: #bcc7c4;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}
.foot_con_info div:last-child {
    text-align: left;
    border-left: 1px solid #bcc7c4;
}
#footer .footercontactus p {
    font-size: 20px;
    color: #bcc7c4;
    line-height: 140%;
    text-align: center;
    font-weight: 500;
}
#footer .maincontent.footer_bottom {
    border-top: 1px solid #babbba;
}
.footercontactus {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}
#footer .footer_copyright p {
    font-size: 18px;
    text-transform: uppercase;
    color: #bcc7c4;
    text-align: right;
}
#joinus {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 15px;
}
#joinus.registration input[type="submit"] {
    float: right;
}
#title h1 {
    text-align: center;
    font-size: 40px;
}
#header.is-stuck {
    position: fixed;
    background: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    width: 100%;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);*/
    z-index: 999;
}
.home #header {
    border-bottom: none;
}
.acc_nav_wrap {
    background: #222222;
    height: 100%;
}
.acc_nav {
    padding: 30px 15px;
}
.acc_nav h3 {
    color: #FFFFFF;
    text-decoration: underline;
}
.acc_nav ul {
    padding: 0;
    margin: 0 0 10px 0;
}
.acc_nav li {
    list-style: none;
    line-height: 200%;
    font-size: 16px;
    position: relative;
}
.acc_nav li a .fa {
    margin-right: 20px;
}
.acc_nav li a {
    color: #FFFFFF;
}
.acc_nav li.current-menu-item a {
    color: #CCCCCC;
}
.acc_nav ul li ul {
    /*display: none;*/
    /*
    position: absolute;
    left: 100%;
    top: 0;
    */
    padding-left: 15px;
    background: #222222;
    /*min-width: 175px;*/
    z-index: 9999;
}
.acc_nav ul li:hover ul {
    display: block !important;
}
.acc_nav ul li ul li {
    list-style: outside;
    color: #FFFFFF;
    padding: 0 10px;
    border-bottom: 1px solid #CCCCCC;
}
.acc_nav ul li ul li:last-child {
    border-bottom: none;
}
.acc_sec {
}
.acc_sec #joinus {
    border: none;
    max-width: none;
    padding: 0;
}
.acc_button a {
    display: block;
    padding: 20px 16px 20px 16px;
    background: #09BFB7;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}
.acc_button a:hover{
    opacity: 0.6;
}
.acc_button a .fa {
    display: block;
    font-size: 36px;
    margin-bottom: 10px;
}
.contact_sidebar_content_wrapper {
    padding-left: 50px;
}
.contact_sidebar_content {
}
.contact_sidebar_content h2 {
    font-size: 20px;
    color: #f28f3a;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.contact_sidebar_content .social_nav li a {
    color: #5d5e5f;
    font-size: 32px;
    padding: 6px 0;
}
.contact_sidebar_content p {
    font-size: 16px;
    color: #4b4a4c;
    padding-bottom: 10px;
}
.usd {
    position: relative;
}
.usd .fa {
    position: absolute;
    top: 8px;
    left: 6px;
    font-size: 18px;
    color: #3cab56;
}
.usd input {
    padding-left: 20px;
}
#logoOutput {
    float: right;
    margin-right: 20px;
}
#logoOutput img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0 3px 1px rgba(0,0,0,0.1);
    background: #fff;
    border: none !important;
    outline: none !important;
    width: 175px !important;
    height: 175px !important;
}
.custom_file_upload input[type="file"] {
    display: none;
}
.custom_file_upload label {
    background: none repeat scroll 0 0 #3cab56;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 14px;
    padding: 10px 16px;
    text-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 45px 0;
}
#about {
    /*background: #3cab56;*/
    padding: 30px;
}
#about .maincontent {
    width: 70%;
}
#about h2 {
    color: #5ab16f;
    font-weight: 700;
    font-size: 26px;
}
#about p {
    line-height: 150%;
    font-size: 15px;
    color: #4b4a4c;
}
#faq {
    background: #ffffff;
}
#faq .maincontent {
    width: 85%;
}
#faq .faq_title {
    background: url(assets/images/faq_title_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 4% 1%;
}
#faq .faq_title h1 {
    font-size: 60px;
    color: #4b4a4c;
    padding: 0;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
}
#faq .faqContent {
    height: 100%;
    background: #e6e7e8;
}
#faq .faqContent p {
    padding: 15% 10%;
    font-size: 16px;
}
#faq ul {
    margin: 0;
    padding: 2% 0 4% 0;
}
#faq ul li {
    display: block;
    list-style: none;
    text-align: right;
}
#faq ul li a {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #4b4a4c;
    padding: 10px 15px;
}
#faq ul li a.active, #faq ul li a:hover {
    background: #f28f3a;
    color: #ffffff;
    width: 105%;
    z-index: 99;
    position: relative;
}
#how_vid {
    /*background: #3cab56;*/
    /*padding: 30px;*/
}
#how_vid h1 {
    color: #5ab16f;
    text-transform: uppercase;
    text-align: center;
    font-size: 105px;
    font-weight: 900;
}
#how_vid .res_vid {
    position: relative;
    padding: 2% 5%;
    width: 60%;
    margin: 0 auto;
}
#how_vid .res_vid .res_vid_frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100%;
}
#bio h1 {
    text-align: center;
    margin: 25px 0;
}
#bio .col.span_6_of_12:nth-child(2n+1) {
    margin-left: 0;
}
.single_bio {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.single_bio p a {
    color: #F06118;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 20px;
}
.slider .bx-viewport {
    border-radius: 5px;
}
.slider {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
.single-fundraiser h2 {
    font-size: 28px;
    color: #F06118;
}
.text_box {
    padding: 3%;
    background: #f7f7f7;
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 5px 0 #fbe8e1;
    box-shadow: 0 5px 0 #fbe8e1;
    border-radius: 5px;
}
.texts {
    margin-bottom: 20px;
}
.share_box {
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #E3E3E3;
    margin: 20px 0;
    border-radius: 5px;
}
.share_box p {
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
}
.share_box p span {
    color: #51AADE;
    text-transform: none;
    word-wrap: break-word;
}
.share_emb {
    text-align: center;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #E3E3E3;*/
}
.share_emb1 {
    text-align: center;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #E3E3E3;*/
}
.share_emb1 h3 {
    color: #F06118;
    text-decoration: underline;
    margin-bottom: 0;
}
.share_emb1 p {
    margin-bottom: 15px;
}
.share_emb1 h1 a {
    color: #F06118;
}
.share_emb1 img {
    /*width: 60px;
    height: 60px;
    margin: 0 10px;*/
}
.share_emb a {
    background: #4cbac7;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    margin-right: 15px;
}
.share_emb a:last-child {
    margin-right: 0;
}
.share_emb a .fa {
    margin-right: 10px;
}
.share_emb a.facebook {
    background: #0E0C6B;
}
.share_emb a.twitter {
    background: #33B4B4;
}
.share_emb a.donate {
    background: #3CAB56;
}
.thumb a.addthis {
    background: #FF9300;
}
.invite .share_emb a .fa {
    /*
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    */
}

#progressBar1 {
    /*width: 268px;*/
    width: 98%;
    height: 12px;
    border: 1px solid #111;
    background-color: #484646;
}
#progressBar1.big-green {
    padding: 3px;
    border-radius: 6px;
}
#progressBar1.big-green div {
    border-radius: 3px;
}
#progressBar1 div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px;
    width: 0;
    background-color: #3CAB56;
}
#progressBar2 {
    /*width: 268px;*/
    width: 98%;
    height: 12px;
    border: 1px solid #111;
    background-color: #484646;
}
#progressBar2.big-green {
    padding: 3px;
    border-radius: 6px;
}
#progressBar2.big-green div {
    border-radius: 3px;
}
#progressBar2 div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px;
    width: 0;
    background-color: #3CAB56;
}
#progressBar {
    /*width: 268px;*/
    width: 98%;
    height: 22px;
    border: 1px solid #111;
    background-color: #484646;
}
#progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px;
    width: 0;
    background-color: #3CAB56;
}
.goal {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin: 15px 0 15px 0;
}
.goal .fund_amount {
    font-size: 300%;
}
.goal .fund_amount span {
    font-size: 25px;
    vertical-align: top;
}
.box {
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #E3E3E3;
    margin: 0 0 20px 0;
    border-radius: 5px;
}
.box.supporter {
    max-height: 1770px;
    overflow-y: scroll;
}
.box.mysupporter {
    max-height: 300px;
    overflow-y: scroll;
    height: 210px;
}
h2.participant_name {
    font-size: 28px;
    margin: 10px 0;
}
h2.mynumbers {
    margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
    h2.mynumbers {
        margin-bottom: 15px;
    }
}
.donate_button{
    font-family: 'Raleway', sans-serif;     
    font-weight: 400;
    text-transform: uppercase;
    background: #3cab56;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 20px;
    text-align: center;
    padding: 30px 10px;
    margin: 15px 0;
    border: 0;
    text-shadow: none;
    display: block;
    line-height: 150%;
}
#payment-button {
    font-size: 50px;
}
.fundraiser_logo {
    text-align: center;
}
.fundraiser_logo img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.1);
    box-shadow: 0 3px 1px rgba(0,0,0,0.1);
}
.days_left {
    float: left;
    width: 50%;
}
.supporters_wrap {
    float: left;
    width: 50%;
}
.supporters {
    border-left: 1px solid #CCCCCC;
}
.days_left, .supporters {
    font-family: 'Raleway', sans-serif;     
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center; 
    color: #36934D;
    line-height: 100%;   
}
.donationbox {
    background: #E7EDF2;
    padding: 15px 10px;
}
.donationbox .currency {
    font-family: 'Raleway', sans-serif;     
    font-weight: 400;
    font-size: 50px;
    line-height: 50%;
    text-align: center;
    width: 10%;
    padding-top: 7px;
    float: left;
}
.donationbox .currency span {
    font-size: 25px;
}
.donationbox .decimal {
    font-family: 'Raleway', sans-serif;     
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    width: 10%;
    padding-top: 7px;
    float: left;
}
.donationbox input[type="text"], .donationbox input[type="number"] {
    border: none;
    box-shadow: none;
    width: 80% !important;
    float: left;
    font-family: 'Raleway', sans-serif;     
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    background: transparent !important;
    text-align: right;
    font-style: normal;
}
.donationbox input[type="text"]::-ms-clear, .donationbox input[type="number"]::-ms-clear {
    display: none !important;
}
.donationbox input[type="number"]::-webkit-inner-spin-button, 
.donationbox input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.autofill {
    margin: 10px 0;
    text-align: center;
}
.donation_auto {
    /*display: inline-block;*/
    background: #E7EDF2;
    border-radius: 5px;
    margin: 0 10px;
}
.donation_auto h2 {
    text-align: center;
    padding: 20px 10px 10px 10px;
    color: #053C79;
    font-size: 25px;
    margin-bottom: 0;   
}
.donation_auto a.donate_buton {
    display: block;
    background: #3cab56;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 0;
}
#payment-form .card-expiry-month, #payment-form .card-expiry-year {
    width: 40% !important;
    display: inline-block !important;
}
.single_supporters {
    margin: 10px 0;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
}
.single_supporters:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.single_supporters h1 {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 28px;
    color: #0E0C6B;
    margin: 0;
    padding: 0;
}
.single_supporters h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.single_supporters p {
    margin: 0;
    padding: 0;
}
.wp-social-login-provider-list {
    padding: 10px 0 0 0 !important;
}
.campaign_links a {
    display: inline-block;
    text-decoration: underline;
}
.nav.share_emb {
    text-align: center;
    /*padding: 15px 0;*/
    border: 0;
}
.nav.share_emb a {
    margin: 0 25px;
}
h1.donationh1 span {
    display: inline-block;
    padding-right: 70px;
    background: transparent url(assets/images/arrow.png) center right no-repeat;
}
.ribbon {
    margin: 20px 0 30px 0;
    display: inline-block;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    background: url(assets/images/ribbon.png) center center no-repeat;
    background-size: cover;
    padding: 12px 51px;
}
.participant form {
    position: relative;
}
.participant input[type='text'] {
    position: relative;
    background: #CCCCCC;
}
.participant input[type='submit'] {
    font-size: 0;
    background: transparent url(assets/images/search.png) center center no-repeat;
    padding: 20px;
    position: absolute;
    z-index: 9999;
    right: -5px;
    top: -2px;
}
.effort_legend table {
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}
.effort_legend td {
    text-align: left;
    padding: 10px;
}
.effort_legend .title {
    background-color: #EBEBEB;
}
.effort_legend .top {
    background-color: #9FFFAC;
}
.effort_legend .mid {
    background-color: #99C2FF;
}
.effort_legend .bottom {
    background-color: #FFA1A1;
}
.effort_legend .pending, .effort_legend .title {
    background-color: #EBEBEB;
}
.effort_legend .title {
    text-align: center;
}
.effort_legend .fa {
    color: #00688b;
    font-size: 20px;
}
.participant .col.span_6_of_12:nth-child(2n+1) {
    margin-left: 0;
}
.registered_participant {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    box-shadow: 0 2px 15px rgba(0,0,0,0.5);
}
.registered_participant h3 {
    text-align: center;
}
.registered_participant p {
    padding-bottom: 0;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #36934D;
    line-height: 100%;
}
.registered_participant p.net_amount {
    border-right: 1px solid #36934D;
}
.invite {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0;
}
.invite table {
    font-size: 16px;
}
.invite table thead {
    background: #EEEEEE;
}
.invite table thead th {
    border: 3px solid #FFFFFF;
}
.invite table tbody td {
    vertical-align: middle;
    text-align: center;
}
.invite h1 {
    text-align: center;
    margin: 10px 0;
}
.invite p {
    text-align: center;
}
.invite .thumb {
    background: #EEEEEE;
    padding: 20px 40px;    
}
.invite .thumb p {
    text-align: left;
    padding: 15px;
}
.invite .thumb p.my_link {
    text-align: center;
    font-size: 30px;
}
.invite .thumb ul {
    text-align: left;
    padding: 15px;
    margin: 0;
}
.invite .thumb li {
    font-size: 14px;
    line-height: 250%;
    list-style: none;
    background: url(assets/images/tick.png) center left no-repeat;
    padding-left: 44px;
}
.invite_button {
    text-align: center;
}
.invite p {
    padding: 15px;
}
.thank_you {
    background: #D9E6EE;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}
.thank_you .fundraiser_logo img {
    border-radius: 0;
    border: 4px solid #FFFFFF;
}
.rev_slider_wrapper .default {
    border: none !important;
    box-shadow: none !important;
}
.bxslider_gallery li img {
    width: 100%;
}
#join-fundraiser, #add-participants, #add-sadmin {
    min-width: 400px;
}
.successMsg.custom {
    background-image: none;
    padding: 15px 10px;
}
.successMsg.custom.inline {
    display: inline-block;
}
.successMsg.custom span.colored {
    color: #f06118;
}
.perticipant_table {
    max-height: 600px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.perticipant_table table {
    word-break: break-all;
    table-layout:fixed;
    width: 100%;
    /*border: 1px solid #000000;*/
    font-size: 14px;
}
.perticipant_table tr, .perticipant_table td, .perticipant_table th {
    border: 1px solid #000000;
    font-size: 14px;
    padding: 10px;
}
.perticipant_table tr:first-child ,.perticipant_table th {
    border: none !important;
}


@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .perticipant_table tr td, .perticipant_table tr th {
        display: none;
    }
    .perticipant_table .p-participant-name,
    .perticipant_table .p-email-shares,
    .perticipant_table .p-total-raised {
        display: table-cell;
    }

    .perticipant_table tr td:first-child,
    .perticipant_table tr td:nth-child(3),
    .perticipant_table tr td:last-child {
        display: table-cell;
    }

    /*
            .perticipant_table table, .perticipant_table thead, .perticipant_table tbody, .perticipant_table th, .perticipant_table td, .perticipant_table tr {
                    display: block;
            }
            .perticipant_table thead tr {
                    position: absolute;
                    top: -9999px;
                    left: -9999px;
            }

            .perticipant_table tr { border: 1px solid #ccc; }

            .perticipant_table td {
                    border: none;
                    border-bottom: 1px solid #eee;
                    position: relative;
                    padding-left: 50%;
            }

            .perticipant_table td:before {
                    position: absolute;
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
            }

    .perticipant_table th {
        display: none;
    }
            .perticipant_table td:nth-of-type(1):before { content: "Participant Name"; }
            .perticipant_table td:nth-of-type(2):before { content: "Participant #"; }
            .perticipant_table td:nth-of-type(3):before { content: "Participant Email"; }
            .perticipant_table td:nth-of-type(4):before { content: "Email Shares"; }
            .perticipant_table td:nth-of-type(5):before { content: "SMS Shares"; }
            .perticipant_table td:nth-of-type(6):before { content: "Twitter Shares"; }
            .perticipant_table td:nth-of-type(7):before { content: "Facebook Shares"; }
            .perticipant_table td:nth-of-type(8):before { content: "Flyer Shares"; }
            .perticipant_table td:nth-of-type(9):before { content: "Total Donations"; }
            .perticipant_table td:nth-of-type(10):before { content: "Total Raised"; }
    */
}


.profileImgage{
    text-align: center;
}
.profileImgage img{
    border-radius: 50%;
    /*border: 1px solid #CCCCCC;*/
}
#profileImgageuploadLabel {
    background: #3cab56;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    font-size: 18px;
    padding: 10px 16px;
    border: 0;
    text-shadow: none;
    display: inline-block;
}
#profileImageWrap {
    text-align: center;
}
#profileImageWrap input[type="file"] {
    display: none;
}
.participant_quote1 {
    font-size: 16px;
    font-style: italic;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    padding: 0;
}
.participant_quote1 span {
    color: green;
}
.participant_quote2 {
    font-size: 16px;
    font-style: italic;
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    padding: 0;
}
.top_profile_mob {
    display: none;
}
.crop_preview_box_big img {
    border: 1px solid #b6b6b6;
    background-color: #f7f7f7;
    max-height: 300px;
}
.crop_preview_box_small {
    width: 150px;
    height: 150px;
    border: 1px solid #b6b6b6;
    background-color: #f7f7f7;
    margin: 10px 0 0 0;
}
.facebook_albums {
    clear: both;
}
.facebook_album {
    width: 25%;
    float: left;
}
.facebook_album div {
    text-align: center;
    margin: 5px;
    padding: 5px;
    padding-bottom: 50px;
    border: 1px solid #222222;
    line-height: 0;
    position: relative;
}
.facebook_album div h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 10px 0;
}
.page-template-P_InviteEmail #header, .page-template-P_InviteEmail #footer {
    display: none;
}
.page-template-P_InviteStart #header, .page-template-P_InviteStart #footer {
    display: none;
}
.page-template-P_InviteParentStart #header, .page-template-P_InviteParentStart #footer {
    display: none;
}
.page-template-P_InviteFacebookShare #header, .page-template-P_InviteFacebookShare #footer {
    display: none;
}
.page-template-P_InviteFlyerShare #header, .page-template-P_InviteFlyerShare #footer {
    display: none;
}
.page-template-P_InviteTwitterShare #header, .page-template-P_InviteTwitterShare #footer {
    display: none;
}
.page-template-P_InviteComplete #header, .page-template-P_InviteComplete #footer {
    display: none;
}
.page-template-P_InviteCompleteParent #header, .page-template-P_InviteCompleteParent #footer {
    display: none;
}
.page-template-P_InviteEmail #header, .page-template-P_InviteEmail #footer {
    display: none;
}
.page-template-P_InviteSMS #header, .page-template-P_InviteSMS #footer {
    display: none;
}
.page-template-P_InviteParent #header, .page-template-P_InviteParent #footer {
    display: none;
}
.page-template-P_InviteStart, .page-template-P_InviteParentStart, .page-template-P_InviteFacebookShare, .page-template-P_InviteFlyerShare, .page-template-P_InviteTwitterShare, .page-template-P_InviteComplete, .page-template-P_InviteCompleteParent, .page-template-P_InviteEmail, .page-template-P_InviteSMS, .page-template-P_InviteParent {
    background: transparent;
}
.page-template-P_InviteStart #content, .page-template-P_InviteParentStart #content, .page-template-P_InviteFacebookShare #content, .page-template-P_InviteFlyerShare #content, .page-template-P_InviteTwitterShare #content, .page-template-P_InviteComplete #content, .page-template-P_InviteCompleteParent, .page-template-P_InviteEmail #content, .page-template-P_InviteSMS #content, .page-template-P_InviteParent #content {
    background: #f9f9f9;
    border-radius: 10px;
}
.invite_menu {
    text-align: center;
}
.invite_menu ul {
    margin: 0;
    padding: 0;
}
.invite_menu ul li {
    list-style: none;
    display: inline-block;
    background: #2B2F31;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.invite_menu ul li a {
    font-size: 17px;
    color: #FFFFFF;
    padding: 5px 12px;
    display: inline-block;
}
.invite_menu ul li.current-menu-item, .invite_menu ul li:hover {
    background: #3cab56;
}
.invite_wizard h1 {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    color: #3cab56;
    padding: 0;
    font-size: 19px;
    text-align: center;
    margin: 0;
}
.invite_wizard h2 {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    color: #3cab56;
    font-size: 16px;
}
.invite_wizard h2 a {
    color: #3cab56;
}
.invite_wizard p {
    padding: 0;
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 10px;
}
.page-template-TemplateParticipantInviteStart .invite_wizard p {
    padding-bottom: 0;
}
.invite_wizard hr {
    /*background: #a34c00;*/
    margin: 5px 0 20px 0;
    border-top: 1px solid #a34c00;
    clear: both;
}
.invite_wizard ul.greenBullet {
    margin: 0;
    /*padding: 0 0 0 100px;*/
    padding: 0;
    margin-top: 10px;
}
.invite_wizard ul.greenBullet li {
    padding-left: 1.4em;
    text-indent: -.7em;
    list-style: none;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    line-height: 180%;
}
.invite_wizard ul.greenBullet li:before {
    content: "• ";
    font-size: 28px;
    color: green;
    font-style: normal;
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
}
.invite_pre_next {
    margin-top: 20px;
}
.invite_pre_next .invite_prev {
    width: 50%;
    float: left;
    text-align: left;
}
.invite_pre_next .invite_next {
    width: 50%;
    float: right;
    text-align: right;
}
.message_hidden {
    display: none;
}
.fancybox-opened, .fancybox-wrap {
    z-index: 99999 !important;
}
.FancyInvite .fancybox-inner {
    overflow: hidden !important;
}
.FancyInvite .fancybox-skin {
    background: transparent;
    box-shadow: none !important;
}
.FancyInvite .fancybox-close {
    top: 50px;
    right: 15px;
}
.inviteEmailImport {
    text-align: center;
    padding: 15px 0;
}
.inviteEmailImport a img {
    padding: 0 20px;
}
.inviteEmailList ul {
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.inviteEmailList.singleEntry ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.inviteEmailList li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}
span.deleteicon {
    position: absolute;
    display: block;
    top: 3px;
    left: 0px;
    width: 24px;
    height: 24px;
    background: url(assets/images/cross.png) top left no-repeat;
    cursor: pointer;
    z-index: 999999;
    background-size: cover;
}
span.addicon {
    position: absolute;
    display: block;
    top: 3px;
    right: 3px;
    width: 50px;
    height: 24px;
    background: url(assets/images/addicon2.png) top left no-repeat;
    cursor: pointer;
    z-index: 999999;
    background-size: cover;
}
span.crossicon {
    position: absolute;
    display: block;
    top: 3px;
    right: 3px;
    width: 24px;
    height: 24px;
    background: url(assets/images/crossicon.png) top left no-repeat;
    cursor: pointer;
    z-index: 999999;
    background-size: cover;
}
.inviteEmailList li input[name="inviteemail[]"] {
    padding-left: 30px;
}
.inviteEmailList.entryright li input[name="inviteemail[]"] {
    padding-right: 56px;
    padding-left: 6px;
}
.inviteEmailList li input[name="invitesms[]"] {
    padding-left: 24px;
}
.inviteEmailList.entryright li input[name="invitesms[]"] {
    padding-right: 56px;
    padding-left: 6px;
}
strong.invalidEmail {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffc8ca;
    margin: 0 10px;
}
.inviteEmailListBlock {
    /*background: #FFFFFF;
    padding: 10px 5px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px;
    color: rgba(0, 0, 0, 0.74902);
    border: 1px solid rgb(204, 204, 204);
    cursor: pointer;*/
    background: url(assets/images/checkmark.png) center left no-repeat;
    background-size: 10%;
    padding: 5px 5px 5px 25px;
    font-size: 14px;
}
a.singleentry {
    font-family: 'Raleway', sans-serif;     font-weight: 400;
    text-decoration: underline;
    color: #0000cc;
    padding: 6px 0;
    display: inline-block;
}
.mobile_display {
    display: none;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 99 !important;
}
span.payment-errors {
    color: red;
}
input.error, textarea.error, select.error {
    border-color: red;
}
.contact_page {
    text-align: center;
}
.contact_page h1 {
    font-weight: 900;
    font-size: 75px;
    text-transform: uppercase;
}
.contact_page p {
    font-size: 22px;
    text-align: center;
}
.contact_form p {
    padding-bottom: 10px;
}
.testimonial_page h1 {
    font-weight: 900;
    font-size: 80px;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 12%;
    right: 10%;
}
.testimonial_page .maincontent {
    width: 80%;
}
.testimonial_page {
}
body.page-template-TemplateTestimonial, body.page-template-TemplateAbout, body.page-template-TempleteHowItWorks {
    background: url(assets/images/testi_bg.png) center center repeat-y;
    background-size: 50%;
}
.testimonial_wrapper  .bx-wrapper .bx-viewport {
    box-shadow: none;
    background: transparent;
}
.testimonial_wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonial_wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #56b26f;
}
.testimonial_wrapper .bx-wrapper .bx-next {
    right: 25%;
}
.testimonial_wrapper .bx-wrapper .bx-prev {
    left: -5%;
}
.testimonial_wrapper .bx-wrapper {
    margin-bottom: 0;
}
.testimonial_wrapper .bx-wrapper .bx-pager, .testimonial_wrapper .bx-wrapper .bx-controls-auto {
    bottom: 0;
}
.testimonial_page .maincontent {
    border-bottom: 2px solid #b7b7b7;
}
.testimonial_single {
    padding-bottom: 2%;
}
.testimonial_single .testimonial_quote_bg {
    width: 70%;
    position: relative;
}
.testimonial_single .testimonial_quote {
    position: absolute;
    top: 23%;
    width: 70%;
    left: 17%;
}
.testimonial_single .testimonial_quote .quote_content  {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background: url(assets/images/quote_left.png) top left no-repeat, url(assets/images/quote_right.png) bottom right no-repeat;
    background-size: 6%;
}
.testimonial_single .testimonial_quote .quote_content p {
    text-align: center;
}
.testimonial_single .testimonial_quote p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 32px;
    text-align: right;
}
.testimonial_single .testimonial_logo {
    /*background: url(assets/images/testi_logo_bg.png) center center no-repeat;
    background-size: cover;*/
    position: absolute;
    top: 70%;
    left: 39%;
    width: 30%;
}
.testimonial_single .testimonial_logo img {
    border-radius: 100%;
}
#home_reviews {
    margin: 20px 0;
}
#home_reviews .maincontent {
    max-width: 1920px;
    width: 85%;
    margin: 2% auto;
}
#home_reviews .review_title {
    background: #5ab16f;
    text-align: left;
    padding: 20px 10px 0 10px;
}
#home_reviews.alt .review_title {
    background: #f28f3a;
    text-align: right;
}
#home_reviews .review_title h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 130px;
    font-weight: 900;
    line-height: 71%;
    margin-bottom: 0;
}
#home_reviews .review_title span {
    color: #ffffff;
    font-weight: 300;
    font-size: 40px;
    /*display: block;*/
    line-height: 24%;
    vertical-align: middle;
}
#home_reviews .review_title br {
    line-height: 100%;
}
#home_reviews .review_content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #5ab16f;
    text-transform: uppercase;
    margin: 2% 0 1% 0;
}
#home_reviews.alt .review_content h3 {
    color: #f28f3a;
}
#home_reviews .review_content p {
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    margin-top: -15px;
    background: url(assets/images/quote1.png) top left no-repeat, url(assets/images/quote2.png) bottom right no-repeat;
    background-size: 4%;
    padding: 0 5%;
    margin-bottom: 20px;
}
#home_reviews .review_content .view_fundraiser {
    text-align: right;
}
iframe {
    max-width: 100%;
    height: auto;
}
.apple_mockup_slider_wrapper  .bx-wrapper .bx-viewport {
    box-shadow: none;
    background: transparent;
}
.apple_mockup_slider_wrapper .bx-wrapper .bx-next {
    right: -10%;
}
.apple_mockup_slider_wrapper .bx-wrapper .bx-prev {
    left: -10%;
}
#content_how .maincontent {
    width: 90%;
    line-height: 0;
}
select[name="participants"] {
    margin: 0 auto;
    font-style: normal;
}
.donationbox input[type="text"] {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    color: #000000;
    font-size: 45px;
}
.login_xtra .col:first-child {
    text-align: left;
}
.login_xtra .col:last-child {
    text-align: right;
}
label span.currency_selection select.currency_selection_list {
    background: transparent !important;
    color: blue;
    cursor: pointer;
    width: auto;
    display: inline-block;
    border: none !important;
    box-shadow: none;
    font-family: inherit;
    font-style: inherit;
    padding: 0 6px;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
ul.footer_sticker {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 99%;
    border: 2px outset white;
    background: #eee;
}
ul.footer_sticker li {
    display: block;
    list-style: none;
    width: 49.2%;
    float: left;
    margin-left: 1%;
}
ul.footer_sticker li:first-child {
    margin-left: 0;
}
ul.footer_sticker li a {
    display: block;
    border: 1px solid #222222;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    background-color: #3cab56;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #ffffff !important;
}
ul.footer_sticker li:last-child a {
    background-color: #332fde;
}
.donate_share_parallelogram {
    background: linear-gradient(90deg, #4f9f64 50%, #f18338 50%);
    text-align: center;
}
.donate_share_parallelogram div {
    display: inline-block;
    border-right: 1px solid #cccccc;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.2s;
    /* Skew */
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg)
}
.donate_share_parallelogram div a {
    display: block;
    padding: 20px 25px;
    text-transform: uppercase;
    color: #ffffff;
    /* Skew */
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}
.donate_share_parallelogram div a img {
    vertical-align: middle;
    width: 20px;
}
.donate_share_parallelogram div.donate_parallelogram {
    background: #4f9f64;
    border-left: 1px solid #cccccc;
}
.donate_share_parallelogram div.share_parallelogram {
    background: #f18338;
    border-left: 2px solid #ffffff;
    border-right: 1px solid #cccccc;
}
/*
.donate_share_parallelogram div a span {
    !* Skew *!
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}*/

.phone_num {
    display: none;
}

.field-required {
    color: red;
    font-weight: bold;
}

.edit-profile-button {
    display: none;
}

.submit_for_approval {
    padding: 24px 30px !important; 
    margin-bottom: 200px !important;
}

.jcrop-holder{
    margin: auto
}

.noscript_div {
    padding: 10px;
    text-align: right;
}

.overlay-cookie {
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.cookie_alert {
    padding: 50px;
    border: solid 1px white;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: white;
}
.cookie_alert div {
    font-size: 18px; 
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;

}
.cookie_alert div.content h1 {
    font-size: 26px;
    font-weight: bold;
    color: #ff4747;

}
.cookie_alert div.content h1 {
    color: #ff4747;
}
@media screen and (max-width: 499px) {
    .noscript_div {
        padding: 10px;
        text-align: center;
    }
    .jcrop-holder {
        max-height: 350px;
        overflow: hidden;
    }
    .cookie_alert {
        padding: 20px;
        border: solid 1px white;
        position: absolute;
        width: 80%;
        text-align: center;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: white;
    }
    .cookie_alert div {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;

    }
    .cookie_alert div.content h1 {
        font-size: 20px;
        font-weight: bold;
    }
}

/** Fix for certain browsers **/
.fb-comments iframe {
    width: 100% !important;
}


#regista {
    float: right;
}