/*
* wpstrings
* File Description: The main stylesheet of this theme for main design part.
* Author: Themeum
* Website: http://www.themeum.com/
* Support: support@themeum.com
*/


/*------------------------------------------ *
 *              TABLE OF CONTENT
 *------------------------------------------ *
    1. Basic
    2. Boxwidth
    3. Header
    4. Subtitle 
    5. Navigation
    6. Widget 
    7. Contact Form 7 
    8. Newsletter
    9. Gallery Listing
    10. Coming Soon
    11. 404 Page
    12. Single Event 
    13. Album Details
    14. Comments
    15. String Social Share
    16. Pagination
    17. Widget Blog Post
    18. Single Performer
 * ------------------------------------------- *
 * ------------------------------------------- */


/*-------------------------------------------*
 *      1. Basic
 *------------------------------------------*/
html {
    width: 100%;
    height: 100%;
}
body {
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 24px;
    overflow-x: hidden;
    background-color: #05082d;
}
body:before {
    content: '';
    background-image: -moz-linear-gradient(90deg, #05082d 0%, rgba(5, 8, 45, 0.62) 38%, rgba(3, 4, 23, 0.14) 86%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #05082d 0%, rgba(5, 8, 45, 0.62) 38%, rgba(3, 4, 23, 0.14) 86%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #05082d 0%, rgba(5, 8, 45, 0.62) 38%, rgba(3, 4, 23, 0.14) 86%, rgba(0, 0, 0, 0) 100%);
}
a {
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}
.media-left,
.media>.pull-left {
    padding-right: 15px;
}
label {
    font-weight: 400;
}
img:after {
    content: "\f1c5" " " attr(alt);
    font-family: fontawesome;
    font-size: 16px;
    color: rgb(100, 100, 100);
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
textarea,
input {
    border: 1px solid #e3e3e3;
    transition: 300ms;
    -webkit-transition: 300ms;
    padding: 10px 15px;
    border-radius: 3px;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
    border-width: 1px;
    border-style: solid;
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    min-height: 40px;
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e9edf0;
}
.btn {
    border-radius: 2px;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
.btn-lg {
    padding: 15px 40px;
}
.btn-primary {
    background-color: #3f51b5;
    border-color: #3f51b5;
}
.btn-success {
    background: #00a651;
}
.btn-success:hover,
.btn-success:focus {
    background: #018e46;
}
.action-btn {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
html .vc_row.overlay-hidden[data-vc-full-width] {
    overflow: hidden;
}
.vc_row.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.wpb_column.vc_col-has-fill>.vc_column-inner,
.vc_row.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}
.fixed-bg {
    background-attachment: fixed;
}
.show-overflow.vc_row{
    overflow: visible !important;
}
.wpb_content_element{
    margin-bottom: 0px !important;
}

/*-------------------------------------------*
 *      2. Boxwidth
 *------------------------------------------*/
.boxwidth {
    position: relative;
    max-width: 1240px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.boxwidth #masthead.sticky {
    max-width: 1240px;
    top: 0;
}
.admin-bar #masthead.sticky {
    top: 32px
}


/*-------------------------------------------*
 *      3. Header
 *------------------------------------------*/
header .main-menu-wrap {
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    position: relative;
}
.themeum-navbar-header {
    margin-top: 14px;
}
.logo-wrapper h1 {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}
.social-share ul li {
    display: inline-block;
    margin-left: 12px;
}
.social-share ul li:first-child {
    margin-left: 0;
}
.menu-social .social-share ul li a {
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.menu-social .social-share ul li a {
    color: #000;
}

/*-------------------------------------------*
 *      4. Subtitle 
 *------------------------------------------*/
.sub-title {
    background-size: cover;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 180px 0 100px;
    margin-bottom: 100px;
}
.sub-title-inner h2.leading {
    font-size: 52px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}
.sub-title-inner h2.page-leading {
    font-size: 60px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    word-wrap: break-word;
}
.subtitle-cover {
    position: relative;
}
.subtitle-cover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*.subtitle-cover:before {
    content: '';
    background-image: -moz-linear-gradient(90deg, #05082d 0%, rgba(5, 8, 45, 0.62) 38%, rgba(3, 4, 23, 0.14) 86%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #05082d 0%, rgba(5, 8, 45, 0.62) 38%, rgba(3, 4, 23, 0.14) 86%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #05082d 0%, rgba(5, 8, 45, 0.62) 38%, rgba(3, 4, 23, 0.14) 86%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 100%;
}*/
.subtitle-cover h2 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border: 1px solid;
    line-height: 1;
    padding: 13px 30px;
    font-weight: 700;
    position: relative;
}
.event-subtitle-area{
    padding: 140px 0px 10px;
}



/*-------------------------------------------*
 *      5. Navigation 
 *------------------------------------------*/
.navbar-header {
    margin-bottom: 0;
}
.common-menu-wrap .nav>li ul .custom-output {
    color: #777;
    padding: 10px;
    text-align: left;
    background-color: #ffffff;
    position: relative;
    top: 0;
}
#navigation .navbar-brand {
    height: 0;
    padding: 0;
    margin: 12px 0 0;
}
#navigation .navbar-nav {
    float: right;
}
#navigation a.navbar-brand h1 {
    margin: 0;
    font-size: 42px;
}
#navigation .navbar-header .navbar-toggle {
    margin: 12px 0 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
}
#navigation .navbar-header .navbar-toggle:hover,
#navigation .navbar-header .navbar-toggle:focus {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.main-menu-wrap {
    width: 100%;
    display: table;
}
.common-menu {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.common-menu-wrap {
    position: inherit;
    text-align: right;
}
.common-menu-wrap #menu-right-menu.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
    display: block;
}
.common-menu-wrap #menu-left-menu.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
    display: block;
    text-align: right;
}
.common-menu-wrap .nav>li {
    display: inline-block;
    position: relative;
    padding: 0;
}
.common-menu-wrap .nav>li>a {
    display: inline-block;
    line-height: 20px;
    margin-left: 40px;
    padding: 33px 0;
    font-size: 14px;
    font-weight: 500;
    color: #959595;
    position: relative;
    text-transform: uppercase;
}
.common-menu-wrap .nav>li.active>a:before,
.common-menu-wrap .nav>li:hover>a:before {
    opacity: 1;
    left: 0;
}
.common-menu-wrap .nav>li:hover>a:after,
.common-menu-wrap .nav>li.active>a:after {
    opacity: 1;
    right: 0;
}
.common-menu-wrap .nav>li.menu-item-has-children:hover>a:after,
.common-menu-wrap .nav>li.menu-item-has-children.active>a:after {
    right: -24px;
}
.common-menu-wrap .nav>li.menu-item-has-children>a:after {
    right: -34px;
}
.common-menu-wrap .nav>li.ticket-menu a {
    background-color: #FF8A00;
    border-radius: 3px;
    line-height: 36px;
    margin-left: 25px;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.common-menu-wrap .nav>li.ticket-menu a:hover,
.common-menu-wrap .nav>li.ticket-menu a:focus {
    background-color: #D67400;
}
.common-menu-wrap .nav>li.fixed-menu {
    margin-left: 20px;
}
.common-menu-wrap .nav>li>a:hover,
.common-menu-wrap .nav>li>a:focus {
    background-color: transparent;
}
.common-menu-wrap .nav>li.menu-item-has-children {
    position: relative;
    z-index: 100;
}
.common-menu-wrap .nav>li.menu-item-has-children:after {
    content: " \f107";
    font-family: "FontAwesome";
    position: absolute;
    right: -15px;
    top: 30px;
     color: #dd3333;
}
.common-menu-wrap .nav>li.menu-item-has-children:after {
    color: #000;
}
.page-template-homepage-transparent-php #masthead.sticky .common-menu-wrap .nav>li.fixed-menu>a {
    color: #fff;
}
.common-menu-wrap .nav>li ul {
    padding: 0px 0 0;
    text-align: left;
    position: absolute;
    left: 24px;
    list-style: none;
    margin: 0;
    width: 240px;
    display: none;
    z-index: 999999;
    color: #fff;
}
.common-menu-wrap .nav>li.fixed-menu a {
    color: #fff;
    line-height: 36px;
    border-radius: 4px;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.common-menu-wrap .nav>li.fixed-menu a:hover {
    color: #fff;
}
.common-menu-wrap .nav>li:hover>ul {
    display: block;
    -webkit-animation: menuInDown 400ms;
    animation: menuInDown 400ms;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.common-menu-wrap .nav>li ul {
    background-color: #fff;
}
.common-menu-wrap .nav>li>ul li a {
    display: block;
    line-height: normal;
    padding: 12px;
    font-size: 14px;
    color: #000;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.common-menu-wrap .nav>li>ul li:last-child a {
    border-bottom-width: 0;
    border-radius: 0 0 3px 3px;
}
.common-menu-wrap .nav>li>ul li > div {
    padding: 0 20px 10px;
    font-size: 13px;
}
.common-menu-wrap .nav>li>a:before {
    background: #fff;
    content: '';
    height: 3px;
    width: 0;
    border-radius: 1.5px;
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.common-menu-wrap .nav>li.active>a:before,
.common-menu-wrap .nav>li:hover>a:before {
    width: 30px;
}
.common-menu-wrap .nav>li>ul li a:hover {
    text-decoration: none;
    background-color: #fbfbfc;
}
.common-menu-wrap .nav>li>ul {
    transition: 300ms;
    -webkit-transition: 300ms;
}
.common-menu-wrap .nav>li>ul li {
    transition: 300ms;
    -webkit-transition: 300ms;
}
.common-menu-wrap .nav>li>ul li {
    position: relative;
    transiton: 300ms;
    -webkit-transiton: 300ms;
    -moz-transiton: 300ms;
}
.common-menu-wrap .nav>li>ul >li.menu-item-has-children {
    position: relative;
    display: block;
}
.common-menu-wrap .nav>li>ul >li.menu-item-has-children:after {
    position: absolute;
    content: "\f105";
    right: 18px;
    top: -22px;
    color: #fff;
    font-size: 17px;
    font-family: FontAwesome;
}
.common-menu-wrap .nav>li>ul li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    padding: 0;
}
.common-menu-wrap .nav>li .custom-output{
    position: absolute;
    top: 60px;
    text-align: right;
    width: 100%;
}
.common-menu-wrap .nav>li>ul li:hover>ul {
    display: block;
    -webkit-animation: menuInDown 500ms;
    animation: menuInDown 500ms;
}
.common-menu-wrap .nav>li>ul li.mega-child>ul{
  display: block;
  position: relative;
  top: auto;
  left: auto;
}
@-webkit-keyframes menuInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes menuInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.menuInDown {
    -webkit-animation-name: menuInDown;
    animation-name: menuInDown;
}
.common-menu-wrap .nav>li.has-megasub {
    position: inherit;
}
.common-menu-wrap .nav>li.has-megasub > ul.megamenu {
    padding: 42px 30px;
    width: 100%;
}
.common-menu-wrap .nav>li.has-megasub > ul.megamenu > li {
    float: left;
}
.common-menu-wrap .nav>li.has-megasub > ul.megamenu.megacol-4 > li {
    width: 25%;
}
.common-menu-wrap .nav>li.has-megasub > ul.megamenu.megacol-3 > li {
    width: 33%;
}
.common-menu-wrap .nav>li.has-megasub > ul.megamenu.megacol-2 > li {
    width: 50%;
}
.common-menu-wrap .nav>li.has-megasub > ul.megamenu.megacol-1 > li {
    width: 100%;
}
#mobile-menu {
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 9;
    right: 0;
    z-index: 999;
    background: #eeeeee;
}
.admin-bar #mobile-menu {
    top: 70px;
}
 #mobile-menu {
    top: 70px;
}
.admin-bar  #mobile-menu {
    top: 70px;
}
.col-xs-4.visible-xs {
    position: absolute;
    right: 0;
}
.navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
}
.navbar-toggle {
    border: none;
    margin: 5px 0 0;
    z-index: 3;
    font-size: 30px;
    text-align: right;
    color: #fff;
}
.navbar-toggle i {
    font-size: 24px;
    color: #fff;
}
.navbar-toggle .icon-bar {
    background: #000;
}
#navigation #mobile-menu .navbar-nav {
    float: none;
}
#navigation #mobile-menu .navbar-nav {
    margin: 0;
    background-color: #29333f;
}
#mobile-menu .navbar-collapse {
    border: 0;
}
#mobile-menu .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-top: 0 !important;
}
#mobile-menu ul {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#mobile-menu ul li {
    margin-bottom: 2px;
}
#mobile-menu ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #000;
    display: block;
}
#mobile-menu ul ul {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 24px;
}
#mobile-menu ul li span.menu-toggler {
    display: inline-block;
    width: 34px;
    cursor: pointer;
    color: #000;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
#mobile-menu ul li:hover .menu-toggler {
    color: #222;
}
#mobile-menu ul li {
    line-height: 20px;
    display: block;
}
#mobile-menu ul li span.menu-toggler i {
    display: block;
    line-height: 34px;
}
#mobile-menu ul li span.menu-toggler .fa-angle-right,
#mobile-menu ul li span.menu-toggler.collapsed .fa-angle-down {
    display: none;
}
#mobile-menu ul li span.menu-toggler .fa-angle-down,
#mobile-menu ul li span.menu-toggler.collapsed .fa-angle-right {
    display: block;
}
#navigation #mobile-menu .navbar-nav>li>a:focus,
#navigation #mobile-menu .navbar-nav>li>a:hover {
    background-color: transparent;
}
@media only screen and (max-width: 768px) {
    #masthead.sticky {
        position: inherit !important;
    }
}
#navigation .navbar-header .navbar-toggle:hover,
#navigation .navbar-header .navbar-toggle:focus {
    background-color: transparent;
}
.common-menu-wrap .nav>li>a {
    color: #000;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.common-menu-wrap .nav>li.online-booking-button>a {
    color: #fff !important;
}
.common-menu-wrap .nav>li.menu-item-has-children:after,
.common-menu-wrap .nav>li>a{
    color: #fff;
}
header .common-menu-wrap .nav>li>ul,
header .common-menu-wrap .nav>li>ul,
{
    margin-top: -1px;
}



/*-------------------------------------------*
 *      6. Widget 
 *------------------------------------------*/
.widget-blog-posts .media-left,
.widget-blog-posts .media>.pull-left {
    padding-right: 15px;
}
.widget-blog-posts .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.widget-blog-posts .entry-title a {
    color: #000;
}
.widget-blog-posts img {
    margin-bottom: 20px;
}
.widget-blog-posts .entry-date {
    font-size: 14px;
}
.widget-popular-news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.widget_themeum_popular_posts_widget {
    padding: 0;
    margin: 0;
}
.widget {
    word-break: break-word;
}
.widget img {
    max-width: 100%;
    height: auto;
}
.widget_recent_comments a {
    word-break: break-word;
}
.search-no-results #searchform {
    position: relative;
}
.search-no-results #searchform .btn-search {
    position: absolute;
    right: 0;
    padding: 14px 20px;
    top: 0;
}
.widget select {
    width: 100%;
    margin: 0;
}
.form-control {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}
#sidebar .widget {
    margin-bottom: 22px;
    padding: 30px;
    background: #fff;
    border-radius: 3px;
    color: #000;
}
.widget-area .widget:last-child {
    margin-bottom: 0px;
}
#sidebar h3.widget_title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #000;
}
#sidebar .themeum-title .icon-bar {
    background: #000;
}
.widget.widget_archive label {
    font-weight: 400;
}
aside.widget-area .themeum-title {
    margin-bottom: 30px;
}
.widget-popular-news a {
    color: #555;
}
.widget-popular-news a:hover {
    color: #000;
}
.widget-popular-news .media>.pull-left {
    padding-right: 15px;
}
.widget_title {
    margin-top: 0;
    margin-bottom: 0;
}
.widget .tagcloud {
    display: block;
}
.widget .tagcloud a {
    display: inline-block;
    color: #fff;
    padding: 5px 22px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 8px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    text-transform: capitalize;
    font-size: 13px !important;
    background-color: #3f51b5;
}
.widget .tagcloud a:hover {
    background-color: #0195cc;
    color: #fff;
}
.themeum-about-info li {
    float: left;
    padding-right: 15px;
}
.widget_themeum_about_widget {
    font-size: 14px;
}
.widget ul.themeum-social-share li {
    float: left;
    margin-right: 16px;
    border-bottom: none !important;
}
.widget >ul {
    padding: 0;
    margin: 15px 0 0;
    letter-spacing: 0;
    list-style: none;
    overflow: hidden;
}
.widget ul.children {
    list-style: none;
    padding-left: 10px;
}
#sidebar .widget ul.children li:last-child {
    border-bottom: none;
}
#sidebar .widget ul li {
    padding: 5px 0;
}
.widget ul > li:last-child {
    border-bottom: none;
}
.widget.widget_categories ul li {
    text-transform: capitalize;
}
.widget_nav_menu ul {
    padding: 0px;
}
.widget_nav_menu ul li {
    list-style: none;
}
.widget_nav_menu ul.menu .sub-menu li:first-child {
    border-bottom: none;
}
.footer-widgets-newsletter {
    font-size: 14px;
}
.footer-widgets-newsletter .mc4wp-form-fields input[type="email"] {
    width: 100%;
    border-radius: 0 0 0 0;
    display: block;
    border: 0 !important;
}
.footer-widgets-newsletter .mc4wp-form-fields input[type=submit] {
    width: 45%;
    padding: 8px;
    float: left;
    margin: 16px 0;
    border-radius: 4px;
}
.widget ul li a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    padding: 2px 0;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.widget ul li:first-child a {
    padding-top: 0;
}
.widget ul li:last-child a {
    padding-bottom: 0;
}
.widget.widget_recent_comments ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    word-break: break-word;
}
.widget.widget_rss ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-word;
}
#comments {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 50px;
    padding: 100px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    padding-top: 50px;
    overflow: hidden;
}
#comments:hover {
    -webkit-box-shadow: 0px 12.99px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 12.99px 30px 0px rgba(0, 0, 0, 0.1);
}
.widget.widget_recent_comments ul li a {
    padding: 0;
    border-left: 0 none;
}
.widget.widget_nav_menu ul.sub-menu {
    border-top: 1px solid #f4f4f4;
    padding-left: 20px;
}
#sidebar .widget.widget_nav_menu ul.sub-menu li:last-child {
    border-bottom: none;
}
.widget_text .textwidget {
    padding: 0;
}
.widget.widget_rss .widget_title a {
    color: #222;
}
.widget.widget_rss ul li a {
    border: 0 none;
    padding: 0;
}
.widget.widget_rss a:hover,
.widget.widget_recent_comments a:hover {
    border-left: 0px;
    text-decoration: underline;
}
.widget.widget_search #searchform {
    position: relative;
    border: 1px solid #eee;
}
.widget.widget_search #searchform input {
    height: 50px;
    border: none;
    box-shadow: none;
    font-weight: 300;
    padding: 0 20px;
    margin: 0;
    background: #fff;
}
#sidebar .widget_categories ul li {
    text-align: right;
    padding-top: 0;
    line-height: 28px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
#sidebar .widget_categories ul li a {
    float: left;
}
.widget.widget_search #searchform .btn-search {
    height: 50px;
    line-height: 50px;
}
.widget.widget_search #searchform i {
    position: absolute;
    right: 15px;
    top: 0px;
}
.widget.widget_search #searchform .btn-search i {
    font-size: 16px;
    line-height: 50px;
}
.widget.widget_search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 23px;
    border-radius: 0;
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.widget.widget_search .btn-search:hover {
    color: rgba(255, 255, 255, .7);
}
.bottom-widget .contact-info .contact-info-share {
    margin-top: 20px;
}
.bottom-widget .contact-info i {
    margin-right: 15px;
}
.bottom-widget .contact-info p {
    margin-bottom: 8px;
    color: #000;
}
.widget_themeum_call_to_action_widget {
    color: #fff;
}
.widget_themeum_call_to_action_widget .widget-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
}
.widget_themeum_call_to_action_widget .call-to-action-subtitle {
    font-size: 48px;
    font-weight: 100;
    padding-bottom: 14px;
    line-height: 54px;
    margin: 0;
}
.widget_themeum_call_to_action_widget .intro-text {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 40px;
}
.widget_themeum_call_to_action_widget .buttons {
    padding: 13px 35px;
    background-color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 30px;
    color: #ff007a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.widget_themeum_call_to_action_widget .buttons:hover {
    background: #006cff;
    color: #fff;
}
.widget_themeum_string_newslatter_widget img {
    float: right;
}
.widget_themeum_string_newslatter_widget p:after {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: auto;
    right: 30px;
    top: 106px;
    color: #05082d;
}



/*-------------------------------------------*
 *     7. Contact Form 7  
 *------------------------------------------*/
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-bottom: 20px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    color: #ffffff;
}
.wpcf7-form-control-wrap input::-webkit-input-placeholder,
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
    color: #ffffff;
}
.wpcf7-form-control-wrap input::-moz-placeholder,
.wpcf7-form-control-wrap textarea::-moz-placeholder {
    color: #ffffff;
}
.wpcf7-form-control-wrap input:-ms-input-placeholder,
.wpcf7-form-control-wrap textarea:-ms-input-placeholder {
    color: #ffffff;
}
.wpcf7-form-control-wrap input:-moz-placeholder,
.wpcf7-form-control-wrap textarea:-moz-placeholder {
    color: #ffffff;
}
.wpcf7-form-control-wrap textarea {
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn-contact {
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    padding: 10px 18px;
    background-color: #ff007a;
    text-transform: uppercase;
    border: 0;
    color: #ffffff;
    border-radius: 30px;
    display: inherit;
    margin-left: 15px;
}
.btn-contact:focus,
.btn-contact:hover {
    color: #ffffff;
    background-color: #6d00ff;
    border: none;
}
div.wpcf7-validation-errors {
    border: none;
    color: #f00;
    margin: 0;
}
div.wpcf7-mail-sent-ok {
    border: none;
    color: #398f14;
    margin: 0;
}




/*-------------------------------------------*
 *     7. Footer
 *------------------------------------------*/
.footer-wrap {
  background: #1b1d26;
  padding: 26px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-wrap .copyright{
  font-weight: 500;
}
.footer-wrap .social-share li a {
  color: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.footer-wrap .social-share{
  font-size: 18px;
}
.footer-wrap .social-share ul li{
  margin-left: 15px;
}
.bottom {
  padding: 150px 0;
  background-color: #000000;
}
.bottom-widget .widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    line-height: 55px;
}



/*-------------------------------------------*
 *     8. Newsletter
 *------------------------------------------*/
.mc4wp-form-fields {
    text-align: center;
}
.mc4wp-form-fields input[type="email"] {
    background-color: #fff;
    border: none;
    width: 400px;
    float: right;
    border-radius: 30px;
}
.mc4wp-form-fields input[type=submit] {
    width: 40px;
    padding: 11px;
    background: transparent !important;
    border: none;
    margin-left: -4px;
    float: right;
    right: 15px;
    position: absolute;
    font-size: 0;
}
.submit-icon:before {
    content: "\f0e0";
    font-family: fontawesome;
    position: absolute;
    right: 25px;
    color: #000;
    font-size: 20px;
    padding-top: 9px;
}
.mc4wp-form-fields input[type=submit]:hover,
.mc4wp-form-fields input[type=submit]:focus {
    background: #0195cc;
}
.themeum-newsletter {
    text-align: center;
}
.themeum-newsletter >div {
    max-width: 500px;
    display: inline-block;
    width: 100%;
}
.themeum-newsletter .mc4wp-form-fields input[type="email"] {
    min-height: 50px;
    padding: 10px 15px;
}
.string-newsletter {
    text-align: right;
}
.string-newsletter h2 {
    font-size: 18px;
    line-height: 1.45;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
}
.string-newsletter input {
    height: 50px;
    width: 362px;
    border-radius: 50px;
    border: 0;
    display: inline-block;
    color: #8d96a1;
    padding: 0 0 0 20px;
    background: #fff;
    font-weight: 400;
    margin-bottom: 14px;
}
.form.mc4wp-form, .mc4wp-form-fields {
    font-size: 12px;
}
.form.mc4wp-form h3, .mc4wp-form-fields h3 {
    color: #666;
    margin-top: 0;
    font-weight: 500;
    font-size: 22px;
}
.mc4wp-form .mchimp-newsletter input[type=email]{
    border: 1.5px solid #3f51b5;
}
.mc4wp-form input[type=submit],
.mc4wp-form-fields input[type=submit] {
    text-transform: uppercase;
}


/*-------------------------------------------*
 *     9. Gallery Listing
 *------------------------------------------*/

 .string-single-gallery {
    margin-bottom: 30px;
}
.photo-gallery-item .photo-gallery-items.column {
    width: 25%;
    margin-bottom: 30px;
}
.photo-gallery-item .photo-gallery-items.single-col img {
    min-height: 398px;
}
.strings-gallery-item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}
.strings-gallery-item img {
    margin-bottom: 14px;
}
.strings-gallery-item .gallery-item-title {
    color: #a7a7a7;
    font-size: 16px;
    padding: 15px 0;
}
.conference-img {
    overflow: hidden;
    transition: .3s;
}
.conference-img a {
    display: block;
    overflow: hidden;
    background: rgba(63,81,181,0.85);
    transition: .3s;
    position: relative;
}
.conference-img i {
    display: none;
    margin: 0;
    padding: 0;
}
.conference-img img {
    transition: .3s;
}
.conference-img:hover i {
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 40px;
    color: #fff;
}
.conference-img img:hover {
    opacity: .2;
    background: rgba(63,81,181,0.85);
}



/*-------------------------------------------*
 *     10. Coming Soon
 *------------------------------------------*/
.page-template-coming-soon {
    width: 100%;
    height: 100%;
}
.subnewslatter {
    margin-left: -95px !important;
    height: 50px !important;
    width: 100px;
    background: #009dd6 !important;
    margin: 0;
    padding: 0;
}
.coming-soon-logo {
    margin-top: 6%;
}
.coming-soon-newslatter {
    width: 584px;
    display: inline-block;
    margin-top: 50px;
}
.page-template-coming-soon {
    background: #fff;
}
.mchimp-newsletter-countdown input[type="email"] {
    background: #eee;
    border: none;
    box-shadow: none;
    color: #2b2e39;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 25px;
    font-size: 16px;
    margin-bottom: 30px;
}
.mchimp-newsletter-countdown input[type="submit"] {
    background: #3f51b5;
    border: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
}
.inputnewslatter {
    width: 405px !important;
    float: left;
}
.subnewslatter {
    margin-top: inherit !important;
}
.comingsoon {
    width: 100%;
    min-height: 100%;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comingsoon-wrap {
    width: 100%;
    height: 100%;
    display: table;
}
.comingsoon-content {
    vertical-align: middle;
    display: table-cell;
}
#comingsoon-countdown .countdown-amount {
    display: block;
    font-size: 85px;
    margin-bottom: 35px;
    font-weight: 300;
}
#comingsoon-countdown .countdown-period {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.comingsoon .sub-page-header {
    font-size: 24px;
    font-weight: 700;
}
.comingsoon .soon-page-header {
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}
.countdown-days {
    color: #ffffff !important;
}
.countdown-hours {
    color: #ffffff !important;
}
.countdown-minutes {
    color: #ffffff !important;
}
.countdown-seconds {
    color: #ffffff !important;
}
.countdown-section {
    display: inline-block;
    margin: 90px 52px;
    position: relative;
    text-align: center;
    width: 200px;
    padding-top: 68px;
    border: 2px solid #b87e13;
    height: 200px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(184, 126, 19, 0.75);
    -moz-box-shadow: 0px 0px 27px 0px rgba(184, 126, 19, 0.75);
    box-shadow: 0px 0px 27px 0px rgba(184, 126, 19, 0.75);
}
.comingsoon .days,
.comingsoon .hours,
.comingsoon .minutes,
.comingsoon .seconds {
    display: block;
    font-size: 60px;
    margin-bottom: 15px;
    font-weight: 700;
}
.counter-class .countdown-section .countdown-period {
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    width: 200px;
    background-repeat: no-repeat;
}
p.comingsoon-message-desc {
    font-size: 24px;
    font-weight: 600;
}
.comingsoon > div {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.social-share ul {
    margin: 0;
    padding: 0;
}
.comingsoon .social-share ul li {
    display: inline-block;
    margin: 0 10px;
}
.comingsoon-footer {
    margin-top: 30px;
    margin-bottom: 100px;
}
.comingsoon-copyright {
    margin: 0px 0 55px;
}
.comingsoon .social-share li a {
    color: #cdd0d2;
    font-size: 18px;
    -webkit-transition: color 400ms;
    transition: color 400ms;
}
.comingsoon .social-share li a:hover {
    color: #3f51b5;
}
.comingsoon-footer .copyright-text {
    font-size: 14px;
    color: #ffffff;
    margin: 35px 0 0;
}
.coming-soon-newslatter .mc4wp-form-fields input[type="email"] {
    width: 340px !important;
    border: 1px solid #fff;
    height: 40px !important;
    padding: 0;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: transparent;
    color: #fff;
    float: none;
}



/*-------------------------------------------*
 *     11. 404 Page
 *------------------------------------------*/
.error-msg {
    text-align: center;
}
.error-page-inner {
    width: 100%;
    height: 100%;
    display: table;
    background: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.error-message-title {
    font-weight: bold;
    font-size: 210px;
    line-height: 1;
    margin: 0 0 16px 0;
    padding: 0;
    color: #fff;
}
.error-page-inner >div {
    vertical-align: middle;
    display: table-cell;
}
.error-page-inner .error-msg .logo-top img {
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
body.error404 {
    background-color: #444;
}
.error-message {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 94px;
    color: #fff;
}
.error-page-inner .btn-primary {
    font-size: 18px;
    background: #3f51b5 none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 10px;
    padding: 10px 20px;
}
.error-page-inner a.btn.btn-primary.btn-lg {
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
}
.error-page-inner a.btn.btn-primary.btn-lg:hover {
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}
.error-page-inner .error-msg a {
    background-color: #ffad00;
    color: #fff;
    padding: 9px 20px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 30px;
}
.copyright-404 {
    color: #fff;
    text-transform: uppercase;
    vertical-align: bottom !important;
    display: table-cell;
    text-align: center;
    padding-bottom: 15px;
}
.info-wrapper {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 9999;
}



/*-------------------------------------------*
 *     12. Single Event 
 *------------------------------------------*/
.single-event-meta {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-event-meta > li > i {
    color: #3f51b5;
    margin-right: 5px;
}
.single-event-title {
    text-transform: uppercase;
    color: #ff007a;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 50px;
}
.event-entry-title {
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
    color: #252525;
    margin-bottom: 15px;
    margin-left: 0;
}
article.type-course,
article.type-event {
    padding: 0 0 30px 0 !important;
    border-radius: 5px !important;
    overflow: hidden;
}
.event-register-form {
    padding: 50px 0 20px;
}
.btn-warning {
    color: #fff;
    background-color: #ffc94e;
    border-color: #ffc94e;
}
.btn-warning:hover {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.event-social-share {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.event-social-share li {
    display: inline-block;
    font-size: 16px;
}
.event-social-share li a {
    padding: 0 3px;
    color: #c8cbd1;
}
.event-social-share li a:hover {
    color: #3f51b5;
}
.event-share-title {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 20px;
}
.single-event-contents .blog-post-meta {
    margin-left: 0;
}
.single-event-contents .entry-summary {
    margin-left: 0;
}
.single-event-contents {
    margin-top: 100px;
    overflow: hidden;
}
.event-about-section {
    margin-bottom: 120px;
    padding: 0;
}
.event-date-wrapper-content {
    background: #0397ff;
    padding-bottom: 100px;
}
.single-event-date-time {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 50px;
}
.string-event-date .icon {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
}
.string-event-date .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0;
}
.string-event-date .event-time {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}
.string-event-date .event-time sup {
    top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}
.event-date-wrapper-content .string-event-date>div {
    background: #0066cc;
    padding: 88px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.single-event-subtitle {
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.single-event-contents p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.event-pricing-features p {
    color: #000;
}
.themeum-addon-pricing-table {
    margin-bottom: 30px;
}
.event-wrappers-content .themeum-addon-pricing-table {
    background: #fff;
    padding: 35px 0 41px 0;
    color: #000;
    padding: 35px 0 41px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 0px;
}
.event-pricing-price {
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
    color: #0066cc;
}
.themeum-addon-pricing-table .event-pricing-price span {
    font-size: 35px;
    font-weight: 600;
    margin-left: -14px;
}
.themeum-addon-pricing-table .event-pricing-title {
    margin: 0;
    padding: 20px;
    background: #ffad00;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    transition: .3s;
}
.themeum-addon-pricing-table:hover .event-pricing-title {
    background: #ff007a;
}
.event-pricing-features {
    margin-bottom: 35px;
}
.event-pricing-features ul {
    padding: 0;
    margin-top: 40px;
}
.event-pricing-features ul li {
    list-style: none;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.event-pricing-footer a.btn {
    font-size: 22px;
    text-decoration: none;
    border: none;
}
.event-pricing-footer .btn >i {
    width: 27px;
    height: 27px;
    display: inline-block;
    border: 2px solid;
    border-radius: 20px;
    font-size: 16px;
    line-height: 23px;
    margin-left: 20px;
}
.event-price-section {
    margin: 120px 0 50px;
    padding: 0;
}
.event-price-section .single-event-subtitle {
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.event-price-section .single-event-title {
    text-transform: uppercase;
    color: #ff007a;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 50px;
}
.single-event-content .event-content-wrapper {
    padding: 35px 0 32px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    bottom: -120px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 120px;
}
.single-event-content:hover .event-content-wrapper {
    background: #6d00ff;
}
.single-event-content:hover .event-content-wrapper{
    height: 196px;
}
.single-event-content {
    margin-bottom: 200px;
    position: relative;
}
.single-event-content .stringscountdown{
    display: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.single-event-content:hover .stringscountdown{
    display: block;
    color: #fff;
}
.single-event-content:hover .countdown-timer-title,
.single-event-content:hover .countdown-timer-subtitle a{
    color: #fff;
}
.single-event-content {
    background: #fff;
    color: #000;
    text-align: center;
}
.event-content-wrapper {
    padding: 35px 0 32px;
    background: #fff;
    width: 100%;
    left: 0;
    top: auto;
    bottom: -120px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 120px;
}
.event-content-wrapper:hover .event-content-wrapper{
    height: 196px;
}
.event-countdown-section {
    display: inline-block;
}
span.countdown-date {
    display: block;
    font-weight: 400;
    margin: 6px 0 0;
    padding: 0 22px;
    font-size: 21px !important;
}
.countdown-timer-title{
    margin-top: 0;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.countdown-timer-subtitle{
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.countdown-timer-subtitle a {
    color: #0066cc;
}
span.countdown-period {
    text-transform: uppercase;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    display: block;
}
.wp-string-person-addon-content{
    padding-bottom: 110px;
    display: inline;
}
.person-addon-content{
    margin-bottom: 40px;
}


/*-------------------------------------------*
 *     13. Album Details
 *------------------------------------------*/
article.hentry{
  background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px; 
    margin-bottom: 50px;
    padding: 100px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}
article.hentry:hover{
    -webkit-box-shadow: 0px 12.99px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 12.99px 30px 0px rgba(0,0,0,0.1);
}
.blog-details-img a{
    display: block;
}
article.hentry:hover .blog-details-img a img{
    transition: 1s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-details-img img{
    transition: 1s;
}
.album-details {
    margin-bottom: 115px;
    display: inline-block;
}
.album-side-content {
    padding-left: 85px;
}
article.hentry.type-album {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}
.album-details-img img {
    border-radius: 10px;
}
.album-side-content .album-entry-title {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.album-side-content .entry-production {
    color: #ffffff;
    margin: 10px 0px;
    font-size: 24px;
    font-weight: 400;
}
.entry-content-album {
    color: #ffffff;
    margin-top: 45px;
}
.album-playlist {
    margin-bottom: 115px;
}
ul#playlist {
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #1c1d2c;
}
ul#playlist wave {
    border-top: 1px solid #292929;
}
ul#playlist li {
    padding: 16px;
    transition: .3s;
    list-style: none;
    border-top: 1px solid #292929;
}
ul#playlist li.song-row:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
}
ul#playlist li .song,
ul#playlist li .playlist-title {
    width: 50%;
    display: inline-block;
    font-size: 22px;
    float: left;
    text-align: left;
}
ul#playlist li .length,
ul#playlist li .playlist-empty {
    font-size: 22px;
}
ul#playlist li .playlist-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.playlist-buy-now{
    float: right;
}
ul#playlist li .play-icon {
    float: right;
    font-size: 18px;
    margin-right: 10px;
}
.playlist-buy-now a {
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 6px 20px;
    position: relative;
}
.playlist-buy-now:hover a {
    color: #333;
    background-color: #fff;
}
.album-playsist-related .title {
    font-size: 30px;
    margin-bottom: 45px;
    font-weight: 400;
    text-transform: uppercase;
}
.strings-album-list {
    border-radius: 5px;
    padding: 8px 8px 15px;
    backface-visibility: hidden;
    background: #fff;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.strings-album-list img {
    border-radius: 5px;
}
.strings-album-list p {
    margin: 19px 0 3px;
    line-height: 1;
    font-size: 18px;
}
.strings-album-list p a {
    font-weight: 700;
    color: #363636;
}
.strings-album-list span {
    font-size: 14px;
    color: #363636;
    display: inline-block;
    line-height: 1;
}



/*-------------------------------------------*
 *     14. Blog Single Page
 *------------------------------------------*/
 .blog-content-wrapper .entry-headder {
    text-align: center;
    margin-bottom: 55px;
    padding-bottom: 35px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.blog-content-wrapper .entry-headder:before {
    left: 50%;
    margin-left: -265px;
}
.blog-content-wrapper .entry-headder:before {
    position: absolute;
    content: '';
    bottom: 2px;
    width: 215px;
    height: 1px;
    background-color: #e8e8e8;
}
.blog-content-wrapper .entry-headder:after {
    left: 78%;
    margin-left: -265px;
}
.blog-content-wrapper .entry-headder:after {
    position: absolute;
    content: '';
    bottom: 2px;
    width: 215px;
    height: 1px;
    background-color: #e8e8e8;
}
.blog-content-wrapper h1,
.blog-content-wrapper h2,
.blog-content-wrapper h3,
.blog-content-wrapper h4,
.blog-content-wrapper h5 {
    line-height: 1;
}
.blog-content-wrapper .entry-headder li {
    display: inline-block;
    padding-right: 10px;
}
.blog-content-wrapper .entry-headder li a {
    color: #777;
    padding-left: 8px;
}
.form-submit {
    margin: 20px 0 0;
    float: left;
}
.form-submit input[type=submit] {
    background: #3f51b5;
    color: #fff;
    border: none;
}
.entry-summary .post-meta-info-list-in {
    margin-top: 90px;
    font-size: 12px;
}
.post-meta-info-list-in li {
    list-style: none;
}
.entry-summary .post-meta-info-list-in a {
    color: #fff;
    background: #ff007a;
    padding: 16px 20px;
    margin-right: 12px;
    line-height: 0;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}
.page #main {
    margin-bottom: 80px;
}
.page.wpb-js-composer #main {
    margin-bottom: 0;
}
article.post .entry-blog,article.page .entry-blog {
    position: relative;
}
.single article.post .entry-blog {
    display: block;
}
article.post.sticky .featured-post {
    position: absolute;
    top: -10px;
    font-size: 22px;
    padding-left: 5px;
}
.home.blog #main{
    margin-top: 0px;
    padding-top: 100px;
}
.themeum-navbar-brand h1{
    line-height: 60px;
}
article.post .entry-blog .blog-date {
    position: absolute;
    left: 30px;
    top: -60px;
    width: 120px;
    padding: 80px 0 30px;
    color: #fff;
    text-align: center;
    z-index: 2;
}
article.post .entry-blog .blog-date time>span {
    font-size: 60px;
    line-height: 1;
    display: block;
}
article.post .entry-blog .blog-date time>span>span {
    font-size: 16px;
    display: block;
}
.entry-content-list-blog {
    position: relative;
}
.entry-content-list-blog .entry-header {
    position: absolute;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    bottom: 0;
    padding: 40px;
    z-index: 2;
}
.blog-entry-title {
    font-size: 24px;
    color: rgb(37, 37, 37);
    line-height: 1.4;
    margin: 8px auto 0;
    width: 65%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-entry-title a {
    color: #000;
}
.meta-author a,
.meta-category a,
.comments-in a,
.tags-in a {
    color: #000;
    font-weight: 600;
}
.meta-author {
    margin-right: 12px;
}
.meta-category {
    margin-right: 12px;
}
.comments-in {
    margin-right: 12px;
    float: right;
}
.entry-summary {
    margin-top: 35px;
    font-size: 18px;
    font-weight: 300;
}
.entry-summary .wrap-btn-style .btn {
    font-size: 24px;
    color: #ff007a;
    border-radius: 4px;
    margin: 68px 0 0 0;
    text-align: center;
    width: 100%;
    text-decoration: underline;
    padding: 0;
}
.entry-summary .wrap-btn-style:before {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 85px;
    height: 90px;
    width: 100%;
    background-image: -moz-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%, #ffffff 100%);
    background-image: -webkit-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%, #ffffff 100%);
}
.home .entry-summary .wrap-btn-style:before{
    content: '';
    height: 0;
}
.entry-summary .wrap-btn-style .btn:hover,
.entry-summary .wrap-btn-style .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0195cc;
}
.blog-post-meta {
    list-style: none;
    padding: 0;
    color: #000;
    text-align: center;
    margin: 30px 0 33px;
    line-height: 1;
}
.blog-post-meta li {
    display: inline-block;
    margin-right: 15px;
}
.blog-post-meta li a {
    color: #ff007a;
    font-weight: 700;
    line-height: 20px;
}
.blog-post-meta li span{
    font-weight: 700;
}
.blog-post-meta li a:hover {
    color: #3f51b5;
}
.gallery-item {
    margin-left: 0;
    margin-right: 0;
}
.gallery-item a img{
    margin: 0 auto;
}
body:not(.single-post) article>.blog-details-img {
    overflow: hidden;
    margin-bottom: 30px;
}
/*body:not(.single-post) article:hover .blog-details-img img {
    opacity: .5;
}*/
.format-video .entry-content-list-blog .entry-header {
    bottom: 40px;
}
.featured-wrap {
    position: relative;
    z-index: 2;
}
.entry-content-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.entry-content-list-blog .featured-wrap:before {
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.entry-date-wrapper.pull-left {
    background-color: rgba(84, 83, 80, 0.6);
    color: #fff;
    text-align: center;
    margin-right: 30px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    padding: 10px 18px;
    box-sizing: border-box;
}
.entry-date-day {
    display: block;
    font-size: 38px;
    font-weight: bold;
}
.entry-date-month-year {
    font-size: 14px;
    line-height: 26px;
}
.shortcode-upcoming-event .entry-date-month {
    font-size: 12px;
}
.entry-blog-meta .blog-entry-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 32px;
    text-transform: capitalize;
}
.entry-content-list-normal {
    background: #eee;
    padding: 35px 25px;
}
.entry-blog-meta .blog-entry-title a {
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.entry-blog-meta .blog-entry-title a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.entry-content-list-normal .entry-blog-meta .blog-entry-title a {
    color: #000;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.entry-content-list-normal .entry-blog-meta .blog-entry-title a:hover {
    color: #666;
}
.entry-blog-meta .article-info {
    list-style: none;
    padding: 0;
    margin: 0;
}
.entry-blog-meta .article-info li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding-right: 25px;
}
.entry-content-list-normal .entry-blog-meta .article-info li {
    color: #000;
}
.entry-blog-meta .article-info li a {
    color: #fff;
}
.entry-content-list-normal .entry-blog-meta .article-info li a {
    color: #000;
}
.post-entry-summary {
    margin-top: 30px;
}
.single.single-post .entry-content-list .container {
    position: relative;
}
.single.single-post .entry-content-list .entry-header {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 0 15px;
}
.single.single-post .site-content {
    padding: 0;
}
.single.single-post article.post.hentry {
    margin-bottom: 72px;
}
.single.single-post .post-navigation span>a,
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    font-size: 12px !important;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700 !important;
    letter-spacing: 2.4px;
    padding: 0;
    position: relative;
    background: transparent;
    border: none;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    display: inline-block;
    margin: 15px 0 30px;
    padding: 4px 10px;
    font-size: 12px;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
    display: inline-block;
}
.single.single-post .post-navigation .previous-post>a:before {
    content: "\f177";
}
.single.single-post .post-navigation .next-post>a:after {
    content: "\f178";
    margin-left: 5px;
}
.single.single-post .post-navigation span>a:before,
.single.single-post .post-navigation .next-post>a:after {
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 16px;
}
.single.single-post .post-navigation span>a:hover,
.single.single-post .post-navigation span>a:focus,
.comment-navigation .nav-previous:hover a,
.comment-navigation .nav-next a:hover {
    color: #ff007a;
}
.single.single-post .comments-area.comments {
    /*padding-left: 180px*/
}
.entry-content-list .entry-header-title-wrap {
    position: absolute;
    bottom: 90px;
    width: 100%;
}
.blog-listing {
    float: left;
}
.entry-content-list {
    position: relative;
}
.single.single-post .entry-content-list.video-postformat .container {
    position: relative;
}
.single.single-post .entry-content-list.video-postformat .container .has-post-format {
    position: absolute;
    bottom: 90px;
    z-index: 2;
}
.single-entry-summary {
    padding: 60px 0;
}
.post-meta-info {
    padding: 20px 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}
.post-meta-info-list {
    display: inline-block;
}
.post-meta-info-list span.tags {
    font-weight: 600;
}
.entry-link-post-format,
.entry-quote-post-format {
    padding: 90px 80px;
    background-color: rgba(255, 201, 78, 0.92);
    background-image: url("../images/button-pattern.png");
}
.entry-quote-post-format blockquote {
    margin: 0;
    position: relative;
    padding: 0;
    border-left: 0;
    z-index: 3;
}
.entry-quote-post-format blockquote p {
    color: #fff;
    font-size: 22px;
}
.entry-quote-post-format blockquote small {
    color: #000;
    font-weight: 700;
}
.entry-link-post-format h4 {
    position: relative;
    z-index: 3;
    font-size: 36px;
    color: #fff;
    word-break: break-all;
}
.single.single-post .entry-quote-post-format blockquote,
.single.single-post .entry-link-post-format h4 {
    margin: 0;
}
.single.single-post .entry-quote-post-format,
.single.single-post .entry-link-post-format {
    padding: 100px 50px;
}
.entry-audio,
.entry-video {
    z-index: 2;
}
.entry-content-gallery {
    position: relative;
}
.entry-content-gallery a.left,
.entry-content-gallery a.right {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 26px;
    background: #fff;
    margin-top: -20px;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.entry-content-gallery a.left {
    left: -5px;
    border-radius: 0 3px 3px 0;
}
.entry-content-gallery a.right {
    right: -5px;
    border-radius: 3px 0 0 3px;
}

/*-------------------------------------------*
 *      14. Comments
 *------------------------------------------*/
.comments-area.comments {
    margin-top: 65px;
}
.comment-form .col6 textarea {
    width: 100%;
    height: 190px;
    padding: 15px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #ddd;
}
.col6.col6-input input {
    margin-bottom: 20px;
    width: 32.16%;
    float: left;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #ddd;
}
.col6.col6-input input:last-child {
    margin-right: 0;
}
.reviews-menu .themeum-moviewuser-review {
    color: #ffc000;
}
.form-submit {
    margin: 30px 0 65px;
}
.comment-form.row .input-box input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}
.comment-form-rating {
    margin-bottom: 10px;
}
.comment-form.row .input-box textarea {
    width: 100%;
    height: 190px;
    margin-bottom: 30px;
    border-radius: 0;
    border-color: #e5e5e5;
}
.comment-reply-title {
    color: #3a3f49;
    margin: 0 0 35px;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    padding-bottom: 30px;
}
.comments-area.comments ul {
    list-style: none;
}
.comments-area.comments ul.comment-list {
    padding: 0;
    color: #000;
}
.comments-area.comments ul.comment-list > li {
    margin-bottom: 30px;
}
.comment-context .comment-author {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
}
.comment-context .comment-author a {
    color: #000;
}
.comment-content {
    margin-top: 10px;
}
.comment-context.media-body {
    overflow: visible;
}
.comment-avartar.pull-left {
    padding-right: 30px;
}
.comment-avartar img {
    width: 54px;
    height: 54px;
}
.comments-area.comments ul li ul.children {
    padding-left: 88px;
    overflow: hidden;
    display: inline-block;
}
.comments-title {
    font-weight: 700;
    font-size: 24px;
    margin: 30px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    padding-bottom: 30px;
    color: #000;
}
.blog-content-wrapper {
    margin-bottom: 100px;
}
.comment-list .col6.col6-input input {
    margin-bottom: 20px;
    width: 32%;
    float: left;
    margin-right: 20px;
    background: #fff;
}
.comment-list .media:first-child {
    margin-top: 0;
    overflow: hidden;
    float: left;
    margin-bottom: 35px;
}
.comments {
    margin: 10px 0;
}
.comments h3 {
    margin: 50px 0 30px 0;
    font-size: 24px;
}
ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}
ol.commentlist li.comment {
    border-bottom: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 10px;
}
ol.commentlist li div.vcard {
    font-size: 20px;
}
ol.commentlist li div.vcard cite.fn {
    font-style: normal;
}
ol.commentlist li div.vcard img.avatar {
    float: left;
    margin: 0 1em 1em 0;
}
ol.commentlist li div.comment-meta {
    font-size: 9px;
    margin-bottom: 10px;
}
ol.commentlist li div.comment-meta a {
    color: #aaa;
}
ol.commentlist li p {
    margin: 0;
}
ol.commentlist li ul {
    list-style: square;
    margin: 0 0 1em 2em;
}
ol.commentlist li div.reply {
    font-size: 11px;
}
ol.commentlist li div.reply a {
    font-weight: bold;
}
ol.commentlist li ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}
ol.commentlist li ul.children li.depth-2 {
    margin: 0 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-3 {
    margin: 0 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-4 {
    margin: 0 0 .25em .25em;
}
ol.commentlist li.even {
    background: #fff;
}
ol.commentlist li.odd {
    background: #f6f6f6;
}
ol.commentlist li.pingback {
    margin: 0 0 10px;
    padding: 1em;
    border: 1px dashed #ccc;
}
#respond {
    position: relative;
}
#respond input[type="text"],
#respond textarea {
    border: 1px solid #ddd;
    padding: 10px
}
#respond input[type="text"] {
    padding: 7px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
    position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    background: #eee;
    color: #555;
    display: inline-block;
    left: 4px;
    min-width: 60px;
    padding: 4px 10px;
    position: relative;
    top: 40px;
    z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
    text-indent: 0;
    z-index: 1;
}
#respond textarea {
    resize: vertical;
    width: 100%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
    color: #bd3500;
    font-size: 22px;
    font-weight: bold;
    left: 75%;
    position: absolute;
    top: 45px;
    z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
    font-size: 13px;
}
#respond p {
    margin: 10px 0;
}
#respond .form-submit {
    float: right;
    margin: -20px 0 10px;
}
#respond input#submit {
    background: #ff007a;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    margin-top: 25px;
}
#respond input#submit:active {
    background: #86222D;
    color: #fff;
}
#respond #cancel-comment-reply-link {
    color: #666;
    margin-left: 10px;
    text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}
.commentlist #respond {
    margin: 1.625em 0 0;
    width: auto;
}
#reply-title {
    color: #373737;
    font-size: 20px;
}
#cancel-comment-reply-link {
    color: #888;
    display: block;
    position: absolute;
    right: 1.625em;
    text-decoration: none;
    text-transform: uppercase;
    top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
    color: #ff4b33;
}
#respond label {
    display: block;
    float: right;
    font-size: 16px;
    line-height: 2.2em;
    width: 280px;
}
#respond p {
    font-size: 12px;
}
p.comment-form-comment {
    margin: 0;
}
.form-allowed-tags {
    display: none;
}
.trackback {
    margin: 0 0 10px;
    padding: 1em;
    border: 1px dashed #ccc;
}
.logged-in-as {
  margin: 0 0 10px;
}
.edit-link,
.comment-reply {
    opacity: 1;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.edit-link a {
    color: #000;
}
.no-padding{
    padding: 0;
}
.social-icon a{
    color: #e8e8e8;
}
.textwidget-area h2, .textwidget-area h3, .textwidget-area h4{
    font-size: 21px;
    line-height: 25px;
    font-weight: 100;
    letter-spacing: 0px;
}



/*-------------------------------------------*
 *      15. String Social Share
 *------------------------------------------*/
.string-social-share {
    margin: 30px 0 80px;
    overflow: hidden;
}
.string-social-share ul {
    padding: 0;
    line-height: 38px;
}
.string-social-share ul li {
    list-style: none;
    float: left;
    margin: 0 18px 0 0;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 0;
    margin-bottom: 20px;
}
.string-social-share ul li a {
    color: #FFF;
}
.string-social-share ul li:nth-child(1) {
    background: #1b619d;
}
.string-social-share ul li:nth-child(2) {
    background: #1da1f2;
}
.string-social-share ul li:nth-child(3) {
    background: #dd4b39;
}
.string-social-share ul li:nth-child(4) {
    background: #00a0dc;
}


/*-------------------------------------------*
 *      16. Pagination
 *------------------------------------------*/
.themeum-pagination {
    text-align: center;
    margin-bottom: 80px;
}
.themeum-pagination ul {
    display: inline-block;
    margin: 30px auto 0;
    padding: 0;
    list-style: none;
}
.themeum-pagination ul li>span,
.themeum-pagination ul li .page-numbers {
    padding: 14px 20px;
    font-size: 20px;
    color: #595959;
    background: #fff;
    display: block;
    box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.1);
}
.themeum-pagination ul li {
    display: inline-block;
    float: left;
}
.themeum-pagination ul li:last-child {
    border-right: none;
}
.themeum-pagination ul li a {
    color: #828282;
}
.themeum-pagination ul li .page-numbers.current,
.themeum-pagination ul li a:hover {
    background-color: #3f51b5;
    color: #fff;
}
.page-numbers li .prev {
    background: #fff;
    border-right: 1px solid #a7a7a7;
}
.page-numbers li .next {
    background: #fff;
    background: #3f51b5;
    border-left: 1px solid #a7a7a7;
}



/*-------------------------------------------*
 *     17. Widget Blog Post
 *------------------------------------------*/
.widget-blog-posts-section .media .pull-left img {
    margin-bottom: 0;
    height: 80px;
    width: 75px;
    border-radius: 4px;
}
.widget-blog-posts-section .pull-left>a {
    border-radius: 4px;
}

.widget-blog-posts-section .pull-left>a {
    overflow: hidden;
    background-color: #000;
    position: relative;
    display: block;
    z-index: 2;
}
 .widget-blog-posts-section .media:hover .pull-left>a img {
    opacity: .5;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.widget-blog-posts-section .pull-left>a img{
    -webkit-transition: .5s;
    transition: .5s;
}
.widget-blog-posts-section .entry-title {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0;
    line-height: 24px;
}
.widget-blog-posts-section .entry-title a {
    color: #000;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.day-count {
    font-size: 12px;
    color: #aaa;
    font-style: italic;
    font-weight: 400;
}


/*-------------------------------------------*
 *     18. Single Performer
 *------------------------------------------*/
.performer-details .social-icons {
    margin-top: 65px;
}
.performer-details .social-icons a {
    padding-right: 24px;
    display: inline-block;
    font-size: 24px;
    color: #fff;
}
.performer-album-page{
    padding-bottom: 100px;
}
.btn-block.themeum-register {
    margin-bottom: 120px;
}
.performer-details .strings-performer-designation {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 62px;
}
.performer-details .strings-performer-name {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}