/*
Theme Name: Child_Scholarship
Version: 1.0
Description: A child theme of Scholarship
Author: admin_triz
Template: scholarship
*/

@import url("../scholarship/style.css");
.ptms_marquee{
	padding:3px;
	position: absolute;
	top: -45px;
	z-index: 9999;
	left: 50%;
    transform: translateX(-50%);
	animation: blinker 1s linear infinite;
	display: none !important;
}
.ptms_marquee a{
	color:#FF0000;
	font-size: 19px;
}
.grid-items-wrapper.mt-column-wrapper p 
{
    display: none;
}
.grid-items-wrapper.mt-column-wrapper {
    margin-top: 17% !important;
}
.site-header {
    z-index: 999 !important;
}
marquee {
    margin-top: 6% !important;
}
.top-address.top-info {
    width: 27% !important;
}
.header-elements-holder{
	margin: 30px 0 !important;
	float: none !important;
}

@media(max-width:767px){
.ptms_marquee{ width:100%;top: -10px; }
}
@keyframes blinker {  
  50% { opacity: 0; }
}
