p {
  word-break: break-word;
  word-wrap: break-word;
}
.path-coming-soon .region-content {
  padding: 30px;
}
.path-coming-soon .region-content h1 {
  font-size: 45px;
  text-align: center;
  font-weight: bold;
}
.path-coming-soon .region-content .site-mode-type {
  text-align: center;
  font-size: 17px;
  padding: 20px;
}
/*site-announcement start*/
.site-announcement {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: var(--brd-cl1);
  width: 100%;
  padding: 6px 40px 7px 40px;
  color: #fff;
  text-align: center;
  display: none;
  /*animation-name: siteannounce;
    animation-duration: 1s;
    animation-delay: 2s;*/

}

/*@keyframes siteannounce {
    0% {    top: -40px;}
    100% {    top: 0    ;}
}*/

.site-announcement p {
  font-size: 14px;
}

.site-announcement .close-cookie {
  background: transparent url(../images/icons/close.png) no-repeat center;
  right: 25px;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.site-announcement.hide-block {
  display: none;
}

.site-announcement.show-block {
  display: block;
}

/*body.path-frontpage.announcement-pop {
    padding-top: 133px;
}
body.path-frontpage.announcement-pop .header-custom {
    top: 33px;
}
body:not(.path-frontpage).announcement-pop {
    padding-top: 95px;
}
body:not(.path-frontpage).announcement-pop .header-custom {
    top: 33px;
}*/

/*siteannouncement end*/

/*body.path-frontpage.site-abbounce-pop .header-custom {
    padding-top: 40px;
}

body.site-abbounce-pop:not(.path-frontpage) .header-custom {

}*/

.path-player .lang,
.path-node.page-node-type-forum .lang,
.hide-lang .lang,
.path-webform .lang {
  display: none;
}




.path-player .region-content>iframe {
  height: auto !important;
}

.path-player .page-header {
  display: none;
}

input {
  outline: none;
}

.close-icz {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  background: transparent url(../images/inner-pages/close.png) no-repeat center;
  width: 15px;
  height: 15px;
}

/*blue-btn*/

.btn-blue-round {
  position: relative;
  background: transparent;
  display: inline-block;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border-radius: 100px;
  padding: 2px 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-blue-round:after {
  border-radius: 100px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--brd-cl1);
}

.btn-blue-round span {
  position: relative;
  z-index: 1;
  /*padding: 0 25px 0 25px;*/
  padding: 7px 25px 6px 25px;
  background: #eaeaea;
  border-radius: 100px;
  color: var(--black);
  /* height: 30px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center
}

.btn-blue-round:hover span {
  background: transparent;
  color: #fff;
}

.btn-blue-round.white-bg span {
  background: #ffffff;
}

.btn-blue-round.white-bg:hover span {
  background: transparent;
}

/*sort*/


.sort-parent {
  text-align: right;
  font-size: 13px;
  color: #666666;
  font-family: var(--primary-font);
  margin-bottom: 20px;
}

.sort-parent a {
  cursor: pointer;
  vertical-align: middle;
}

.sort-parent .up {
  background: transparent url(../images/icons/date_top-arrow.png) no-repeat center center;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: auto;
}

.sort-parent .up.on {
  background: transparent url(../images/icons/date_top-arrow_hover.png) no-repeat center center;
}

.sort-parent .down {
  background: transparent url(../images/icons/date_downarrow.png) no-repeat center center;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: auto;
}

.sort-parent .down.on {
  background: transparent url(../images/icons/date_downarrow-hover.png) no-repeat center center;
}

.sort-parent span {
  display: inline-block;
  margin-right: 5px;
}

.sort-parent span:first-child,
.sort-parent span:last-child {
  margin-right: 0;
}


/*breadcrumb*/
.breadcrumb-block {
  padding: 0 100px;
  position: absolute;
  z-index: 99;
  top: 0;
  animation: breadcrumb 2s;
  opacity: 0;
}

.banner-detail .breadcrumb-block {
  opacity: 1;
}

@keyframes breadcrumb {
  0% {
    display: none;
  }

  100% {
    display: block;
  }
}

.breadcrumb-block .container {
  padding: 0;
  width: auto;
}

.breadcrumb-block .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 15px 0;

}

.breadcrumb-block .breadcrumb li,
.breadcrumb-block .breadcrumb a {
  font-family: var(--primary-font);
  font-size: 15px;
  color: #ffffff;
}

.breadcrumb-block .breadcrumb a {
  color: var(--brd-cl2);
}

.breadcrumb-block .breadcrumb>li+li:before {
  content: ">";
  color: var(--brd-cl2);
  padding: 0;
}

.breadcrumb-block .breadcrumb li:last-child {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -5px;
}

[v-cloak] {
  display: none;
}

/*filter*/

/*filter start*/

.filter {
  margin-bottom: 50px;
}


.filter .form {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter input {
  border: none;

  min-width: 545px;
  /* background: #f2f2f2; 
    border-bottom: 1px solid #999999;*/
  padding-right: 25px;
  font-size: 14px;
  color: #4d4d4d;
  font-family: var(--primary-font);
  vertical-align: bottom;
  padding-bottom: 5px;

  background: #fff;
  border: none;
  border-radius: 60px;
  padding: 8px 45px 8px 14px;
}

.filter input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
  font-family: var(--primary-font);
}

.filter .btn-blue-round {
  margin-left: 0px;
}


.filter .btn-search {
  /* background: transparent url(../images/inner-pages/search.png) no-repeat center center; */
  width: 18px;
  height: 15px;
  border: none;
  padding: 0;
  position: relative;
  top: -3px;
  left: -35px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  background: transparent url(../images/inner-pages/Search_Hover.png) no-repeat center center;
}

.filter .form .btn-blue-round span {
  padding: 7px 48px 7px 25px;
}

.filter .btn-blue-round span:before {
  content: "";
  background: transparent url(../images/inner-pages/Filter.png) no-repeat center center;
  float: right;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 25px;
  top: 8px;
}

.filter .btn-blue-round:hover span:before {
  background: transparent url(../images/inner-pages/Filter_Hover.png) no-repeat center center;
}

.pop-form {
  transition: all .5s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;

}

.pop-form.pop-open {
  max-height: 200px;
  overflow: visible;
  opacity: 1;
  margin: 40px 0 0;
}

.pop-form .pop-wrapper {
  max-width: 690px;
  margin: 0 auto;
  padding: 30px 40px;
  position: relative;
  background: #fff;
  border-radius: 4px;
}

.pop-form .pop-wrapper .col-sm-12 {
  width: calc(100% - 122px);
}

.pop-form .pop-wrapper .btn-blue-round span {
  background: #fff;
}

.pop-form .pop-wrapper .btn-blue-round:hover span {
  background: transparent;
}

.pop-form select::-ms-expand {
  display: none;
}

.pop-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.pop-form .apply {
  margin: 21px 16px 0 0;
}

.pop-form .cls-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: transparent url(../images/inner-pages/close.png) no-repeat center;
  width: 15px;
  height: 15px;
}

.pop-form label {
  display: block;
  font-size: 16px;
  font-family: var(--primary-font);
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 3px;
}

.pop-form .apply span:before {
  display: none;
}

.pop-form .select-wrapper {
  /* background:transparent url(./images/down_arrow.png) no-repeat right center */
}

.pop-form .select-wrapper select {
  background: #fff;
  background: #fff url(../images/inner-pages/down_arrow.png) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.pop-form .select-wrapper select,
.pop-form .select-wrapper select option {
  -webkit-appearance: none;
}

.pop-form .select-wrapper select,
.pop-form .select-wrapper select option {
  font-size: 14px;
  font-family: var(--primary-font);
  color: #999999;
  font-weight: 400;
  padding: 0 7px;
  line-height: normal;
}

.pop-form input:focus,
.pop-form select:focus,
.form-control:focus,
.pop-form textarea:focus,
.pop-form button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.pop-form .form-control {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #999999;
  border-radius: 0;
  padding: 0;
  line-height: 15px;
}

.path-blogs .select2-dropdown .select2-search {
  display: none;
}

.path-blogs .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #999999;
  border-radius: 0;
  padding: 0;
  background: transparent url(../images/inner-pages/down_arrow.png) no-repeat right center;
  height: auto;
}

.path-blogs .select2-selection__arrow {
  display: none;
}

.path-blogs .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-family: var(--primary-font);
  color: #999999;
  font-weight: 400;
  padding: 0;
}

.path-blogs .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.path-blogs .select2-container--default .select2-selection--single:focus {
  outline: none;
}

.select-wrapper .selectize-input {
  padding: 0;
  border: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #999;
  border-radius: 0;
}

.select-wrapper .selectize-input {
  /* border: none;
	    border-bottom: 1px solid #999999;
	border-radius: 0;
	padding: 0;
	background:transparent url(./images/down_arrow.png) no-repeat right center;
	    height: auto; */
}

.select-wrapper .selectize-input.items {
  background: transparent !important;
  padding: 0;
}

.select-wrapper input[type="select-one"] {
  display: none !important;
}

.select-wrapper .selectize-dropdown-content {
  background: #fff;
  border: 1px solid #999;
}

.select-wrapper .selectize-dropdown-content .option {
  font-size: 14px;
  font-family: var(--primary-font);
  color: #999999;
  cursor: pointer;
}

.select-wrapper .selectize-dropdown.single.form-control {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: static;
  background: #fff;
}

.select-wrapper .selectize-input.focus {
  box-shadow: none;
}

.select-wrapper .item {
  font-size: 14px;
  font-family: var(--primary-font);
  color: #999999;
}

.selectize-control.form-control.single {
  border: none;
  border-radius: 0;
  padding: 0;
  /* background: transparent url(./images/down_arrow.png) no-repeat right center; */
  height: auto;
  margin-top: 6px;
  box-shadow: none;
}

.select-wrapper .selectize-control.single .selectize-input:after {
  content: "";
  background: transparent url(../images/inner-pages/down_arrow.png) no-repeat right center;
  border: none;
  width: 11px;
  height: 11px;
  display: block;
  right: 0;
  top: 4px;
  margin: 0 !important;
}

.select-wrapper .selectize-input::after {
  /* display: none !important; */
}

/*filter end*/


/*search start*/
.search-box {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
}

.search-box input {
  background: #f2f2f2;
  border: none;
  border-radius: 60px;
  padding: 10px 45px 10px 14px;
  width: 100%;
  font-size: 14px;
  color: #808080;
}

.search-box input::-webkit-input-placeholder {
  font-size: 14px;
  color: #808080;
  font-family: var(--primary-font);
}

.search-box .btn-search {
  background: transparent url(../images/inner-pages/Search_Hover.png) no-repeat center center;
  width: 18px;
  height: 15px;
  border: none;
  padding: 0;
  position: absolute;
  right: 15px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  top: 12px;
}

/*search start*/

/*pagination*/
.pagination-wrap {
  text-align: center;
}

.pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}

.pagination-wrap li a {
  font-size: 12px;
  color: #333333;
  font-family: var(--primary-font);
  padding: 0 5px 6px;
}

.pagination-wrap li a.active {
  color: var(--brd-cl1);
  border-bottom: 2px solid var(--brd-cl1);
}

.pagination-wrap li.pg-nxt a,
.pagination-wrap li.pg-last a,
.pagination-wrap li.pg-prev a,
.pagination-wrap li.pg-first a {
  font-size: 0;
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.pagination-wrap li.pg-nxt a {
  background: transparent url(../images/inner-pages/pagenation_rigth1.png) no-repeat center center;
}

.pagination-wrap li.pg-last a {
  background: transparent url(../images/inner-pages/pagenation_right2.png) no-repeat center center;
}

.pagination-wrap li.pg-prev a {
  background: transparent url(../images/inner-pages/pagenation_left2.png) no-repeat center center;
}

.pagination-wrap li.pg-first a {
  background: transparent url(../images/inner-pages/pagenation_left1.png) no-repeat center center;
}

.pagination-wrap {
  margin: 40px 0 27px;
}

/*pagination rounded*/
.pagination-round {}

.pagination-round ul {
  text-align: right;
  margin: 30px 0 10px 0;
}


/*tab common style*/
.tab-menu-cmn {
  /* border-bottom: 1px solid #cccccc; */
}

.tab-menu-cmn li {
  float: left;
  font-size: 16px;
  color: #999999;
  font-family: var(--primary-font);
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 30px;
  position: relative;
  text-transform: uppercase;
}

.tab-menu-cmn li.active {
  color: var(--brd-cl1);
  border-bottom: 3px solid var(--brd-cl1);
  padding-bottom: 6px;
}

.tab-menu-cmn li:first-child {
  margin-left: 0;
}

.tab-menu-cmn li:after {
  content: "";
  width: 1px;
  background: #ccc;
  display: block;
  height: 25px;
  position: absolute;
  right: -30px;
  top: 0;
}

.tab-menu-cmn li:last-child:after {
  display: none;
}

.tab-menu-cmn {}

/*loader*/

.pageLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  z-index: 999;
}

svg.cl-tranparent,
svg.cl-tranparent rect {
  fill: transparent;
}

svg.cl-tranparent path {
  fill: #fff;
}

.loadMore-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.loadMore-wrapper a {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #666666;
  font-weight: 600;
  /*padding: 15px 20px;*/
}

/*login page*/
/* .path-user #block-alsf-moodlelogin {
    display: none;
} */
/* .user-register-form,.user-login-form {
    max-width: 600px;
    margin: 0 auto;
}
.user-register-form .region-content {
    width: 600px;
    margin: auto;
}
.path-user.tabs--primary nav .nav-tabs{
 display: none;
}
.path-user.form-text .required .form-control{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}
.path-user.form-actions .form-group .js-form-wrapper .form-wrapper{
    padding-top: 23px;
    padding-bottom: 68px;
}
.path-user .page-header{
    width: 600px;
    margin: auto;
    padding-bottom: 23px;
    margin-top: 69px;
    color: #6D6E71;
    font-weight: 400;
    border-bottom:0px;
}
.path-user .user-login-form .form-control{
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
}
.path-user .user-login-form .btn-primary {
    float: right;
}
.path-user label {
    color: #6D6E71;
    font-weight: 400;
    transition: top .25s ease-in-out;
    position: relative;
    top: 25px;
}
.path-user .lab-effect label {
    top: 0;
   
}

.path-user .tabs{
    width: 600px;
    align-items: center;
    margin: auto;
    margin-top: 58px;
}
.user-register-form .form-item input{
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}
.path-user .region.region-content{
    width: 600px;
    margin: auto;
}
.path-user .form-control{
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;

} */

/*no-result*/
.no-result {
  text-align: center;
  padding: 50px;
  color: #000;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 18px;
}

/**/

@media only screen and (max-width: 1200px) {

  .banner-detail .page-detail,
  .breadcrumb-block {
    padding: 0 40px;
  }
}

/*MQ mobiles*/

@media only screen and (max-width: 767px) {

  .filter {
    margin-bottom: 20px;
  }

  .filter input {
    width: calc(100% - 141px);
    min-width: auto;
    float: left;
  }

  .filter .btn-search {
    vertical-align: super;
    top: 3px;
  }

  .banner-detail .page-detail,
  .breadcrumb-block {
    padding: 0 10px;
  }

  body .banner-detail {
    height: 185px;
  }

  body .wrap-list .title a {
    font-size: 16px;
    line-height: 22px;
  }

  body .banner-detail .page-detail {
    width: 100%;
    text-align: center;
  }

  body .banner-detail.deatil-page {
    height: 160px;
  }

  body .blog-data h1 {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  body .banner-detail {
    margin-bottom: 20px;
  }

  .blog-data img {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  body .news-detail-page .blog-data .description p,
  .news-detail-page .blog-data .description {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  body .blog-detail-page .description p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .events-detail-page .blog-data .description {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .blog-data-capsule.fix {
    left: 20px !important;
    display: none !important;
  }

  body.path-frontpage:not(.user-logged-in) {
    padding-top: 60px;
  }

  body.path-frontpage {
    padding-bottom: 85px;
  }

  .pop-form.pop-open {
    margin: 20px 0 0;
    max-height: 250px;
  }




}

/* About the ALSF Academy Accreditation process */



/* .page-node-type-general-page  .region-content{
    max-width: 1200px;
    margin: 0 auto;
}
.page-node-type-general-page .page-header .h1, h1{
    font-size: 21px;
    font-family: var(--primary-font);
    color: #4d4d4d;
    font-weight: 400;
}
.page-node-type-general-page .content{
    font-size: 14px;
    color: #666666;
    font-family: var(--primary-font);
    font-weight: 400;
} */





/* contact */


/* .dialog-off-canvas-main-canvas.header-custom{
    max-width:1200px;
    margin: 0 auto;
} */


/*left menu in course pages*/

/*left side tab*/
.left-wrapper {
  min-height: 450px;
  margin-top: 75px;
}

.left-wrapper.fix {
  /* position: fixed;
    top: 110px;
    width: 277px;
    margin-top: 25px; */
  position: fixed;
  top: 90px;
  margin-top: 0;
}

.left-wrapper.bottom {
  position: absolute;
  bottom: 0 !important;
}

.left-wrapper .btn-blue-round {
  text-transform: none;
  min-width: 217px;
  padding: 2px 2px;
}

.left-wrapper .btn-blue-round.white-bg span {
  width: 100%;
  /* display: block; */
  text-align: center;
  height: 34px;
}

.left-wrapper .btn-blue-round.active span {
  background: transparent;
  color: #fff;
}

.left-wrapper li {
  /* padding: 19px 0; */
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

.left-wrapper li.after-course {
  border: none;
  padding: 10px 0;
}

.left-wrapper li.after-course a {
  display: inline-block;
}

.left-wrapper li.course-certificate {
  margin-top: 20px;
}

.left-wrapper li.course-certificate.active a {
  font-weight: 400;
}

.left-wrapper li.course-certificate.active a span {
  background: transparent;
  color: #fff;
}

.left-wrapper li.course-certificate.active:after {
  display: none;
}

.left-wrapper li:first-child {
  border-top: 1px solid #dbdbdb;
}

.left-wrapper li.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--brd-cl1);
}

/* li.course-certificate.active {
    display: none;
} */
.left-wrapper .close-icz {
  display: none;
}

.left-wrapper li.active a {
  color: var(--brd-cl1);
  font-weight: 700;
}

.left-wrapper li.active a:hover {
  background: transparent;
}

.left-wrapper li a {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 400;
  font-family: var(--primary-font);
  display: block;
  padding: 19px 0 19px 10px;
  transition: all .25s;
}

.left-wrapper li a:hover {
  background: #f2f2f2;
  color: var(--brd-cl1);
}

.custom-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
  min-height: 80vh;
}

.custom-row .region-sidebar-first,
.custom-row section {
  height: 100%;
}

/*left side tab*/


/*back btn in detail page course*/
.back-btn-player .back-btn {
  width: 30px;
  height: 30px;
  /*margin-left: 15px;*/
  position: absolute;
  left: 0;
}

.back-btn-player .back-btn:after {
  background: var(--brd-cl1);
}

.back-btn-player .back-btn>span {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff url(../images/icons/Back.png) no-repeat center center;
}

.back-btn-player:hover .back-btn>span {
  background: transparent url(../images/icons/Back_hover.png) no-repeat center center;
}

.back-btn-player {
  padding-left: 45px;
  position: relative;
  font-size: 18px;
  color: #a5a5a5;
  font-family: var(--primary-font);
  margin: 0 0 4px 0;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0 20px 70px;
}

.back-btn-player:hover {
  color: var(--brd-cl1);
}


/*back btn in detail page course*/
/*blog add new blog*/
.add-blog-block {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 10px;
  transition: all .25s;
  display: none;
}

.add-blog-block.has-acess {
  display: block;
}

.add-blog-block.blog-add {
  right: -250px;
  opacity: 0;
}

.add-blog-block .btn-blue-round span {
  background: #fff url(../images/icons/add.png) no-repeat 20px center;
  padding: 0 20px 0 45px;
  line-height: normal;
}

.add-blog-block .btn-blue-round:hover span {
  background: transparent url(../images/icons/add_hover.png) no-repeat 20px center;
}

.add-blog-block .mobile-ic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border-radius: 100%;
  z-index: 99;
}

/*edit publish link*/
.panel-block {
  float: left;
  padding-top: 1px;
}

.panel-block li {
  display: inline-block;
  border-right: 1px solid #84bde7;
  padding-right: 15px;
  margin-right: 11px;
}

.panel-block li a {
  font-size: 15px;
  color: #ffffff;
  font-family: var(--primary-font);
  transition: all .25s;
}

.panel-block li a:hover {
  color: #55dbff;
}

.panel-block li.edit-link a {
  background: url(../images/icons/edit.png) no-repeat;
  padding-left: 30px;
}

.panel-block li.edit-link a:hover {
  background: url(../images/icons/edit_hover.png) no-repeat;
}

.panel-block li.publish-link a {
  background: url(../images/icons/publish.png) no-repeat;
  padding-left: 30px;
}

.panel-block li.publish-link a:hover {
  background: url(../images/icons/publish_hover.png) no-repeat;
}

.panel-block li:last-child {
  border-right: none;
}

/*Forum topic page*/
.path-node .page-header {
  font-size: 34px;
  color: #000000;
  font-family: var(--primary-font);
  margin: 0;
  font-weight: 300;
  margin-bottom: 33px;
  border: none;
  padding-bottom: 0;
}

.path-node .node-forum-form .form-item-field-course-categories {
  height: 0;
  overflow: hidden;
  margin: 0;
}

.path-node .node-forum-form button[data-drupal-selector="edit-submit"] {
  font-size: 14px;
  color: #ffffff;
  background: var(--brd-cl1);
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 30px;
  font-family: var(--primary-font);
  border: 1px solid transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  min-width: 100px;
}

.path-node .node-forum-form button[data-drupal-selector="edit-submit"]:hover {
  background: transparent;
  color: var(--brd-cl1);
  border-color: var(--brd-cl1);
}

.path-node .node-forum-form button[data-drupal-selector="edit-preview"] {
  display: none;
}

/*overlay*/
.overlay {
  position: fixed;
  left: 0;
  top: 63px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .25);
  z-index: 1000;
  display: none;
}

.overlay-active {
  display: block;
}

.user-logged-in .banner .banner-link {
  display: none;
}
/*homepage course*/
.courses .owl-item-cutsom a.head-title:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {

  .path-player .header-custom .navbar-nav.navbar-right li,
  .path-node.page-node-type-forum .header-custom .navbar-nav.navbar-right li,
  .hide-lang .header-custom .navbar-nav.navbar-right li,
  .path-webform .header-custom .navbar-nav.navbar-right li {
    margin-right: 20px !important;
  }

}

@media only screen and (max-width: 767px) {
  .pop-form .col-sm-6:not(:last-child) {
    margin-bottom: 20px;
  }
  /*Task #371864 page that not enough contents*/
  .dialog-off-canvas-main-canvas:has(.course-category-listing) {
    min-height: calc(100vh - 210px);
  }
  body:has(.course-category-listing) {
    background: var(--bg-c1);
  }
  body:has(.course-category-listing) .footer-custom {
    background: #fff;
  }
}
