body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}

h1,h2,h3,h4 {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 400
}
h2 {
	font-size:1.65rem;
	font-weight: 600;
}

h3 {
	font-size:1.25rem;
}
.page h2 {
	color: #2CA9FF;
	margin-top:1em;
}
.page h3 {
	font-weight: 600;
	margin-top:1em;
}

p {
    font-size: 1rem;
    font-family: 'Roboto Condensed',sans-serif;
	margin-bottom:1.5em;
}

li {
    font-size: 1rem;
    font-family: 'Roboto Condensed',sans-serif;
    margin-bottom: 1em
}
a {
	color: #2CA9FF;
    text-decoration: underline
}

a:hover {
    color: #11E6FF
}
blockquote {
	position:relative;
	padding:30px;
	padding-left:3em;
		background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
blockquote:before {
	width:5px;
	height:100%;
	background:linear-gradient(#2CA9FF, #11E6FF);
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
}

hr,
.elementor hr,
section.elementor-section hr {
	border-top: 1px solid #ddd;
	margin: 1.5rem 0;
}
button {
    outline: none
}

.frm_forms .frm_form_fields .frm_submit button {
    font-family: 'Poppins',Sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight:300;
}


input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border-radius:0;
	border:1px solid #ddd;
}
/******************
   ELEMENTOR
  ****************/
  .plus-navigation-menu .nav>li>.dropdown-menu > li {
	  margin-bottom:0;
  }
/*******************
WooCommerce 
******************/
.woocommerce-info {
    border-top-color: #2CA9FF;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.woocommerce-info::before {
    color: #2CA9FF;
}

/*******************
BuddyPress 
******************/
#buddypress #bbp-topic-search-form > div,
#buddypress #search-members-form {
	display:flex;
}

#buddypress .comment-reply-link, #buddypress .generic-button a, 
#buddypress .standard-form button, #buddypress a.button, 
#buddypress input[type=button], #buddypress input[type=reset], 
#buddypress input[type=submit], #buddypress ul.button-nav li a, a.bp-title-button,
#buddypress #user_switching_switch_to a, 
#bbpress-content #bbp_reply_submit,
#subscription-toggle > button, 
button.forum-reply{
	border-color: #2CA9FF;
	color: #2CA9FF;
	background-color: #FFF;
	border-radius:30px;
}

#buddypress #send-private-message a:hover,
#buddypress .comment-reply-link:hover , #buddypress .generic-button a:hover , 
#buddypress .standard-form button:hover , #buddypress a.button:hover , 
#buddypress input[type=button]:hover , #buddypress input[type=reset], 
#buddypress input[type=submit]:hover , #buddypress ul.button-nav li a:hover , a.bp-title-button:hover ,
#buddypress div.item-list-tabs ul li a span,
#buddypress div.item-list-tabs ul li a:hover span {
	background-color: #11E6FF;
	border-color: #11E6FF;
	color: #fff;
	border-radius:30px;
}

#buddypress #bbp-topic-search-form #bbp_search_submit,
#buddypress #search-members-form #members_search_submit {
	border-radius:0 30px 30px 0;
	background-color: #2CA9FF;
	color: #fff;
	border-color: #2CA9FF;
}
#buddypress #search-members-form #members_search_submit:hover, 
#buddypress #user_switching_switch_to a:hover, 
#bbpress-content #bbp_reply_submit:hover,
#subscription-toggle > button:hover, 
button.forum-reply:hover {
	background-color: #11E6FF;
	border-color: #11E6FF;
	color: #fff;
}

#buddypress #bbp-topic-search-form #ts {
	border-radius:0;
}

#page-main-content #buddypress table {
	margin: 30px 0;
}
#buddypress table tr {
	border: 0;
}
#page-main-content #buddypress table tr > td,
#buddypress table tr.alt > td {
	background-color: #fff;
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:0;
	padding: 20px 10px; 
}
#page-main-content #buddypress table tr:nth-child(odd) td {
	background-color: #f2f8fd;
}
#page-main-content  #buddypress div.item-list-tabs ul li a {
	 color: #2CA9FF;
	 border-bottom:3px solid transparent;
	 font-weight: 300;
}
#page-main-content  #buddypress div.item-list-tabs ul li a:hover,
#page-main-content  #buddypress div.item-list-tabs ul li.current a, 
#page-main-content #buddypress div.item-list-tabs ul li.selected a {
    background-color: transparent;
    color: #2CA9FF;
	border-bottom:3px solid;
    opacity: 1;
    
}

/****************
  Search Form
 ***************/
  #archive-search-form  {

 }
#archive-search-form input, 
	#archive-search-form select {
		width:100%;
		min-height: 42px;
	}
#archive-search-form ul {
padding-left:0;
display:flex;
flex-wrap:wrap;
padding-left:0; 
width:100%;
max-width:100%;
}
#archive-search-form ul  li {
	list-style:none;
	padding-right:20px;
}

#archive-search-form .form-search-field,
#archive-search-form .form-product-category-field, 
#archive-search-form .form-post-type-field  {
	width:27%;
}
  
 
#archive-search-form .form-submit-field {
	width:19%;
}

 #archive-search-form button {
	 background: linear-gradient(90deg, #2CA9FF,  #11E6FF);
	 color: #fff;
	 border:0;
	 width:100%;
	 outline:none;
 }
#archive-search-form button:hover {
	background: linear-gradient(90deg, #11E6FF,  #2CA9FF);
}


/**** WP Download Manager ****/
  
.wpdm-pro {
	margin:1rem 0;
	display:inline-block;
	width:100%;
}
.wpdm-pro .media-body {
	font-size:0.8rem;
	color: #9B93A1;
}
.wpdm-download-link,
.wpdm-pro h4 a {
	color: #2CA9FF;
	margin-bottom:1em;
	font-size:1.25rem;
		font-family: 'Poppins',sans-serif;
font-style: normal;
font-weight: 400
}
.wpdm-pro .pull-left {
		width:32px;
	height:26px;
	background-image: url(/wp-content/uploads/2021/07/downloads2.svg);
	background-size:contain;
	background-position:center left;
	background-repeat:no-repeat;
}
.wpdm-pro .pull-left img,
.wpdm-pro .media-body > i  {
	display:none;
}
  
/* Forum search */
#bbpress-forums{
	padding: 0px 15px;
}
#topic-filters{
	display: flex;
    justify-content: space-between;
	padding: 38px 0 15px 0px;
    margin: 30px 0;
    border-top: 1px solid #d9d9d9;
}
#bbpress-forums #topic-tools{
	margin: 40px 0px;
    display: flex;
    justify-content: space-between;
}
#bbpress-forums #topic-tools #new-topic{
	text-decoration: none;
}
#bbpress-forums #topic-tools form{
    display: flex;
}
#bbpress-forums #bbp-search-form #bbp_search{
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    padding: 0.4em 74px 0.4em 8px;
    outline: none;
    color: #869199;
	min-width: 320px;
    margin-right: 35px;
    width: 100%;
}
#bbpress-forums #topic-tools .et_pb_button,
#forum-sidebar .et_pb_button {
    padding: 0 10px;
	background: linear-gradient(90deg, #2CA9FF, #11E6FF);
    color: #fff;
    border: 0 !important;
    outline: 0;
	min-width: 130px;
    width: 100%;
    display: block;
	min-height: 40px;
}
#bbpress-forums #topic-tools .et_pb_button:hover,
#forum-sidebar .et_pb_button:hover {
	color: var(--e-global-color-c334cb9 );
    background-color: var(--e-global-color-8e855a3 );
    border-style: solid;
    border-color: var(--e-global-color-8e855a3 );
}
#topic-filters #forum_filter-dd{
	position: relative;
    float: left;
    display: block;
	width: auto;
}
#forum_filter-dd.forum-filter-dropdown-wrapper .dropdown:before{
	display: none;
}
#topic-filters #forum_filter-dd.forum-filter-dropdown-wrapper .dropdown{
	opacity: 1;
    top: 0;
	border: 1px solid #ddd;
	position: relative;
	pointer-events: auto;
}
#forum_filter-dd .featured_discussions,
#forum_filter-dd .new_discussions,
#forum_filter-dd .recent_discussions{
	position: relative;
	padding: 10px 50px 10px 15px;
    border: 1px solid #ddd;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 0px;
	min-width: 230px;
}
#forum_filter-dd .featured_discussions::after,
#forum_filter-dd .new_discussions:after,
#forum_filter-dd .recent_discussions:after{
	content: "";
	opacity: 1;
    right: 6px;
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #2ca9ff transparent;
}
#forum_filter-dd .dropdown-visible ul{
	padding-left: 0;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#forum_filter-dd .dropdown-visible li{
	list-style: none;
	margin-bottom: 0;
}
#forum_filter-dd .dropdown-visible{
	top: 46px;
    position: absolute;
    width: 100%;
    /* background-color: #fff; */
    z-index: 9;
    min-height: 95px;
}
#forum_filter-dd .dropdown-visible li a{
	text-decoration: none;
	width: 100%;
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

/* Form Login */
#topics-listing-container{
	margin-bottom: 60px;
}
#topics-listing-container #nav-below
.single-forum #nav-below {
	margin-top: 25px;
	text-align: right;
}
.bbp-login-form .bbp-form{
	border: 0;
}
.bbp-login-form .bbp-form .bbp-username{
	margin-bottom: 15px;
}
.bbp-login-form .bbp-submit-wrapper{
	position: relative;
	display: inline-block;
    width: 100%;
}
.bbp-submit-wrapper .user-register{
	background: linear-gradient(90deg, #2CA9FF, #11E6FF);
	padding: 9px 18px;
    border-radius: 50px;
    color: #fff;
    min-width: 140px;
    text-align: center;
    position: relative;
	display: inline-block;
    border: 2px solid white;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.bbp-submit-wrapper .user-register:hover{
	color: var(--e-global-color-c334cb9 );
    background-color: var(--e-global-color-8e855a3 );
    border-style: solid;
    border-color: var(--e-global-color-8e855a3 );
}
.bbp-login-form .user-register.et_pb_button{
	position: absolute;
    right: 0px;
    top: 0px;
}
.bbp-login-form .bbp-remember-me{
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.bbp-login-form .bbp-remember-me #rememberme{
	margin-right: 10px;
    bottom: -2px;
    position: relative;
}

/* Posts Forum */
.topics-entry-content .forum-post{
	display: flex;
	width: 100%;
}	

.topics-entry-content .status{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 1px;
    background-color: #184765;
    color: #fff;
}
.topics-entry-content .avatar{
	display: inline-block;
    margin-top: 6px;
    border-radius: 6px;
    padding-right: 5px;
    max-height: 100px;
    width: 100px;
}

#bbpress-forums .forum-post:nth-child(2n+1) .details {
    background-color: #132b41;
}
#bbpress-forums .forum-post .details {
    background-color: #0d314f;
}
.topics-entry-content .details{
	margin-left: 20px;
    border-radius: 8px;
    padding: 30px 20px 15px 20px;
    margin-bottom: 10px;
    background-color: #d9d9d966;
    font-size: 18px;
    position: relative;
    float: none;
    padding-right: 20px;
    overflow: hidden;
	width: 100%;
}
.topics-entry-content .left-side-container {
    word-break: normal;
    width: auto;
    float: none;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0 0;
}
.topics-entry-content .status.fiber {
    background-color: #0FA452;
}
.topics-entry-content .status.general {
    background-color: #8EB72A;
}
.topics-entry-content a{
	text-decoration: none;
}
.topics-entry-content a,
.topics-entry-content .topic-author,
.topics-entry-content .topic-meta{
	font-size: 18px;
}
.topics-entry-content .topic-author,
.topics-entry-content .topic-meta{
	color: #fff;
}
#topic-filters #nav-above .wp-pagenavi{
	margin-top: 12px;
	text-align: right;
}

/* Single Forum  */

.single-forum #subscription-toggle,
.single-forum .mark-as-read-toggle,
.single-forum .bbp-template-notice.info,
.single-forum .bbp-pagination,
.single-forum .bbp-topic-form {
	display: none;
}

.single-forum .bbp-topics {
	padding-left: 0;
}
.single-forum #topic-filters {
	font-size: 16px;
}
.single-forum .wp-pagenavi {
	font-size: 16px;
	text-align: right;
}
.single-forum .wp-pagenavi a,
.single-forum .wp-pagenavi span {
	display: inline-block;
}
.single-forum #bbpress-forums #topic-tools {
	margin-top: 0;
}

/* Topics  */
.single-topic .forum-menu-caption-text{
	display: none;
}
.forums.bbp-replies{
	margin-top: 30px;
}
.bbp-reply-form fieldset{
    border: 1px solid #bcbcbc;
}
#bbpress-forums{
	padding-top: 50px;
	padding-bottom: 70px;
}
#bbpress-forums .mark-as-read-toggle{
	float: none !important;
}
#bbpress-forums ul.bbp-replies,
#bbpress-forums .bbp-replies ul{
	padding-left: 0;
}
#bbpress-forums .bbp-replies li{
	background-color: #021A2B;
    border-radius: 5px;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
    color: #FFF;
}
#bbpress-forums .bbp-replies li .bbp-topic-unread,
#bbpress-forums .bbp-replies li .bbp-topic-read{
	display: flex;
}
#bbpress-forums .bbp-replies li .bbp-reply-author{
	max-width: 150px;
    width: 100%;
	padding-left: 15px;
}
#bbpress-forums .bbp-reply-content{
	margin-bottom: 20px;
}
.bbpress_post_ratings_rate_area{
	display: none;
}
#bbpress-forums .bbp-reply-header{
	position: absolute;
    bottom: 12px;
    right: 15px;
}
fieldset.bbp-form .bbp-submit-wrapper{	
	display: inline-block;
    padding-top: 12px;
}

.topic-container .post{
	background-color: #021A2B;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    color: #FFF;
}
#bbpress-forums .topic-container h1 {
    color: #FFF;
    padding: 10px 0 20px 0;
	font-size: 1.6em;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}
.bbp-topic-read  .topic-author-box{
    float: left;
    padding: 20px 45px 20px 20px;
    /* color: #dde1e3; */
}
.bbp-topic-read #topic-date{
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.single-topic .bbp-template-notice.info + .bbp-pagination {
    display: none;
}

/*nav*/
.plus-navigation-menu > .navbar-nav > li.menu-item-has-children > a{
	pointer-events: none;
	cursor: pointer;
}

.elementor a {
	word-break: break-word;
}

@media screen and (max-width: 1024px) {
	table { max-width: 100%; }
}
@media screen and (max-width: 768px) {
	#bbpress-forums #topic-tools{
		flex-direction: column;
	}	
	#bbpress-forums #topic-tools form{
		margin-bottom: 20px;
	}
	#bbpress-forums #bbp-search-form #bbp_search{
		margin-bottom: 10px;
	}
	#bbpress-forums #topic-tools form,
	#topic-filters{
		flex-direction: column;
	}
	#forum_filter-dd .recent_discussions{
		width: 100%;
	}
}

@media screen and (max-width: 568px) {
	.forum-post {
		background-color: #1d1d1d;
		border-radius: 5px;
		padding: 15px 0 0 0;
		margin: 15px 0;
	}
	.topics-entry-content .forum-post{
		flex-direction: column;
    	align-items: center;
	}
	.topics-entry-content .details{
		margin-left: 0;
		margin-bottom: 0;
	}
	.topics-entry-content .status{
		bottom: 0;
		top: auto;
		border-radius: 0px 0px 5px 5px;
	}
	#bbpress-forums .forum-post .details{
		padding: 10px 10px 39px 10px;
	}
}

body:not(.is-manager) us-button {
	display: none;
}

/*show modal*/
.wpdm-pro .modal.in[id^="pkg_"] {
    display: block !important;
}