/*!
Theme Name: LFMAudio
Description: LFMAudio theme, Child of Divi
Template: Divi
Author: CDev
*/

	



body {
    font-weight: 400;
}

#et-top-navigation {
    font-weight: 500;
}
.home.et_fixed_nav.et_show_nav #page-container, .home.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.home #main-header {
  background: transparent;
  box-shadow: none;
}

.home .et-fixed-header#main-header {
  background-color: #0F0F10 !important;
}

#top-menu-nav>ul li>a, .et_mobile_menu li a {
    opacity: .6;
}

#top-menu li.current-menu-item>a, #top-menu li.current-menu-ancestor>a, .et_mobile_menu li.current-menu-item> a {
    opacity: 1;
}

#top-menu li.current-menu-item>a:after {
    /*  display: none; */
}

 
#top-menu > li.current-menu-ancestor>a:before, #top-menu > li.current-menu-item>a:before {
    display: block;
    content: '';
    position: absolute;
    width: 27%;
	border-radius:2px;
    height: 2px;
    background: #fff;
    left: 26%;
    bottom: 0;
}

#top-menu-nav ul li>a:hover {
    opacity: 1;
}

#top-menu li {
    padding-right: 40px;
}

#top-menu>li:last-child {
    padding-left: 60px;
}

@media (max-width: 1317px) {
    #top-menu>li:last-child {
        padding-left: 25px;
    }
}

@media (max-width: 1223px) {
    #top-menu>li:last-child {
        padding-left: 0px;
    }
}

@media (max-width: 1223px) {
    #top-menu li {
        padding-right: 30px;
    }
}

@media (max-width: 1129px) {
    #top-menu li {
        padding-right: 18px;
    }
}

@media (max-width: 1024px) {
    #top-menu li {
        padding-right: 7px;
    }
}

#top-menu li li:not(:first-child) {
    padding-top: 20px;
}

#top-menu li li a {
    padding: 0;
    line-height: 23px;
}

@media only screen and (min-width: 981px) {
    .et_header_style_left .et_menu_container #et-top-navigation {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 13px;
    }
}

@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation nav > ul > li:not(:last-child) > a {
        padding: 0 20px 13px 0 !important;
        line-height: 20px;
    }
}

@keyframes gradient {
  0% {
    background: radial-gradient(circle at center, #96C93D 0%, #00B09B 0%, transparent 100%);
  }
  25% {
    background: radial-gradient(circle at center, #96C93D 10%, #00B09B 18%, transparent 24%, transparent 100%);
  }
  50% {
    background: radial-gradient(circle at center, #96C93D 23%, #00B09B 31%, transparent 36%, transparent 100%);
  }
  75% {
    background: radial-gradient(circle at center, #96C93D 35%, #00B09B 43%, transparent 48%, transparent 100%);
  }
  100% {
    background: radial-gradient(circle at center, #96C93D 49%, #00B09B 100%, #00B09B 100%);
  }
}

@keyframes gradient1 {
  0% {
    background: radial-gradient(circle at center, #96C93D 0%, #00B09B 0%, transparent 100%);
  }
  25% {
    background: radial-gradient(circle at center, #96C93D 6%, #00B09B 9%, transparent 12%, transparent 100%);
  }
  50% {
    background: radial-gradient(circle at center, #96C93D 12%, #00B09B 16%, transparent 17%, transparent 100%);
  }
  75% {
    background: radial-gradient(circle at center, #96C93D 18%, #00B09B 43%, transparent 48%, transparent 100%);
  }
  100% {
    background: radial-gradient(circle at center, #96C93D 24%, #00B09B 100%, #00B09B 100%);
  }
}









.home #main-header .nav li ul {
  background-color: rgba(210,210,210,.8);
}

.home .et-fixed-header#main-header .nav li ul {
  background-color: #4E3F81;
}

#main-header .nav li ul {
    background-color: #4E3F81;
    border-radius: 2px;
}

#main-header .nav li ul>li>a {
    font-size: 18px;
    line-height: 23px;
}

.nav li ul {
    border-top: none;
}

#footer-info {
    float: none;
    text-align: center;
}

#footer-widgets {
    padding-top: 50px;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-widgets h4 {
    /* font-family: 'Quicksand'; */
}

@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child {
        width: 332px;
        margin-right: 9%;
    }
    .et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:first-child) {
        width: 200px;
        margin-right: 2.34%;
    }
    .et_pb_gutters3 .footer-widget {
        margin-bottom: 36px;
    }
}

#footer-bottom {
    border-top: 0.25px solid rgba(255, 255, 255, .6);
}

#main-footer #social-networks >a {
    transition: all .3s;
    opacity: 0.6;
}

#main-footer #social-networks >a:hover {
    opacity: 1;
}

#footer-widgets .footer-widget ul li {
    line-height: 1;
    margin-bottom: 18px;
}

#footer-widgets .footer-widget:nth-child(1) h4 {
    padding-bottom: 10px;
}

#footer-widgets .footer-widget:not(:first-child) h4 {
    padding-bottom: 20px;
}

#footer-widgets .footer-widget:last-child .widget_custom_html {
    width: 100%;
}

@media (max-width: 1400px) {
    #footer-widgets .footer-widget:nth-child(1) {
        margin-right: 2.34%;
    }
}

@media (max-width: 1310px) {
    #footer-widgets .footer-widget:nth-child(1) {
        width: 250px;
        margin-right: 2.34%;
    }
}

@media (max-width: 1060px) {
    #footer-widgets .footer-widget:nth-child(1) {
        width: 210px;
        margin-right: 1.5%;
    }
}

@media (max-width: 1190px) {
    #footer-widgets .footer-widget:not(:first-child) {
        margin-right: 1.5%;
    }
}

@media (max-width: 1160px) {
    #footer-widgets .footer-widget:not(:first-child) {
        margin-right: 1%;
    }
}

@media (max-width: 1140px) {
    #footer-widgets .footer-widget:not(:first-child) {
        width: 180px;
        margin-right: 1%;
    }
}

.custom-btn {
    border: none !important;
 	  /*line-height: 20px !important; 
   min-width: fit-content !important;
  padding: 13px 26px !important;*/
    color: #FFFFFF; 
    background: #761EE8;
    border-radius: 16px;
	    text-transform: capitalize !important; 
}
.svg-btn {
	padding:12px !important;
    background: transparent linear-gradient(109deg,#B025FF 0%,#E000D3 100%) 0% 0% no-repeat padding-box !important;
}

.custom-btn.yellow {
  background: transparent linear-gradient(111deg, #F1D3A2 0%, #E1AC56 100%) 0% 0% no-repeat padding-box;
}

.custom-btn:hover { 
    box-shadow: 1px 1px 20px 2px  rgba(71 61 201 / 50%);
	background:#994AFF !important;
}
/*150,201,61,0.5*/

.custom-btn::after{
	
	/*line-height:0.7 !important;*/
}

.custom-btn.yellow:hover {
  background: transparent linear-gradient(111deg, #E1AC56 0%, #F1D3A2 100%) 0% 0% no-repeat padding-box;
}

/*should be sync with living server's one*/

.lfmaudio-posts-grid .filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lfmaudio-posts-grid .filter .filter-btn {
    /* font-size: 14px;
    line-height: 18px;
    font-family: Quicksand; 
    font-weight: 600;*/
    color: #ABBBCA;
    padding: 4px 16px;
    border-radius: 50px;
    border: 1px solid #ABBBCA;
    transition: all .3s;
}

.lfmaudio-posts-grid .filter .filter-btn:hover,
.lfmaudio-posts-grid .filter .filter-btn.active
{
    background: #8132E8;
    border: 1px solid transparent;
    color: #fff;
}

.lfmaudio-posts-grid .filter .filter-btn:not(:last-child) {
    margin-right: 20px;
}

.lfmaudio-container {
    max-width: 1110px;
    margin: 0 auto;
    width: 100% !important;
    padding-top: 30px !important;
    margin-bottom: 80px;
}

.lfmaudio-container:after {
    content: '';
    display: block;
    clear: both;
}

#lfmaudio-ajax-posts .post .featured-image {
    margin-bottom: 20px;
    overflow: hidden;
}

#lfmaudio-ajax-posts .post .published-at {
    /* font-size: 14px;
    line-height: 18px;
    font-family: Quicksand; */
    padding: 0;
    margin-bottom: 10px;
}

article.post.grid-item {
	  
    /* left: 0%; */
    top: 666px;
    margin-top: 20px; 
    padding: 20px;
    height: auto;
	
}

#lfmaudio-ajax-posts .post .title {
    font-size: 18px !important;
    font-weight: 700; 
    /*font-family: Montserrat;*/
    padding: 0;
    margin-bottom: 10px;
   /* text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow: hidden;
}

#lfmaudio-ajax-posts .post .title a {
   /* text-overflow: ellipsis; 
	white-space: nowrap;
    overflow: hidden;*/
	font-size:18px !important;
    max-width: 100%;
    display: block;
}

#lfmaudio-ajax-posts .post .link {
    /* font-size: 18px;
    line-height: 23px;
    font-family: 'Quicksand'; */
    color: #02B099;
    max-width: 64px;
    overflow: hidden;
    display: flex;
}

#lfmaudio-ajax-posts .post .link span {
    transition: all .3s;
    transform: translateX(-18px);
}

#lfmaudio-ajax-posts .post .link span.icon {
    font-family: ETmodules;
    line-height: 23px;
    vertical-align: middle;
    display: inline-block;
}

#lfmaudio-ajax-posts .post .link:hover span {
    transform: translateX(0px);
}

#lfmaudio-ajax-posts .post .featured-image img{
    height: 200px;
    object-fit: cover;
    display: block;
    width: 100%;
    transition: all .3s;
}

#lfmaudio-ajax-posts .post .featured-image img:hover {
    transform: scale(1.2);
}

#lfmaudio-ajax-posts .post.grid-item--height2 .featured-image img {
    height: 200px;
}

@media (max-width: 678px) {
    #lfmaudio-ajax-posts .post.grid-item--height2 .featured-image img {
        height: 200px;
    }
}

.lfmaudio-container #lfmaudio-ajax-posts {
    margin: 0 -15px;
}

#lfmaudio-load-more-wrap {
    text-align: center;
}

#lfmaudio-load-more-wrap span {
    /* font-family: Quicksand;
    font-size: 16px;
    line-height: 20px; */
    text-align: center;
    color: #02B099;
    font-weight: 600;
    position: relative;
}

#lfmaudio-load-more {
    padding-bottom: 16px;
    cursor: pointer;
}

#lfmaudio-load-more:after {
    content: '3';
    position: absolute;
    font-family: ETmodules;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 16px;
}

/*masonry grid system*/
.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    float: left;
    width: calc(100% / 3);
    padding: 0 15px;
    min-width: 280px;
    height: 303px;
    margin-bottom: 30px;
}

.grid-item--height2 {
    height: 636px;
}

@media (max-width: 1029px) {
    .grid-item {
        width: calc(100% / 2);
    }
}

@media (max-width: 678px) {
    .grid-item {
        width: 100%;
    }
    .grid-item--height2 {
        height: 303px;
    }
}

/* custome post-template-default */
.post-template-default #main-content .container:before {
    background: transparent;
}

@media (min-width: 981px) {
    .post-template-default #main-content #left-area {
        width: 75.67%;
    }
    .et_right_sidebar #left-area {
        padding-right: 4.5% !important;
    }
    .post-template-default #sidebar {
        width: 24.32% !important;
    }
    .et_right_sidebar #sidebar {
        padding-left: 0;
        margin-top: 94px;
    }
}

/* blog post */
.et_pb_post .entry-content p a {
    color: #02B099 !important;
    font-weight: 600;
}

.gallery .gallery-item {
    width: auto !important;
}

blockquote {
    border-left: none;
    padding-left: 0;
}

blockquote p {
    font-family: 'Open Sans';
    color: #02B099;
    font-style: italic;
}

blockquote p:before, blockquote p:after {
    content: '"';
}

/*blog comment*/

#comment-wrap .page_title {
    /* font-family: Quicksand;
    font-size: 24px;
    line-height: 30px; */
    color: #361A6D;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
}

#comment-wrap .comments-count {
    /* font-family: Quicksand;
    font-size: 18px;
    line-height: 23px; */
    color: #361A6D;
}

#comment-wrap span.fn, #comment-wrap span.fn a {
    /* font-family: Quicksand;
    font-size: 18px;
    line-height: 23px; */
    color: #361A6D;
}

#comment-wrap span.fn {
    margin-bottom: 8px;
}

#comment-wrap .comment_avatar {
    top: 2px;
}

#comment-wrap .comment_date {
    /* font-family: Quicksand;
    font-size: 12px;
    line-height: 15px; */
    color: #361A6D;
    font-weight: 600;
}

#comment-wrap .comment_postinfo {
    margin-bottom: 20px;
}

#comment-wrap li.comment {
    padding: 30px 0;
}

#comment-wrap ol.commentlist > li.comment {
    border-bottom: 1px solid #ABBBCA;
}

#comment-wrap li.comment article.comment-body {
    margin-bottom: 0;
    padding-left: 56px;
}

#comment-wrap li.comment article.comment-body .comment_area {
    margin-left: -56px;
}

#comment-wrap .comment_area .comment-content p {
    /* font-family: Quicksand;
    font-size: 14px;
    line-height: 24px; */
    color: #361A6D;
}

#comment-wrap .reply-container {
    text-align: right;
}

#comment-wrap a {
    color: #02B099;    
}

#comment-wrap a:hover {
    background: transparent;
}

#comment-wrap .comment_area .comment-reply-link {
    position: initial;
    display: initial;
    /* font-family: Quicksand;
    font-size: 12px;
    line-height: 15px; */
    font-weight: 600;
    color: #02B099;
    padding: 0;
    border: none;
}

#comment-wrap .comment_area .comment-reply-link:after {
    display: none;
}

#comment-wrap #respond {
    padding-top: 35px;
}

#comment-wrap ul.children li.comment:last-child {
    padding-bottom: 0;
}

#comment-wrap .comment_avatar img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
}

#comment-wrap #commentform .current-user img, span {
    vertical-align: middle;
}

#comment-wrap #commentform .current-user img {
    border-radius: 8px;
    overflow: hidden;
    margin-right: 16px;
}

#comment-wrap #commentform .current-user span {
    /* font-size: 18px;
    line-height: 23px;
    font-family: Quicksand; */
    color: #361A6D;
    font-weight: 700;
}

#comment-wrap #reply-title > span {
    /* font-family: Quicksand;
    font-size: 24px;
    line-height: 30px; */
    color: #361A6D;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
}

#comment-wrap #commentform .form-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#comment-wrap #commentform .form-submit label{
    /* font-family: Quicksand;
    font-size: 18px;
    line-height: 23px; */
    color: #02B099;
}

#comment-wrap #commentform #submit {
    color: #fff !important;
}

#comment-wrap #commentform #submit:hover {
    background: transparent linear-gradient(109deg,#00B09B 0%,#96C93D 100%) 0% 0% no-repeat padding-box !important;
}

#sidebar .widget_recent_entries .widgettitle {
    /* font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: Quicksand; */
    text-transform: uppercase;
    border-bottom: 1px solid #abbbca7d;
}

#sidebar .widget_recent_entries > ul > li {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    margin-bottom: 0;
}

#sidebar .widget_recent_entries > ul > li .post-date {
    /* font-size: 14px;
    line-height: 18px;
    font-family: Quicksand; */
    color: #361A6D;
    margin-bottom: 10px;
    order: -1;
}

#sidebar .widget_recent_entries > ul > li a {
    font-size: 18px;
    line-height: 22px;
   /* font-family: Montserrat;*/
    color: #361A6D;
    font-weight: bold;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Contact Form Stylesheets */
.row {
  margin-bottom: 0 !important;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.col {
  padding: 0 15px;
  width: 100%;
  margin-bottom: 30px;
}
.col-2-1 {
  width: 50%;
  padding: 0 15px;
  float: left;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .col-2-1 {
    width: 100%;
  }
}
input.custom-btn {
  margin: 0 auto;
}

/* Custom Testimonials Slider */
.testimonial-slider .testimonial {
  background: #1A0C2B;
}

.testimonial-slider .testimonial .content {
  font-size: 18px;
  color: rgba(255, 255, 255, .6);
  padding: 0 95px 50px 95px;
  text-align: center;
  position: relative;
}

.testimonial-slider .testimonial .content:before {
    display: block;
    transform: rotate(180deg);
    position: absolute;
    content: "\7b";
    font-family: "ETmodules";
    font-size: 24px;
    color: #FFF;
    left: 30px;
    top: 0;
}

.testimonial-slider .testimonial .content:after {
    display: block;
    position: absolute;
    content: "\7b";
    font-family: "ETmodules";
    font-size: 24px;
    color: #FFF;
    right: 30px;
    bottom: 0;
}

.testimonial-slider .testimonial .meta-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-slider .testimonial .meta-info .image-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.testimonial-slider .testimonial .meta-info .image-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.testimonial-slider .testimonial .meta-info .name {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    width: 32px;
    height: 32px;
}

.testimonial-slider .slick-prev {
    left: -32px
}
.testimonial-slider .slick-next {
    right: -32px
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    font-family: "ETmodules";
    font-size: 32px;
    transition: all 0.5s;
}

.testimonial-slider .slick-prev:focus:before,
.testimonial-slider .slick-next:focus:before {
    opacity: 0.75;
}

.testimonial-slider .slick-prev:before {
    content: "\3c";
}

.testimonial-slider .slick-next:before {
    content: "\3d";
}


/* Find Talent Voices */

/* ===== Actual Styles ===== */

/* ===== Horizontal Rule ===== */
.rule {
  margin: 10px 0;
  border: none;
  height: 1.5px;
  background-image: linear-gradient(to left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
    font-size: 18px;
    display: inline-block;
    background-color: transparent;
    position: relative;
    width: 120px;
    margin-right: 50px;
    padding-right: 24px;
    cursor: pointer;
}

.sel::before {
  position: absolute;
  content: '\33';
  font-family: 'etmodules';
  font-size: 18px;
  color: #4d2798;
  right: 0px;
  line-height: 24px;
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  /* font-family: 'Quicksand';
  font-size: 18px; */
  color: #361A6D;
  text-align: right;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 24px;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 2px);
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 18px;
  background-color: #FAFAFA;
  width: 300%;
  box-sizing: border-box;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  /* font-family: 'Quicksand';
  font-size: 18px; */
  color: #361A6D;
  padding: 0.5em 1em;
  user-select: none;
}

.sel__box__options::after {
  content: '\4e';
  font-family: 'etmodules';
  font-size: 18px;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */

.sel--black-panther {
  z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
/*   display: none; */
  z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Show Feature Button */

.show-feature-button {
    display: inline-block;
    float: right;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background: transparent linear-gradient(135deg, #96C93D 0%, #00B09B 100%) 0% 0% no-repeat padding-box;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

.gfield_select{
	 background: #F4F1F7 0% 0% no-repeat padding-box;
    border: 1px solid #E8E3EF;
    border-radius: 10px;
    opacity: 1;
    text-align: left;
    letter-spacing: 0px;
    color: #361A6D;
    opacity: 0.6;
    font-size: 18px;
    padding: 0.5rem 1rem;
	
}