/* ------ Social Media Icons ------- */
.rw-social-media-wrapper {
    width: 100%;
    padding: 20px;
}

.rw-social-media-title {
    text-align: center;
}

.rw-social-media-title span {

}

.rw-social-media-icons {
    display: table;
    margin: 0 auto;
}

.rw-social-media-icon {
    display: table-cell;
    padding: 10px 20px;
}

.rw-social-media-icon-link {

}

.rw-social-media-icon-link i {
    font-size: 24px;
    /* color: #000; */
}



/* ------- reCaptcha Popup ------- */
.rw-grecaptcha-popup {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
}

.rw-grecaptcha-wrapper, .rw-grecaptcha-spinner {
    position: absolute;
    text-align: center; 
    clear: both; 
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rw-grecaptcha-spinner {
    display: none;
}


/* ------------ WP Admin Toolbar Item -------------- */
#wpadminbar #wp-admin-bar-rw_main_app .ab-icon:before {
    content: '\f176';
    top: 1px;
}

#wpadminbar #wp-admin-bar-site-name>.ab-item:before {
    content: "\f111";
}


/* ------------ First Visit Welcome Video ------------ */
.rw-welcome-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.rw-welcome-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.rw-welcome-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
}

.rw-welcome-video .rw-close-video {
    display: block;
    position: absolute;
    top: -25px;
    right: -25px;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
}



/* ------------- Bullets -------------- */
ul.rw-bullets {
    list-style: none;
    padding-left: 70px;
}

ul.rw-bullets li {
    position: relative;
    list-style-type: none;
}

ul.rw-bullets li img {
    position: absolute;
    left: -80px;
    top: 0;
    max-width: 70px;
    max-height: 70px;
    transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
}



/* ----------- Menu sub-items ------------ */
#rw-header-section .sub-menu {
    background-color: #fff;
}


/* ------- Services drop down arrow ------ */
.rw-services-custom-menu .fl-menu-toggle {
	display: none;
}