/**
 * Theme Name:  CROMA Child - Ultimate Creative WP Theme
 * Theme URI:   http://croma.irontemplates.com/
 * Description: CROMA is a complete solution for everybody in the creative industry. If you are anyone, this theme is for you.
 *
 * Author:      IronTemplates
 * Author URI:  http://irontemplates.com
 *
 * Version:     1.0
 * Template:    croma
 * Text Domain: croma-child
 *
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */


/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face{
	font-family: 'JustOne'; 
	font-style: normal;
  	font-weight: 400;
	  src: url('font/JustOne.ttf') format('truetype');
}

.rs_splitted_chars {
	font-family: JustOne !important;
}
.hide {
	display:none !important;
}

.weiss p,.weiss h2, .weiss h3, .weiss h4 {
	color: #fff !important;
}
.kontakt p {
	font-size: 26px!important;
	line-height: 42px!important;
}
.wpb_content_element {
	font-size: 16px;

}

.dark .wpb_text_column .wpb_wrapper h5, .dark .wpb_text_column .wpb_wrapper a, .dark .wpb_text_column .wpb_wrapper p {
	color:#fff !important;
}
.no-padding figure {
	padding:0;
}
.wpb_content_element.text-weiss .wpb_wrapper p {
	color:#fff;
}
.vc-list table {
	border: none;
}
.vc-list table tr td:first-child {
	width: 95px;
}
.vc-list table td {
	border: none;
	padding: 5px 0;
	vertical-align: top;
	line-height: 1.9;
}

.playlist li.current {
	text-align: center;
}
.playlist li.current .number {
	display: none;
}

.links-block {
	text-align: center;
}
a.back-btn {
	float: none !important;
}

.continuousPlayer .track-name {
	font-size: 18px !important;
}
.continuousPlayer .playerNowPlaying .metadata .album-title {
	display: none;
}

.news-grid-wrap a:hover {
	background-color: #000 !important;
}
.news-grid-wrap .tab-text {
	padding: 20px 20px 15px 20px;
	min-height: 74px;
}

.video-home .wpb_wrapper {
	text-align:center;
}

footer .footer-wrapper {
	margin-top: 25px;
	display: block;
}
footer .footer-copyright, footer .footer-author {
	width:100%;
	text-align: center;
} 
footer .footer-author {
	margin-top: 30px;
}
footer .text p {
	line-height: 1.6;
	margin-bottom: 5px;
	font-size: 15px;
}
footer .text p a {
	color:#fff;
}
footer .text p a:hover {
	text-decoration: underline;
}



@media all and (max-width: 1000px) { 
	.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
		width: 80% !important;
	}
}


@media all and (max-width: 640px) { 
	.wpb_wrapper p{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media all and (max-width: 500px) { 
	.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
		width: 90% !important;
	}
}
 
@media all and (max-width: 400px) { 
	.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
		width: 95% !important;
	}
	.wpb_wrapper p{
		padding-left: 10px;
		padding-right: 10px;
	}
	.kontakt p {
		font-size: 20px!important;
		line-height: 36px!important;
	}
}