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

@font-face {
    font-family:'Tungsten-Medium';
    src: url('assets/fonts/Tungsten-Medium_gdi.eot');
    src: url('assets/fonts/Tungsten-Medium_gdi.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Tungsten-Medium_gdi.woff') format('woff'),
        url('assets/fonts/Tungsten-Medium_gdi.ttf') format('truetype'),
        url('assets/fonts/Tungsten-Medium_gdi.svg#Tungsten-Medium') format('svg');
    font-weight: 350;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}


@font-face {
    font-family: 'Tungsten-Bold';
    src: url('assets/fonts/Tungsten-Bold.eot');
    src: url('assets/fonts/Tungsten-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Tungsten-Bold.woff2') format('woff2'),
        url('assets/fonts/Tungsten-Bold.woff') format('woff'),
        url('assets/fonts/Tungsten-Bold.ttf') format('truetype'),
        url('assets/fonts/Tungsten-Bold.svg#Tungsten-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family:'RatioModern-Italic';
    src: url('assets/fonts/RatioModern-Italic_gdi.eot');
    src: url('assets/fonts/RatioModern-Italic_gdi.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/RatioModern-Italic_gdi.woff') format('woff'),
        url('assets/fonts/RatioModern-Italic_gdi.ttf') format('truetype'),
        url('assets/fonts/RatioModern-Italic_gdi.svg#RatioModern-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

body {
    background:url(assets/img/bg.png) center top repeat-y #fff;
    background-size:100% auto;
    font-family: 'Tungsten-Medium', sans-serif;
    font-size:28px;
    color:#282828;
    padding-top:80px;
    -webkit-font-smoothing: antialiased;    
}

a {
    color:#b58f47;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;     
}

a:focus,
a:active:hover,
a:hover {
    color:#282828;
   
}

p {
    margin: 0px 0 20px;
}


.btn-default {
    border: 0;
    padding: 5px 30px;
    background-color: #b58f47;
    border-radius: 0;
    color: #fff;
    font-size: 32px;
    margin:0 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}

.btn-default:focus,
.btn-default:active:hover,
.btn-default:hover {
    border: 0;
    background-color: #282828;
    color: #fff;
}

#gform_submit_button_1 {
    border: 0;
    padding: 5px 35px;
    background-color: #282828;
    border-radius: 0;
    color: #fff;
    font-size: 34px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;  
}

#gform_submit_button_1:focus,
#gform_submit_button_1:active:hover,
#gform_submit_button_1:hover {
    border: 0;
    background-color: #282828;
    color: #b58f47;  
}

/*header*/

.logo {
    width:310px;
    height:auto;
    max-width:100%;
    display:inline-block;
}

.navbar-nav>li>a {
    color:#282828;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.navbar-nav>li.current_page_item>a,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active:hover,
.navbar-nav>li>a:hover {
    color:#b58f47;
    background:transparent;
    text-decoration: none;
}

label {
    font-weight:normal;
}

.form-wrapper,
.form-inline {
    display: inline-block;
    vertical-align: bottom;
    width: 410px;
}

.form-inline .form-control::-webkit-input-placeholder {
    color: #333333;
    -webkit-font-smoothing: antialiased;    
}

.form-inline .form-control:-moz-placeholder { /* Firefox 18- */
    color: #333333;  
    -webkit-font-smoothing: antialiased;    
}

.form-inline .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #333333;  
    -webkit-font-smoothing: antialiased;    
}

.form-inline .form-control:-ms-input-placeholder {  
    color: #333333;  
    -webkit-font-smoothing: antialiased;    
}

.form-inline .form-control {
    background: #f2f1f0;
    color: #333333;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 30px 35px 25px 15px;
    width: 415px;
    font-size: 27px;
    margin-left: 11px;
    -webkit-font-smoothing: antialiased;    
}

.form-group {
    position: relative;
}

.newsletter-btn {
    background:url(assets/img/mail-icon.png) center 0 no-repeat transparent;
    background-size: 100% auto;
    width: 32px;
    position: absolute;
    height: 21px;
    top: 0;
    right: 15px;
    left: auto;
    bottom: 0;
    margin: auto;
    padding: 0;
    text-indent: -9999px;
}

.newsletter-btn:focus,
.newsletter-btn:active:hover,
.newsletter-btn:hover {
    background:url(assets/img/mail-icon.png) center -21px no-repeat transparent;
    background-size: 100% auto; 
}

.page-title {
    text-transform: uppercase;
    font-size: 46px;
    margin: 20px auto 60px auto;
}

h2.page-title {
    text-transform: uppercase;
    font-size: 46px;
    margin: 80px auto 20px auto;
}

/*slider*/

.slider {
    margin:20px auto 150px auto;
}

.slider-item {
    min-height: 692px;
    background-size: cover!important;
    background-position: center top!important;
}

.slider-label {
    color: #fff;
    background: #373737;
    display: inline-block;
    position: absolute;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
    top: 30%;
    left: 9%;
    z-index: 1;
}

.slider .artist-name {
    display: inline-block;
    position: absolute;
    top: 36%;
    left: 12%;
    z-index: 0;
    max-width: 510px;
    box-shadow: 0 0 0 rgba(180, 142, 70, 0.95), -20px 0 0 rgba(180, 142, 70, 0.95);
}

.slider .artist-name span {
    color: #fff;
    background: rgba(180, 142, 70, 0.95);
    display: inline;
    text-transform: uppercase;
    font-size: 110px;
    letter-spacing: 20px;
    padding: 0;
    line-height: 1.2;
    box-shadow: 20px 0 0 rgba(180, 142, 70, 0.95), 0 0 0 rgba(180, 142, 70, 0.95);
}

.slider-link {
    color: #fff;
    background: #373737;
    display: inline-block;
    position: absolute;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 4px;
    top: 75%;
    left: 29%;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}

.slider-link:focus,
.slider-link:active:hover,
.slider-link:hover {
    color: #fff;
    background: #b58f47;
    text-decoration: none;     
}

.owl-nav {
    position: absolute;
    right: -40px;
    top: auto;
    bottom: 180px;
    margin: auto;
    left: auto;
    height: 100px;
}

.owl-dots {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 30px 0;
}

.owl-dot {
    display: inline-block;
    height: 20px;
    width: 3px;
    background: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin:0 3px;
}

.owl-dot:nth-child(even) {
    height: 10px;
}

.owl-dot.active {
    height: 30px;
    background:#d29e2e;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-prev, .owl-next {
    background: url(assets/img/left-arrow.png) center center rgba(55, 55, 55, 0.90) no-repeat;
    background-size: 14px auto;
    padding: 40px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}

.owl-next {
    background: url(assets/img/right-arrow.png) center center rgba(180, 142, 70, 0.90) no-repeat;
    background-size: 14px auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;  
}

.owl-prev:focus,
.owl-prev:active:hover,
.owl-prev:hover {
    background: url(assets/img/left-arrow.png) center center rgba(55, 55, 55, 1) no-repeat;
    background-size: 14px auto;    
}

.owl-next:focus,
.owl-next:active:hover,
.owl-next:hover {
    background: url(assets/img/right-arrow.png) center center rgba(180, 142, 70, 1) no-repeat;
    background-size: 14px auto;  
}

/*content*/

section {
    padding:40px 0;
}

.section-label {
    text-transform: uppercase;
    color: #b58f47;
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom:50px;
    display:block;
}

.date {
    text-transform: uppercase;
    color: #b58f47;
    font-size: 34px;
    letter-spacing: 1px;
    display:block;
}

.news .news-item {
    margin-top:160px;
}

.news .news-single-image {
    margin-bottom:20px;
}

.news  > .container > .row:nth-child(2) .news-item {
    margin-top:60px;
}

.news-title {
    font-size: 52px;
    line-height: 1.2;
    color: #282828;
    margin:0 0 20px 0;
}

.news-item p {
    font-size: 32px;
    line-height: 1.5;
    color: #282828;
    margin-bottom: 40px;
}

.news-thumb {
    width: 100%;
    height: auto;
    margin: 11px 0 20px 0;
}

.news-interact-wrapper {
    float:left;
    width:30%;
}

.news-interact-wrapper .btn-default {
    margin:0;
    width:100%;
}

.news-content-wrapper {
    float: left;
    width: 67%;
    margin-left: 3%;
}

.news-item .btn-default {
    margin:0;
}

.home .news-item {
    padding-right:20px;
}

.social-sharing {
    float:right;
    margin:5px auto;
}

.fb_iframe_widget span {
    vertical-align: middle!important;
    position: relative;
    top:-2px;
}

.lyric-item-wrapper {
    background: url(assets/img/quotes-bg.png) left top no-repeat;
    background-size:auto 100%;
}

.lyric-item blockquote {
    text-transform: uppercase;
    font-size: 50px;
    font-style: italic;
    line-height: 1.5;
    font-family:'RatioModern-Italic', sans-serif;   
    border-left:0; 
    padding:0;
}

.more-lyric {
    padding:8px 0;
    font-size:34px;
    color: #b58f47;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;   
}

.more-lyric:focus,
.more-lyric:active:hover,
.more-lyric:hover {
    text-decoration: none;   
}

.instagram-wrapper {
    padding:0!important;
}

.instagram-title {
    font-size: 75px;
    margin: 90px auto 70px auto;
}

.instagram-item {
    display: block;
    float: left;
    width: 31.3333%;
    margin: 1%;
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
    background:#000;
}

.instagram-item img {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.more-photos {
    font-weight:400;
    font-style: italic;
    font-size:14px;
    text-transform: lowercase;
    color:#687555;
    letter-spacing: 2px;
    margin-top:40px;
    display:inline-block;
}

.more-photos:focus,
.more-photos:hover{
    color:#fff;
}

.twitter-wrapper {
    font-size:0;
}

.twitter-item {
    background-size:cover !important;    
    background-position: center center; 
    display: block;
    float:left;
    font-size: 30px;
    width: 33%;
    background: #b58f47;
    color: #fff;
    padding: 36px;
    height:275px;
    overflow: hidden;
    position: relative;
}

.twitter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-position: center center;
    background-size: cover;
    opacity:1;
}

.twitter-item:hover .twitter-overlay {
    opacity:0.1;
}

span.twitter-item:after {
    background: url(assets/img/twitter-white.png) center center no-repeat;
    background-size: 30px auto;
    content: '';
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
}

.twitter-item a {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; 
}

.twitter-item a:focus,
.twitter-item a:active:hover,
.twitter-item a:hover {
    color: #fff;
    text-decoration: underline;     
}

.twitter-item:nth-child(9),
.twitter-item:nth-child(7),
.twitter-item:nth-child(2) {
    background: #282828;
}

.twitter-item:nth-child(4),
.twitter-item:nth-child(8),
.twitter-item:nth-child(6) {
    background: #f1f0ef;
    color:#282828;
}

.twitter-item:nth-child(4):after,
.twitter-item:nth-child(8):after,
.twitter-item:nth-child(6):after {
    background: url(assets/img/twitter-black.png) center center no-repeat;
    background-size: 30px auto;
}

.twitter-item:nth-child(4) a,
.twitter-item:nth-child(8) a,
.twitter-item:nth-child(6) a {
    color:#282828;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;  
}

.twitter-item:nth-child(4) a:hover,
.twitter-item:nth-child(4) a:focus,
.twitter-item:nth-child(4) a:active:hover,
.twitter-item:nth-child(8) a:hover,
.twitter-item:nth-child(8) a:focus,
.twitter-item:nth-child(8) a:active:hover,
.twitter-item:nth-child(6) a:hover,
.twitter-item:nth-child(6) a:active:hover,
.twitter-item:nth-child(6) a:focus { 
    color:#282828;
    text-decoration: underline;    
}

.tour .row:not(:first-child) {
    border-bottom:4px solid #ededed;
    background-color: transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;  
}

.tour .row:not(:first-child):hover {
    background-color: #efefef;
}

.tour .row:not(:first-child) span {
    padding:30px 0;
    font-size:40px;
    display:inline-block;
}

.tour .row:not(:first-child) .btn {
    margin:30px 0;
}

.tour .section-label {
    margin-bottom:0;
}

.videos .video-item {
    margin-top:60px;
}

.video-thumb {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.video-item-inner {
    position: relative;
    display: block;
    padding-bottom:56%;
    background-position:center center;
    background-size:cover;
}

.video-item-inner:after {
    background: url(assets/img/play.png) center center no-repeat;
    background-size:cover;
    width:109px;
    height:126px;
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;  
}

.video-item-inner:hover:after {
    opacity: 0.5;    
}

.video-title, .album-title {
    font-size: 44px;
    margin: 40px 0 30px 0;
}

section.prayer {
    margin-top:100px;
}

.btn.prayer {
    padding: 30px 30px 30px 130px;
    width: 300px;
    white-space: inherit;
    text-align: left;
    font-size: 30px;
    background: url(assets/img/book-icon.png) 15% center no-repeat #b58f47;
    background-size: 70px auto;
    margin: auto;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}

.btn.prayer:focus,
.btn.prayer:active:hover,
.btn.prayer:hover {
    background: url(assets/img/book-icon.png) 15% center no-repeat #282828;
    background-size: 70px auto;  
}

.artist-wrapper {
    font-size:0;
}

.artist-item {
    position: relative;
    width: 25%;
    display: inline-block;
    margin-bottom: 100px;
    padding: 0 3px;
    background-size: 98%;
    padding-bottom: 12%;
    background-repeat: no-repeat;
}

.artist-item span {
    font-size: 34px;
    position: absolute;
    bottom: -25px;
    background: rgba(180, 142, 70, 0.95);
    color: #fff;
    text-transform: uppercase;
    left: 30px;
    letter-spacing: 4px;
    padding: 10px 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;        
}

.artist-item:hover span {
    background: rgba(55, 55, 55, 0.95);      
}

.artist-photo-single {
    width: 700px;
    max-width: 100%;
}

/*artist single*/

.section-title {
    color: #b58f47;
    text-transform: uppercase;
    font-size: 130px;
    letter-spacing: 10px;
    padding: 80px 0 40px 0;
    margin:0;
}

.sidebar {
    position: absolute;
    left: -3px;
    width: 100%;
}

.sidebar.fixed {
    position: fixed;
    top:10px;
}

.sidebar .scroller-nav.navbar-nav {
    position:absolute; 
    top:190px;
    padding-left:0;
}

.sidebar .scroller-nav.navbar-nav li {
    list-style-type:none;
    border:3px solid transparent;
    padding:0 15px 0 200px;
    display:none;
    float:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar .scroller-nav.navbar-nav li.active {
    border:3px solid #b58f47;
    background:#fff;
}

.sidebar .scroller-nav.navbar-nav li:focus a,
.sidebar .scroller-nav.navbar-nav li:hover a {
    color:#282828;
}

.sidebar .scroller-nav.navbar-nav li a {
    color:#b58f47;
    text-transform: uppercase;
    padding:25px 0;
    font-size:42px;
}

.sidebar .scroller-nav.navbar-nav li a:focus,
.sidebar .scroller-nav.navbar-nav li a:hover {
    text-decoration: none;
}

.artist-title {
    display: inline-block;
    box-shadow: 0 0 0 rgba(180, 142, 70,1), -20px 0 0 rgba(180, 142, 70,1);
    /* background: rgba(180, 142, 70,1); */
    padding: 14px 0;
    margin: 60px 30px 40px 20px;
}

.artist-title span {
    color: #fff;
    background: rgba(180, 142, 70,1);
    display: inline;
    text-transform: uppercase;
    font-size: 140px;
    letter-spacing: 10px;
    padding: 0;
    line-height: 1;
    box-shadow: 20px 0 0 rgba(180, 142, 70,1), 0 0 0 rgba(180, 142, 70,1);
    /* padding: 20px 0; */
}

.artist-banner {
    margin-top:20px;
    margin-bottom:40px;
}

.artist-single .lyric-item-wrapper {
    border: 130px solid transparent;
}

.album-item {
    display:inline-block;
    width:464px;
    max-width:100%;
}

.album-item .btn {
    margin:10px 0 0 0;
}

.artist-single .video-item img {
    display:inline-block;
}


.artist-single .slider {
    margin:20px auto;
}


.artist-single .owl-nav {
    top: 20px;
    bottom: auto;
}

/*timeline*/

.timeline-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 330px;
    margin: auto;
    left: 0;
    height: 80px;
    width: 1060px;
}

.timeline .slider-fade {
    position: absolute;
    top: 1020px;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 400px;
    pointer-events:none;
}

.timeline .slider-fade.left {
    left:0;
}

.timeline .slider-fade.right {
    right:0;
}

.timeline-carousel .owl-next {
    position: absolute;
    background-color:rgba(55, 55, 55, 0.90);
    right: 0;
}

.timeline-carousel .owl-prev {
    position: absolute;
    left: 0;
}

.timeline-wrapper {
    width: 800px;
    margin: auto;
}

.timeline-item {
    width: 500px;
    margin: auto;
}

.timeline-carousel .timeline-image {
    background:#fff;
    border: 15px solid #fff;
    -webkit-box-shadow: 0 0 100px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 100px rgba(0,0,0,0.5);
    box-shadow: 0 0 100px rgba(0,0,0,0.5);
    margin: 65px auto;
    min-height:500px;
    position: relative;
}


.timeline-carousel .timeline-item img {
    margin: auto;
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.timeline-item .date {
    font-family: 'Tungsten-Bold', sans-serif;
    font-size: 70px;
    line-height: 1;
}

.timeline-item .info {
    padding-left: 25px;
    margin-left: 25px;
    border-left: 3px solid #231f20;
    font-size: 26px;
    line-height: 1.2;
}

.timeline-item .info .single-line {
    margin: 20px 0;
    display: inline-block;
}

.timeline-item .media-left {
    padding:0;
}

.timeline-carousel-nav:after {
    content: '';
    display: inline-block;
    height: 19px;
    width: 2px;
    background: #000;
    margin:0px 3px 0 7px;
}

.timeline-carousel-nav:last-of-type:after {
    display:none;
}

/*lyrics*/

.lyrics-item {
    background:#efefef;
    margin-bottom:30px;
    padding:10px;
}

.lyrics-item .album-info,
.lyrics-item .track-info {
    width:50%;
    float:left;
    padding:10px;
}

.lyrics-item .album-info > div {
    background:#b58f47;
    color:#fff;
    text-align:center;
    padding:15px;
    margin-bottom:15px;
}

.lyrics-item .track-info {
    margin-top:120px;
}

.lyrics-item .track-info ul {
    margin:0 0 0 20px;
    padding:0;
}

.lyrics-item .track-info ul li {
    list-style-type:none;
    margin:0;
    padding:0;
}

.lyrics-item .track-info ul li a {
    color:#282828;
}

.lyrics-item .track-info ul li a:focus,
.lyrics-item .track-info ul li a:hover {
    color:#b58f47;
    text-decoration: none;
}

.lyric-single .lyrics-item .album-info {
    width:35%;
}

.lyric-single .lyrics-item .track-info {
    width:65%;
}

.lyric-single .lyrics-item .track-info {
    margin-top:0;
    padding-left:40px;
}

.lyric-single .track-title {
    font-size: 42px;
    margin-bottom: 10px;
}

.lyric-single .album-image {
    margin-bottom: 30px;
}

.lyric-single .copyright-info {
    border-bottom:1px solid #ccc;
    margin-bottom:30px;
    padding-bottom:30px;
    border-top:1px solid #ccc;
    margin-top:30px;
    padding-top:30px;
    font-size:75%;
}


.submit-btn {
    background: transparent;
    background-size: 100% auto;
    width: 32px;
    position: absolute;
    height: 32px;
    top: 0;
    right: 15px;
    left: auto;
    bottom: 0;
    margin: auto;
    padding: 0;
    color:#b58f47;
    font-size:24px;
}

.submit-btn:focus,
.submit-btn:active:hover,
.submit-btn:hover {
    background: transparent;
    background-size: 100% auto; 
    color:#282828;
}

.form-wrapper.lyrics {
    margin:0 auto 60px auto;
    display:block;
    width:380px;
    max-width:100%;
}

.lyrics .form-inline {
    margin:auto;
    display:block;
    width:380px;
    max-width:100%;
}

.form-wrapper.lyrics .form-control {
    width:380px;
    max-width:100%;
    margin:auto;
}

.page-numbers {
    font-size: 40px;
    display: inline-block;
    margin: 60px 12px;
}

/*footer*/

footer {
    padding:0 0 60px 0;
}

footer p {
    font-size: 26px;
    margin: 0;
    line-height: 1.8;
}

footer a {
    color:#282828;
}

footer a:focus,
footer a:active:hover,
footer a:hover {
    color:#282828;
    text-decoration: underline;
}

footer .logo {
    display: block;
    max-width: 230px;
    margin: 60px auto 20px auto;
}

footer .logo:focus,
footer .logo:active:hover,
footer .logo:hover {
    opacity: 0.6;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;      
}

.footer-nav {
    float:none;
    display: inline-block;
    margin:30px auto;
}

.navbar-nav.footer-nav>li>a {
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 28px;
}

.social-icon {
    margin:0 0 15px 0;
    display:inline-block;
}

.social-icon:hover {
    color:#b58f47;
}

/* 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;
}

.popup-wrapper {
    padding:0 100px;
    max-width:100%;
}

.popup-wrapper input::-webkit-input-placeholder {
   color: #fff;
}

.popup-wrapper input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.popup-wrapper input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.popup-wrapper input:-ms-input-placeholder {  
   color: #fff;  
}

.popup-wrapper textarea::-webkit-input-placeholder {
   color: #fff;
}

.popup-wrapper textarea:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.popup-wrapper textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.popup-wrapper textarea:-ms-input-placeholder {  
   color: #fff;  
}

.popup-wrapper {
    color:#fff;
    text-transform: uppercase;
}

.popup-wrapper .title {
    margin:0;
    font-size:58px;
    color:#fff;
}

.popup-wrapper p {
    font-size: 28px;
    text-transform: none;
}

.fancybox-skin-prayer .fancybox-skin,
.fancybox-skin-prayer.fancybox-opened .fancybox-skin {
    background: transparent;
    box-shadow: none;
}

.fancybox-close {
    background: url(assets/img/close.png) center center no-repeat;
    background-size: 100% auto;
    top: 10%;
    right: 10%;
    width: 50px;
    height: 50px;
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition:opacity 0.3s ease-in-out;
    -o-transition:opacity 0.3s ease-in-out;
    -ms-transition:opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out;
}

.fancybox-skin .fancybox-close {
    background: url(assets/img/close.png) center center no-repeat;
    background-size: 100% auto;
    top: 4%;
    right: -10%;
    width: 50px;
    height: 50px;
}

/*.fancybox-wrap {
    top:10%!important;
}*/

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top:0;
}

body .gform_wrapper .top_label .gfield_label {
    display: none;
}

body .gform_wrapper .hidden_label input.large, body .gform_wrapper .hidden_label select.large, body .gform_wrapper .top_label input.large, body .gform_wrapper .top_label select.large, body .gform_wrapper textarea.medium {
    width: 100%;
    border: 0;
    background: rgba(255,255,255,0.2);
    color: #fff;
    margin: 0;
    padding: 15px;
    font-size: 32px;
    text-transform: uppercase;
}

body .gform_wrapper textarea.medium {
    height:5.375em;
    padding:15px 25px;
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 23px;
}

input[type=radio] {
    display: none;
}

label:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 0;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: rgba(255,255,255,0.3);
    box-shadow: 0;
}

.radio label:before {
    border-radius: 8px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 80px;
    text-align: center;
    line-height: 35px;
}

body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
    vertical-align: middle;
    padding-left: 50px;
    font-size: 30px;
    margin: 0;
    padding-top: 20px;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, body .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight:normal;
}

@media (min-width: 768px) {
    .collapse {
         display: inline-block; 
         vertical-align: middle;
         margin: 0 50px;
    }

    .navbar-nav>li>a {
        text-transform: uppercase;
        padding:0 18px;
        font-size: 34px;
    }

    .media .col-sm-8 {
        width: 60.666667%;
    }

    .media .col-sm-4 {
        width: 39.333333%;
    }

    .tour .col-sm-2 {
        width: 10.666667%;
    }

    .tour .col-sm-4 {
        width: 39.3%;
    }

}

@media (min-width: 1270px) {
    .container.wider {
        width: 1200px;
    }


    .artist-single .container.wider {
        padding-left: 303px;
    }

    .sidebar {
        position: absolute;
        left: -83px;
        width: 100%;
    }

}

@media (min-width: 1500px) {
    .container.wider {
        width: 1400px;
    }

    .artist-single .container.wider {
        padding-left: 333px;
    }

    .sidebar {
        position: absolute;
        left: -63px;
        width: 100%;
    }

}

@media (min-width: 1770px) {
    .container.wider {
        width: 1700px;
    }

    .container {
        width: 1400px;
    }

    .artist-single .container.wider {
        padding-left: 403px;
    }

    .sidebar {
        position: absolute;
        left: -3px;
        width: 100%;
    }

}

@media (max-width: 1769px) {

    .logo {
        width: 237px;
    }

    .collapse {
        margin: 0 20px;
    }

    .navbar-nav>li>a {
        font-size: 30px;
    }    

    .form-inline .form-control {
        width:312px;
    }
    
    .form-wrapper,
    .form-inline {
        width:298px;
    }

    .timeline-carousel .owl-nav {
        width: 800px;
    }

    .timeline-wrapper {
        width:600px;
    }

    .home .album-item img {
        height:382px;
        width:auto;
        margin:0;
    }

}

@media (max-width: 1499px) {

    .form-wrapper {
        display:none;
    }

    .collapse {
        margin: 0 24px;
    }

    a.newsletter-btn {
        display: inline-block!important;
        position: static;
        text-indent: 0;
        font-size: 30px;
        line-height: 0.7;
        width: 98px;
        vertical-align: middle;
        text-transform: uppercase;
        background: url(assets/img/mail-icon.png) left 0 no-repeat transparent;
        background-size: 28px auto;
        text-align: right;
        transition:none;
    }

    a.newsletter-btn:focus,
    a.newsletter-btn:active:hover,
    a.newsletter-btn:hover {
        background: url(assets/img/mail-icon.png) left -20px no-repeat transparent;
        background-size: 28px auto;
    }

    .artist-item span {
        font-size: 25px;
        left:15px;
    }

    .artist-single .twitter-item {
        font-size:27px;
    }

}


@media (max-width: 1269px) {

    .collapse {
        margin: 0px 8px;
    }

    .artist-single .container.wider {
        padding-left: 303px;
    }

    .sidebar {
        position: absolute;
        left: -83px;
        width: 100%;
    }

}

@media (max-width: 1199px) {

    .logo {
        width: 216px;
    }
      
    .navbar-nav>li>a {
        font-size: 26px;
        padding: 0 15px        
    }

    a.newsletter-btn {
        width: 30px;
        text-align: center;
        text-indent: -9999px;
        overflow: hidden;
        padding:0;
        float: right;
        margin-top: 11px;
    }

    .artist-item {
        width: 33%;
        padding-bottom: 17%;
    }

    .artist-single .lyric-item-wrapper {
        border: 60px solid transparent;
    }

    .sidebar {
        left: -123px;
    }

    .timeline .slider-fade {
        width: 110px;
        height: 770px;
    }

    .timeline-wrapper {
        width: 550px;
    }


    .timeline-carousel .owl-nav {
        width: 680px;
    }

    .lyrics-item .album-info > div {
        position: absolute;
        width: 85%;
        left: 0;
        right: 0;
        margin: auto;
        top:20px;
    }

    .lyrics-item .album-info, .lyrics-item .track-info {
        padding-top: 100px;
    }

    .lyrics-item .track-info {
        margin-top: 0;
    }    

    .lyric-single .lyrics-item .album-info, .lyric-single .lyrics-item .track-info {
        padding:10px;
    }

    .lyric-single .lyrics-item .album-info > div {
        position: static;
        margin-bottom:15px;
        width:100%;
    }

    .home .album-item img {
        height: 314px;
        width:auto;
    }


    .lyric-item blockquote {
        font-size: 40px;
    }

    .collapse {
        margin: 0 10px;
    }

    .artist-single .twitter-item {
        font-size: 25px;
        padding: 15px;
    }

}

@media (max-width: 991px) {
    .navbar-toggle .icon-bar {
        background: #282828;
        width: 32px;
        height: 5px;
    }

    .toggle-text {
        text-transform: uppercase;
        text-align: right;
        font-size: 20px;
        display: block;
        vertical-align: middle;
        padding: 0;
        width: 85px;
        line-height: 0.9;
    }

    .navbar-toggle {
        display:inline-block;
        position: relative;
        float: none;
        padding: 0;
        margin:3px 0 0 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .collapse {
        display: none!important;
    }

    .collapse.in {
        display: block!important;
    }
 
    a.newsletter-btn {
        display:none !important;
    }

    .navbar-nav>li {
        float: none;
        text-align: center;
        margin: 25px 0;
    }

    header {
        position: relative;
    }

    nav .navbar-nav {
        margin:7.5px 0;
        float:none;
    }

    .menu-wrapper {
        position: absolute;
        background: #282828;
        right: 0;
        margin: 0;
        top: 48px;
        z-index: 99;
        width: 100%;
    }

    nav .navbar-nav>li>a {
        color: #fff;
    }

    nav .navbar-nav>li>a:focus,
    nav .navbar-nav>li>a:active:hover,
    nav .navbar-nav>li>a:hover {
        color: #b58f47;
    }


    .tour-item {
        width: 320px;
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .tour-item .media-left {
        min-width:75px;
    }

    .tour .row:not(:first-child) span {
        padding: 0;
    } 

    .tour .owl-nav {
        position: absolute;
        top: -57px;
    }   

    .owl-nav {
        right:-20px;
    }

    .tour .owl-dots {
        display:none!important;
    }

    .tour .slider {
        margin-bottom:0;
        padding-right: 70px;
    }

    .twitter-item {
        font-size: 22px;
        padding: 15px;
        height: 195px;
    }    

    .lyric-item-wrapper {
        margin-top:50px;
        padding-top:20px;
        background: url(assets/img/quotes-bg.png) 15px top no-repeat;
        background-size: auto 100%; 
        clear: both;       
    }

    .section-label {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .slider {
        margin: 20px auto 0 auto;
    }

    .fancybox-skin .fancybox-close {
        top: -30px;
        right: 15px;
        width: 30px;
        height: 30px;
    }

    .fancybox-close {
        top: 55px;
        right: 10%;
        width: 30px;
        height: 30px;
    }    

    .artist-item {
        width: 50%;
        padding-bottom: 25%;
    }

    .news > .container > .row:nth-child(2) > div:nth-child(2) >.news-item,
    .news .news-item {
        margin-top:100px;
    }

    .sidebar {
        left: -163px;
    }

    .artist-single .container.wider {
        padding-left:20px;
    }

    .lyrics-item .album-info, .lyrics-item .track-info {
        padding-top: 10px;
    }

    .lyrics-item .album-info > div {
        position: static;
        width:100%;
        margin-bottom:15px;
    }

    .lyrics-item .track-info {
        margin-top:120px;
    }

    .home .album-item img {
        height: 240px;
        width:auto;
    }

    .video-item-inner:after {
        width: 59px;
        height: 66px;
    }

    .sidebar {
        display:none;
    }

    .tour-item .btn-default {
        margin:15px 0 0 0;
    }

}

@media (max-width: 767px) {

    body {
        background:url(assets/img/bg-mobile.png) center top no-repeat #fff;
        background-size:cover;
        padding-top:20px;
    }

    .container {
        padding-left:20px;
        padding-right:20px;
    }

    .logo {
        width: 210px;
        margin-top: 4px;
    }

    .slider {
        margin-bottom:20px;
    }

    .slider-item {
        min-height: 425px;
        background-size: auto 340px !important;
        background-position: center top!important;
        background-repeat: no-repeat;
        border-left: 6px solid #fff;
        border-right: 6px solid #fff;
    }  

    .slider .artist-name {
        top: 58%;
        max-width:430px;
    }

    .slider .artist-name span {
        font-size: 50px;
        letter-spacing: 10px;
    }

    .slider-label {
        padding: 8px 30px;
        font-size: 20px;
        top: 54%;
        letter-spacing: 4px;
        left: 0%;
    }

    .slider-link {
        padding: 10px 30px;
        font-size: 18px;
        letter-spacing: 4px;
        top: auto;
        bottom: 0;
        left: 183px;
    }

    .owl-nav {
        position: absolute;
        right: -20px;
        top: auto;
        bottom: auto;
        margin: auto;
        left: auto;
        height: 100px;
        top: 20px;
    }

    .owl-dots {
        display:none!important;
    }

    .owl-prev, .owl-next {
        padding: 40px 20px;
    }

    .btn.prayer {
        max-width: 100%;
        padding: 10px 10px 10px 60px;
        font-size: 22px;
        background: url(assets/img/book-icon.png) 6% center no-repeat #282828;
        background-size: 30px auto;
    }

    .btn.prayer:focus,
    .btn.prayer:active:hover,
    .btn.prayer:hover {
        background: url(assets/img/book-icon.png) 6% center no-repeat #b58f47;
        background-size: 30px auto;
    }

    section {
        padding: 20px 0;
    }

    .news-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .news-item p {
        font-size: 26px;
    }


    .lyric-item p {
        font-size: 26px;
    }    

    .more-lyric span {
        display:block;
    }

    .more-lyric:after {
        display:none;
    }

    .instagram-item {
        width: 48%;
    }

    .twitter-wrapper .twitter-item {
        display:none;
    }

    .twitter-wrapper .twitter-item:nth-child(-n+3) {
        display:block;
        width:100%;
    }

    .twitter-item {
        font-size: 26px;
        padding: 30px 20px;
        height: 225px;
    }

    .tour .owl-nav {
        right: -20px;
    }   

    .video-item {
        margin-bottom:40px;
    }

    .video-item-inner:after {
        width: 59px;
        height: 66px;
    }

    .video-title, .album-title {
        font-size: 34px;
        margin: 20px 0;
    }

    footer p {
        font-size: 25px;
        line-height: 1.2;
    }

    body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
        font-size: 22px;
        padding-top:0;
        padding-bottom:22px;
    }

    label:before {
        top: 0px;
        bottom:auto;
    }

    .popup-wrapper {
        padding:0 15px;
    }

    .popup-wrapper .title {
        margin: 10px 0 0 0;
        font-size: 38px;
    }

    .popup-wrapper p {
        font-size: 22px;
    }

    body .gform_wrapper .hidden_label input.large, body .gform_wrapper .hidden_label select.large, body .gform_wrapper .top_label input.large, body .gform_wrapper .top_label select.large {
        padding: 8px 15px;
        font-size: 28px;
    }

    .tour .slider {
        padding-right: 0;
    }

    .artist-item {
        width: 320px;
        padding-bottom: 140px;
        max-width: 100%;
        margin: 0 auto 100px auto;
        display: block;
    }

    .timeline-wrapper,
    .timeline-item {
        width:300px;
    }

    .timeline .slider-fade {
        display:none;
    }

    .timeline-info .media-left,
    .timeline-info .media-body {
        display:block;
        width:auto;
    }

    .timeline-item .info {
        display:block;
        border:0;
        margin:15px 0 0 0;
        padding:0;
    }

    .timeline-carousel .owl-nav {
        width:100%;
    }

    .lyrics-item .album-info, .lyrics-item .track-info {
        width: 100%;
        float: left;
        padding: 10px;
    }

    .lyrics-item .track-info {
        margin-top: 10px;
    }

    .lyrics-item .track-info ul {
        margin:0;
    }

    .lyric-single .lyrics-item .album-info,
    .lyric-single .lyrics-item .track-info {
        width:100%;
    }

    .lyric-single .lyrics-item .track-info {
        padding:10px;
    }

    .home .album-item img {
        height: auto;
        width:auto;
    }

    .lyric-item blockquote {
        font-size: 20px;
    }

    .more-lyric {
        font-size: 28px;
    }

    .fancybox-opened {
        z-index: 99999;
    }

    .fancybox-skin .fancybox-close {
        top: -30px;
        right: 0;
        width: 20px;
        height: 20px;
    }

    .fancybox-close {
        top: 20px;
        margin: auto;
        left: 0;
        right: 0;
        width: 20px;
        height: 20px;
        z-index: 999999;
    }
}

@media (max-width: 500px) {

    .slider-link {
        left: 90px;
    }

    .artist-title {
        padding: 7px 0;
    }

    .artist-title span {
        font-size: 70px;
    }

    .section-title {
        font-size: 80px;
        padding: 40px 0 20px 0;
    }    

}
