/* Enter Your Custom CSS Here */
.recent-webcast-list {
	font-weight:bold;
}
.index-icon a i {
	display: none;
}
#masthead .vmagazine-lite-top-header {
	display:none;
}
.vmagazine-lite-container #primary {
		padding: 0rem 1.1rem;
	}
#home-slider {
	
/* 	max-height:400px; */
}
.vmagazine-lite-top-header {
	display: none;
}

.header-ad-wrapper {
	padding:10px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .site-branding a img {
		width: 200px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .site-branding a img {
		width: 200px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .site-branding a img {
		width: 240px;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .site-branding a img {
		width: 200px;
	}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.site-branding a img.custom-logo {
		width: 650px;
		max-width: 620px;
	}
	header.header-layout1 .logo-ad-wrapper .vmagazine-lite-container {
		padding: 0px;
	}
	.header-ad-wrapper #media_image-5 a img {
		width: 180px;
		padding: 20px;
	}
	.vmagazine-lite-container #primary {
		padding: 0rem 1.1rem;
	}
}
@media screen and (max-width: 1200px) {
 .site-branding a img.custom-logo {
	 width: 650px;
     max-width: 360px; 
}
	.header-ad-wrapper #media_image-5 a img {
		max-width: 60%; 
	}
}