/*
Theme Name: Musize
Theme URI: http://www.jellydemos.com/wordpress/musize
Author: jellythemes
Author URI: http://www.jellydemos.com/wordpress
Description: Musize - Music Band & Musician WordPress Theme.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: musize
Tags: blog, translation-ready, theme-options, custom-logo, grid-layout, footer-widgets, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*===================== TABLE OF CONTENT =======================

1 - UNIQUE HOMEPAGE 
2 - RESET CSS
3 - ABOUT US
4 - TEAM
5 - PROCESS SECTION
6 - LATEST PROJECTS
7 - TESTIONIAL SECTION
8 - CONSULTATION HELP
9 - BLOG POSTS SECTION

=============================================================*/

/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    overflow-x: hidden;
    font-weight: 400;
}
ul {
    list-style: none;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
button {
    outline: none;
    cursor: pointer;
}
button:focus {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin:0;
    padding: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
button {
    outline: none;
}
input {
    outline: none;
}
input:focus {
    background-color: inherit;
}
textarea {
    outline: none;
}
section {
    display: block;
    position: relative;
    z-index: 9;
}
p {
}
a {
    color: inherit;
}
img {
    vertical-align: middle;
    height: auto;
    display: inline-block;
}
h1,
h2 {
    font-weight: 700;
}
.clearfix {
    clear: both;
}
.fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center center;
}
.dark-bg3 {
    background-attachment: fixed;
}
.dark-bg6 {
    background-attachment: fixed;
}
.ml-bg1 {
    background-attachment: fixed;
}
.black-bg {
    background-color: #000;
}
.container {
    max-width: 1200px;
    padding: 0 15px;
}
.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,3,6,0.67);
}
a,
h1,
h2,
h3,
h4 {
    transition: all 0.4s ease-in-out;
}
h1,
h2,
h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

/* HEADER */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-top: 35px;
}

header .container-fluid {
    padding: 0 60px;
}
.header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header nav {
    margin-left: auto;
}
header nav > ul > li {
    display: inline-block;
    padding: 0 25px 20px;
    position: relative;
}
header nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
    padding-left: 0;
}
header nav ul ul ul {
    top: 0;
    left: 100%;
}
header nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
header nav ul ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.30);
}
header nav ul ul li:last-child {
    border-bottom: 0;
}
header nav ul ul li a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 15px;
    color: #000;
}
header nav ul ul li a:hover {
    color: #fff;
    background-color: #fcb62b;
}
header nav > ul > li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #00b9c6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: -9px;
}
header nav ul li.active:before,
header nav ul > li.current-menu-ancestor:before {
    opacity: 1;
    visibility: visible;
}
header nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    letter-spacing: 2.4px;
}
header nav > ul > li > a:hover {
    color: #fff;
}
.social-links.hd-v {
    margin-left: 18px;
    padding-bottom: 20px;
}
.social-links.hd-v li a {
    color: #fff;
}
.social-links.hd-v li a:hover,
header.sticky .social-links.hd-v li a:hover {
    color: #f559a4;
}
.social-links.hd-v li {
    margin-right: 27px;
}
.logo {
    padding-bottom: 20px;
}
.logo > a img,
.logo .site-title > a {
    max-width: 161px;
}

.logo .site-title > a {
    font-size: 40px;
    color: #ffffff;
}

header.sticky .logo .site-title > a {
    color: #000;
}

/* MAIN BANNER */

.banner-slide {
    position: relative;
    height: 100vh;
}
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29,33,36,0.13);
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 99;
}
.banner-text {
    max-width: 650px;
}
.banner-text > h1 {
    color: #fff;
    font-size: 108px;
    line-height: 108px;
    margin-bottom: 37px;
}
.banner-text p {
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 54px;
    font-weight: 400;
}
.dw-btns li {
    display: inline-block;
    margin-right: 10px;
}
.dw-btns li:last-child {
    margin-right: 0;
}
/*
.slick-dots {
    right: 100px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: auto;
}
.slick-dots li {
    display: block;
    margin-bottom: 63px;
    position: relative;
}
.slick-dots li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 24px;
    height: 2px;
    background-color: rgba(255,255,255,0.60);
    margin-left: 30px;
    transition: all 0.4s ease-in-out;
}
.slick-dots li.slick-active:before {
    width: 47px;
}
.slick-dots li.slick-active button {
    color: #fff;
}
.slick-dots li button {
    font-size: 18px;
    color: rgba(255,255,255,0.60);
    background-color: inherit;
    width: auto;
    height: auto;
}*/



/* SECTION SPACING */

.block {
    padding: 140px 0;
}
.block2 {
    padding: 230px 0;
}

.section-title {
    margin-bottom: 120px;
    position: relative;
}
.section-title > h2 {
    color: #ffffff;
    font-size: 44px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: -17px;
}
.section-title > span {
    display: block;
    color: #bdb8b8;
    font-size: 16px;
    font-weight: 400;
    max-width: 550px;
    margin: 0 auto;
    line-height: 24px;
}
.section-title.v2 > span,
.section-title.v2 > span p,
.section-title.v2 {
    color: rgba(255,255,255,0.70);
}
.section-title {
    padding-bottom: 35px;
    margin-bottom: 95px;
}
.section-title.v2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 87px;
    height: 3px;
    background-color: #00b9c6;
    transform: translateX(-50%);
}


/* OUR SHOWS*/

.shows-head {
    display: flex;
    flex-wrap: wrap;
}
.show-date {
    max-width: 80px;
    background-color: #000000;
    text-align: center;
    flex: 0 0 80px;
    padding-top: 8px;
    border-radius: 5px 0 0 5px;
}
.show-date > h4 {
    color: #fcb62b;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: -5px;
}
.show-date h5 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.show-thumb {
    max-width: 120px;
    flex: 0 0 120px;
    height: 80px;
}
.show-thumb > img {
    max-width: 100% !important;
    height: 100% !important;
    object-fit:cover;
    width: 100%;
    border-radius: 0 5px 5px 0;
}
.show-info {
    padding-left: 40px;
}
.show-info > h3 {
    color: #ffffff;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 9px;
}
.show-info > span {
    display: block;
    color: #f559a4;
    font-size: 16px;
}
.show-time li {
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.show-time li img {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.show-time li:last-child {
    margin-bottom: 0;
}
.show-time li span {
    display: inline-block;
    font-weight: 400;
    color: #fcb62b;
}
.theme-btn {
    display: inline-block;
    color: #fff;
    height: 60px;
    line-height: 58px;
    padding: 0 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 700;
}
a:hover {
    color: inherit;
}
.theme-btn:hover {
    color: #fff;
    background-color: #00b9c6;
    border-color: transparent;
}
.shows-row .row {
    align-items: center;
}
.shows-row {
    border-bottom: 1px solid #938d8f;
    padding: 40px 0;
}
.shows-row:first-child {
    padding-top: 0;
}
.shows-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.sm-btn {
    display: inline-block;
    color: #f4f0f9;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #00b9c6;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.sm-btn:hover {
    color: #f4f0f9;
    border-color: transparent;
}
.shows-list {
    margin-bottom: 45px;
}

/* ABOUT SECTION */

.sm-title {
    color: #000000;
    font-size: 44px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 50px;
    font-weight: 500;
}
.about-text .sm-title {
    padding-bottom: 10px;
    margin-bottom: 33px;
}
.sm-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 87px;
    height: 3px;
    background-color: #00b9c6;
}

.about-text {
    max-width: 620px;
    margin-left: auto;
    padding-right: 130px;
}

.about-text > span {
    display: block;
    color: #17bac8;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 500;
}
.about-text p {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}
.about-section {
    align-items: center;
}
.social-links li {
    display: inline-block;
    margin-right: 30px;
}
.social-links li:last-child {
    margin-right: 0;
}
.social-links li a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
}
.about-text .social-links li a {
    font-size: 20px;
}
.social-links li a:hover {
    color: #f559a4;
}

.music-video {
    text-align: center;
    margin-bottom: -10px;
}
.play-btn {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border:1px solid #fff;
    border-radius: 50%;
}
.play-btn:hover {
    color: #fff;
}
.play-btn.v2,
.plus-icon {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 110px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
}
.music-video > h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-top: 25px;
}

.gallery-col {
    position: relative;
    height: 100%;
}
.gallery-col > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.overlay2 {
    position: relative;
}
.overlay2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,185,198,0.74);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.gallery-col.overlay2:hover:before {
    opacity: 1;
    visibility: visible;
}

.gallery-col:hover .play-btn.v2 {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 999;
}
.gallery-section.row {
    margin: 0 -10px -20px;
}
.gallery-section .col-lg-7,
.gallery-section .col-lg-5 {
    padding: 0 10px;
    margin-bottom: 20px;
}

/* CONTACT SECTION */

.contact-section {
    padding: 270px 0 0 0;
}
.ct-content {
    background-color: #fff;
    max-width: 1200px;
    margin-left: auto;
}
.contact-content {
    padding: 130px 0 130px 130px;
    max-width: 750px;
    position: relative;
}
.ct-head {
    margin-bottom: 93px;
}
.ct-head > h2 {
    color: #000000;
    font-size: 44px;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.ct-head > span {
    display: block;
    color: #000000;
    font-size: 16px;
}
.wd-content > h3,
.dp-text > h3 {
    text-transform: capitalize;
    color: #17bac8;
    font-size: 25px;
    margin-bottom: 13px;
}
.wd-content {
    margin-bottom: 82px;
}
.wd-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.wd-content ul li:last-child {
    margin-bottom: 0;
}
.wd-content ul li a {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.wd-content ul li a:hover {
    color: #f559a4;
}

.dp-text > h3 {
    margin-bottom: 20px;
    max-width: 350px;
  font-size:20px;
}
.dp-text > span {
    display: block;
    color: #000000;
    font-size: 16px;
    margin-bottom: 16px;
}
.mail-link {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.mail-link:hover {
    color: #f559a4;
}


/* SUBSCRIBE SECTION */

.subscribe-section {
    max-width: 770px;
    margin: 0 auto;
}
.subscribe-section > h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 24px;
    margin-top: -16px;
}
.subscribe-section > span {
    display: block;
    color: #fcb62b;
    font-size: 16px;
    line-height: 24px;
    max-width: 470px;
    margin: 0 auto;
    margin-bottom: 67px;
}
.subs-form {
    position: relative;
}
.subs-form input {
    width: 100%;
    height: 70px;
    background-color: #131314;
    border-radius: 30px;
    color: #69696d;
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    padding: 0 70px;
}
.theme-btn {
    transition: all 0.4s ease-in-out;
}
.subs-form .theme-btn:hover {
    background-color: #f559a4;
    color: #fff;
}
.input-field {
    position: relative;
    margin-bottom: 60px;
}
.em-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    margin-top: 2px;
}
.em-icon i {
    color: #f559a4;
    font-size: 18px;
}
button.theme-btn {
    background-color: #00b9c6;
    color: #fff;
    border:0;
    padding: 0 59px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 62px;
    letter-spacing: 1px;
    font-weight: 700;
}
button.theme-btn i {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-right: 7px;
    position: relative;
    top: -1px;
} 

/* FOOTER */

footer {
    background-color: #131314;
    padding: 20px 0;
}
.copyright p {
    color: #69696d;
    font-size: 15px;
}
.footer-content {
    align-items: center;
}
.social-links.v2 {
    margin-left: auto;
    text-align: right;
}
.social-links.v2 li a {
    color: #69696d;
    font-size: 19px;
}
.social-links.v2 li a:hover {
    color: #f559a4;
}
.image-thumb > img {
    max-width: 100%;
}

/* RESPONSIVE MOBILE MENU */



/* RESPONSIVE MOBILE MENU */

.menu-btn {
    width: 24px;
    cursor: pointer;
    margin-left: auto;
    display: none;
}
.menu-btn > span {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 6px;
    -webkit-transition:transform .3s;
    -moz-transition:transform .3s;
    -ms-transition:transform .3s;
    -o-transition:transform .3s;
    transition:transform .3s;
}
header.sticky .menu-btn > span {
    background-color: #000;
}
.menu-btn > span:last-child {
    margin-bottom: 0;
}

.menu-btn.active span.bar1 {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menu-btn.active span.bar2 {
    opacity: 0;
    visibility: hidden;
}
.menu-btn.active span.bar3 {
    -webkit-transform: translateY(-6px) rotate(-135deg);
    -moz-transform: translateY(-6px) rotate(-135deg);
    -ms-transform: translateY(-6px) rotate(-135deg);
    transform: translateY(-6px) rotate(-135deg);
}


.responsive-mobile-menu {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    z-index: 99999999;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    background-color: #00b9c6;
}
.responsive-mobile-menu.active {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.responsive-mobile-menu ul {
    float: left;
    width: 100%;
}
.responsive-mobile-menu ul li {
    float: left;
    width: 100%;
}
.responsive-mobile-menu ul li a:before {
    content: '\f067';
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.responsive-mobile-menu ul ul li a:before {
    color: #000;
}
.responsive-mobile-menu ul li.menu-item-has-children > a:before {
    opacity: 1;
    visibility: visible;
}
.responsive-mobile-menu ul li.menu-item-has-children.active > a:before {
    content: '\f068';
}
.responsive-mobile-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 10px !important;
}
.responsive-mobile-menu ul ul {
    display: none;
    background: #fff;
    padding: 0;
    margin: 0;
}
.responsive-mobile-menu ul ul li a {color: #000;border-bottom: 1px solid #efefef;}
.responsive-mobile-menu ul ul li:last-child a {
    margin-bottom: 0;
}
.responsive-mobile-menu ul ul li:last-child a {
    border-bottom: 0;
}
.responsive-mobile-menu ul ul li a:hover {
    color: #00b9c6;
}
.responsive-mobile-menu ul ul li a {
    font-weight: normal;
    font-size: 13px;
}


#html5-watermark {
    display: none !important;
}
div#html5-image {
    padding: 0 !important;
}



/* ALBUM SECTION */


.alb-title > span {
    display: block;
    color: #00b9c6;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
}
.alb-title > h2 {
    color: #000000;
    font-size: 38px;
}
.album-dt {
    margin-left: auto;
    text-align: right;
}
.album-dt li {
    display: inline-block;
    margin-right: 39px;
    text-align: left;
}
.album-dt li:last-child {
    margin-right: 0;
}
.album-dt li > span {
    display: block;
    color: #9f989a;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.album-dt li > h4 {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.alb-head {
    align-items: center;
    margin-bottom: 43px;
    margin-top: -3px;
}

.album-playlist-section {
    display: flex;
    flex-wrap: wrap;
    background-color: #000000;
    padding: 40px;
    border-radius: 15px;
}
.album-img {
    max-width: 449px;
    flex: 0 0 449px;
}
.album-img > img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.album-info {
    padding: 0 25px;
    max-width: calc(100% - 449px);
    flex: 0 0 calc(100% - 449px);
}
.in-head {
    margin-bottom: 14px;
}
.in-head > span.ab-name {
    display: block;
    color: #ffbb50;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Barlow';
}
.in-head > h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 9px;
}
.in-head > h5 {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.in-head > h5 span {
    color: #fff;
}
.in-head > span {
    display: block;
    font-size: 14px;
    color: #b3b3b3;
}


.albm-music-bar {
    flex: 0 0 100%;
    max-width: 100%;
}
.jp-playlist li {
    border: 0;
    padding: 11px 0 13px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    font-size: 16px;
    color: #ffffff;
    font-family: 'Barlow';
    position: relative;
    padding-left: 35px;
}
.jp-playlist li:last-child {
    border-bottom: 0;
}
.jp-playlist li:before {
    content: '\f04b';
    position: absolute;
    top: 50%;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    transform: translateY(-50%);
    font-size: 12px;
    transition: all 0.4s ease-in-out;
}
.jp-playlist li.jp-playlist-current:before {
    content: '\f04c';
    color: #00b9c6;
    font-size: 12px;
}
.jp-details, .jp-playlist {
    background-color: transparent;
    border: 0;
}
.jp-audio, .jp-audio-stream, .jp-video {
    background-color: transparent;
    border: 0;
}
a.jp-playlist-item {
    color: #ffffff;
    font-size: 16px;
}
.jp-playlist ul {
    padding: 0;
}
.jp-play i:before,
.jp-play i {
    transition: all 0.4s ease-in-out;
}
span.jp-free-media {
    display: none;
}
a.jp-playlist-item.jp-playlist-current {
    color: #00b9c6;
}
.jp-interface {
    background-color: transparent;
}
.jp-progress {
    height: 4px;
    background: #595959;
    border-radius: 30px;
}
.jp-seek-bar {
    border-radius: 30px;
    background: #595959;
}
.albm-music-bar {
    margin-top: 45px;
}
.jp-state-playing .jp-play-bar {
    background: #fcb62b;
    border-radius: 30px;
    height: 100%;
}
.jp-interface .jp-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.jp-controls button.jp-stop {
    display: none;
}

.jp-controls button {
    background: inherit !important;
    width: auto;
    height: auto;
    transition: all 0.4s ease-in-out;
    margin: 0 22px;
}
.jp-controls button:last-child {
    margin-right: 0;
}
.jp-controls button {
    text-indent: inherit;
    font-size: 28px;
    color: rgba(255,255,255,0.80);
    float: none;
}
.jp-controls button:hover {
    color: #fff;
}
.jp-controls button.jp-play {
    width: 68px !important;
    height: 68px !important;
    line-height: 74px !important;
    text-align: center;
    border-radius: 50% !important;
    background-color: #00b9c6 !important;
    display: inline-block;
    font-size: inherit !important;
}
.jp-controls button.jp-play i {
    color: #fff;
    font-size: 24px;
    position: relative;
    left: 1px;
    top: 1px;
}
.jp-controls button:focus {
    background: inherit;
}
.music-row {
    margin-top: 20px;
    align-items: center;
}
.music-details > h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.music-details > span {
    display: block;
    color: #b3b3b3;
    font-size: 15px;
    font-family: 'Barlow';
}
.jp-time-holder {
    display: flex;
    margin-left: auto;
    margin-right: 20px;
}
.jp-time-holder div {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Barlow';
    float: none;
    width: auto;
    margin-right: 18px;
    font-style: inherit;
    position: relative;
}
.jp-time-holder div:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 7px;
}
.jp-time-holder div:last-child {
    margin-right: 0;
}

.jp-time-holder div:last-child:before {
    display: none;
}

.jp-state-playing .jp-controls button.jp-play i:before {
    content: '\f04c';
}

.jp-volume-controls button.jp-mute {
    background: inherit;
    width:auto;
    height: auto;
    text-indent: inherit;
    position: static;
    color: #fff;
    font-size: 20px;
    overflow: inherit;
    border: none;
}
.jp-volume-controls button.jp-mute:focus {
    background: inherit;
}
.jp-state-muted .jp-volume-controls button.jp-mute i:before {
    content: '\f6a9';
}
.jp-volume-controls {
    position: static;
    display: inline-block;
    width: auto;
}
.oth-controls {
    text-align: right;
}

/* BOTTOM TEXT */

.bottom-text {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    margin-top: 47px;
}
.bottom-text p {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 45px;
}
.bt-btns li {
    display: inline-block;
    margin-right: 19px;
}
.bt-btns li:last-child {
    margin-right: 0;
}
.bt-btns li a {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Barlow';
    height: 60px;
    line-height: 54px;
    padding: 0 24px;
    border: 2px solid #000000;
    border-radius: 30px;
}
.bt-btns li a.apple {
    background-color: #f559a4;
    color: #fff;
    border-color: transparent;
}
.bt-btns li a.apple i {
    font-size: 20px;
}
.bt-btns li a i {
    margin-right: 5px;
}
.bt-btns li a.spotify:hover {
    background-color: #00b9c6;
    border-color: transparent;
    color: #fff;
}



/* MUSIC PLAYER */

.music-player {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.70);
    padding: 20px 0;
    z-index: 999;
}
.music-player .container {
    max-width: 1070px;
    margin: 0 auto;
}
.ms-album {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 255px;
    flex: 0 0 255px;
}
.ms-thumb {
    max-width: 76px;
    flex: 0 0 76px;
}
.ms-thumb > img {
    width: 100%;
}
.ms-th-info {
    padding-left: 12px;
    text-align: left;
    align-self: center;
}
.ms-th-info > h4 {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
.ms-th-info > span {
    display: block;
    color: #fcb62b;
    font-size: 14px;
}
.ms-player {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 calc(100% - 255px);
    max-width: calc(100% - 255px);
    padding-left: 30px;
}
.ms-player-content {
    display: flex;
    flex-wrap: wrap;
}
.ms-player .jp-controls button {
    display: inline-block;
    border: none;
}
.ms-player .jp-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 44px;
}
.ms-player .jp-controls button {
    margin: 0 10px;
}
.ms-player .jp-controls button.jp-play {
    width: 72px !important;
    height: 72px !important;
    line-height: 78px !important;
}
.ms-player .jp-controls button.jp-play i {
    font-size: 24px;
    position: relative;
    left: 1px;
}
.title-bar {
    max-width: 480px;
    flex: 0 0 480px;
}
.ms-top{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
    align-items: center;
}
.ms-top > h4 {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}
.ms-player .jp-time-holder {
    display: flex;
    margin-left: auto;
    margin-right: 0;
}
.ms-player .jp-time-holder div {
    font-size: 12px;
}
.ms-player .jp-volume-controls {
    margin-left: auto;
}


/* PAGER SECTION */

.pager-section {
    padding: 190px 0 140px;
    margin-bottom: -1px;
}

.pager-section .fixed-bg {
    background-image: url(./assets/images/bg4.jpg);
}
.pager-content h2 {
    color: #f2f2f2;
    font-size: 52px;
    line-height: 1.4;
    text-transform: capitalize;
    word-break: break-word;
}

.about-page-head {
    margin-bottom: 111px;
}
.about-page-head > h2.sm-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 47px;
    margin-bottom: 66px;
}
.ms-abt-col > h4 {
    color: #000000;
    font-size: 29px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 89px;
}
.email-link {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #f559a4;
    padding-bottom: 11px;
}
.abt-para {
    padding-left: 25px;
}
.abt-para p {
    color: #9a9999;
    font-size: 18px;
    line-height: 36px;
}
.abt-lg-image {
    margin-bottom: 95px;
}
.abt-lg-image > img {
    width: 100%;
}
.about-lg-content > h2 {
    color: #17bac8;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 50px;
    padding-right: 100px;
    font-weight: 300;
}
.about-lg-content p {
    color: #010000;
    font-size: 20px;
    font-weight: 500;
}

.tg-links li {
    display: inline-block;
    font-weight: 500;
    color: #010000;
    margin-right: 20px;
    margin-bottom: 11px;
    position: relative;
    font-size: 20px;
}
.tg-links li:before {
    content: ',';
    position: absolute;
    top: 0;
    left: 100%;
    color: #010000;
}
.tg-links li:last-child:before {
    display: none;
}

.lg-social {
    position: absolute;
    top: 0;
    right: 100%;
    width: 130px;
}
.lg-social li a {
    display: block;
    width: 100%;
    height: 130px;
    line-height: 130px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.lg-social li a img {
    max-width: 50px;
}
.spotify-ic {
    background-color: #2dbc58;
}
.music {
    background-color: #c764f4;
}
.youtube {
    background-color: #fc002a;
}
.soundcloud {
    background-color: #f57107;
}
.about-lg-content {
    margin-bottom: -14px;
}


/* ALBUM PAGE */

.album-col {
    text-align: center;
    margin-bottom: 84px;
    transition: transform 0.4s cubic-bezier(0.45, 0.66, 0.27, 0.99), opacity 0.3s;
    transform: translateY(0);
    opacity: 1;
}
.album-col:hover {
    transform: translateY(-30px);
}
.album-thumb {
    margin-bottom: 26px;
}
.album-thumb > a img {
    width: 100%;
}
.album-details > h3 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 5px;
}
.album-details > span {
    display: block;
    color: #f559a4;
    font-size: 20px;
    font-family: 'Barlow';
}
.albums-collecton {
    margin-bottom: -89px;
}


/* GALLERY PAGE */

.option-set {
    text-align: center;
    margin-bottom: 85px;
    margin-top: -6px;
}
.option-set li {
    display: inline-block;
    position: relative;
    margin-right: 42px;
}
.option-set li:last-child {
    margin-right: 0;
}
.option-set li a {
    display: inline-block;
    color: #373737;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    padding-bottom: 7px;
}
.option-set li a.selected,
body:not(.elementor-page) .blog-page .col-lg-12 ul li a.selected {
    color: #f559a4;
    font-size: 20px;
}
.option-set li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00b9c6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.option-set li a.selected:before {
    opacity: 1;
    visibility: visible;
}
.gallery-masonary {
    width: 100%;
}
.gallery-masonary .col-lg-4,
.gallery-masonary .col-lg-6,
.gallery-masonary .col-lg-3,
.gallery-masonary .col-lg-2 {
    padding: 0;
}

/* SINGLE ALBUM PAGE */

.single-album-text > h2 {
    color: #17bac8;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 60px;
    font-weight: 300;
}
.single-album-text p {
    color: #130f0f;
    font-size: 19px;
    line-height: 40px;
    margin-bottom: 51px;
}
.single-album-banner > img {
    max-width: 100%;
}
.single-album-banner {
    text-align: center;
}
.sm-title.v2 {
    margin-top: -17px;
    margin-bottom: 64px;
}
.single-album-banner .sm-btn {
    color: #000000;
    border-color: #f559a4;
    margin-top: 35px;
}

.theme-btn.sold-btn {
    color: #f559a4;
    border-color: #f559a4;
}
.theme-btn.sold-btn:hover {
    background-color: #f559a4;
    border-color: transparent;
    color: #fff;
}
.shows-row .theme-btn {
    width: 100%;
    text-align: center;
}
div#html5-elem-box {
    overflow: hidden;
}
.sw-icon {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.ft-logo img {
    max-width: 71px !important;
}
.slide-btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.slide-btn:hover {
    color: #fff;
}
.slide-btn i {
    margin-right: 5px;
}


/* HEADER STICKY */
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    padding-top: 15px;
}
header.sticky nav > ul > li > a {
    color: #000;
} 
header.sticky .social-links.hd-v li a {
    color: #000;
}
header.sticky .white-logo {
    display: none;
}
.dark-logo {
    display: none;
}
header.sticky .dark-logo {
    display: inline-block;
}

.has-5-columns .col-lg-2 {
    max-width: 20%;
    flex: 0 0 20%;
}






/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoomInFade {
  0% {
    opacity: 0;
    transform: scale(.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



.slick-active .banner-text h1 {
  animation-name: zoomInFade;
  animation-duration: 0.5s;
  transition-timing-function:ease;
}
.slick-active .banner-text p {
  animation-name: zoomInFade;
  animation-duration: 0.5s;
  transition-timing-function:ease;
}
.slick-active .dw-btns,
.slick-active .slide-btn {
  animation-name: fadeInUpSD;
  animation-duration: 0.6s;
  transition-timing-function:ease;
}





/* PRELOADER */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00b9c6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}




#slide-6-layer-1,
#slide-6-layer-2,
#slide-6-layer-5,
#slide-6-layer-6,
#slide-6-layer-7,
#slide-6-layer-9,
#slide-6-layer-10,
#slide-6-layer-11 {
    text-align: left !important;
}

.tp-simpleresponsive img, .rev_slider img {
    max-width: none !important;
    transition: none;
    margin: 0px;
    padding: 0px;
    border: none;
}




.slider .tp-bullet.selected, 
.slider .tp-bullet:hover {
    background-color: orange !important;
}
.tp-bullet {
    transition: all 0.4s ease-in-out !important;
    background-color: #fff !important;
}

.divider-line {
    width: 87px;
    height: 3px;
    display: inline-block;
    background-color: #00b9c6;
}

#slide-6-layer-1,
#slide-6-layer-5,
#slide-6-layer-10 {
    letter-spacing: 1.1px !important;
}

.gallery-col .overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,185,198,0.74);
}

.gallery-col .overlay2:before {
    display: none;
}

.plus-icon {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    margin-top: 30px;
}

.gallery-col .overlay2 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.gallery-col:hover .overlay2 {
    opacity: 1;
    visibility: visible;
}
.gallery-col:hover .overlay2 .plus-icon {
    margin-top: 0;
}



.black-version .album-section{
    background-color: #040404;
}
.black-version .tp-bgimg.defaultimg:before,
.music-label-v .tp-bgimg.defaultimg:before,
.producer-demo .tp-bgimg.defaultimg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.60);
}


.black-version .jp-controls button.jp-play {
    background: #f7bd0d !important;
}
.black-version .alb-title > h2,
.black-version .album-dt li > h4 {
    color: #fff;
}
.black-version .album-playlist-section {
    background: #242323;
}
.black-version .bt-btns li a.apple,
.black-version .bt-btns li a.spotify:hover,
.black-version .shows-row .theme-btn:hover,
.black-version button.theme-btn,
.black-version .bt-btns li a.apple,
.black-version .bt-btns li a.spotify:hover,
.black-version .shows-row .theme-btn:hover,
.black-version .subs-form .theme-btn:hover,
.black-version  .lds-ellipsis div,
.black-version header nav ul ul,
.black-version .divider-line{
    background-color: #f7bd0d;
}
.black-version .bt-btns li a {
    color: #fff;
    border-color: #fff;
}
.black-version .bt-btns li a.apple {
    border-color: transparent;
}
.black-version .bottom-text p {
    color: #fff;
}
.black-version .sm-btn,
.black-version .theme-btn.sold-btn {
    border-color: #f7bd0d;
}

.black-version header.sticky nav > ul > li > a:hover,
.black-version header nav ul li a:hover {
    color: #f7bd0d;
}
.black-version  header nav ul ul li a:hover {
    color: #fff;
}

.dark-background {
    background-color: #000000;
}
.black-version .sm-title:before,
.black-version header nav ul li.active:before,
.black-version header nav ul li.current-menu-ancestor:before {
    background-color: #f8de07;
}

.black-version .about-text p {
    color: rgba(255,255,255,0.60);
}
.black-version .overlay2:before {
    background-color: rgba(247,189,13,0.74);
}
.black-version .gallery-col .overlay2 {
    background-color: rgba(247,189,13,0.54);
}
.black-version .ct-head > h2,
.black-version .wd-content > h3,
.black-version .dp-text > h3,
.black-version .wd-content ul li,
.black-version .sm-title,
.black-version .about-text > span,
.black-version .social-links li a {
    color: #fff;
}
.black-version .wd-content ul li,
.black-version .dp-text > span,
.black-version .mail-link,
.black-version .ct-head > span {
    color: rgba(255,255,255,0.80);
}

.black-version .ct-content {
    background-color: #131314;
}
.black-version .spotify-ic,
.black-version .youtube {
    background: #676060;
}
.black-version .soundcloud,
.black-version .music {
    background: #524e4e;
}

.black-version .social-links.v2 li a:hover,
.black-version .em-icon i,
.black-version .wd-content ul li a:hover,
.black-version .wd-content ul li a,
.black-version .social-links li a:hover,
.black-version .alb-title > span,
.black-version a.jp-playlist-item.jp-playlist-current,
.black-version .jp-playlist li.jp-playlist-current:before,
.black-version .show-info > span,
.black-version .theme-btn.sold-btn,
header.sticky .social-links.hd-v li a:hover {
    color: #f7bd0d;
}


/* COMING SOON */
.coming-soon-page {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
    height: 100vh;
    background-position: center;
}
.coming-soon-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.21);
}
.cm-page-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    max-width: 1000px;
}
.cm-page-content > h2 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 70px;
    line-height: 80px;
}
.cm-page-content p {
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
    line-height: 30px;
    max-width: 400px;
    margin-bottom: 50px;
}
.time-counter {
    margin-bottom: 85px;
}

.time-counter canvas {
    display: none;
}

.time-counter .time_circles {
    display: flex;
    flex-wrap: wrap;
}
.time-counter .textDiv_Days,
.time-counter .textDiv_Hours,
.time-counter .textDiv_Minutes,
.time-counter .textDiv_Seconds {
    max-width: 25%;
    flex: 0 0 25%;
    text-align: center;
    position: relative;
    top: 0 !important;
    left: 0 !important;
}
.time-counter .textDiv_Days:before,
.time-counter .textDiv_Hours:before,
.time-counter .textDiv_Minutes:before,
.time-counter .textDiv_Seconds:before {
    content: ':';
    position: absolute;
    top: 50%;
    left: 100%;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    transform: translateY(-50%);
    margin-left: -15px;
}
.time-counter .textDiv_Days h4,
.time-counter .textDiv_Hours h4,
.time-counter .textDiv_Minutes h4,
.time-counter .textDiv_Seconds h4  {
    color: #ffffff;
    font-size: 66px;
    font-weight: 700;
}
.time-counter .textDiv_Days span,
.time-counter .textDiv_Hours span,
.time-counter .textDiv_Minutes span,
.time-counter .textDiv_Seconds span  {
    display: block;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}
.time-counter .textDiv_Seconds:last-child:before {
    display: none;
}

.tk-btn {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
.tk-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 50px;
    height: 1px;
    background-color: #fff;
    transform: translateY(-50%);
}
.tk-btn:hover {
    color: #fff;
}

/* MUSIZE PAGINATION */
.marlon-pagination {
    margin-top: 100px;
}
.marlon-pagination nav ul li {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    list-style: none !important;
}
.marlon-pagination nav ul li a,
.post-pagination a,
.post-pagination span:not(:first-child),
.page-links a,
.page-links span {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #e5e5e5;
    text-align: center;
    border-radius: 0 !important;
    text-decoration: none !important;
}
.marlon-pagination .pagination {
    justify-content: center;
}
.marlon-pagination nav ul li:last-child {
    margin-right: 0;
}
.marlon-pagination nav ul li a:hover,
.post-pagination span.post-page-numbers.current,
.post-pagination a:hover,
.page-links a:hover,
.page-links span.post-page-numbers.current {
    background-color: #f559a4;
    color: #fff;
    border-color: transparent;
}
.marlon-pagination nav ul li a:before {
    display: none;
}

body:not(.elementor-page) .blog-page .col-lg-12 h2 {
    text-transform: uppercase;
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 30px;
}
body:not(.elementor-page) .blog-page .col-lg-12 strong {
    font-weight: 700;
    color: #000;
}
.blog-page {
    padding: 150px 0;
}
.blog-post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 76px;
    align-items: center;
}
.blog-post:last-child {
    margin-bottom: 0;
}
.blog-thumbnail {
    position: relative;
    max-width: 50%;
    flex: 0 0 50%;
}
.blog-thumbnail > img {
    max-width: 100%;
    width: 100%;
}
.posted-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: #f559a4;
    color: #fff;
    text-align: center;
    font-size: 16.33px;
    text-transform: uppercase;
    padding-top: 3px;
}
.posted-on strong {
    font-weight: 700;
    display: block;
    font-size: 30.85px;
    position: relative;
    margin-bottom: -6px;
    color: #fff !important;
}
.blog-thumbnail + .blog-info {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 30px;
}



.meta > span {
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.meta-links {
    display: inline-block;
} 
.meta-links li {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 8px;
    line-height: 10px;
    font-size:4px;  
}
.meta-links li i {
    color: #00b9c6;
    font-size: 14px;
    margin-right: 9px;
}
.meta-links li:first-child {
    padding-left: 0;
}
.meta-links li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 1px;
    height: 12px;
    background-color: #00b9c6;
    transform: translateY(-50%);
    margin-top: -6px;
}
.meta-links li:last-child:before {
    display: none;
}

.meta-links li a {
    display: inline-block;
    /*color: #bbbaba;*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.meta-links li span {
    display: inline;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 14px;
}
.meta-links li:last-child:before {
    display: none;
}

.blog-info > h2 {
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    transition: inherit;
}
.blog-info > h2:hover {
    color: #f559a4;
}
body:not(.elementor-page) .blog-info p,
body:not(.elementor-page) .blog-page p,
.post-contents p {
    font-size: 17px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 29px;
    word-wrap: break-word;
}
body:not(.elementor-page) .blog-page p:last-child:not(':first-child') {
    margin-bottom: 0;
}
.blog-info .btn-default {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
    font-weight: 700;
    background-color: #00b9c6;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
}
.blog-info .btn-default:hover {
    background-color: #f559a4;
}

/* BLOG SINGLE PAGE */

.blog-post.single .blog-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 22px;
}
.blog-post.single .blog-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.meta-div {
    display: flex;
    width: 100%;
    margin-bottom: 33px;
}
.meta {
    margin-bottom: 15px;
    display: flex;
}
.meta-div > span {
    margin-left: auto;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-top: 2px;
}

.blog-post.single .blog-info h2,
.cm-info h2 {
    font-size: 33px;
    line-height: 46px;
    margin-bottom: 33px;
}

.blog-post.single .blog-info p {
    margin-bottom: 20px;
}

/* BLOG AUTHOR */

.blog-author {
    margin-bottom: 54px;
}
.blog-author h3,
.author-info > h3 {
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
}
.comments-section > h3,
.comment-respond > h3 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 32px;
}
.author-blog {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f5f5f5;
    padding: 28px 15px;
}
.author-thumb {
    max-width: 102px;
}
.author-info {
    max-width: calc(100% - 102px);
    padding-left: 20px;
}
.author-info p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0 !important;
}


/* COMMENTS SECTION */

.comments-list {
    margin-bottom: 48px;
}
.comments-list ul .comment {
    padding-left: 65px;
}
.comments-list > li:last-child > .comment {
    border-bottom: 0;
}
.comments-list > li:first-child > .comment {
    padding-top: 0;
    border-bottom: 1px solid #e7e9e9;
    padding-bottom: 30px;
}
.comment {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e7e9e9;
    padding: 21px 0 30px;
}
.cm-thumb {
    max-width: 71px;
}
.cm-info {
    max-width: calc(100% - 71px);
    padding-left: 20px;
}
.cm-info > h3 {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px !important;
    margin-bottom: 5px !important;
    margin-top: -6px;
}
.cm-info > span {
    display: block;
    color: #b6b5b5;
    font-size: 14px;
    /*margin-bottom: 24px;*/
    margin-bottom: 15px;
}
.reply-btn {
    display: inline-block;
    color: #f559a4 !important;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    text-decoration: none !important;
}


/* POST COMMENT */

.post-comment > h3 {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 23px;
}

.post-form .form-control {
    color: #818181;
    font-size: 14px;
    text-transform: uppercase;
    height: 48px;
    border: 1px solid #eeeeee;
    padding: 0 20px;
    border-radius: 5px;
}
.form-textarea {
    color: #818181;
    font-size: 14px;
    border: 1px solid #eeeeee;
    padding: 20px;
    height: 155px;
    width: 100%;
    border-radius: 5px;
    resize: none;
    vertical-align: middle;
}
.form-group {
    margin-bottom: 30px;
}
.form-submit button {
    color: #fff;
    background-color: #00b9c6;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    transition: all 0.3s ease;
}
.form-submit button:hover {
    background-color: #f559a4;
}

/* BLOG SIDEBAR */

.sidebar .widget {
    margin-bottom: 60px;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.widget-title,
.sidebar form label.wp-block-search__label,
.sidebar h2 {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 22px;
}
.widget-search form {
    position: relative;
}
.widget-search form input {
    width: 100%;
    height: 46px;
    border:1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 20px;
    text-transform: uppercase;
}
.widget-search form button {
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: inherit;
    border: 0;
    transform: translateY(-50%);
}
.social-wd li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 6px;
}
.social-wd li a {
    display: inline-block;
    width: 46px;
    line-height: 46px;
    text-align: center;
    height: 46px;
    border-radius: 5px;
    color: #fff;
}
.social-wd .facebook {
    background-color: #3656a6;
}
.social-wd .twitter {
    background-color: #00c0ff;
}
.social-wd .google {
    background-color: #d93838;
}
.social-wd .instagram {
    background-color: #213f69;
}
.social-wd .linkedin {
    background-color: #113877;
}
.social-wd .pinterest {
    background-color: #ec1717;
}
.social-wd .vimeo {
    background-color: #ef255a;
}
.social-wd .tumblr {
    background-color: #1c3d6e;
}
.social-wd .dribbble {
    background-color: #e24190;
}
.social-wd .youtube {
    background-color: #de1e1e;
}

/* RECENT POSTS WIDGET */

.wd-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wd-thumb {
    max-width: 79px;
}
.wd-info {
    max-width: 100%;
}
.wd-thumb + .wd-info {
    padding-left: 15px;
    max-width: calc(100% - 79px);
}
.wd-info > span {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.wd-info > h3 {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.wd-posts li {
    border-bottom: 1px solid #ececec;
    padding: 17px 0;
}
.wd-posts li:first-child {
    padding-top: 0;
}
.wd-posts li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


/* WIDGET TAGS */

.tags li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 10px;
}
.tags li a,
.tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    color: #000000;
    font-size: 13px !important;
    text-transform: uppercase;
    border: 1px solid #f1f0ee;
    height: 40px;
    text-decoration: none !important;
    line-height: 40px;
    padding: 0 10px;
}
.tagcloud a {
    margin-bottom: 5px;
}
.tags li a:hover {
    background-color: #f559a4;
    color: #fff;
    border-color: transparent;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background-color: #f559a4;
    color: #fff;
}
.blog-post.single {
    max-width: 838px;
}
.col-lg-12 .blog-post.single {
  max-width: 100%;
}
.wp-block-tag-cloud a {
    margin-bottom: 3px;
}

/* MUSIC LABEL HOMEPAGE */
.music-label-v .jp-controls button.jp-play {
    background: #f61244 !important;
}
.music-label-v header nav > ul > li:before,
.music-label-v .lds-ellipsis div,
.music-label-v header nav ul ul,
.music-label-v .divider-line,
.music-label-v button.theme-btn {
    background-color: #f61244;
}
.music-label-v header nav ul li a:hover,
.music-label-v .em-icon i,
.music-label-v header.sticky .social-links.hd-v li a:hover {
    color: #f61244;
}
.music-label-v header nav ul ul li a:hover {
    color: #fff;
    background-color: transparent;
}

.music-label-v .sm-title:before,
.music-label-v button.theme-btn,
.music-label-v .lds-ellipsis div,
.music-label-v header nav ul li::before,
.music-label-v .divider-line,
.music-label-v header nav ul ul,
.music-label-v .wp-block-search .wp-block-search__button,
.music-label-v .form-submit button,
.music-label-v .tagcloud a:hover,
.music-label-v .wp-block-tag-cloud a:hover,
.music-label-v .pager-section.no-bg .fixed-bg {
    background-color: #f61244;
}
.music-label-v .about-text .social-links li a:hover,
.music-label-v .social-links.v2 li a:hover,
.music-label-v .em-icon i,
.music-label-v header.sticky .social-links.hd-v li a:hover,
.music-label-v header.sticky nav > ul > li > a:hover,
.music-label-v header nav ul ul li a:hover,
.music-label-v header nav ul li a:hover,
.music-label-v .meta-links li a,
.music-label-v .meta-links li i,
.music-label-v .wd-info > span,
.music-label-v .sidebar ul:not(.social-wd) li a:hover {
    color: #f61244;
}

/* TESTIMONIAL SLIDER */
.testi-slide-lg {
    position: relative;
}
.testimonial-thumbnail {
    position: relative;
}
.testi-lg-info {
    background-color: #000000;
    padding: 50px;
    position: absolute;
    bottom: 0;
    right: 20%;
    max-width: 610px;
}
.testi-lg-info > span {
    display: block;
    color: #acacac;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.testi-lg-info > h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.testi-lg-info p {
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    max-width: 400px;
}

.slide-count {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 50px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.slick-next,
.slick-prev {
    top: auto;
    bottom: 242px;
    right: 20%;
    width: 64px;
    height: 64px;
    background-color: #000000;
    transition: all 0.4s ease-in-out;
}
.slick-prev {
    right: 20%;
    left: auto;
    margin-right: 64px;
}
.slick-next:before,
.slick-prev:before {
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    opacity: 1;
}
.slick-next:before {
    content: '\f105';
}
.slick-prev:before {
    content: '\f104';
}
.slick-next:hover,
.slick-prev:hover {
    background-color: #f61244;
}



.music-label-v .sm-title {
    color: #ffffff;
}
.music-label-v .sm-title:before {
    background: #f61244;
}
.music-label-v .about-text > span {
    color: #fff;
}
.music-label-v .about-text > p {
    color: rgba(255,255,255,0.80);
}
.music-label-v .social-links li a {
    color: #fff;
}
.music-label-v .social-links li a:hover {
    color: #f61244;
}

.music-label-v .overlay2:before,
.music-label-v .gallery-col .overlay2 {
    background: rgba(246,18,68,0.74);
}
.music-label-v .album-details > span {
    color: #f61244;
}
.music-label-v .section-title.v2:before {
    background: #f61244;
}

/* PRODUCER DEMO */
.producer-demo .tp-bgimg.defaultimg:before {
    background: rgba(29,33,36,0.54);
}
.producer-demo .jp-controls button.jp-play {
    background: #a829aa !important;
}
.producer-demo .overlay2:before,
.producer-demo .gallery-col .overlay2 {
    background: rgba(168,41,170,0.74);
}
.producer-demo .sm-title:before,
.producer-demo button.theme-btn,
.producer-demo .lds-ellipsis div,
.producer-demo header nav ul li::before,
.producer-demo .divider-line,
.producer-demo header nav ul ul,
.producer-demo .wp-block-search .wp-block-search__button,
.producer-demo .form-submit button,
.producer-demo .tagcloud a:hover,
.producer-demo .wp-block-tag-cloud a:hover,
.producer-demo .pager-section.no-bg .fixed-bg {
    background-color: #a829aa;
}
.producer-demo .about-text .social-links li a:hover,
.producer-demo .social-links.v2 li a:hover,
.producer-demo .em-icon i,
.producer-demo header.sticky .social-links.hd-v li a:hover,
.producer-demo header.sticky nav > ul > li > a:hover,
.producer-demo header nav ul ul li a:hover,
.producer-demo header nav ul li a:hover,
.producer-demo .meta-links li a,
.producer-demo .meta-links li i,
.producer-demo .wd-info > span,
.producer-demo .sidebar ul:not(.social-wd) li a:hover {
    color: #a829aa; 
}
.producer-demo .meta-links li {
    border-color: #a829aa;
}
.producer-demo header nav ul ul li a:hover {
    background-color: transparent;
    color: #fff;
}

/* SEC TITLE */
.section-title.v2 {
    padding-bottom: 34px;
    position: relative;
}
.section-title.v2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #a829aa;
    width: 85px;
    height: 3px;
}

.musiz-playz-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.musiz-playz-row:last-child {
    margin-bottom: 0;
}
.musize-dt {
    max-width: calc(100% - 258px);
    flex: 0 0 calc(100% - 258px);
    background-color: #fff;
    text-align: center;
    padding-top: 40px;
}
.musize-dt > h3 {
    color: #1c1c1c;
    font-size: 35px;
    font-family: 'Roboto';
    margin: 0 auto;
    margin-bottom: 4px;
    letter-spacing: 3px;
    max-width: 350px;
}
.musize-dt > span {
    display: block;
    color: #1c1c1c;
    font-size: 19px;
    max-width: 350px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-bottom: 14px;
}



.mm-audio {
    max-width: 350px;
    margin: 0 auto;
}
.progress-bar {
    margin-bottom: 20px;
    width: 100%;
    background-color: #d7dee3;
    border-radius: 3px;
    height: 5px;
    padding: 0;
    line-height: 5px;
    order: 1;
    margin-top: 4px;
    position: relative;
    cursor: pointer;
}
.audio-control > a {
    display: inline-block;
}
.play:before,
.fast-reverse:before,
.fast-forward:before {
    content: '\f04b';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #43434c;
    font-size: 32px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease-in-out;
}
.fast-reverse,
.fast-forward,
.play {
    position: relative;
    width: 74px;
    height: 60px;
    line-height: 60px;
    order: 4;
    text-align: center;
}
.fast-reverse:before {
    content: '\f04a';
    font-size: 24px;
}
.fast-forward:before {
    content: '\f04e';
    font-size: 24px;
}
.audio-control {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.time-keep {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.duration {
    margin-left: auto;
    color: #a829aa;
}
.current-time {
    color: #1c1c1c;
}
.musize-songs {
    max-width: 770px;
    margin: 0 auto;
}
.maudio.playing .play:before {
    content: '\f04c';
}
.maudio .audio-control .progress-pass {
    background: #a829aa;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
}

/* SLIDER THUMBNAILS */

.testi-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
    justify-content: center;
}
.testi-thumb {
    margin-right: 20px;
    max-width: 91px;
    cursor: pointer;
    position: relative;
    padding-bottom: 40px;
}
.testi-thumb:last-child {
    margin-right: 0;
}
.testi-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #d8d8d8;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.testi-thumb[aria-hidden="false"]:first-child:before,
.testi-thumb[aria-hidden="true"] + .testi-thumb[aria-hidden="false"]:before {
    opacity: 0.7;
    visibility: visible;
}

.testi-thumb:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f61244;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.testi-thumb[aria-hidden="false"]:first-child:after,
.testi-thumb[aria-hidden="true"] + .testi-thumb[aria-hidden="false"]:after {
    opacity: 1;
    visibility: visible;
}


.section-title.black h2 {
    color: #000;
}
.section-title.black p {
    max-width: 600px;
    margin: 0 auto;
    color: #666;
    line-height: 28px;
}


.black-version header.sticky {
    background-color: #000;
    box-shadow: 0 0 10px rgb(255,255,255,0.20);
}
.black-version header.sticky nav > ul > li > a,
.black-version header.sticky .social-links.hd-v li a {
    color: #fff;
}

.black-version header.sticky .white-logo {
    display: inline-block;
}

.home-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* LANDING PAGE */
.landing-banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 120px;
}
.ld-logo {
    margin-bottom: 137px;
    max-width: 190px;
}
.ld-text {
    max-width: 760px;
}
.ld-text > h2 {
    color: #f3f6f7;
    font-size: 82px;
    line-height: 85px;
    margin-bottom: 38px;
}
.ld-text p {
    color: #fef504;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 44px;
}
.ld-btn {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 58px;
    font-weight: 700;
    padding: 0 35px;
    border-radius: 30px;
    border: 1px solid #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.ld-btn:hover {
    background-color: #fff;
    color: #000;
}
.pw-img {
    margin-top: 30px;
}
.landing-banner .container-fluid,
.landing-page .container-fluid {
    padding: 0 60px;
}

.sec-v-title {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 90px;
    margin-top: -18px;
}
.sec-v-title h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
}
.sec-v-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 4px;
    background-color: #00b9c6;
    transform: translateX(-50%);
}
.demo {
    text-align: center;
    margin-bottom: 62px;
}
.demo-thumb {
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease;
}
.demo-thumb:hover {
    transform: translateY(-20px);
}
.demo-thumb > img {
    width: 100%;
}
.demo > h3 {
    color: #010100;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 400;
}
.bg-lightt {
    background-color: #fcfbfa;
}
.demos {
    margin-bottom: -70px;
}

/* RESPONSIVE DESIGN */

.responsive-design {
    background: #f559a4;
    padding: 70px 0;
}
.sec-v-title.v2 {
    margin-bottom: 0;
}
.sec-v-title.v2 h2 {
    color: #fff;
    font-size: 34px;
}
.sec-v-title.v2:before {
    background-color: #fbd504;
    left: 0;
    transform: inherit;
}

.sp-img {
    margin-left: auto;
    text-align: right;
}
.sp-img > img {
    max-width: 100%;
}
.demo-slider .demo {
    margin-bottom: 130px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.demo-slider .demo .demo-thumb {
    margin-bottom: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.slick-dots {
    bottom: 30px;
}
.slick-dots li {
    margin-right: 12px;
}
.slick-dots li:last-child {
    margin: 0;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f559a4;
}
.slick-dots li.slick-active button {
    background-color: #00b9c6;
}

/* LANDING FOOTER */
.landing-footer {
    background-color: #000000;
    padding: 87px 0;
}
.ld-ft {
    text-align: center;
}
.ld-ft > img {
    margin-bottom: 55px;
}
.dp-bg > img {
    max-width: 100%;
}

.ext-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dp-bg {
    margin-bottom: -7px;
}

.sdcloud-player iframe {
    width: 100%;
    height: 500px;
}
.blog-author {
    clear: both;
}
.page-link {
    background-color: #e5e5e5;
    color: #000000;
}

.page-link.current {
    background-color: #f559a4;
    color: #fff;
    border-color: transparent;
}
.page-item:first-child .page-link {
    border-radius: 0;
}
.blog-info > ul li {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
} 
.blog-info > ul li:last-child {
    margin-bottom: 0;
}
.blog-info ul li {
    list-style: disc;
}

.blog-info p a {
    color: #00b9c6;
    text-decoration: underline;
}
.cm-info p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px !important;
}
.wp-block-button__link {
    margin-bottom: 15px;
}
.wp-block-button.alignright {
    float: right;
}
.wp-block-button.alignleft {
    margin-right: 15px;
    float: left;
}
.wp-block-cover-text {
    color: #fff !important;
}
.wp-block-cover {
    margin-bottom: 20px;
}
.blocks-gallery-grid figcaption, 
.wp-block-gallery figcaption {
    margin-bottom: 10px;
}
ol li {
    margin-bottom: 10px;
    color: #666;
}
ol li:last-child {
    margin-bottom: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 0;
}
blockquote {
    margin-bottom: 20px;
}
p.has-large-font-size + p {
    line-height: 55px;
}

.blog-info h1,
.cm-info h1,
body:not(.elementor-page) .blog-page .col-lg-12 h1 {
    font-size: 51px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-info h3,
.cm-info h3,
body:not(.elementor-page) .blog-page .col-lg-12 h3 {
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-info h4,
.cm-info h4,
body:not(.elementor-page) .blog-page .col-lg-12 h4 {
    font-size: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-info h5,
.cm-info h5,
body:not(.elementor-page) .blog-page .col-lg-12 h5 {
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-info h6,
.cm-info h6,
body:not(.elementor-page) .blog-page .col-lg-12 h6 {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-info ol,
.blog-info ul,
body:not(.elementor-page) .blog-page .col-lg-12 ul {
    margin-bottom: 20px;
}

.blog-info ol ol,
.blog-info ul ul,
body:not(.elementor-page) .blog-page .col-lg-12 ul ul,
body:not(.elementor-page) .blog-page .col-lg-12 ol ol {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 20px;
}
.wp-block-rss li a {
    text-decoration: underline;
}
.wp-block-search .wp-block-search__button {
    background-color: #00b9c6;
    color: #fff;
    border-color: transparent;
    border-radius: 30px;
    padding: 0 20px;
    color: #fff;
}
.wp-block-search .wp-block-search__inside-wrapper input {
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 30px;
    color: #000;
    background: #fff;
}
.wp-block-search .wp-block-search__inside-wrapper input:focus {
    background: #fff;
}
form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search label {
    margin-bottom: 20px;
}
.wp-block-search__inside-wrapper {
    margin-bottom: 20px;
}
.blog-info .sidebar footer {
    background: transparent;
    padding: 0;
}
.blog-info .sidebar footer a {
    font-weight: 700;
    color: #000;
}
figure.gallery-item {
    margin-bottom: 20px;
}
.gallery-icon.landscape {
    margin-bottom: 10px;
}
.blog-info select,
.sidebar select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0 20px;
    color: #666;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 10px;
}
.blog-info select {
    background-position-x: 98%;
}
.wp-block-calendar table th {
    background: #00b9c6;
    text-align: center;
    color: #fff;
    border-color: transparent;
    padding: 10px;
}
.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 15px 10px;
}
.blog-info table + nav {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}
table caption {
    margin-top: 20px;
    text-align: center;
} 
.wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 20px;
}
.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 20px;
}
.post-pagination > span:first-child {
    margin-right: 10px;
}
pre {
    background-color: #ddd;
    padding: 20px;
    margin: 20px 0;
    overflow: auto;
    text-align: left;
    line-height: 1.5;
}
.blog-info table td {
    padding: 12px;
    border: 1px solid #ddd;
}
.blog-info ul li a {
    text-decoration: underline;
}
.blog-info .meta-links li a {
    text-decoration: none;
}
table th {
    border: 1px solid #ddd;
    padding: 8px;
    font-weight: 700;
    text-align: center;
}
.blog-info table {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
dt {
    font-weight: 700;
    margin: 10px 0;
}
dd {
    color: #666;
}
dl {
    margin-bottom: 30px;
}
.blog-info p strong,
.cm-info p strong {
    font-weight: 700;
    color: #000;
}
address {
    margin-bottom: 20px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.blog-info p img {
    max-width: 100%;
}
.alignright {
    margin-left: 15px;
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
}
.aligncenter figcaption {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #666;
}
.blog-info figure {
    max-width: 100%;
    margin-bottom: 25px;
}
.blog-info figure img {
    max-width: 100%;
}
.blog-info figure figcaption {
    color: #666;
}
.cm-info p img {
    margin: 10px 0;
}
.comment:last-child:not(:first-child) {
    border-bottom: 0;
    padding-bottom: 0;
}
.cm-info table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ddd;
}
.cm-info table td {
    border: 1px solid #ddd;
    padding: 12px 8px;
}
.cm-info > ul li,
.cm-info > ol li {
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
}
.cm-info > ul ul,
.cm-info > ol ol {
    margin-top: 10px;
    padding-left: 15px;
}
.cm-info ul li {
    list-style: disc;
}
.cm-info ol li {
    list-style: decimal;
}
ol li {
    list-style: decimal !important;
}
.cm-info h2 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 33px;
}
.cm-info blockquote {
    margin-bottom: 20px;
}
.cm-info blockquote + p {
    margin-bottom: 20px;
}
.blog-info > ul,
.blog-info > ol,
.cm-info > ul,
.cm-info > ol {
    padding-left: 20px;
}
.pingback,
.trackback {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
.pingback a,
.trackback a {
    text-decoration: underline;
}
.pingback:nth-child(2) {
    margin-top: 32px;
}
.comment-author {
    margin-bottom: 5px !important;
}
.blog-info form input {
    border: 1px solid #ddd;
    height: 50px;
    padding: 0 20px;
    border-radius: 30px;
}
.blog-info form input[type="submit"] {
    background: #00b9c6;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
    margin-left: 10px;
}
.sidebar ul:not(.social-wd) li {
    color: #666;
    display: flex;
    flex-wrap: wrap;
}
.sidebar ul:not(.social-wd) li a {
    margin-right: auto;
}
.sidebar ul:not(.social-wd) li a:hover {
    color: #00b9c6;
}
.sidebar ul:not(.social-wd) li:last-child {
    margin-bottom: 0;
}
.sidebar ul:not(.social-wd) ul {
    margin-top: 15px;
    padding-left: 20px;
    width: 100%;
}
.sidebar table {
    border: 1px solid #ddd;
    width: 100%;
}

.sidebar td {
    border: 1px solid #ddd;
    padding: 9px 5px;
    word-break: break-word;
    text-align: center;
    font-size: 14px;
    overflow: auto;
}

.sidebar th {
    background-color: #00b9c6;
    border-color: transparent;
    color: #fff;
}
.sidebar table caption {
    color: #000;
    margin-top: 10px;
}
nav.wp-calendar-nav {
    display: flex;
    width: 100%;
    margin-top: 10px;
}
.wp-calendar-nav-next {
    margin-left: auto;
}
.recentcomments a {
    text-decoration: underline;
    color: #000;
}
.rsswidget {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 19px;
}

.rss-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.rssSummary {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}

.widget_rss cite {
    font-weight: 700;
    color: #000;
}
.sidebar input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 14px;
}
.sidebar form {
    position: relative;
}
.sidebar form button {
    position: absolute;
    right:0;
    width: 130px;
    height: 62%;
    border:0;
    background-color:#00b9c6;
    color:#fff;
    border-radius: 30px;
}

.sidebar footer {
    padding: 0;
    background-color: transparent;
}
.widget_text p img {
    max-width: 100%;
    margin: 10px 0;
}
.wp-caption.alignnone a img {
    max-width: 100%;
    margin: 10px 0;
}
.sidebar p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}
.textwidget form {
    margin-top: 15px;
}
a.url {
    padding-right: 5px;
    font-weight: 400;
}
a.url:hover {
    color: #00b9c6;
}
.wp-block-cover-text strong {
    color: #fff !important;
}

ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
    padding-left: 0;
}
ol.wp-block-latest-comments {
    padding-left: 0;
}

figcaption a {
    text-decoration: underline;
    color: #00b9c6;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
.cm-info p:last-child {
    margin-bottom: -1px !important;
}

ol ul,
ul ol,
ul ul,
ol ol {
    margin-top: 10px;
    padding-left: 20px;
}
.blog-info ol ul, 
.blog-info ul ul,
.blog-info ol ol,
.blog-info ul ol {
    margin-bottom: 0;
    padding-top: 0;
}
iframe {
    width: 100%;
}
.meta-links li span a {
    margin-bottom: 10px;
}
figure.aligncenter {
    display: block;
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
.gallery-caption {
    display: block;
}

img {
    height: auto;
}

.alignnone {
    margin: 8px 24px 24px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 8px auto 8px auto;
}

.alignright {
    float: right;
    margin: 8px 0 24px 24px;
}

.alignleft {
    float: left;
    margin: 8px 24px 24px 0;
}

a img.alignright {
    float: right;
    margin: 8px 0 24px 24px;
}

a img.alignnone {
    margin: 8px 24px 24px 0;
}

a img.alignleft {
    float: left;
    margin: 8px 24px 24px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%;
  border: 1px solid #f0f0f0;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 24px 24px 0;
}

.wp-caption.alignleft {
    margin: 5px 24px 24px 0;
}

.wp-caption.alignright {
    margin: 5px 0 24px 24px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.says {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #e5e5e5;
    padding: 2px;
}

.albm-music-bar button {
    border: none;
}

.dark-background .section-title {
    margin-bottom: 30px;
}
.blog-post.single .blog-info ul.meta-links {
    margin-bottom: 0;
}
p.comment-form-cookies-consent {
    margin-bottom: 25px;
}
input#wp-comment-cookies-consent {
    border: 1px solid #ddd;
    margin-right: 10px;
}
.comment-form-cookies-consent label {
    color: #818181;
}
a.gplus {
    background: #c44034;
}
a.flickr {
    background: #005dd2;
}
.sidebar .wp-block-search .wp-block-search__button {
    height: 50px;
}
.logged-in.admin-bar header {
    padding-top: 50px;
}

.logged-in.admin-bar header.sticky {
    padding-top: 15px;
}
#comments {
    clear: both;
}
figure figcaption {
    color: #666;
    font-size: 15px;
    margin-top: 10px;
}

body:not(.elementor-page) .blog-page .col-lg-12 ul,
body:not(.elementor-page) .blog-page .col-lg-12 ol {
    padding-left: 20px;
}
body:not(.elementor-page) .blog-page .col-lg-12 ul li {
    list-style: disc;
}
body:not(.elementor-page) .blog-page .col-lg-12 ol li {
    list-style: decimal;
}
body:not(.elementor-page) .blog-page .col-lg-12 ul li,
body:not(.elementor-page) .blog-page .col-lg-12 ol li {
    font-size: 17px;
    line-height: 28px;
    color: #666;
    margin-bottom: 10px;
}

body:not(.elementor-page) .blog-page .col-lg-12 ul,
body:not(.elementor-page) .blog-page .col-lg-12 ol {
    margin-top: 0 !important;
}
body:not(.elementor-page) .blog-page .col-lg-12 blockquote > ol {
    margin-bottom: 50px;
}
body:not(.elementor-page) .blog-page .col-lg-12 blockquote p {
    margin-bottom: 0;
}
body:not(.elementor-page) .blog-page .col-lg-12 blockquote #comments {
    margin-top: 30px;
}
.cat-links a {
    padding: 0 2px;
    margin-right: -2px;
}
body:not(.elementor-page) .blog-page .blog-post ul.meta-links {
    padding-left: 0;
}
.sidebar .wp-block-group__inner-container {
    padding: 0;
}
.sidebar ul li {
    font-size: 17px;
    line-height: 28px;
    color: #666;
}
.sidebar table.wp-calendar-table {
    margin: 20px 0;
}
.sidebar nav.wp-calendar-nav {
    margin-bottom: 40px;
}
.sidebar form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin: 40px 0;
}
.sidebar ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
    margin-top: 40px;
}
.sidebar a.wp-block-latest-comments__comment-author {
    font-weight: 700;
    color: #000;
}
.sidebar form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search:first-child {
    margin: 0;
}
.sidebar .wp-block-latest-comments__comment {
    font-size: 17px;
    line-height: 28px;
    color: #666;
}
#cancel-comment-reply-link {
    text-decoration: underline;
    font-size: 13px;
    color: #f559a4;
}
div#respond {
    margin-top: 29px;
    margin-bottom: 6px;
}
.cm-info p img {
    display: block;
}



/*body:not(.elementor-page) .blog-page .col-lg-12 ul li a,
body:not(.elementor-page).blog-page .col-lg-12 ol li a {
    text-decoration: underline;
    color: #222;
}*/
.wp-block-latest-comments footer {
    background: inherit;
    padding: 0;
}
.wp-block-latest-comments footer a {
    color: #000;
    font-weight: 700;
}
.wp-block-button.is-style-squared a {
    border-radius: 0;
}
.wp-block-columns.alignwide ol {
    padding-left: 20px;
}

.gallery-caption {
    display: block;
}
.page-links {
    width: 100%;
    clear: both;
}

.black-version .meta-div > span,
.black-version .sidebar .wp-block-latest-comments__comment,
.black-version .sidebar a.wp-block-latest-comments__comment-author,
.black-version .wp-block-latest-comments footer a{
    color: #fff;
}
.black-version .post-comment > h3, 
.black-version .comment-respond > h3 {
    color: #fff;
}
.black-version .sidebar ul li,
.black-version .sidebar ul li a {
    color: rgba(255, 255, 255, 0.9);
}
.black-version .widget-title, 
.black-version .sidebar form label.wp-block-search__label, 
.black-version .sidebar h2 {
    color: #fff;
}
.blog-post.sticky {
    background-color: #00b9c6;
    padding: 40px;
}
.blog-post.sticky .meta > span {
    color: #fff;
}
.blog-post.sticky .blog-info .btn-default {
    background-color: #fff;
    color: #000;
}
.blog-post.sticky .blog-info > h2 {
    color: #fff;
}
.blog-post.sticky .blog-info .btn-default:hover {
    background-color: #f559a4;
    color: #fff;
}
.blog-post.sticky .blog-info p {
    color: #fff;
}
body:not(.elementor-page) .blog-page .blog-info > h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}
.blog-thumbnail > figure > img {
    width: 100%;
}
div#respond h3 a {
    text-decoration: underline;
}

body:not(.elementor-page) .blog-page .col-lg-12 > p img {
    max-width: 100%;
}

.black-version .blog-author h3, 
.black-version .comments-section > h3,
.black-version .comment-respond > h3 {
    color: #fff;
} 
.about-section {
    margin: 0;
}


.searchform form input {
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 30px;
    padding: 0 20px;
    width: 100%;
}

.searchform form {
    position: relative;
}

.searchform form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: #00b9c6;
    border: 0;
    color: #fff;
    border-radius: 30px;
}

.searchform {
    position: relative;
}

.sidebar ul li,
.sidebar ol li {
    list-style: none !important;
}
span.cat-links {
}

.cat-links {
    position: relative;
    padding-left: 10px;
}

.sticky-post {
    position: relative;
    padding-left: 12px;
}
.cat-links:before, 
.sticky-post:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 12px;
    background: #000;
    transform: translateY(-50%);
    margin-left: 6px;
    margin-top: 0;
}

.pager-section.no-bg .fixed-bg {
    background: #00b9c6;
} 
.page-item:last-child .page-link {
    border-radius: 0;
}
body:not(.elementor-page) .blog-page .col-lg-12 ul.option-set li a {
    text-decoration: none;
}
body:not(.elementor-page) .blog-page .col-lg-12 ul.option-set {
    margin-bottom: 85px;
}
.tg-links {
    padding-left: 0 !important;
}
body:not(.elementor-page) .blog-page .col-lg-12 .about-lg-content h2 {
    font-size: 32px;
    line-height: 48px;
}
.section-title p {
    margin-bottom: 0;
}
.comment-edit-link {
    text-decoration: underline;
}
.blog-post.sticky .cat-links:before,
.sticky-post:before {
    background-color:#fff;
}



.page-link {
    min-width: 40px;
    padding: 0 !important;
    line-height: 40px;
    text-align: center;
}
.next.page-link,
.prev.page-link{
    min-width: auto;
    padding: 0 15px !important;
}




.error-page {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0066ff;
    position: fixed;
}
.error-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}
.error-text > h2 {
    color: #ffffff;
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 20px;
}
.error-text > h3 {
    color: #ffffff;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 26px;
}
.error-text > p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
}

.tag-content.tag-embeds-2 p {
    word-break: break-word;
}
.comments-list > li:last-child > .comment {
    border-bottom: 0;
}
.btn-default.radius {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    background-color: #00b9c6;
    height: 64px;
    line-height: 64px;
    padding: 0 50px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 99;
    margin-top: 40px;
    border-radius: 30px;
    color: #fff;
}
.btn-default.radius:hover {
    background-color: #f559a4;
}
.sidebar ul:not(.social-wd) li a {
    color: #00b9c6;
}
.sidebar .widget:not(.widget-follow):not(.widget-social) ul li {
    border-bottom: 1px solid #dddddd6b;
    padding: 12px 0 10px;
    font-size: 16px;
}
.sidebar .widget:not(.widget-follow):not(.widget-social) ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebar .widget:not(.widget-follow):not(.widget-social) ul li:first-child {
    padding-top: 0;
}
.sidebar .widget:not(.widget-follow):not(.widget-social) ul ul li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar .widget:not(.widget-follow):not(.widget-social) ul li:first-child {
    padding-top: 0;
}
strong{
    font-weight: 700;
}
.sidebar .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.sidebar .wp-caption.alignnone {
    margin: 5px 24px 24px 0;
}
.sidebar .wp-caption.alignnone p {
    display: none;
}
.sidebar .wp-caption.alignnone p.wp-caption-text {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
}
.sidebar .wp-caption.alignnone a img {
    margin: 0;
}
.sidebar table.wp-calendar-table {
    width: 100%;
    table-layout: fixed;
}

img.size-full.alignright {
    clear: both;
    margin-top: 20px;
}


.blog-post.clearfix.format-standard.has-post-thumbnail.hentry.category-classic.category-template-2.category-uncategorized.tag-codex.tag-edge-case.tag-featured-image.tag-image.tag-template .blog-thumbnail {
    max-width: 35%;
    flex: 0 0 35%;
}
.blog-post.clearfix.format-standard.has-post-thumbnail.hentry.category-classic.category-template-2.category-uncategorized.tag-codex.tag-edge-case.tag-featured-image.tag-image.tag-template .blog-info {
    max-width: 65%;
    flex: 0 0 65%;
}
.blog-info p.wp-block-cover-text a {
    color: #fff;
}
.sidebar .wp-calendar-table caption {
    margin-top: 20px;
}
.bg1 + .container .section-title > p {
    color: #fff;
}

.wp-caption figcaption {
    margin-top: 10px;
}
.wp-caption.alignnone a img {
  margin:0;
}

.blog-info blockquote, body:not(.elementor-page) .blog-page .col-lg-9 blockquote, body:not(.elementor-page) .blog-page .col-lg-12 blockquote, .cm-info blockquote {
    border-left: 3px solid #00b9c6;
    padding: 10px 0 10px 25px;
}
.blog-post.single .blog-info p.has-large-font-size + p {
    line-height: 1.3;
}
.blog-post.single .blog-info p.has-large-font-size + p + p {
  color: #fff;
}
.wp-block-cover__inner-container p.has-text-align-center.has-large-font-size {
  color: #fff;
}
.wp-block-cover .wp-block-cover-text {
    font-size: 34px !important;
    line-height: 1.3 !important;
}
.wp-block-pullquote blockquote p {
    font-size: 24px !important;
    margin-bottom: 20px !important;
}

/*header nav {
  overflow-x: clip;
}*/
.blocks-gallery-grid,
.wp-block-gallery {
    margin-bottom: 0 !important;
}

a.comment-edit-link {
    color: #00b9c6;
}


.sidebar ul:not(.social-wd) li a:hover {
    color: #f559a4;
}
.sidebar ul:not(.social-wd) li a {
    text-decoration: none;
}
a.rsswidget {
    margin-left: 0 !important;
    display: block;
    width: 100%;
}
.widget-title a.rsswidget {
    display: inline;
}
.sidebar .widget_text .wp-caption.alignnone {
    padding-bottom: 0;
}
.sidebar .wp-caption.alignnone p.wp-caption-text {
    padding-bottom: 0;
}
.wp-block-latest-comments footer {
    line-height: 22px;
}
.wp-block-latest-comments__comment-date {
    margin-top: 6px;
}
.blog-post.single .blog-info blockquote.wp-block-quote.is-style-large p {
    font-size: 24px;
    line-height: 36px;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #ddd;
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment li {
    list-style: none !important;
}
em {
    font-style: italic;
}
.blog-info blockquote cite {
    font-size: 15px;
}
.blog-info figure figcaption.blocks-gallery-caption {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 5px;
}

li.wp-block-latest-comments__comment,
.wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none !important;
}

.wp-block-rss__item-title a {
    color: #00b9c6;
    text-decoration: underline;
}
article#post-1011 {
    align-items: flex-start;
}
.blog-post.single .blog-info blockquote p {
    margin-bottom: 0;
}
.blog-post.single .blog-info blockquote cite {
    margin-top: 15px;
    display: block;
}
.blog-info.no-thumbnail {
    width: 100%;
}
.blog-info figure figcaption {
    margin-bottom: 0;
}
.blog-post.single .blog-info blockquote p{
    font-size: 22px;
    line-height: 32px;
}
.pager-content p {
    color: #fff;
    margin-top: 20px;
}
.wp-caption figcaption {
    margin-bottom: 0;
}
/*body:not(.elementor-page) .blog-page .col-lg-12 blockquote + p + blockquote {
    border-left: 0;
    padding-left: 0;
}*/
.meta > span:first-child {
    min-width: 78px;
}

body:not(.elementor-page) .blog-page .col-lg-12 > p img {
    margin-bottom: 0;
}
h3.comment-author a.url {
    font-weight: 700;
}
h3.comment-author {
    letter-spacing: 2px;
}
body:not(.elementor-page) .blog-page .col-lg-12 blockquote + p + blockquote p + h2 {
    margin-top: 30px;
}
ol ul > li {
    list-style: disc !important;
}
/*.single .meta-div {
    margin-bottom: 15px;
}*/




.blog-info .gallery,
body:not(.elementor-page) .blog-page .col-lg-9 .gallery,
body:not(.elementor-page) .blog-page .col-lg-12 .gallery {
    display: flex;
    flex-wrap: wrap;
}
.blog-info .gallery-item figcaption,
body:not(.elementor-page) .blog-page .col-lg-9 .gallery-item figcaption,
body:not(.elementor-page) .blog-page .col-lg-12 .gallery-item figcaption {
    margin-top: 10px;
}
.blog-info .gallery-item,
body:not(.elementor-page) .blog-page .col-lg-9 .gallery-item,
body:not(.elementor-page) .blog-page .col-lg-12 .gallery-item {
    margin-bottom: 25px;
}
span.post-page-numbers.current,
span.page-link.current {
    background-color: #f559a4;
    color: #fff;
    border-color: transparent;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
    flex: 0 0 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
    max-width: calc(100% / 4);
    flex: 0 0 calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
    max-width: calc(100% / 5);
    flex: 0 0 calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
    max-width: calc(100% / 6);
    flex: 0 0 calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
    max-width: calc(100% / 7);
    flex: 0 0 calc(100% / 7);
}
.gallery-columns-8 .gallery-item {
    max-width: calc(100% / 8);
    flex: 0 0 calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
    max-width: calc(100% / 9);
    flex: 0 0 calc(100% / 9);
}
.gallery-columns-10 .gallery-item {
    max-width: calc(100% / 10);
    flex: 0 0 calc(100% / 10);
}
.gallery-columns-11 .gallery-item {
    max-width: calc(100% / 11);
    flex: 0 0 calc(100% / 11);
}
.gallery-columns-12 .gallery-item {
    max-width: calc(100% / 12);
    flex: 0 0 calc(100% / 12);
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
    flex: 0 0 100%;
}

.cm-info p img + br {
    display: none;
}
figure#attachment_906 {
    margin-bottom: 40px;
}
span.comment-author-link {
    color: #00b9c6;
    text-transform: capitalize;
} 


span.comment-author-link a {
    padding-right: 0;
}
.cm-info table th {
    text-align: left;
}
.blog-post.single .blog-info .meta-div + h2 { 
    display: none; 
}
.page-links {
    padding-top: 30px;
}
body:not(.elementor-page) .blog-page .col-lg-12 ul.comments-list li {
    list-style: none !important;
}
body:not(.elementor-page) .blog-page .col-lg-12 ul.comments-list {
    padding-left: 0;
}
body:not(.elementor-page) .blog-page p strong {
    margin-bottom: 10px;
}
body:not(.elementor-page) .blog-page .col-lg-12 blockquote p {
    margin-bottom: 10px;
}
body:not(.elementor-page) .blog-page .col-lg-12 p strong + em + strong {
    margin-top: 15px;
}
body:not(.elementor-page) .blog-page p strong strong,
body:not(.elementor-page) .blog-page .col-lg-12 blockquote pre + p + p + p + p + p + p + p + p strong {
    display: inline;
}

.cm-info blockquote > p {
    margin-bottom: 0 !important;
}
.cm-info blockquote > p + cite {
    margin-top: 15px;
    display: block;
}
.blog-posts {
    padding-right: 50px;
}
.blog-post.sticky .meta > span.sticky-post {
    margin-left: 0;
}
.sidebar .widget_recent_comments ul li {
    display: block;
}
.sidebar .widget select {
    margin-bottom: 0;
}
.sidebar .widget-title {
    margin-top: -6px;
}
.sidebar .widget > ul {
    margin-bottom:-15px;
}
.sidebar .widget > ul ul {
    margin-bottom: 0;
}
.sidebar .widget.widget_calendar {
    margin-bottom:54px;
}
.sidebar nav.wp-calendar-nav {
    margin-bottom:0;
}
.sidebar .widget > ul ul li a {
    color: #000;
}
.comments-list > li {
    margin-bottom: 18px;
}
.blog-info ul li, body:not(.elementor-page) .blog-page .col-lg-9 ul li, body:not(.elementor-page) .blog-page .col-lg-12 ul li, .cm-info ul li {
    margin-bottom: 15px;
    color: #666;
    list-style-type: disc;
}
.blog-post .blog-info h3, 
body:not(.elementor-page) .blog-page .col-lg-9 h3, 
body:not(.elementor-page) .blog-page .col-lg-12 h3, 
.cm-info h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 27px;
}
h3.comment-author {
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 0;
}

.blog-post .blog-info h1, .blog-post .blog-info h2, .blog-post .blog-info h3, .blog-post .blog-info h4, .blog-post .blog-info h5, .blog-post .blog-info h6, body:not(.elementor-page) .blog-page .col-lg-9 h1, body:not(.elementor-page) .blog-page .col-lg-12 h1, body:not(.elementor-page) .blog-page .col-lg-9 h2, body:not(.elementor-page) .blog-page .col-lg-12 h2, body:not(.elementor-page) .blog-page .col-lg-9 h3, body:not(.elementor-page) .blog-page .col-lg-12 h3, body:not(.elementor-page) .blog-page .col-lg-9 h4, body:not(.elementor-page) .blog-page .col-lg-12 h4, body:not(.elementor-page) .blog-page .col-lg-9 h5, body:not(.elementor-page) .blog-page .col-lg-12 h5, body:not(.elementor-page) .blog-page .col-lg-9 h6, body:not(.elementor-page) .blog-page .col-lg-12 h6, body:not(.elementor-page) .blog-page .col-lg-9 h1, body:not(.elementor-page) .blog-page .col-lg-12 h1, body:not(.elementor-page) .blog-page .col-lg-9 h2, body:not(.elementor-page) .blog-page .col-lg-12 h2, body:not(.elementor-page) .blog-page .col-lg-9 h3, body:not(.elementor-page) .blog-page .col-lg-12 h3, body:not(.elementor-page) .blog-page .col-lg-9 h4, body:not(.elementor-page) .blog-page .col-lg-12 h4, body:not(.elementor-page) .blog-page .col-lg-9 h5, body:not(.elementor-page) .blog-page .col-lg-12 h5, body:not(.elementor-page) .blog-page .col-lg-9 h6, body:not(.elementor-page) .blog-page .col-lg-12 h6, .cm-info h1, .cm-info h2, .cm-info h3, .cm-info h4, .cm-info h5, .cm-info h6 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.comments-list li{
    list-style: none !important;
}
body:not(.elementor-page) .blog-page .col-lg-12 ol, body:not(.elementor-page) .blog-page .col-lg-9 ol {
    padding-left: 17px;
}
body:not(.elementor-page) .blog-page .col-lg-9 h2 + h3 {
    font-size: 27px !important;
    margin-bottom: 30px !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.cm-info table th {
    color: #000;
}
.cm-info table th,
.cm-info table td {
    padding: 15px;
}
.author-info > h3 {
    margin-bottom: 15px !important;
}


.sidebar .wp-block-latest-comments__comment {
    border-bottom: 1px solid #ddd; 
    font-size: 16px;
    padding: 16px 0 13px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0;
}
.sidebar a.wp-block-latest-comments__comment-author,
.sidebar .wp-block-latest-comments footer a.wp-block-latest-comments__comment-link {
    color: #00b9c6;
    font-weight: 400;
}
.wp-block-latest-comments__comment-excerpt p {
    margin-bottom: 0 !important;
}
.sidebar .wp-block-latest-comments .avatar, .sidebar .wp-block-latest-comments__comment-avatar {
    margin-top: 4px;
}
.sidebar .wp-block-latest-comments__comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.sidebar .wp-block-latest-comments__comment:first-child {
    padding-top: 0;
}
a.wp-block-latest-comments__comment-author {
    text-transform: capitalize;
}
body:not(.elementor-page) .blog-page .col-lg-12 > p img.size-full.alignright {
    margin-bottom: 50px;
}

.blog-info .meta-links li {
    margin-bottom: 0 !important;
    line-height: 0;
}
.meta > span:first-child {
    color: #00b9c6;
    margin-right: 4px;
}
.meta > span.cat-links {
    display: flex;
    flex-wrap: wrap;
}
.blog-page .col-lg-12 table {
	margin-bottom: 40px;
}
.blog-page .col-lg-12 table td, 
.blog-page .col-lg-12 table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 13px;
}