/*
Theme Name:	Remix Child
Theme URI:	http://themeforest.net/user/Codevz/portfolio
Description:Sample child theme of Remix for customization.
Author:		Codevz
Author URI:	http://themeforest.net/user/Codevz
Template:	remix
Version:	1.0
*/

@import url("../remix/style.css");
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri');
@import url('https://fonts.googleapis.com/css?family=Oswald:700');
@import url('https://fonts.googleapis.com/css2?family=Teko');
@import url("podcast.css");



/* ------------------------------------------------------------------------- *
 *  Theme customization starts after here
/* ------------------------------------------------------------------------- */

body {
	font-family: 'Tahoma', sans-serif;
	font-size:14px;
	background-color:#1c1c1c !important;
	background-image: none !important;
}

@media screen and (max-width: 768px){
			.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: #1c1c1c !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: #000;
	border-color: #1c1c1c !important;
}
}