@import url(/scripts/assets/plugins/scrollbar/css/jquery.mCustomScrollbar.css);
@import url(/scripts/assets/css/pages/profile.css);

/* Layout */

.content {
    padding-top: 20px;
    padding-bottom: 40px;
}

.testimonials .item img {
	padding-right: 15px;
	margin-bottom: 10px;
}

.daily-min-height {
	min-height: 237px;
	border-bottom: 1px solid #FF9900;
}


	
.carousel-inner {
	min-height: 170px;
}

.carousel-inner .item {
	padding-left: 0px;
	padding-right: 0px;
	z-index: 100;
}

.carousel-control {
	top: 27px;
	font-size: 30px;
	z-index: 101;
	opacity: 0.1;
}

.carousel-control:hover {
	color: #e27c20;
	opacity: 0.6;
}

.carousel-control:active {
	opacity: 0.1;
}

.carousel-control.left {
	left: -2%;
	background-image:none;
	top: 40%;
	color: #d35400;
}
.carousel-control.right {
	right: -2%;
	background-image:none;
	top: 40%;
	color: #d35400;
}

.livebroadcast .owl-carousel-v1 .item {
    background:#F3F3F3;
	padding: 10px;
}

.livebroadcast .owl-carousel-v1 .item img{
	width: 40px;
	padding: 5px;
}


.livebroadcast .easy-block-v1 .item {
   min-height: 80px;
   padding-top: 15px;
}

.livebroadcast .easy-block-v1 .item .livetitle {
    line-height: 20px;
	font-weight:500;
	font-size: 16px;
	padding-top: 5px;
}

.livebroadcast .easy-block-v1 .livedatetime {
	line-height: 1.2 !important;
	margin-bottom: 15px;
	font-style: italic;
	font-size: 13px;
}

.livebroadcast .rgba-default .live {
   background-color: rgb(136, 40, 194);/* purple */
}


.livebroadcast .carousel-indicators li {
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #FF9900;
}

.livebroadcast .carousel-indicators .active {
	background-color: #FF9900;
}

.livebroadcast .carousel-indicators {
	top: -8px;
	left: 30%;
	text-align: left;
}

	
	.livebroadcast .easy-block-v1 {
   		padding: 0px 0px 0px 0px;
	}
		
	.livebroadcast .easy-block-v1 .easy-block-v1-badge {
		right: 0px;
		left: 0px;
		top: 0px;
		font-size: 11px;
	}
	
	.livebroadcast .rgba-default {
    	background-color: rgb(252, 127, 22);
	}
	.livebroadcast .carousel-indicators {
		top: 3px;
		text-align: right;
		padding-right: 10px;
		width: 100%;
	}
		@media (max-width: 766px) {
			.livebroadcast .carousel-indicators {
				top: 1px;
			}
		}
	
	.livebroadcast .carousel-indicators .active {
		background-color: #fff;
	}	
	.livebroadcast .carousel-indicators li {
		border: 1px solid #fff;
	}
	
	.livebroadcast .easy-block-v1 .item {
		min-height: 80px;
    	padding: 30px 45px;
	}



/*News*/
/*Blog Thumb Colors
------------------------------------*/
.blog-thumb .blog-thumb-hover:hover:after {
  background: rgba(230, 126, 34, 0);
}
.blog-grid .blog-grid-grad i:hover {
  background: rgba(230, 126, 34, 1);
}

@media (min-width: 600px) {
	.news-min-height {
		min-height: 400px;
	}
}

.blog-grid p {
    margin-bottom: 0px;
	line-height: 1.3;
	font-size: 14px;
}

.blog-grid h3 a:hover {
	color: #FF9900;
}

.blog-thumb .blog-thumb-desc h3 a {
    color: #555;
}
.blog-thumb .blog-thumb-desc h3 a:hover {
    color:#FF9900;
}

/*Calendar*/
.calendar .calendar-event {
    background-color: #eeeeee;
    margin-bottom: 5px;
    padding: 0px;
    min-height: 75px;
}

.calendar .calendar-event.color-today {
	border-left: 2px solid #ee5e04;
	background-color: #FFEBCE;
}
.calendar .calendar-event.color-soon {
	border-left: 2px solid #ee5e04;
	background-color: #FBF6ED;;
}
.calendar .calendar-event.color-one {
    border-left: 2px solid #ee5e04;
}
.calendar .calendar-event.color-two {
    border-left: 2px solid #3498db;
}
.calendar .calendar-event.color-three {
    border-left: 2px solid #72c02c;
}
.calendar .calendar-event.color-four {
    border-left: 2px solid #9b6bcc;
}
.calendar .calendar-event.color-five {
    border-left: 2px solid #555;
}
.calendar .calendar-event.color-six {
    border-left: 2px solid #f1c40f;
}
.calendar .calendar-event.color-seven {
    border-left: 2px solid #27d7e7;
}

.calendar .daystogo {
	padding: 14px 10px 0px 5px;
}

.calendar .calendar-event img {
    float: left;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 10px;
    max-width: 50px;
    max-height: 55px;
}

.calendar .date-formats {
    color: #fff;
    float: left;
    text-align: center;
    background: transparent;
    margin: 0px 13px 0 0;
    padding: 15px 0px 0px 10px;
}

.calendar .date-formats span {
	display: block;
	font-size: 28px;
	font-weight: 400;
	line-height: 25px;
	color: #F60;
}

.calendar .date-formats small {
    font-weight: 500;
    font-size: 12px;
    color: #34332e;
    text-transform: uppercase;
}

.calendar .calendar-event-in {
    overflow: hidden;
    padding: 7px 0px 0px 0px;
}

.calendar .calendar-event-in h3 {
    color: #666;
    font-size: 18px;
}

.calendar .calendar-event-in h3 a:hover {
    color:#666;
}

.calendar .calendar-event-in p {
    color: #34332e;
    margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size: 14px;
}

.weekday {
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
	margin-right: -10px;
	margin-left: 5px;
	font-size: 16px;
	width: 20px;
	text-align: center;
}
.verticaltext {
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right, top;


}

.calendar hr {
    margin: 0px;
}

/* Youtube */

.youtube h3, .youtube h4  {
	text-align: left;
	padding-top: 15px;
}

.youtube .date-formats {
    color: #fff;
    float: left;
    text-align: center;
    background: transparent;
    margin: 0px 13px 0 0;
    padding: 10px 0px 0px 0px;
}

.youtube .date-formats span {
    display: block;
    font-size: 35px;
    font-weight: 400;
    line-height: 25px;
    color: #F57702;
	padding-top: 10px;
}

.youtube .date-formats small {
    font-weight: 400;
    font-size: 16px;
    color: #34332e;
    text-transform: uppercase;
	padding-top: 0px;
}


.blog-thumb-desc .youtube {
    margin-bottom: 20px;
}

.blog-thumb-desc .youtube .date-formats {
    margin: 0px 8px 10px 0;
}

.blog-thumb-desc .youtube .date-formats span {
    font-size: 25px;
    line-height: 15px;
	padding-top: 0px;
}

.blog-thumb-desc .youtube .date-formats small {
    font-size: 14px;
}

.descsmall h4 {
	font-size: 13px;
	line-height: 15px;
	padding: 5px 0 0 0;
	text-align: left;
}

.youtube a {
    color:#000;
}

@media (max-width: 981px) {
	.youtube h3, .youtube h4  {
		font-size: 18px;
		line-height: 20px;
		text-align: left;
		padding-top: 0px;
	}
	
	.youtube .date-formats span {
    	padding-top: 0px;
		margin-top: -5px;
	}
	
	.blog-thumb-desc .youtube .date-formats span {
		font-size: 35px;
		line-height: 18px;
		padding-top: 0px;
		margin-top: 3px;
	}
	
	.blog-thumb-desc .youtube .date-formats small {
		font-size: 16px;
	}
	
	.descsmall h4 {
		font-size: 18px;
		line-height: 20px;
		padding: 5px 0px 0px 0px;
		text-align: left;
	}
	
}


@media (max-width: 361px) {
	.youtube h3, .youtube h4  {
		font-size: 16px;
		line-height: 18px;
		text-align: left;
		padding-top: 0px;
	}
	
	.descsmall h4 {
		font-size: 16px;
		line-height: 18px;
		padding: 5px 0 0 0;
		text-align: left;
	}

}


/* Boxes */
.funny-boxes a {
	line-height: 1.7;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
/* Live broadcast (Testimonials) */

.testimonials .carousel-arrow {
    top: 0px;
}

.testimonials .item em {
    color: #777;
    display: block;
    font-size: 16px;
	line-height: 18px;
}

.testimonials .testimonial-info h1 {
	line-height: 25px;
}

.testimonials.testimonials-v1 .item p {
   font-size: 20px;
   font-style: normal;
}


@media (max-width: 991px) {
	.testimonials .item em {
		font-size: 14px;
		
	}
	.testimonials .testimonial-info h1 {
		font-size: 18px;			
		line-height: 18px;
	}
	.testimonials .testimonial-info img {
		width: 40px;
		height: 40px;
		padding: 2px;
		margin-right: 10px;
		margin-bottom: 25px;
	}
	.testimonials.testimonials-v1 .item p {
   		font-size: 16px;
   		font-style: normal;
	}	
}


.testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p {
	background-color: #FFF9F0;
	height: 100%;
}
.testimonials.testimonials-v1 .item p::after {
    border-top-color: #fff9f0;
}
.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
	border-top-color: #FFF9F0;
}
.testimonials.testimonials-bg-dark .testimonial-info {
	color: #FFF9F0;
}

blockquote p {
	font-size: 14px;
	font-weight: 300;
}

@media (max-width: 991px) {
	blockquote p {
		font-size: 14px;
		line-height: 18px;
	}

	.sections h2 {
		font-size: 16px;			
	}
	.sections p {
		font-size: 14px;
		line-height: 12px;
		padding-top: 2px;
	}
}

/* Scriptures and Kirtans */
.tag-box {
    padding: 5px 10px 5px 10px;
}
.tag-box-v5 {
    margin: 0 0 20px 0 ;
    text-align: center;
    border: dashed 1px #FF9900;
}

/* JPlayer */

.cp-container {
  	width: 120px;
	height: 120px;
    padding: 24px;
}
.cp-controls li a {
    margin-top: -17px;
    margin-left: -17px;
}
.cp-buffer-holder, .cp-progress-holder, .cp-circle-control {
    margin-top: -17px;
    margin-left: -17px;
}


/* Daily Panels */

.panel-body {
    padding: 5px 5px 0 5px;
}

.bg-image-v1 {
  background: url(/scripts/assets/img/bg/diwo.jpg) repeat fixed;
}

.daily-title {
	min-height: 50px;
}

/* Twitter */

.profile .profile-event {
    background: #f7f7f7;
}

.profile .date-formats {
    background: #ff9d00;
}
.profile .date-formats {
    background: #8828c2;
}

.panel, .panel-heading, .panel-group .panel {
    padding: 10px;
}

/* Other sites */
@media (max-width: 766px) {
	.easy-block-v1 .easy-block-v1-badge {
		left: 0px;
		top: 5px;
		z-index: 1;
		color: #fff;
		padding: 0px 5px;
		position: absolute;
		font-size: 10px;
	}
}

/* Varta */

.varta .mCustomScrollbar {
    height: 375px;
}
.varta .mCustomScrollbar p {
    padding-right: 12px;
}

/* Button Fix */

	.btn-u {
    	background: #e67e22;
	}
	
	.btn-bottom {
		bottom: -10px;
	}
	
/* Calendar */	
	
.calendar .calendar-event {
	min-height: 68px;
}
.calendar .date-formats {
	padding: 12px 0px 0px 10px;
}
.calendar .calendar-event-in {
	padding: 4px 0px 0px 0px;
}
.calendar .weekday {
	margin-top: 27px;
}
.calendar .calendar-description {
	padding: 8px 0px 10px 0px;
	font-size: 16px;
	font-weight:400;
}

	/** Tooltips **/
	.tooltip > .tooltip-inner {
		background-color: #FFEBCE;
		color: #000;
		border: 1px solid #FEC28D;
		padding: 5px;
		font-size: 12px;
	}
	.tooltip.top > .tooltip-arrow {
    	border-top: 5px solid #F57702;
	}
	.tooltip.right > .tooltip-arrow {
    	border-top: 5px solid #F57702;
	}
	.tooltip.bottom > .tooltip-arrow {
    	border-top: 5px solid #F57702;
	}
	.tooltip.left > .tooltip-arrow {
    	border-top: 5px solid #F57702;
	}
	.tooltip.in{opacity:1!important;}
	

	
