/*--------------------------------------------------------------
Add your css here
---------------------------------------------------------------*/
.menu-toggle i {
	color: #FFF!important;
}
body:not(.tablet) .menu-panel #nav-menu > ul > li.current-menu-item,
body:not(.tablet) .menu-panel #nav-menu > ul > li.current-menu-item:hover,
body:not(.tablet) .menu-panel #nav-menu > ul > li.current-menu-item a:before {
	background-color: #9f0063;
	color: #FFF!important;
}
.bp-activity-nav .fa-file:before{
	content: "\f0e4"!important;
}

/* Main Content */

.entry-content a {
	color: #373330;
}
.entry-content ul, .entry-content ol {
	font-size: 18px;
}
.activity-inner iframe.wp-embedded-content{ display: none }
.activity-inner a{ color: #9f0063 }
/* Social Icons */

/*Change icons circle size and color here*/
.social-icons-sidebar{
    margin-top: 10px;
}
.social-icons a{ margin: 0 3px}
.social-icons .fa {
    font-size: 1em;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.social-icons .fa {
    font-size: .6em;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
span..social-icons a{ margin: 0}
.social-icons.icon-circle .fa{
    border-radius: 50%;
}
footer .social-icons{
    margin-top: 10px;
    padding-top: 10px;
}
.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons .fa-facebook{background-color:#3C599F;}
.social-icons .fa-twitter{background-color:#32CCFE;}
.social-icons .fa-linkedin{background-color:#0085AE;}
.social-icons .fa-link{background-color:#4AB2D6;}
.social-icons .fa-google-plus{background-color:#CF3D2E;}
.social-icons .fa-youtube{background-color:#C52F30;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-pinterest{background-color:#CC2127;}

#course_navigation .inactive ul { display: none; }

/* Profile */
.profile .base h4, .profile .bio h4, .profile form.base .button-nav{ display: none;}

/*--------------------------------------------------------------
Add your css here
---------------------------------------------------------------*/
.header-notifications a.notification-link{
    color: #FFF;
}

/* header */

#members-dir-list .item-avatar img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
body.members #main > .dir-page-entry{
    display: none;
}
.page-right-sidebar,
.page-right-sidebar .widget-area {
    background-color :#F9F9F9;
}

.badgeos-leaderboard {
	margin-top: 40px;
}
#buddypress table.badgeos-leaderboard thead tr th {
	color: #fff;
	font-size:15px;
	font-weight: 600;
	text-transform: uppercase;
}
.badgeos-leaderboard .item-avatar{
	width: 95px;
    min-width: 75px;
    display: table-cell;
    vertical-align: middle;
}

.badgeos-leaderboard .item-title{
	line-height: 23px;
}
.badgeos-leaderboard .item{
	display: table-cell;
    vertical-align: middle;
}

.badgeos-leaderboard .item-title a{
    font-size: 18px!important;
    font-family: 'Arimo', sans-serif;
}
#buddypress table tr td, #buddypress table tr th{
	padding: 10px 20px;
}
table.badgeos-leaderboard thead tr .headerSortDown, table.badgeos-leaderboard thead tr .default-sort, table.badgeos-leaderboard thead tr .headerSortUp{
	background-position-x: 26%;
}

/* wall */
#just-me-personal-li,
#news-feed-personal-li ,
#favorites-personal-li ,
#activity-mentions-personal-li{
    display: none;
}
#whats-new-additional{
    float: left;
}
#whats-new-submit{ float: right;}
#whats-new-additional .wpe-wall-filter{

}
#whats-new-additional #item-nav{
    display: block!important;
}
#buddypress .wpe-wall-filter div#item-nav .item-list-tabs ul{
    padding: 0;
}
#buddypress .wpe-wall-filter div#item-nav .item-list-tabs > ul > li:not(.hideshow),
.wpe-wall-filter #item-nav .item-list-tabs ul{
    background: transparent!important;
}
#buddypress #item-body form#whats-new-form{
    padding-top: 0;
}
#buddypress #whats-new-options{
    margin-top: 10px;
}
#activity-visibility, #ld_course_info_mycourses_list, #course_progress_details > h4{ display: none; }
a#btn_href{
	font-weight: 800;
    font-size: 12px;
    background-color: #4dcadd;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
}
a#btn_href:hover{
	-moz-box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.15);
}
#widget-achievements-listing-item-143, #widget-achievements-listing-item-49, #widget-achievements-listing-item-more {
	display: none;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.33%; }
.span_1_of_3 { width: 32.66%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
/* Setting Password*/
#memb_password_change-1{ margin-top: 20px;}
form#memb_password_change-1 label { display:inline-block; width: 200px; text-align:right; margin-right: 10px; font-weight: normal; } form#memb_password_change-1 input[type=checkbox] { vertical-align: middle; }
form#memb_password_change-1 select[name=country] { width:300px; } form#memb_password_change-1 .password_change_message { color:red; font-weight: bold; }
form#memb_password_change-1 div{
    margin-top: 15px;
}
/* Leaderboard */
table.badgeos-leaderboard thead{
    background: #9f0063!important;
}
table.badgeos-leaderboard thead tr th{
	padding: 23px 0!important;
}
body.page-members table.badgeos-leaderboard thead tr th:first-child,
body.page-members table.badgeos-leaderboard thead tr th:hover,
body.page-members table.badgeos-leaderboard .default-sort,
body.page-members table.badgeos-leaderboard thead tr .headerSortUp,
body.page-members table.badgeos-leaderboard thead tr .headerSortDown{
    background-image: none;
}
body.page-members table.badgeos-leaderboard thead tr th:first-child {
    cursor: default;
}
body.page-members table.badgeos-leaderboard thead, body.page-members table.badgeos-leaderboard thead tr:hover{
    background: #9f0063;
}
body.page-members #buddypress table.badgeos-leaderboard thead tr th{
    padding: 20px;
}
body.page-members table.badgeos-leaderboard tr:hover{
    background-color: rgba(245, 245, 245, 0.5);
}
.entry-content td, .comment-content td{
	border-top: 0;
}
.page-template-template-coaching-calls .entry-content li {
	font-size: 14px;
}

.directory.activity .item-list-tabs2,
.dir-form .item-list-tabs2 {
    padding: 18px 70px;
    background-color: rgba(0,0,0,0.02);
    border-top: 1px solid rgba(0,0,0,0.11);
    border-bottom: 1px solid rgba(0,0,0,0.11);
    overflow: hidden;
}

.directory.activity .item-list-tabs2 ul,
.dir-form .item-list-tabs2 ul {
    list-style: none;
    margin: 0;
    display: block;            /* fallback */
}

.directory.activity .item-list-tabs2 ul li,
.dir-form .item-list-tabs2 ul li {
    border: 2px solid #dfe3e7;
    color: #4dcadd;
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.dir-form .item-list-tabs2 ul li {
    width: 100%;
}

.logged-in .dir-form .item-list-tabs2 ul li {
    width: 50%;
}

.logged-in .dir-form .item-list-tabs2 ul li {
    width: 50%;
}

.logged-in #members-directory-form.dir-form .item-list-tabs2 ul li{
    width: 33.333333%!important;
}

.directory.activity .item-list-tabs2 ul li {
    width: 50%;
}

.logged-in.directory.activity .item-list-tabs2 ul li {
/*    width: 14.285714%;*/
    width: 100%;
}

.directory.activity .item-list-tabs2 ul li.selected a,
.dir-form .item-list-tabs2 ul li.selected a {
    color: #4dcadd;
}

.directory.activity .item-list-tabs2 ul li a,
.dir-form .item-list-tabs2 ul li a,
#buddypress table.badgeos-leaderboard thead tr th
 {
    color: #dfe3e7;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 25.5px;
    cursor: pointer;
    position: relative;
}
#buddypress table.badgeos-leaderboard thead tr th {
	color: #fff;
}

.item-list li .item-meta .count,
.directory.activity .item-list-tabs2 ul li a span,
.dir-form .item-list-tabs2 ul li a span,
#buddypress table.badgeos-leaderboard tr td .count {
    display: block;
    background-color: #4dcadd;
    color: rgba(0,0,0,0.6);
    text-align: center;
    min-width: 8px;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    font-weight: 800;
    padding-left: 8px;
    padding-right: 9px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
#buddypress table.badgeos-leaderboard tr td .count {
	display: inline-block;
	color: #fff;
	background-color: #4ab2d6;
}
.directory.activity .item-list-tabs2 ul li,
.dir-form .item-list-tabs2 ul li {
    border-right: none;
}

.directory.activity .item-list-tabs2 ul li:first-child,
.dir-form .item-list-tabs2 ul li:first-child {
    /* -webkit-border-top-left-radius: 4px; */
    /* border-top-left-radius: 4px; */
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.directory.activity .item-list-tabs2 ul li:not(:first-child):not(:last-child),
.dir-form .item-list-tabs2 ul li:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.directory.activity .item-list-tabs2 ul li:last-child,
.dir-form .item-list-tabs2 ul li:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 2px solid #dfe3e7;
}
.dir-form .item-list-tabs2 ul li a span {
    position: absolute;
    right: -27px;
    top: -20px;
    color: #fff;
    display: inline-block;
}
#buddypress table tr td, #buddypress table tr th{
	border-top: 0!important;
}
.single-sfwd-courses .course-header{
	padding-top: 45px!important;
}
/* Members */
#search-wrapper{
	width: 100%;
	display: block;
	margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    clear: both;
}
.item-list-tabs-member{
    background-color: rgba(0,0,0,0.02);
    padding: 20px 70px 0px;
    border-top: 1px solid rgba(0,0,0,0.11);
    border-bottom: 1px solid rgba(0,0,0,0.11);
    margin-bottom: 20px;
}
#search-wrapper .members-filter-search{

	color: #dfe3e7!important;
	border: #C7C7C7 1px solid!important;
	background: 0;
	border-radius: 0!important;
    -moz-box-shadow:    0;
    -webkit-box-shadow: 0;
    box-shadow:         0;
    clear: both;
}
#search-wrapper .members-filter-btn{
	border: 0;
	border-radius: 0!important;
	width: 10%!important;
	padding: 10px 10px 10px 5px;
    float: left;
    margin: 0!important;
    line-height: 16px!important;
}
#search-wrapper .members-filter-btn i:after{
        content: " Filter";
}
@media all and (max-width: 1050px)  {
    #search-wrapper .members-filter-btn i:after{
        content: "";
    }
}
@media all and (max-width: 790px)  {
    .directory.activity .item-list-tabs2, .dir-form .item-list-tabs2{
        padding: 0;
    }
}
#members-list li{
    padding: 20px;
}
/* Hack by brian */
/* Can't work out why this appearing on the index file */
/*body.is-desktop.left-menu-open[data-logo="1"] #left-panel-inner {
	padding-top: 55px !important;
}*/
.lesson-video  {
	padding: 0;
	background-color:#fff;
}
body.page-template-template-webinar .widget_course_progress img.avatar {
	width: 60px;
	height: 60px;
}
#course_navigation .topic_item a.current, #course_navigation .active .lesson a {
	color: #292929 !important;
}

/* Social Icons */

/*Change icons circle size and color here*/
.social-icons-sidebar{
    margin-top: 10px;
}
.social-icons a{ margin: 0 3px}
.social-icons .fa {
    font-size: 1em;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.social-icons .fa {
    font-size: .6em;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
span..social-icons a{ margin: 0}
.social-icons.icon-circle .fa{
    border-radius: 50%;
}
footer .social-icons{
    margin-top: 10px;
    padding-top: 10px;
}
.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.social-icons .fa-facebook{background-color:#3C599F;}
.social-icons .fa-twitter{background-color:#32CCFE;}
.social-icons .fa-linkedin{background-color:#0085AE;}
.social-icons .fa-link{background-color:#4AB2D6;}
.social-icons .fa-google-plus{background-color:#CF3D2E;}
.social-icons .fa-youtube{background-color:#C52F30;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-pinterest{background-color:#CC2127;}
.social-icons .fa-skype{background-color:#009EE5;}

.bbp-mark-all-read{
    margin-left: 67px;
    margin-top: 20px;
}
/* Hack by brian */
/* Can't work out why this appearing on the index file */
.lesson-video  {
    padding: 0;
    background-color:#fff;
}
body.page-template-template-webinar .widget_course_progress img.avatar {
    width: 60px;
    height: 60px;
}
#course_navigation .topic_item a.current, #course_navigation .active .lesson a {
    color: #292929 !important;
}
/* Support Page */
.page-support .ui-accordion.accordion h3.ui-accordion-header {
    text-transform: none;
    border-color: #dfe3e7;
}
.page-support .ui-accordion-content .inner {
    border-color: #dfe3e7;
}
.page-support .ui-widget-content a {
    color: #5fc7ae;
}
/*Author page */
body.author .course-flexible-area header h2{
    border-bottom: 0!important;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.1;
}
input[type=text], textarea{
    background-color: #F9F9F9 !important;
    color: #000000!important;
    border: #006594 1px solid !important;
}
#titlebar-search form input[type="text"]{
    border: 0!important;
}
.activity #subnav[role=navigation],
#profile-edit-form > h4,
#profile-edit-form > ul.button-nav,
#profile-personal-li{
    display: none;
}

.left-menu-open .my-profile #bbpress-forums li.bbp-header{
    padding-left: 70px;
    padding-right: 70px;
}
.left-menu-open #bbpress-forums li.bbp-body ul.forum, .left-menu-open #bbpress-forums li.bbp-body ul.topic{
    padding-left: 40px;
    padding-right: 40px;
}
.subheader .bbp-search-form{
    height: 30px;
}
.subheader #bbp-search-index-form{
    display: none;
}
/* Webinar */
.widget-area .widget_course_teacher header span p{
    color: #006594!important
}
/* Customizer */
/* Header height based on logo height */
body:not(.left-menu-open)[data-logo="1"] .site-header .left-col .table {
   height: 81px;
}

body.is-desktop:not(.left-menu-open)[data-logo="1"] #right-panel {
    margin-top: 81px;
}

body.is-desktop:not(.left-menu-open)[data-logo="1"] #left-panel-inner {
    padding-top: 81px;
}

body:not(.left-menu-open)[data-logo="1"] #search-open,
body:not(.left-menu-open)[data-logo="1"] .header-account-login,
body:not(.left-menu-open)[data-logo="1"] #wp-admin-bar-shortcode-secondary .menupop,
body:not(.left-menu-open)[data-logo="1"] .header-notifications {
    line-height: 81px;
    height: 81px;
}

body:not(.left-menu-open)[data-logo="1"] #wp-admin-bar-shortcode-secondary .ab-sub-wrapper,
body:not(.left-menu-open)[data-logo="1"] .header-notifications .pop,
body:not(.left-menu-open)[data-logo="1"] .header-account-login .pop {
    top: 81px;
}

body.left-menu-open[data-logo="1"] .site-header .left-col .table {
   height: 80px;
}

body.is-desktop.left-menu-open[data-logo="1"] #right-panel {
    margin-top: 80px;
}

body.is-desktop.left-menu-open[data-logo="1"] #left-panel-inner {
    padding-top: 80px;
}

body.left-menu-open[data-logo="1"] #search-open,
body.left-menu-open[data-logo="1"] .header-account-login,
body.left-menu-open[data-logo="1"] #wp-admin-bar-shortcode-secondary .menupop,
body.left-menu-open[data-logo="1"] .header-notifications {
    line-height: 80px;
    height: 80px;
}

body.left-menu-open[data-logo="1"] #wp-admin-bar-shortcode-secondary .ab-sub-wrapper,
body.left-menu-open[data-logo="1"] .header-notifications .pop,
body.left-menu-open[data-logo="1"] .header-account-login .pop {
    top: 80px;
}

body, p,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea
{
    color: #292929;
}

body,
.left-col .search-wrap,
#item-buttons .pop .inner,
#item-nav .item-list-tabs .hideshow ul {
    background-color: #ffffff;
}

body .site, body #main-wrap {
    background-color: #ffffff;
}

.bp-avatar-nav ul.avatar-nav-items li.current {
    border-bottom-color: #ffffff        }

a {
    color: #5fc7ae;
}

#item-buttons .pop .inner:before {
    background-color: #ffffff;
}

/* Heading Text color */
.group-single #buddypress #item-header-cover #item-actions h3,
.left-menu-open .group-single #buddypress #item-header-cover #item-actions h3,
.comments-area article header cite a,
#groups-stream li .item-desc p, #groups-list li .item-desc p,
.directory.groups #item-statistics .numbers span p,
.entry-title a, .entry-title,
.widget_buddyboss_recent_post h3 a,
h1, h2, h3, h4, h5, h6 {
    color: #292929;
}

#group-description .group-name,
.author.archive .archive-header .archive-title a:hover,
.entry-buddypress-content #group-create-body h4,
.widget_buddyboss_recent_post h3 a:hover,
a:hover {
    color: #4ab2d6;
}

#wp-admin-bar-shortcode-secondary a.button {
    color: #4ab2d6;
}

#wp-admin-bar-shortcode-secondary a.button:hover {
    color: #5fc7ae;
}

input[type="checkbox"]:checked + span:after,
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + strong:after {
   color: #4ab2d6;
}

input[type="radio"]:checked + span:before ,
input[type="radio"]:checked + label:before ,
input[type="radio"]:checked + strong:before {
   background-color: #4ab2d6;
}

input[type="radio"] + span:before,
input[type="radio"] + label:before,
input[type="radio"] + strong:before {
    border-color: #ffffff;
}

#buddypress input[type="text"]::-webkit-input-placeholder {
    color: #292929;
}
#buddypress input[type="text"]:-ms-input-placeholder  {
    color: #292929;
}
/* For Firefox 18 or under */
#buddypress input[type="text"]:-moz-placeholder {
    color: #292929;
}
/* For Firefox 19 or above */
#buddypress input[type="text"]::-moz-placeholder {
    color: #292929;
}
.directory.activity .item-list-tabs ul li,
.logged-in .dir-form .item-list-tabs ul li, .dir-form .item-list-tabs ul li:last-child {
    border-color: #4ab2d6 !important;
}
.ui-tabs-nav li.ui-state-default a, .directory.activity .item-list-tabs ul li a, .dir-form .item-list-tabs ul li a {
    color: #292929 !important;
}

 /* Buttons */
#buddypress .activity-list li.load-more a,
#buddypress .activity-list li.load-newest a,
.btn, button:not(#searchsubmit):not(.update-cover-photo), input[type="submit"], input[type="button"]:not(.button-small), input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span, a.button, #create-group-form .remove, #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, .entry-title a.button, span.create-a-group > a, #buddypress div.activity-comments form input[disabled],
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.widget_price_filter .price_slider_amount button:not(#searchsubmit):not(.update-cover-photo):hover,
.woocommerce .widget_shopping_cart_content .buttons a:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #9f0063;
}

.woocommerce a.remove,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #4ab2d6;
}

.widget_price_filter .price_slider_amount button:not(#searchsubmit):not(.update-cover-photo):hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover {
    border-color: #4ab2d6;
}

#switch_submit {
    background-color: transparent;
}

#fwslider .progress,
#fwslider .readmore a {
    background-color: #4ab2d6;
}

.selected-tab,
.btn.inverse,
.buddyboss-select-inner {
    color: #4ab2d6;
    border-color: #4ab2d6;
}

.btn-group.inverse > .btn {
   color: #4ab2d6;
   border-color: #4ab2d6;
}

.btn-group.inverse > .btn:first-child:not(:last-child) {
   border-color: #4ab2d6;
}

/* Widgets */
.widget-area .widget:not(.widget_buddyboss_recent_post) ul li a {
    color: #292929;
}

.widget .avatar-block img.avatar,
.widget-area .widget.widget_bp_core_login_widget .bp-login-widget-register-link a,
.widget-area .widget.buddyboss-login-widget a.sidebar-wp-register,
.widget-area .widget_tag_cloud .tagcloud a,
.widget-area .widget #sidebarme ul.sidebarme-quicklinks li.sidebarme-profile a:first-child,
.widget-area .widget_bp_core_login_widget img.avatar,
.widget-area .widget #sidebarme img.avatar {
    border-color: #4ab2d6;
}

.widget-area .widget.widget_buddyboss_recent_post  ul li a.category-link,
.widget-area .widget.widget_bp_core_login_widget .bp-login-widget-register-link a,
.widget-area .widget.buddyboss-login-widget a.sidebar-wp-register,
.widget-area .widget_tag_cloud .tagcloud a,
.widget-area .widget #sidebarme ul.sidebarme-quicklinks li.sidebarme-profile a:first-child,
#wp-calendar td#today,
.widget-area .widget:not(.widget_buddyboss_recent_post) ul li a:hover {
    color: #4ab2d6;
}

.widget.widget_display_stats strong {
    background-color: #4ab2d6;
}

.a-stats a {
    background-color: #4ab2d6 !important;
}

.widget-area .widget div.item-options a.selected,
.widget-area .widget .textwidget,
.widget-area .widget:not(.widget_buddyboss_recent_post) ul li a {
    color: #292929;
}

/* 404 */
.error404 .entry-content p,
.error404 h1 {
    color: #006594;
}

/* BuddyBoss Panel */
.menu-panel,
.menu-panel #nav-menu .sub-menu-wrap,
.bp_components ul li ul li.menupop .ab-sub-wrapper {
    background-color: #006594;
}

.left-menu-open .menu-panel #nav-menu > ul > li.current-menu-item > a, .left-menu-open .menu-panel #nav-menu > ul > li.current-menu-parent > a, .left-menu-open .bp_components ul li ul li.menupop.active > a,
.menu-panel #header-menu > ul li a,
#nav-menu > ul > li > a, body:not(.left-menu-open) .menu-panel .sub-menu-wrap > a, body:not(.left-menu-open) .menu-panel .ab-sub-wrapper > .ab-item, .menu-panel #nav-menu > a, .menu-panel .menupop > a {
    color: ;
}

.menu-panel #header-menu > ul li a:before,
.menu-panel #nav-menu > ul > li > a:not(.open-submenu):before,
.menu-panel .screen-reader-shortcut:before,
.menu-panel .bp_components ul li ul li > .ab-item:before {
    color: #ffffff;
}

body.left-menu-open .menu-panel #nav-menu > ul > li > a:not(.open-submenu):before, body.left-menu-open .menu-panel .bp_components ul li ul li > .ab-item:before, body.left-menu-open .menu-panel .screen-reader-shortcut:before {
    color: #ffffff;
}

/* Counting Numbers and Icons */
.widget_categories .cat-item i,
.menu-panel ul li a span {
    background-color: #4ab2d6;
}

body .menu-panel #nav-menu > ul > li.dropdown > a:not(.open-submenu):before, body .menu-panel .bp_components ul li ul li.menupop.dropdown > a:not(.open-submenu):before, body.tablet .menu-panel #nav-menu > ul > li.current-menu-item > a:not(.open-submenu):before, body.tablet .menu-panel #nav-menu > ul > li.current-menu-parent > a:not(.open-submenu):before, body.tablet .menu-panel .bp_components ul li ul li.menupop.active > a:not(.open-submenu):before, body .menu-panel #nav-menu > ul > li.current-menu-item > a:not(.open-submenu):before, body .menu-panel #nav-menu > ul > li.current-menu-parent > a:not(.open-submenu):before, body .menu-panel .bp_components ul li ul li.menupop.active > a:not(.open-submenu):before {
    color: #4ab2d6;
}

/* Pagination */
.search_results .navigation .wp-paginate .current, .pagination .current, .bbp-pagination-links span:not(.dots) {
    color: #4ab2d6;
    border-color: #4ab2d6;
}

/* Cover */
.page-cover {
    background-color: #0184a2;
}

/* Small Buttons */
.bbp-topic-details #subscription-toggle a,
.bbp-forum-details #subscription-toggle a,
.widget-area .widget .bp-login-widget-register-link a,
.widget-area .widget a.sidebar-wp-register,
.widget-area .widget_bp_core_login_widget a.logout,
.widget-area .widget_tag_cloud a,
.widget-area .widget #sidebarme ul.sidebarme-quicklinks li.sidebarme-profile a,
.bbp-logged-in a.button,
.right-col .register,
.right-col .login,
.header-account-login .pop .logout a {
    background-color: #4ab2d6;
}

/* Footer */
#footer-links a:hover {
    color: #4ab2d6;
}

/* 1st Footer Background Color */
div.footer-inner-top {
    background-color: #5e4b61;
}

/* 2nd Footer Background Color */
div.footer-inner-bottom {
    background-color: #4ab2d6;
}

/* Comments */
.comments-area article header a:hover,
.comment-awaiting-moderation {
    color: #4ab2d6;
}

 /* Shortcodes */
.menu-dropdown li a:hover,
.tooltip,
.progressbar-wrap p,
.ui-tabs-nav li.ui-state-active a,
.ui-accordion.accordion h3.ui-accordion-header-active:after,
.ui-accordion.accordion h3.ui-accordion-header {
    color: #4ab2d6;
}

.entry-content .underlined:after,
.progressbar-wrap .ui-widget-header,
.ui-tabs-nav li a span {
    background-color: #4ab2d6;
}

.ui-tooltip, .ui-tooltip .arrow:after {
    background-color: #4ab2d6 !important;
}

/* Slideshow Text color */
#fwslider .title,
#fwslider .description {
    color: ;
}


/************** BuddyPress **************************/

/* Covers */

/*** Profile Cover ****/


/*** Group Cover ****/


#buddypress #activity-stream .activity-meta .unfav.bp-secondary-action:before {
    color: ;
}

/* Activities */
#buddypress #activity-stream .activity-meta .unfav.bp-secondary-action:before {
    color: #4ab2d6;
}

/* Tabs */
.directory.activity .item-list-tabs ul li.selected a ,
.dir-form .item-list-tabs ul li.selected a,
.directory.activity .item-list-tabs ul li ,
.dir-form .item-list-tabs ul li {
    color: #4ab2d6;
}

.item-list li .item-meta .count,
.directory.activity .item-list-tabs ul li a span ,
.dir-form .item-list-tabs ul li a span {
    background-color: #4ab2d6;
}

/* Groups Create */
.entry-content #group-create-body h4,
#buddypress .standard-form div.submit #group-creation-previous,
#buddypress div#group-create-tabs ul.inverse > li,
#buddypress div#group-create-tabs ul li.current a {
    color: #4ab2d6;
}

#buddypress .standard-form div.submit #group-creation-previous,
#buddypress div#group-create-tabs ul.inverse > li {
    border-color: #4ab2d6;
}

/* Cover */
.entry-post-thumbnail,
.bb-cover-photo,
.bb-cover-photo .progress {
     background-color: #0184a2;
}

.bb-cover-photo .update-cover-photo div {
    background-color: #4ab2d6;
}

/* Item List */
#friend-list li .action div.generic-button:nth-child(2n) a,
#members-stream li .action div.generic-button:nth-child(2n) a ,
#members-list li .action div.generic-button:nth-child(2n) a,
#buddypress div#item-nav .item-list-tabs ul li.current > a,
#buddypress div#item-nav .item-list-tabs ul li:hover > a {
    color: #4ab2d6;
}

#buddypress div#item-nav .item-list-tabs > ul > li.current,
#buddypress div#item-nav .item-list-tabs > ul > li:not(.hideshow):hover {
    border-color: #4ab2d6;
}

.header-account-login .pop #dashboard-links .menupop a span,
.header-account-login .pop ul > li > .ab-sub-wrapper > ul li a span,
#buddypress div#item-nav .item-list-tabs ul li a span {
    background-color: #4ab2d6;
}

#friend-list li .action div.generic-button:nth-child(2n) a,
#members-stream li .action div.generic-button:nth-child(2n) a ,
#members-list li .action div.generic-button:nth-child(2n) a{
    border-color: #4ab2d6;
}

/* Fav icon */

#buddypress #activity-stream .acomment-options .acomment-like.unfav-comment:before, #buddypress #activity-stream .activity-meta .unfav.bp-secondary-action:before {
    color: #4ab2d6;
}

/* Group Settings */
#buddypress form#group-settings-form ul.item-list > li > span a,
#buddypress form#group-settings-form h4 {
    color: #4ab2d6;
}

/* Private Messaging Threads */
#message-threads.messages-table tbody tr a,
#message-threads.notices-table a.button {
    color: #5fc7ae;
}
#message-threads.messages-table tbody tr a:hover,
#message-threads.notices-table a.button:hover {
    color: #4ab2d6;
}

/* Widgets */
.secondary-inner #item-actions #group-admins img.avatar,
.widget-area .widget ul.item-list img.avatar {
    border-color: #4ab2d6;
}

/************* BBPress ************************/

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
     background-color: #4ab2d6;
     border-color: #4ab2d6;
 }

.bbp-topic-details .bbp-forum-data .post-num ,
.bbp-forum-details .bbp-forum-data .post-num {
     color: #4ab2d6;
 }

 .bbp-logged-in img.avatar {
     border-color: #4ab2d6;
}
.bbpl_button_wrapper a.bbpl_button{
	padding: 0;
	background: none!important;
}
.bbpl_button_wrapper .liked span{}
.bbpl_button_wrapper a.bbpl_button span:after{
	font-family: FontAwesome;
   line-height: 1;
   font-size: 20px;
	content: "\f087";
}
.bbpl_button_wrapper .liked span:after{
	content: "\f164"!important;
}
.bbpl_button_wrapper .liked span { #4ab2d6  }
a.bbpl_button.liked { opacity: 1; }

/************ Other Plugins **********************/
#buddypress div#item-nav .search_filters.item-list-tabs ul li.forums a span {
    background-color: #4ab2d6;
}
.results-group-forums .results-group-title span {
    border-bottom-color: #4ab2d6;
}

.item-list-tabs.bps_header input[type="submit"],
.bboss_ajax_search_item .item .item-title {
    color: #4ab2d6;
}

.item-list-tabs.bps_header input[type="submit"]:hover {
    color: #5fc7ae;
}

.service i {
    box-shadow: 0 0 0 3px #4ab2d6;
}

.service i:after {
    background-color: #4ab2d6;
}/* Lightbox */
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}

#check-list li{
    list-style: none;
}
#check-list li label strong{
    color: #000000!important;
}
#check-list li label{
    font-weight: normal;
    line-height: 1.7;
    font-size: 14px;
    cursor: pointer;
}
#check-list input[type="checkbox"].styled, #check-list input[type="radio"].styled {
    margin-left: -30px;
    cursor: pointer;
}

.wpe-loading{
    background-image: url( ../images/ajax-loader.gif );
    background-position: 0 5px;
    background-repeat: no-repeat;

}
#check-list .wpe-loading label{
    padding-left: 20px;
}
.buddyboss-skillset{
  width:760px;
  margin-bottom:20px;
  overflow:hidden;
}
.buddyboss-skillset #skillset{
  line-height:1.5em;
  width:33.333%;
  float:left;
  display:inline;
}
#search-wrapper:after { clear:both;}


#map_canvas [src^='//www.gravatar.com/avatar/']{
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.bp-profile-field .error{
    border-color: #D95C5C!important;
    color:  #D95C5C!important;
}
.bp-profile-field .error-list{
    color:  #D95C5C!important;
    font-style: italic;
}

.error404 .post .entry-content{
	padding-left: 0!important;
	padding-top: 50px;font-weight: normal
}
#bbpress-forums p, #bbpress-forums, .bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-topics {
	font-size: medium;
}

/************* Learndash ************************/

#learndash_profile #course_list h4>a.notcompleted:after, .ld-item .notcompleted:before, .learndash .notcompleted:before, .learndash .topic-notcompleted:before {
	color: #9f0063;
}
#learndash_profile #course_list h4>a.completed:after, .ld-item .completed:before, .learndash .completed:before, .learndash .topic-completed:before {
	color: #9f0063;
}
#course_navigation .learndash_topic_widget_list .topic-completed:before {
	color: #9f0063;
}

/******* Events ******/
.wpe-event-coaching-call,
.wpe-event-webinar,
.wpe-event-course,
.wpe-event-bonus,
.wpe-event-other {
	display:table;
	margin-bottom: 20px;
	width:100%;
}
.wpe-event-coaching-call:after,
.wpe-event-webinar:after,
.wpe-event-course:after,
.wpe-event-bonus:after,
.wpe-event-other:after {
	clear:both;
	content:"";
	display:block;
}
.faArrowIcon {
    position:relative;
}

.faArrowIcon:before {
    font-family: FontAwesome;
    top:0;
    left:-5px;
    padding-right:10px;
    content: "\f0a1";
    color: #fff;
}

.wpe-event-coaching-call {background:#9f0063;border: solid 2px #9f0063;}
.wpe-event-webinar {background:#5FC7AE;border: solid 2px #5FC7AE;}
.wpe-event-course {background:#5A0400;border: solid 2px #5A0400;}
.wpe-event-bonus {background:#51C8C6;border: solid 2px #51C8C6;}
.wpe-event-other {background:#5A0400;border: solid 2px #5A0400;}

.wpe-event-coaching-call .wpe-event-icon {background:#9f0063;position:relative}
.wpe-event-webinar .wpe-event-icon {background:#5FC7AE;position:relative}
.wpe-event-course .wpe-event-icon {background:#5A0400;position:relative}
.wpe-event-bonus .wpe-event-icon {background:#51C8C6;position:relative}
.wpe-event-other .wpe-event-icon {background:#5A0400;position:relative}

.wpe-event-coaching-call .wpe-event-icon:before,
.wpe-event-webinar .wpe-event-icon:before,
.wpe-event-course .wpe-event-icon:before,
.wpe-event-bonus .wpe-event-icon:before,
.wpe-event-other .wpe-event-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color:#fff;
	display:block;
	font-size:30px;
	padding:25px;
	text-align:center;
}
.wpe-event-coaching-call .wpe-event-icon:before {content: "\f0a1";}
.wpe-event-webinar .wpe-event-icon:before {content: "\f277";}
.wpe-event-course .wpe-event-icon:before {content: "\f19d";}
.wpe-event-bonus .wpe-event-icon:before {content: "\f06b";}
.wpe-event-other .wpe-event-icon:before {}

#secondary.widget-area .widget_wpe_event {
	border: 0;
	padding: 0;
}
#secondary.widget-area .widget_wpe_event p {
	color: #fff;
	margin-bottom: 0;
	font-size: 16px;
}
#secondary.widget-area .widget_wpe_event p.wpe-event-widget-heading {
	font-size: 22px;
}
#secondary.widget-area .widget_wpe_event .wpe-event-icon {
	width: 20%;
}
#secondary.widget-area .widget_wpe_event .wpe-event-widget-description {
	font-size: 14px;
	font-style: italic;
}

.wpe-event-widget-details-container { float: right; width:80%}
.wpe-event-widget-type { float: right; padding:20px; }

.wpe-event-widget-coaching-call {background: #9f0063;}
.wpe-event-widget-webinar {background:#5FC7AE;}
.wpe-event-widget-course {background:#5A0400;}
.wpe-event-widget-bonus {background:#51C8C6;}
.wpe-event-widget-other {background:#5A0400;}

.wpe-event-widget-type .wpe-event-icon {position:relative}

.wpe-event-widget-type .wpe-event-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color:#fff;
	display:block;
	font-size:30px;
	padding:0 16px 16px 0;
}
.wpe-event-widget-coaching-call .wpe-event-icon:before {content: "\f0a1";}
.wpe-event-widget-webinar .wpe-event-icon:before {content: "\f277";}
.wpe-event-widget-course .wpe-event-icon:before {content: "\f19d";}
.wpe-event-widget-bonus .wpe-event-icon:before {content: "\f06b";}
.wpe-event-widget-other .wpe-event-icon:before {}

header.wpe-event-widget-type:after {
	clear:both;
	content:"";
	display:block;
}
.wpe-calendar-link:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size:30px;
	padding:0 16px 16px 0;
	content: "\f271";
}
.calendar-legend { color: #fff;}
.calendar-legend td { padding-left: 10px; font-size: 14px; text-align: center;}
.calendar-legend td .fa { margin-right: 10px; }
.calendar-legend .legend-coaching-call { background-color: #9f0063; width: 50%; }
.calendar-legend .legend-other { background-color: #5A0400; width: 50%; }


@media screen and (max-width: 1000px) {
	.left-menu-open #secondary.widget-area .widget {
		padding-left: 0;
		padding-right: 0;
	}
	.wpe-event-widget-type {float:none;}
	#secondary.widget-area .widget_wpe_event .wpe-event-icon,
	.wpe-event-widget-details-container {
		float:none;
		width:auto;
	}
	#secondary.widget-area .widget_wpe_event .wpe-event-icon {display:none;}
}

.wpe-event-icon, .wpe-event-date, .wpe-event-info{
	float:left;
}
.wpe-event-icon {width:12%;}
.wpe-event-date, .wpe-event-info {
	line-height:30px;
	margin-left:20px;
	margin-right:20px;
}
.wpe-event-widget-time:before {
    font-family: FontAwesome;
    content: "\f017";
    margin-left: -22px;
    float: left;
}
.wpe-event-widget-time{
	padding-left: 25px;
}
.wpe-event-date {width:50px;}

.wpe-event-day,
.wpe-event-month {display:block; text-align:center;}

.wpe-event-day {color: rgba(41, 41, 41, 0.8);font-size:30px; font-weight:bold;}
.wpe-event-month {color:#8c8c8c;}

.wpe-event-head {
	display:block;
	font-size:25px;
}
.wpe-event-time {
	display:block;
	font-style:italic;
}
.wpe-event-link {cursor:pointer;}

.wpe-event-container {
	background:#fff;
	display:table;
	width:88%;
	float:left;
}
.wpe-event-details {
	display: table-cell;
	vertical-align: middle;
	padding:25px 0;
}
.wpe-event-cursor {
	cursor: pointer;
}

@media screen and (max-width: 780px) {
	.wpe-event-icon {width:20%;}
	.wpe-event-container {width:80%;}

.left-menu-open #secondary.widget-area .widget {
 padding-left: 15px;
 padding-right: 15px;
 }
	.wpe-event-coaching-call .wpe-event-icon:before,
	.wpe-event-webinar .wpe-event-icon:before,
	.wpe-event-bonus .wpe-event-icon:before,
	.wpe-event-other .wpe-event-icon:before {padding:25px 0;}

	.wpe-event-widget-type .wpe-event-icon {
		display: none;
	}

}
.entry-content p { font-size: 18px }
.breadcrumb {
	padding: 20px 70px 0;
}
.technical-handbook #footer_nav{
    padding: 0 70px 50px;
}
.technical-handbook #footer_nav .btn{
	width: auto!important;
	padding: 12px 24px 11px!important;
}
.technical-handbook #footer_nav a,.technical-handbook #footer_nav a:hover{
	color: #FFF;
}
.technical-handbook #footer_nav .next{
	float: right;
}
.technical-handbook #primary article{
    padding: 50px 70px 36px;	
}
#secondary #nav_menu-2 {
	padding: 0;
}
#secondary #nav_menu-2 h3{
    padding: 20px 30px;
	color: #fff;
	font-size: 16px;
	background-color: #9f0063;
}
.menu-technical-handbook-container{
	 padding: 10px 30px 0;
	
}
.menu-technical-handbook-container .menu-item a,
.menu-technical-handbook-container .page_item a{
    font-size: 15px!important;
    font-weight: 600!important;
}
.menu-technical-handbook-container li a{
    color: #000 !important;
}
.menu-technical-handbook-container .menu > li a{
    margin: 0;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.11);
}

.menu-technical-handbook-container .menu-item a,
.menu-technical-handbook-container .page_item a{
	padding: 2px 0 2px;
    margin-top: 10px;
	color: #737373;
}
.menu-technical-handbook-container .menu-item .sub-menu li {
	margin-bottom: 5px;
}
.menu-technical-handbook-container .menu-item .sub-menu li a{
	border: 0;
}
.menu-technical-handbook-container li.current_page_item > a,
.menu-technical-handbook-container li.current_page_parent > a,
.menu-technical-handbook-container li.current_page_ancestor > a,
.menu-technical-handbook-container li.current-menu-item  > a{
	color: #9f0063!important;
}
.menu-technical-handbook-container .menu-item .sub-menu, .menu-technical-handbook-container .menu-item .sub-menu li{
	padding-left: 7px!important;
	margin-left: 0!important;
}
.menu-technical-handbook-container .sub-menu{
	display: none;
}
.menu-technical-handbook-container li.current_page_item .sub-menu,
.menu-technical-handbook-container li.current_page_parent .sub-menu,
.menu-technical-handbook-container li.current_page_ancestor .sub-menu,
.menu-technical-handbook-container li.current-menu-item .sub-menu,
.menu-technical-handbook-container li.current-menu-item .sub-menu{
	display: block;
}
.course-completed #course-details #learndash_course_status {
    border: 0;
    color: #9f0063;
    font-weight: bold;
    vertical-align: middle;
}
.course-completed #course-details #learndash_course_status:before {
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: .3em;
    vertical-align: middle;
}
.learndash_nevigation_lesson_topics_list .list_arrow{ display: none}
#course_navigation .learndash_nevigation_lesson_topics_list>div{ margin-bottom: 0}
#course_navigation .learndash_nevigation_lesson_topics_list .lesson{ padding-bottom: 15px;}

.left-menu-open .header-notifications.updates {
	display: none!important;
}
.fa-music{
	text-align: center;
	color: #9f0063;
    opacity: 0.7;
}
/* TADA */

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(.9) rotate(-8deg);
    transform: scale(.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(.9) rotate(-8deg);
    -ms-transform: scale(.9) rotate(-8deg);
    transform: scale(.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}

.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}

.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}

.page-members .dir-form .item-list-tabs ul li{
	width: 49%;
}