/*======================================
Theme Name: pitc
Theme URI: https://socialweb.cl/
Description: CNTV Theme by SocialWebTheme
Version: 1.0
Author: Social Web
Author URI: https://socialweb.cl
Template: Divi
======================================*/

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/*
#main-header {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .1) !important;
}*/

#wptime-plugin-preloader{
	z-index:999999999999999 !important;
}

#wptime-plugin-preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:url(https://www.cntv.cl/wp-content/uploads/2020/09/CNTV-Favicon2-1-150x150.png) no-repeat #000000 50% !important;
	-moz-background-size:150px 150px !important;
	-o-background-size: 150px 150px !important;
	-webkit-background-size: 150px 150px !important;
	background-size:150px 150px !important;
	width:100%;
	height:100%;
}

.colorized{ 
 display: table;
  margin: 0 auto;
  background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* DEMO RESPONSIVE FIX FOR LOGO AND MENU */
@media screen and (max-width : 1180px) {
	#logo {
		width: 350px;
	}
}
@media screen and (max-width : 1125px) {
	#logo {
		width: 250px;
	}
}
@media screen and (max-width : 1025px) {
	#logo {
		width: 225px;
	}
	#top-menu li {
		font-size: 13px;
	}
}
@media screen and (max-width : 980px) {
	#logo {
		width: auto;
	}
}