/*
Theme Name: Kelly Clarkson
Theme URI: 
Description: 
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

html {
    overflow-x: hidden;
}

body {
    color: #666;
    font: 16px Arial, sans-serif;
    line-height: 22px;
    background: #eeeeee;
    margin: 0;
    overflow-x: hidden;
    position: relative;
}

a {
    font-weight: bold;
    color: #666;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover, a:active {
    color: #909090;
    text-decoration: underline;
}

/* Headings */
h1 {
    text-transform: uppercase;
    font-size: 36px;
}

/* Common class */
.clear {
    clear: both;
}

.alpha {
    padding-left: 0 !important;
}

.omega {
    padding-right: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

/* Header */
header {
    padding: 0;
    background: #ffffff;
    width: 100%;
    z-index: 99999;
    position: relative;
}

.sticky-wrapper {
    background: #ffffff;
}

/* Header Navigation */
.navbar {
    z-index: 999;
}

.navbar-default {
    background: none;
    width: 100%;
    border: 0;
    margin: 0;
}


.navbar-default li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #333!important;
    font-weight: normal;
}

.navbar-default li.active a {
    text-decoration: underline;
}

.navbar-default .navbar-header {
    position: relative;
    height: 50px;
}
.navbar-default .navbar-nav li > a > span {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-default .navbar-nav:hover li > a:not(:hover) > span {
    color: #8dacc9!important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    text-decoration: none;
    font-weight: bold;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    border-top: 3px solid #DDD;
    padding: 0;
}

.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-collapse > .dropdown {
    display: inline-block;
    height: 100%;
}
.navbar-default .navbar-collapse > .dropdown + .dropdown {
    margin-left: -4px;
}
.navbar-default .navbar-collapse > .dropdown + .dropdown > .btn {
    border-left: 0!important;
}

.navbar-brand {
    background: url('assets/img/kelly-clarkson-gradient.png') center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    max-width: 100%;
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none;
}

.navbar-brand:hover {
    opacity: 0.7;
}

.navbar-default .navbar-toggle {
    margin: 0px;
    border: 0px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    height: 100%;
    float: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #8dacc9;
    width: 25px;
    height: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

/* Hero */
#hero {
    background: #ffffff center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 380px;
}

#hero .hero-carousel {
    position: relative;
}
#hero .hero-carousel .carousel-item {
    position: relative;
}
#hero .hero-carousel .carousel-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 150% auto;
    background-size: 150% auto;
    height: 380px;
}
#hero .hero-carousel .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}
#hero .hero-carousel .owl-nav {
    font-size: 50px;
    height: 40px;
    color: #eeeeee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    right: 2%;
    margin: auto;
}
#hero .hero-carousel .owl-nav > * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#hero .hero-carousel .owl-nav .owl-prev {
    float: left;
}
#hero .hero-carousel .owl-nav .owl-next {
    float: right;
}
#hero .hero-carousel .owl-nav > .owl-prev:hover,
#hero .hero-carousel .owl-nav > .owl-next:hover {
    color: #f28160;
}

/* Main Content */
#main {
    background: url("assets/img/background-bottom.png") left bottom repeat-x;
    padding: 0 0 100px;
    min-height: 1000px;
}
#main section {
    padding: 25px 0px;
}

/*Sections*/

section#twitter-feed {
    background: #ffffff;
    padding: 25px 0;
    overflow: hidden;
}
section#twitter-feed .twitterfeed-carousel {
    position: relative;
}
section#twitter-feed .twitterfeed-carousel .owl-nav {
    font-size: 50px;
    height: 40px;
    color: #eeeeee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    right: -25px;
    margin: auto;
}
section#twitter-feed .twitterfeed-carousel .owl-nav > * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section#twitter-feed .twitterfeed-carousel .owl-nav > .owl-prev:hover {
    color: #e10040;
    text-shadow: -3px 3px #eeeeee;
}
section#twitter-feed .twitterfeed-carousel .owl-nav > .owl-next:hover {
    color: #e10040;
    text-shadow: 3px 3px #eeeeee;
}
section#twitter-feed .twitterfeed-carousel .owl-nav .owl-prev {
    float: left;
}
section#twitter-feed .twitterfeed-carousel .owl-nav .owl-next {
    float: right;
}
section#twitter-feed .twitterfeed-carousel .tweet {
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
    text-align: center;
}
section#twitter-feed .twitterfeed-carousel img {
    max-width: 100%;
    margin-bottom: 15px;
}
section#twitter-feed .twitterfeed-carousel .date {
    font-family: 'Montserrat', sans-serif;
    color: #cccccc;
    margin-bottom: 15px;
}
section#twitter-feed .twitterfeed-carousel .date > .fa {
    color: #8dacc9;
    margin-left: 5px;
}
section#twitter-feed .twitterfeed-carousel a{
    font-weight: bold;
    color: #8dacc9;
    word-break: break-all;
}

section#twitter-feed .twitterfeed-carousel a:hover,
section#twitter-feed .twitterfeed-carousel a:focus {
    color: #f36c44;
    text-decoration: none;
}

/* section#news */ .news-item {
    font-size: 14px;
    color: #222222;
    background: #ffffff;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
}
/* section#news */ .news-item:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}
/* section#news */ .news-item .caption {
    display: inline-block;
    width: 100%;
    position: relative;
}
/* section#news */ .news-item .caption .menu-bottom {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 10px;
    padding:5px 0px;
}
/* section#news */ .news-item h4, /* section#news */ .news-item h4 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #f36c44;
    line-height: 24px;
}
/* section#news */ .news-item .date {
    font-family: 'Montserrat', sans-serif;
    color: #cccccc;
}
/* section#news */ .news-item .date .ico {
    margin-left: 3px;
}
/* section#news */ .news-item .readmore {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #f36c44;
    text-transform: uppercase;
    margin-top: 5px;
    outline: none;
    display: inline-block;
}

/* section#news */ .news-item .readmore:hover, /* section#news */ .news-item .readmore:focus {
    color: #e10040;
    text-decoration: none;
}

.date .fa {
    color: #f36c44;
}

/* section#news */ .news-item h4 .readmore {
    font-size: 20px;
    text-transform: none;
}

/* section#news */ .news-item .img-wrapper {
    position: relative;
}
/* section#news */ .news-item .img-wrapper > img {
    width: 100%;

}

/* section#news */ .news-item.lock {
    color: #ffffff;
    background: #f27f5d;
}
/* section#news */ .news-item.lock .social-list {
    display: none;
}
/* section#news */ .news-item.lock > .img-wrapper > img{
    opacity: 0.15;
}
/* section#news */ .news-item.lock > .img-wrapper:after {
    content: '';
    display: inline-block;
    background: url("assets/img/icons/lock.png") no-repeat;
    width: 45px;
    height: 53px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* section#news */ .news-item.lock h4,
/* section#news */ .news-item.lock h4 a,
/* section#news */ .news-item.lock .date,
/* section#news */ .news-item.lock .readmore {
    color: #ffffff;
}

/* section#news */ .news-item.lock .ico.ico-list {
    background-image: url('assets/img/icons/ico-list-reverse.png');
}

/* section#news */ .news-item.thumb {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
/* section#news */ .news-item.thumb .caption {
    padding: 10px;
}
/* section#news */ .news-item.thumb h5 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}
/* section#news */ .news-item.thumb h5 a {
    color: #fff;
}
/* section#news */ .news-item.thumb .caption p {
    font-size: 14px;
    margin-bottom: 0;
}

/* section#news */ .news-item:not(.thumb) .img-wrapper {
    display: inline-block;
    float: left;
    max-width: 37%;
}
/* section#news */ .news-item:not(.thumb) .caption{
    padding: 20px 25px 40px;
    float: left;
    max-width: 62%;
    height: 100%;
    text-align: left;
}

/* section#news */ .news-item.no-featured-image .caption {
    max-width: 100%;
}

/*Videos*/

section#videos  {
    padding: 40px 0px 40px;
}
/* section#videos */ h3 {
    font-family: 'Montserrat',sans-serif;
    color: #cccccc;
    text-transform: uppercase;
}

/* section#videos */ .video-thumb {
    background: #ffffff;
    text-align: left;
    margin: 15px auto;
}
/* section#videos */ .video-thumb h3{
    font-weight: bold;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    color: #f36c44;
    margin: 12px auto 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* section#videos */ .video-thumb h3 a {
    color: #f36c44;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* section#videos */ .video-thumb h3 a:hover, /* section#videos */ .video-thumb h3 a:focus {
    color: #000000;
    text-decoration: none;
}

/* section#videos */ .video-thumb .img-thumb {
    position: relative;
    overflow: hidden;
}
/* section#videos */ .video-thumb .img-thumb:after,
/* section#videos */ .video-thumb .img-thumb:before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* section#videos */ .video-thumb .img-thumb > img {
    max-width: 100%;
    width: 100%;
}
/* section#videos */ .video-thumb .caption {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
/* section#videos */ .video-thumb .social-list {
    float: right;
    margin-top: 17px;
}


/* section#videos */ .video-thumb:hover .img-thumb:before {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .78;
}
/* section#videos */ .video-thumb:hover .img-thumb:after {
    background: url("assets/img/icons/youtube-play.png") no-repeat;
    display: inline-block;
    width: 49px;
    height: 34px;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* section#videos */ .video-thumb:hover h3 {
    color: #000000;
}


/* section#videos */ .video-thumb.large h3 {
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
}
/* section#videos */ .video-thumb.large .caption {
    padding: 15px 30px;
}
/* section#videos */ .video-thumb.lock {
    background: #f58260;
}
/* section#videos */ .video-thumb.lock h3 {
    color: #ffffff;
}
/* section#videos */ .video-thumb.lock .img-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f36c44;
    opacity: 0.85;
    z-index: 1;
}
/* section#videos */ .video-thumb.lock .img-thumb:after {
    content: '';
    display: inline-block;
    background: url("assets/img/icons/lock.png") no-repeat;
    width: 45px;
    height: 53px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

/* section#videos */ .video-thumb:not(.lock){
    cursor: pointer;
}

/* section#videos */ a.video-thumb {
    display: inline-block;
    width: 100%;
}
/* section#videos */ .video-wrapper {
    color: #222222;
    margin-bottom: 15px;
}

/* section#videos */ .video-wrapper .embed-responsive {
    margin-left: -15px;
}
/* section#videos */ .video-wrapper .caption {
    padding: 18px 0px;
    position: relative;
}
/* section#videos */ .video-wrapper .subtitle {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    color: #cccccc;
    text-transform: uppercase;
}
/* section#videos */ .video-wrapper .subtitle > span {
    font-size: 18px;
    color: #f36c44;
}
/* section#videos */ .video-wrapper .control {
    margin-top: 15px;
}
/* section#videos */ .video-wrapper .social-list {
    margin-top: 12px;
}

/* section#videos */ .video-wrapper .more-videos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}

.more-videos {
    margin-top: 20px;
}

/* section#videos .video-wrapper  */ .more-videos .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    color: #dadada;
    text-transform: uppercase;
}
/* section#videos  .video-wrapper*/ .more-videos .video-link {
    display: inline-block;
    width: 100%;
    outline: none;
    text-decoration: none!important;
}
/* section#videos  .video-wrapper*/ .more-videos .video-link:hover {
    /*opacity: 0.7;*/
}
/* section#videos  .video-wrapper*/ .more-videos .video-link h4 {
    font-weight: bold;
    color: #f36c44;
    font-size: 15px;
    line-height: 18px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.more-videos .video-link:hover h4,
.more-videos .video-link:focus h4
{
    color: #e10040;
}


/* section#videos */ .video-wrapper a {
    color: #f36c44;
}
/* section#videos */ .video-wrapper a:hover, /* section#videos */ .video-wrapper a:focus {
    color: #e10040;
    text-decoration: none;
}

/* section#videos */ .video-wrapper h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #f36c44;
    margin-top: 10px;
    text-transform: none;
}


/*Live Photos*/
section#live-photos {
    background: #ffffff;
    padding: 20px 40px;
    margin-bottom: 20px;
}

section#live-photos .photos-carousel {
    position: relative;
}
section#live-photos .photos-carousel .owl-nav {
    font-size: 50px;
    height: 40px;
    color: #eeeeee;
    position: absolute;
    top: 40%;
    left: -20px;
    right: -20px;
    margin: auto;
}
section#live-photos .photos-carousel .owl-nav > * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section#live-photos .photos-carousel .owl-nav > .owl-prev:hover {
    color: #e10040;
    text-shadow: -3px 3px #eeeeee;
}
section#live-photos .photos-carousel .owl-nav > .owl-next:hover {
    color: #e10040;
    text-shadow: 3px 3px #eeeeee;
}
section#live-photos .photos-carousel .owl-nav .owl-prev {
    float: left;
}
section#live-photos .photos-carousel .owl-nav .owl-next {
    float: right;
}

section#live-photos .photos-carousel .photo {
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
    text-align: left;
}
section#live-photos .photos-carousel img {
    max-width: 100%;
    margin-bottom: 15px;
}
section#live-photos .photos-carousel .date {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 10px;
}
section#live-photos .photos-carousel a{
    font-weight: bold;
    color: #8dacc9;
    word-break: break-all;
    display: block;
}

section#live-photos .photos-carousel a:hover, section#live-photos .photos-carousel a:focus {
    color: #f36c44;
    text-decoration: none;
}


/*Music Album*/
section#music-album .music {
    display: inline-block;
    background: #000000;
    position: relative;
    margin: 12px auto;
}
section#music-album .music > img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section#music-album .music:after {
    content: '';
    background: url("assets/img/icons/magnifier.png") no-repeat;
    display: inline-block;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section#music-album .music:hover > img {
    opacity: 0.22;
}
section#music-album .music:hover:after {
    opacity: 1;
}

/*Photo Gallery*/
/* section#photo-gallery{

} */ 

/* section#photo-gallery */ .photo-thumbnail {
    display: inline-block;
    background: #ffffff;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}
/* section#photo-gallery */ .photo-thumbnail .img-wrapper img {
    width: 100%;
}
/* section#photo-gallery */ .photo-thumbnail .img-wrapper {
    background: #eeeeee;
}
/* section#photo-gallery */ .photo-thumbnail .img-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
/* section#photo-gallery */ .photo-thumbnail .img-wrapper .img-small-thumb {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
    background: #cccccc;
    position: relative;
}
/* section#photo-gallery */ .photo-thumbnail .img-wrapper .img-small-thumb > img {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
/* section#photo-gallery */ .photo-thumbnail .img-wrapper .img-small-thumb:before,
/* section#photo-gallery */ .photo-thumbnail .img-wrapper .img-small-thumb:after {
    content: '';
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
/* section#photo-gallery */ .photo-thumbnail .img-wrapper .img-small-thumb:not(.no-image):hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .78;
}
/* section#photo-gallery */ .photo-thumbnail .img-wrapper .img-small-thumb:not(.no-image):hover:after {
    background: url("assets/img/icons/magnifier.png") no-repeat;
    width: 39px;
    height: 39px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
/* section#photo-gallery */ .photo-thumbnail .img-wrapper .img-small-thumb.no-image:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    opacity: 1;
}
/* section#photo-gallery */ .photo-thumbnail .caption {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #222222;
    position: relative;
    padding: 20px;
    min-height: 53px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 3;
}
/* section#photo-gallery */ .photo-thumbnail .caption h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #f36c44;
    margin-bottom: 5px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* section#photo-gallery */ .photo-thumbnail .caption .total-photo {
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #cccccc!important;
}
/* section#photo-gallery */ .photo-thumbnail .caption .total-photo .fa {
    color: #f36c44;
    margin-left: 5px;
}

/* section#photo-gallery */ .photo-thumbnail.locked {
    background: #f58260;
}
/* section#photo-gallery */ .photo-thumbnail.locked .img-wrapper {
    position: relative;
    background: transparent;
}
/* section#photo-gallery */ .photo-thumbnail.locked .img-wrapper:after {
    content: '';
    display: inline-block;
    background: url("assets/img/icons/lock.png") no-repeat;
    width: 45px;
    height: 53px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* section#photo-gallery */ .photo-thumbnail.locked .img-wrapper img {
    opacity: 0.15;
}
/* section#photo-gallery */ .photo-thumbnail.locked .caption {
    color: #ffffff;
}
/* section#photo-gallery */ .photo-thumbnail.locked .caption h3 {
    color: #ffffff;
}

section#article {
    padding: 65px 0px;
}
section#article p {
    margin-bottom: 20px;
}

/*INNER PAGE*/

body:not(.home):not(.page-template-template-home) .navbar-default .navbar-nav li.current-menu-item > a > span {
    color: #e10040!important;
}
body:not(.home):not(.page-template-template-home) .navbar-default .navbar-nav li:not(.current-menu-item) > a:not(:hover) > span {
    color: #8dacc9!important;
}

body:not(.home):not(.page-template-template-home) #main {
    position: relative;
    padding-top: 50px;
}
body:not(.home):not(.no-background):not(.page-template-template-home)/*:not(.page-template-default)*/ #main:before {
    content: '';
    background: url("assets/img/innerpage-top-bg.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.page-template-default #main .wrapper {
    padding-top: 80px;
}

/* Kellebrities */
section#kellebrities {
    padding: 40px 0px 40px;
}

#kellebrities .news-item, #kellebrities .video-thumb {
    margin-top: 0;
}

#kellebrities .video-thumb {

}

.page-template-template-kellebrities #kellebrities-lightbox .close {
    display: none;
}

/* Footer */
footer {
    color: #ffffff;
    background: #8dacc9;
    padding: 20px 0;
}
footer .footer-logo {
    font: 0/0 a;
    background: url("assets/img/rca.png") no-repeat;
    display: inline-block;
    width: 100px;
    height: 29px;
    margin-bottom: 10px;
}
footer #footer-nav {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: -10px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}
footer #footer-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}
footer #footer-nav > li > a {
    color: #ffffff;
}
footer #footer-nav:hover > li > a {
    opacity: 0.5;
}
footer #footer-nav > li > a:hover {
    opacity: 1;
    text-decoration: none;
}


footer a.newsletter {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 50px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
footer a.newsletter:before {
    content: '';
    display: inline-block;
    background: url("assets/img/icons/ico-mail.png") left center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
footer .right-wrapper {
    padding-top: 15px;
    border-top: 1px solid #ffffff;
}
footer .right-wrapper .social-list {
    margin-top: 5px;
    float: right;
}
footer .footer-bottom {
    font-size: 11px;
    line-height: 18px;
    border-top: 1px solid #ffffff;
    margin-top: 15px;
    padding-top: 10px;
    text-align: center;
}
footer .footer-bottom:after {
    content: '';
    display: table;
    clear: both;
}
footer .footer-bottom a,
footer .footer-bottom a:hover {
    color: #ffffff;
    font-weight: bold;
}


/*COMPONENTS =============================================== */
#audio-player {
    display: none;
}
.ticket-list {
    padding: 0px;
    list-style: none;
    background: #ffffff;
    margin-top: 40px;
    margin-bottom: 20px;
}
.ticket-list li {
    padding: 50px;
    border-bottom: 1px solid #eeeeee;
}
.ticket-list li:nth-child(n+11) {
    display: none;
}
.ticket-list .date {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #f36c44;
    text-transform: uppercase;
}
.ticket-list .building,
.ticket-list .location {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}
.ticket-list .location {
    color: #f36c44;
}
.ticket-list .building {
    color: #222222;
}
.ticket-list .button-info {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #8dacc9;
    padding: 15px;
    min-width: 190px;
    min-height: 50px;
    text-decoration: none;
}
.ticket-list .button-info:hover {
    background: #e10040;
    text-decoration: none;
}

.no-events {
    margin-top: 120px;
    text-align: center;
}

/*Modal*/
.modal-music {
    z-index: 9999999;
}
.modal-music .modal-backdrop {
    opacity: 0.9;
}
.modal-music .modal-header {
    border: none;
}
.modal-music .modal-header .modal-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #f36c44;
}
.modal-music .modal-header button.close {
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
    margin-top: -100px;
    outline: none;
    position: absolute;
    right: 0;
}
.modal-music .modal-header button.close:hover {
    opacity: 0.5;
}
.modal-music .modal-header .released {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #cccccc;
    float: right;
    margin-top: 12px;
}

.modal-music .modal-dialog {
    margin-top: 10%;
    margin-bottom: 10%;
}
.modal-music .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 15px;
}
.modal-music .dropdown .btn {
    max-width: 190px;
    min-width: 0px;
    width: 100%;
    padding: 15px 15px 15px;
    text-align: left;
    vertical-align: top;
    margin: 0px auto;
}
.modal-music .dropdown .btn > .fa {
    float: right;
}

.modal-music .control {
    margin-bottom: 30px;
}
.modal-music .control .social-list {
    margin-top: 5px;
    margin-bottom: 5px;
}
.modal-music .social-list {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.modal-music .music-cover > img {
    width: 100%;
}


.modal-news .modal-content {
    padding: 15px;
}
.modal-news .caption {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    min-height: 220px;
    height: auto!important;
}
.modal-news .footer-caption {
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
}
.modal-news .footer-caption .social-list {
    margin-top: 0;
}
.modal-news h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #f36c44;
}
.modal-news .date {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #cccccc;
}
.modal-news .social-list {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.modal-news .img-wrapper > img {
    width: 100%;
}


.modal-gallery {
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.9);
}
.modal-gallery .modal-backdrop {
    opacity: 0;
}
.modal-gallery .modal-header {
    border: none;
    position: relative;
    padding: 0px;
    min-height: 0px;
}
.modal-gallery .modal-header button.close {
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
    margin-top: -100px;
    outline: none;
    position: absolute;
    right: 0;
}
.modal-gallery .modal-header button.close:hover {
    opacity: 0.5;
}
.modal-gallery .modal-body {
    padding: 0px;
}
.modal-gallery .modal-dialog {
    margin-top: 10%;
    margin-bottom: 10%;
}
.modal-gallery .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    background: transparent!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
}

.modal-gallery .img-wrapper {
    background: url("assets/img/loading.gif") center center no-repeat transparent;
    min-height: 100px;
}
.modal-gallery .img-wrapper > img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.modal-gallery .img-wrapper > img.loading-image {
    opacity: 0;
}
.modal-gallery .caption {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
}
.modal-gallery .caption .photo-index {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #cccccc;
    float: right;
    margin-top: 13px;
}
.modal-gallery h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #f36c44;
}
.modal-gallery .date {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #cccccc;
}
.modal-gallery .social-list {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.modal-gallery .img-wrapper > img {
    width: 100%;
}

.modal-gallery .modal-data .modal-item {
    display: none;
}
.modal-gallery .modal-data .modal-item.active {
    display: block;
}

.modal .modal-nav {
    position: absolute;
    height: 43px;
    top: 0;
    bottom: 0;
    left: -70px;
    right: -70px;
    margin: auto;
    font-size: 65px;
    color: #ffffff;
}
.modal .modal-nav div {
    cursor: pointer;
    margin-top: -15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal .modal-nav > div:hover {
    opacity: 0.5;
}
.modal .modal-nav .modal-prev {
    float: left;
}
.modal .modal-nav .modal-next {
    float: right;
}


.modal .modal-item {
    display: none;
}
.modal .modal-item.active {
    display: block;
}


.modal-basic {
    z-index: 9999999;
}
.modal-basic .modal-backdrop {
    opacity: 0.9;
}
.modal-basic .modal-header {
    border: none;
    position: relative;
    padding: 0px;
}
.modal-basic .modal-header button.close {
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
    margin-top: -100px;
    outline: none;
    position: absolute;
    right: 0;
}
.modal-basic .modal-header button.close:hover {
    opacity: 0.5;
}

.modal-basic .modal-dialog {
    margin-top: 10%;
    margin-bottom: 10%;
}
.modal-basic .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.modal-basic .social-list {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}


.modal-ticket {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #cccccc;
}
.modal-ticket .modal-dialog {
    max-width: 550px;
}
.modal-ticket .modal-content {
    padding-top: 15px;
    padding-bottom: 15px;
}
.modal-ticket h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #f36c44;
    margin-top: 0;
    margin-bottom: 10px;
}
.modal-ticket .subtitle {
    color: #222222;
    margin-bottom: 30px;
}
.modal-ticket .caption {
    height: 250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal-ticket .date {
    font-family: 'Montserrat', sans-serif;
    color: #f36c44;
    line-height: 99px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 55px;
}
.modal-ticket .date .day {
    font-size: 125px;
    text-transform: uppercase;
}
.modal-ticket .date .month {
    font-size: 66px;
    line-height: 60px;
}
.modal-ticket .tour-name {
    color: #8dacc9;
}
.modal-ticket .tour-name {
    color: #8dacc9;
}
.modal-ticket .caption {
    position: relative;
}
.modal-ticket .caption .footer-caption {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.modal-ticket .social-list {
    margin-bottom: 5px;
}
/*Custom lightbox*/
body.lightbox-show {
    overflow: hidden;
}

.transparent-lightbox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
    overflow: auto;
}
.transparent-lightbox h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #f36c44;
    margin-bottom: 20px;
}
.transparent-lightbox p {
    margin-bottom: 20px;
}
.transparent-lightbox a {
    font-weight: bold;
    color: #f36c44;
}
.transparent-lightbox .btn.btn-gray {
    margin-top: 10px;
    margin-bottom: 30px;
}
.transparent-lightbox .lightbox-content {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    max-width: 100%;
    width: 550px;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    padding: 20px;
}
.transparent-lightbox  button.close {
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
    margin-top: -100px;
    outline: none;
    position: absolute;
    right: 20px;
}

/*ICONS*/

.ico.ico-close {
    background: url("assets/img/icons/close.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 43px;
    height: 43px;
    display: inline-block;
}
.ico.ico-list {
    background: url("assets/img/icons/ico-list.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 13px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: -1px;
}

/*Buttons*/

.btn {
    outline: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:not(.btn-menu) {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 100%;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn.btn-menu {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #a6b5d2;
    background: transparent;
    height: 100%;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding-left: 15px;
    padding-right: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn.btn-menu > .fa {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn.btn-menu:hover {
    color: #e10040!important;
}
.btn.btn-menu:hover > .fa {
    color: #e10040!important;
}
.btn.btn-menu img {
    margin-right: 5px;
}
.btn.btn-menu .fa {
    color: #f1ccb7;
    position: relative;
    left: 2px;
}
.btn.btn-menu:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fbfbfb;
}
.btn.btn-menu.no-dropdown {
    font: 0/0 a;
    padding-top: 15px;
}
.btn.btn-menu.no-dropdown .fa {
    font: 16px 'FontAwesome';
    margin-right: 5px;
    color: #a6b5d2;
}
.btn.btn-menu.no-dropdown + .btn.btn-menu.no-dropdown {
    margin-left: -4px;
    border-left: 0!important;
}
.btn.btn-menu + .dropdown-menu {
    margin-top: 0;
    background: rgba(255,255,255,0.9);
    min-width: 100%;
}
.btn.btn-menu + .dropdown-menu li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #a6b5d2!important;
    padding-left: 15px;
    padding-right: 15px;
}
.btn.btn-menu + .dropdown-menu li > a img {
    margin-right: 5px;
}

.btn.btn-white {
    font-size: 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ffffff;
    width: 230px;
    height: 72px;
    color: #e10040;
    padding-top: 20px;
}
.btn.btn-white:hover {
    color: #8dacc9;
}

.btn.btn-red {
    font-size: 16px;
    background: #e10040;
    min-width: 161px;
    height: 50px;
    color: #ffffff;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 8px;
}
.btn.btn-red:hover {
    background: #8dacc9;
}

.btn.btn-orange {
    font-size: 16px;
    background: #f36c44;
    width: 161px;
    height: 51px;
    color: #ffffff!important;
    padding-top: 15px;
}
.btn.btn-orange:hover {
    background: #e10040;
}

.btn.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.btn.btn-gray {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #8dacc9;
    padding: 15px 20px;
    min-width: 190px;
    min-height: 50px;
    margin: auto;
}
.btn.btn-gray:hover {
    background: #e10040;
    text-decoration: none;
}

.news-letter-mobile {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #a6b5d2;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.news-letter-mobile .fa {
    font: 16px 'FontAwesome';
    margin-right: 5px;
    color: #a6b5d2;
}
.news-letter-mobile:hover,
.news-letter-mobile:hover .fa {
    color: #e10040!important;
}

/*List*/

ul.social-list {
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
}
ul.social-list > li {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    padding-bottom: 7px;
}
ul.social-list > li > a {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff!important;
    text-align: center;
    display: inline-block;
    background: #8dacc9;
    width: 30px;
    height: 20px;
    position: relative;
    vertical-align: top;
}
ul.social-list > li > a > .fa {
    position: relative;
    top: 2px;
}
ul.social-list > li > a,
ul.social-list > li > a:before,
ul.social-list > li > a:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.social-list > li > a:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 7px solid #8dacc9;
    display: inline-block;
}
ul.social-list > li > a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 7px solid #8dacc9;
    display: inline-block;
}
ul.social-list > li > a:hover {
    background: #F27F5D!important;
    color: #ffffff!important;
}
ul.social-list > li > a:hover:after {
    border-top-color: #F27F5D!important;
}
ul.social-list > li > a:hover:before {
    border-bottom-color: #F27F5D!important;
}

ul.social-list.invert > li > a {
    background: #ffffff;
    color: #8dacc9!important;
}
ul.social-list.invert > li > a:hover {
    color: #ffffff!important;
}
ul.social-list.invert > li > a:before {
    border-bottom-color: #ffffff;
}
ul.social-list.invert > li > a:after {
    border-top-color: #ffffff;
}

ul.social-list.larger > li {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.social-list.larger > li > a {
    width: 36px;
    height: 23px;
    font-size: 20px;
}
ul.social-list.larger > li > a:after,
ul.social-list.larger > li > a:before {
    border-left-width: 18px;
    border-right-width: 18px;
}
ul.social-list.larger > li > a:after {
    border-top-width: 10px;
}
ul.social-list.larger > li > a:before {
    border-bottom-width: 10px;
}




ul.music-list {
    padding: 0px;
    list-style: none;
    border-top: 1px solid #d3d3d3;
}
ul.music-list > li {
    padding: 10px 10px 7px;
    border-bottom: 1px solid #d3d3d3;
}
ul.music-list > li > .music-control {
    background: url("assets/img/icons/play.png") center center no-repeat;
    display: inline-block;
    width: 12px;
    height: 15px;
    margin-right: 15px;
    outline: none;
    border: 0px;
}
ul.music-list > li > .music-control:hover {
    opacity: 0.6;
}
ul.music-list > li.playing > .music-control {
    background-image: url("assets/img/icons/pause.png");
}
ul.music-list > li > strong {
    margin-right: 20px;
}

/*Custom Bootstrap CSS*/
.row-12 {
    margin-left: -12px;
    margin-right: -12px;
}
.row-12 [class*="col"] {
    padding-right: 12px;
    padding-left: 12px;
}

.visible-xl {
    display: none;
}
.hidden-xl {
    display: block;
}
/* Back to top */
.back-to-top {
    border-radius: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}
.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*Setting for all owl carousel : to prevent splashing when sliding */
.owl-carousel .owl-item {
    backface-visibility: visible!important;
}

/* Jquery appear */
.hiding {
    opacity: 0;
}

.visible {
    opacity: 1;
}

/* Preloader */
#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 10000;
    height: 100%;
}

#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("assets/img/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.big-logo {
    font: 0/0 a;
    background: url("assets/img/kelly-clarkson-logo-big.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 748px;
    height: 64px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 80%;
}

/*Custom FA (Font Awesome)*/
.fa.fa-vevo {
    background: url("assets/img/icons/vevo-logo.png") left top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 28px;*/
    /*height: 24px;*/
    width: 16px;
    height: 16px;
    margin: auto;
    margin-top: 3px;
}
*:hover > .fa.fa-vevo {
    background-image: url('assets/img/icons/vevo-logo-invert.png');
}

.fa.fa-link-chain {
    background: url("assets/img/icons/link-chain.png") left top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /*width: 18px;*/
    /*height: 18px;*/
    width: 16px;
    height: 16px;
    margin: auto;
}

/* Account Page */
.account-nav {
    margin-bottom: 15px;
}

.um_input {
    width: 100%!important;
}

input[type='checkbox'].um_input {
    width: auto!important;
    margin-right: 5px;
}

input.btn.btn-red {
    padding-top: 9px;
}

/* Embed */
iframe, object, embed, img {
    max-width: 100%;
}

/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
}

/* Book Page */
body.page-template-template-riverrose #main {
background: none!important;
}

body.page-template-template-riverrose #main:before {
display: none!important;
}

body.page-template-template-riverrose .big-logo {
display: none!important;
}

body.page-template-template-riverrose section#article {
padding: 0 0 65px 0;
}

.book-banner {
    width: 100%;
    height: auto;
}

.book-buy-links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 490px;
}

.book-buy-links>li {
    float: left;
    width: 25%;
}

.book-buy-links>li>a>img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

@media (max-width: 1400px) {
    .modal-music .dropdown .btn {
        font-size: 14px;
        padding: 15px 15px 15px;
        text-align: left;
        max-width: 100%;
    }
    .modal-music .dropdown .btn > .fa {
        float: right;
    }
    .ticket-list .location {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    header .wrapper {
        width: 100%;
    }


    .ticket-list li {
        padding: 30px 15px;
        text-align: center;
    }
    .ticket-list li .date {
        font-size: 28px;
    }
    .ticket-list li .text-right {
        text-align: center!important;
    }
    .ticket-list .building,
    .ticket-list .location {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    /* section#news */ .news-item h4 {
        font-size: 16px;
        margin-top: 5px;
    }

    /* section#news */ .news-item:not(.thumb) .caption,
    /* section#news */ .news-item:not(.thumb) .img-wrapper {
        /*max-width: 50%;*/
        float: none;
        max-width: 100%;
        width: 100%;
    }
    /* section#news */ .news-item:not(.thumb) .caption {
        padding: 0px 15px;
        margin: 10px 0px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .ticket-list li {
        padding: 20px 15px 15px;
        text-align: center;
    }
    .ticket-list li .date {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .ticket-list li .text-right {
        text-align: center!important;
    }
    .ticket-list li .button-info {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ticket-list .building,
    .ticket-list .location {
        font-size: 18px;
    }


    .modal-news .caption {
        padding-top: 30px;
        text-align: center;
        height: auto!important;
    }
    .modal-news .caption .footer-caption {
        margin-top: 30px;
        position: relative;
    }

    .modal-basic .modal-dialog,
    .modal-gallery .modal-dialog {
        margin-top: 120px;
    }
    
    .news-item:not(.thumb) .img-wrapper {
        max-width: 100%!important;
    }
    
    .news-item .img-wrapper > img {
        width: 100%;
    }
    
    .news-item .menu-bottom {
        display: none;
    }
}
/* Mobile device */
@media (max-width: 767px) {
    .navbar-brand {
        /*margin-left: 15px !important;*/
    }

    .navbar-default .navbar-collapse {
        margin-left: -6%;
        margin-right: -6%;
        background: #fff;
    }

    .navbar-default li a {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    #hero .hero-carousel .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5%;
        text-align: center;
    }
    #hero .hero-carousel .owl-dots .owl-dot {
        display: inline-block;
        width: 13px;
        height: 13px;
        border: 1px solid #ffffff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background-color: transparent;
        float: none;
        margin: 0px 8px;

    }
    #hero .hero-carousel .owl-dots .owl-dot.active {
        background: #ffffff;
    }

    section#twitter-feed {
        padding: 0px;
    }
    section#twitter-feed > .wrapper {
        max-width: 70%;
    }
    section#twitter-feed .twitterfeed-carousel .owl-nav {
        font-size: 25px;
        top: 15px;
        bottom: auto;
        left: -15%;
        right: -15%;
    }
    section#twitter-feed .twitterfeed-carousel .owl-stage-outer {
    }
    /*section#twitter-feed .twitterfeed-carousel .owl-nav > .owl-prev {
        color: #e10040;
        text-shadow: -3px 3px #eeeeee;
    }
    section#twitter-feed .twitterfeed-carousel .owl-nav > .owl-next {
        color: #e10040;
        text-shadow: 3px 3px #eeeeee;
    }*/

    /* section#news */ .news-item .menu-bottom {
        display: none;
    }
    .btn.btn-white {
        font-size: 18px;
        width: 180px;
        height: 55px;
        padding-top: 15px;
        margin-bottom: 30px;
    }
    .modal button.close {
        margin-top: -70px!important;
    }

    .ico.ico-close {
        width: 20px!important;
        height: 20px!important;
    }
    .modal-music .control .social-list,
    .modal-music .control .dropdown {
        text-align: center;
        margin-bottom: 15px;
    }
    .modal .modal-nav {
        left: 3px;
        right: 3px;
    }

    .dropdown-menu {
        min-width: 100%;
    }

    ul.music-list {
        margin-top: 15px;
    }
    /* section#photo-gallery */ .photo-thumbnail .img-wrapper .img-small-thumb {
        width: 50%;
    }


    .modal-ticket .caption {
        padding-top: 30px;
        text-align: center;
        height: auto!important;
    }
    .modal-ticket .date {
        margin-bottom: 15px;
    }
    .modal-ticket .caption .footer-caption {
        margin-top: 30px;
        position: relative;
    }

    #kellebrities-lightbox .close {
        margin-top: 0;
    }

    #kellebrities-lightbox .lightbox-content {
        top: 50px;
    }

}

/* Custom mobile */
@media (max-width: 480px) {
    section#music-album .col-xs-6.col-sm-4.col-md-3 {
        width: 100%;
        text-align: center;
    }

    .navbar-brand {
        width: 200px;
    }

    footer .right-wrapper .social-list {
        float: none;
    }

}

/* Tablet device */
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }
    #hero,
    #hero .hero-carousel .carousel-image {
        min-height: 682px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    section#twitter-feed .twitterfeed-carousel .tweet {
        text-align: left;
    }
    section#twitter-feed .twitterfeed-carousel p {
        max-width: 230px;
    }



    .big-logo {
        margin: 45px auto 80px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    /* Navigation mobile appear earlier */
    .navbar-default .navbar-collapse {
        margin-left: -6%;
        margin-right: -6%;
        background: #fff;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
        padding-bottom: 25px;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
        padding-right: 15px;
    }
    .navbar-nav>li {
        float: none;
        margin-bottom: 5px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    /* End Navigation */

    .btn.btn-menu.no-dropdown {
        font: 0/0 a;
    }
    .navbar-default li a {
        width: 100%;
        padding-left: 7%;
        padding-right: 7%;
    }
    .news-letter-mobile {
        padding-left: 6%;
        padding-right: 6%;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {


    /* section#news */ .news-item:not(.thumb) .img-wrapper {
        max-width: 30%;
    }
    /* section#news */ .news-item:not(.thumb) .caption {
        max-width: 70%;
    }
}
/* Desktop small screen */
@media (min-width: 992px) {
    .wrapper {
        width: 90%;
    }
    .modal-music .modal-lg {
        width: 90%;
        max-width:  1270px;
    }
    .button-menu-left {

    }
    .button-menu-right {
        display: inline-block;
        float: right;
        height: 100%;
    }

    .navbar-default .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    /* section#photo-gallery */ .photo-thumbnail .caption h3 {
        margin-top: 0;
    }


    /* section#news */ .news-item {
        font-size: 16px;
    }


    /* section#news */ .news-item:not(.thumb) .img-wrapper,
    /* section#news */ .news-item:not(.thumb) .img-wrapper > img {
        /*height: 100%;*/
    }


    footer {
        padding: 40px 0 30px;
    }
    footer #footer-nav {
        text-align: left;
        margin-bottom: 10px;
    }
    footer .right-wrapper {
        float: right;
        border-top: 0;
        padding-top: 0;
    }
    footer .right-wrapper .social-list {
        margin-top: 0;
    }
    footer a.newsletter {
        font-size: 22px;
        display: none;
    }
    footer a.newsletter {
        padding-left: 60px;
    }
    footer a.newsletter:before {
        width: 51px;
        height: 38px;
    }
    footer .footer-bottom {
        text-align: left;
        margin-top: 35px;
        padding-top: 35px;
    }
    footer .footer-bottom p {
        margin-bottom: 0;
    }

    footer .footer-bottom .footer-logo {
        max-width: 10%;
        float: left;
        margin-right: 30px;
        margin-top: 3px;
        margin-bottom: 0;
    }
    footer .footer-bottom .text {
        float: left;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    /* section#news */ .news-item:not(.thumb) .img-wrapper {
        max-width: 25%;
    }
    /* section#news */ .news-item:not(.thumb) .caption {
        max-width: 75%;
    }
}
@media (min-width: 1024px) {

    .navbar-nav {
        text-align: justify;
        float: none;
    }
    .navbar-nav:after {
        content: '';
        display: inline-block;
        width: 100%;
        clear: both;
    }
    .navbar-nav > li {
        display: inline-block;
        float: none;
    }
    .navbar-default .navbar-collapse {
        height: 50px !important;
    }
    .button-menu-right {
        margin-left: 10px;
    }
    .navbar-default .navbar-collapse > .dropdown + .dropdown {
        margin-right: 10px;
    }
    .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px){
    .navbar-header {
        display: none;
    }
    .navbar-nav>li>a {
        padding-left: 6px;
        padding-right: 6px;
    }
    .navbar-default .navbar-collapse > .dropdown > .btn {
        padding-right: 15px;
    }
    .navbar-default .navbar-collapse > .dropdown > .btn {
        font: 0/0 a;
    }
    .navbar-default .navbar-collapse > .dropdown > .btn .fa {
        font-family: 'FontAwesome';
        font-size: 16px;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 3px;
        left: auto;
    }
}
/* Desktop large screen */
@media (min-width: 1200px) {
    header .wrapper {
        width: 100%;
        max-width:  1330px;
    }
    .wrapper {
        width: 95%;
        max-width:  1270px;
    }

    header .navbar-brand {
        display: none;
    }

    /* section#videos */ .video-wrapper {
        background: #ffffff;
    }

    .navbar-default .container-fluid {
        padding: 0px;
    }
}

/* Desktop large screen */
@media (min-width: 1400px) {

    header .wrapper {
        width:  1330px;
    }
    .wrapper {
        width:  1270px;
    }

    .row .col-xl-4 {
        width: 33.33333333%;
    }
    .hidden-xl {
        /*display: none;*/
    }
    .visible-xl {
        display: block;
    }

    /* section#news */ .news-item:not(.thumb) .caption{
        padding: 20px 30px 40px;
    }
    /* section#news */ .news-item .caption .menu-bottom {
        left: 30px;
        right: 30px;
    }


    .modal-news .caption {
        /*font-size: 18px;*/
        /*line-height: 24px;*/
    }
    .modal-news h3 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .modal-news .date {
        font-size: 22px;
    }

    .button-menu-right {
        margin-left: 20px;
    }
    .navbar-default .navbar-collapse > .dropdown + .dropdown {
        margin-right: 20px;
    }

}