/*
 Theme Name:   	Bscoso.LIVE
 Theme URI:     https://live.bscoso.com
 Description:  	Video subscription theme
 Author:        PEPA
 Author URI:    https://www.pepa.lt
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, responsive-layout
 Text Domain:   pi
*/
html,
body{
    padding:0;
    margin:0;
    height: 100%;
}
body{
    display: flex;
    flex-direction: column;
}
div[data-elementor-type="footer"]{
    margin-top: auto;
}
.elementor-text-editor a{
    color:#4C4C4C;
    text-decoration: underline !important;
}
#footer-wrap .elementor-text-editor a{
    text-decoration: none !important;
}
a:hover{
    color:#428BCA;
    text-decoration: none !important;
}
.arm_module_gateway_option{
    text-align:left;
}
#logout{
    display:none;
}
.arm_material_label input[type=password]:-webkit-autofill {
transform: translate3d(0, -20px, 0);
visibility: hidden;
}

.arm_material_label input[type=password]:-webkit-autofill {
content: 'Password';
visibility: visible;
left: 0;
transform: translate3d(0, -20px, 0);
background: transparent;
color: inherit;
}

.sidebar-block {
  border-left: 2px solid #ddd !important;
}

.pover::before {
  background: rgba(0,0,0,0.7);
  height: 100%;
  position: absolute;
  width: 100%;
  content: "";
  display: block;
}

.ptitle {
  position: absolute;
  color: #fff;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.line-border{
	width: 130px;
	height: 1px;
	background: #fff;
	margin:5px auto;

}

.ptitle .eael-entry-title a{
  color:#fff !important;
}

.doctor-name{
	color: #ffffff;
	font-family: "Work Sans";
	font-size: 15px;
	font-weight: 400;
}

.pt {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 600;
}

.home .pt {
	font-size: 25px;
}

.top-page {
  margin-top: 30px;
  margin-bottom: 40px !important;
}

.meta-list{
	font-size: 16px;
}

.eael-post-list-container.layout-preset-2 .eael-post-list-posts-wrap,
.eael-post-list-container.layout-preset-3 .eael-post-list-posts-wrap
{
	display: grid;
	grid-template-columns: repeat(1, 1fr) !important;
	grid-gap: 15px;
}

.event-list .eael-post-list-container.layout-preset-2 .eael-post-list-posts-wrap .eael-post-list-post,
.event-list .eael-post-list-container.layout-preset-3 .eael-post-list-posts-wrap .eael-post-list-post
{
	box-shadow:none !important;
}

.event-list .eael-post-list-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin-right: 0px;
}

.event-list .eael-post-list-content {
  padding-top: 0px !important;
}

.event-list .event-short-description {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
}

.event-list .event-website span {
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  border: 2px solid #b3b3b3;
  border-radius: 50px;
  margin-top: 10px;
  padding: 10px 20px;
  float: left;
}

.event-list .event-website span a{
  color: #b3b3b3;	
}

.event-list .event-address {
  color: #000000;
  font-size: 27px;
  font-weight: 300;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

.event-list .event-date {
  color: #56c4cf;
  font-size: 26px;
  font-weight: 400;
}

.event-list .eael-post-list-title {
  color: #1a1a1a !important;
  font-size: 35px !important;
  font-weight: 600 !important;
  font-style: normal;
}

.event-list .eael-post-list-title a:hover{
  text-decoration: underline !important;
  color: #000 !important;
}

.event-list .eael-post-list-post {
  margin-bottom: 40px;
  background-color: transparent !important;
}

.event-single-title, 
.event-single-title h1 {
  color: #fff !important;
  text-align: center;
}

/*Community*/

.community .arm_search_filter_container_type_1,
.community .arm_view_profile_user_link
{
	display:none !important;
}

.community .arm_template_wrapper_3 .arm_directory_container  .arm_user_link {
  color: #56c4cf !important;
  font-family: "Work Sans" !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  text-transform: none !important;
  line-height: 25px !important;
}

.community .arm_template_container_top .arm_user_block {
  width: 25%;
  float: left;
  text-align: center;
}

.community .arm_user_avatar img {
  border-radius: 50%;
  margin-bottom: 20px;
}

.community.cside > .arm_template_wrapper {
	display:flex;
}

.community.cside .arm_template_container_top .arm_user_block {
  width: 45%;
  float: left;
  text-align: center;
  margin-right: 5%;
  line-height: 20px;
}

.community.cside .arm_template_wrapper_3 .arm_directory_container  .arm_user_link {
  color: #56c4cf !important;
  font-family: "Work Sans" !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.community.cside .arm_user_avatar img {
    border-radius: 50%;
    margin-bottom: 10px;
}


/*Sidebar*/

.sidebar-button{
 text-align: center;
}

.sidebar-button a {
  color: #56c4cf;
  border: 2px solid #56c4cf;
  border-radius: 50px;
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 33px;
  font-weight: 400;
  background-color: transparent !important;
}

.sidebar-button a span{
	color: #56c4cf;
	font-size: 18px;
  font-weight: 500;
}


/*Videos*/

.ee-search-form__submit{
	cursor: pointer;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}

.ee-search-form__input{
	border:2px solid #fff !important;
}

.search-results .elementor-post__title {
	line-height: 25px !important;
}

.search-results .elementor-post__title a {
  color: #000 !important;
  font-size: 18px !important;
  line-height: 15px !important;
}


.video-counter {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}