/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* increase content width */
.page-content, 
.entry-content, 
.entry-summary, 
.entry-footer, 
.post-navigation, 
.posts-navigation, 
.comments-wrapper, 
.respond-wrapper {
	width: 960px;
}

body {
	background-color: white;
}

#rcorners2 {
	border-radius: 25px;
	border: 2px solid #73AD21;
	padding: 20px;
	width: 200px;
	height: 150px;
}

/* link colour */
a {
	color: Green;
}

/* mouse over link */
a:hover {
	color: hotpink;
}

/* visited link */
a:visited {
	color: green;
}

.wf-active .archive .page-title
{
	color: #000;
		font-size: 25px;
	font-family: "Open Sans";
}
.archive .entry-title{
	line-height: 1;
	text-shadow: none;
}

.archive .entry-title a, .archive .entry-title a:visited{
	color: #000;
	font-size: 25px;
	font-family: "Open Sans";
}

.archive .entry-header{
	padding: 0;
}

/* If screen size is more than 600px wide, set the font-size of  to 80px */
@media screen and (min-width: 600px) {
	div.example {
		font-size: 80px;
	}
}

/* If screen size is 600px wide, or less, set the font-size of  to 30px */
@media screen and (max-width: 600px) {
	div.example {
		font-size: 30px;
	}
}

.marquee {
	height: 25px;
	width: 420px;
	overflow: hidden;
	position: relative;
}

.site-title {
	display: block;
	text-align: right;
	height: 80px;
}

.site-title a, .moving-title {
	display: block;
	width: 200%;
	height: 50px;
	position: absolute;
	animation: marquee 5s linear infinite;
}

.site-title a {
	width: 100%;
}

@keyframes marquee {
	0% {
		left: 0;
	}
	
	100% {
		left: -100%;
	}
}

img[src*="https://physicsgurukul.com/wp-content/uploads/2018/09/927.jpg?w=740"] {
	transition: all .2s ease-in-out;
}

img[src*="https://physicsgurukul.com/wp-content/uploads/2018/09/927.jpg?w=740"]:hover {
	transform: scale(1.1);
}

/*
img {
	transition: all .2s ease-in-out;
}

img:hover {
	transform: scale(1.1);
}*/
function my_mce_buttons_2($buttons) {
}

body:not(.home) .header-wrapper {
	display: none;
}

body:not(.home) .site-header .contact-info-area {
	margin-bottom: 40px;
}

/*Make pages wider - 10305702-hc*/
.page-content, .entry-content, .entry-summary, .entry-footer, .post-navigation, .posts-navigation, .comments-wrapper, .respond-wrapper {
	width: 960px;
}

/* Add marquee CSS on paragraph | 17842830-hc EH */
.marquee {
	height: 50px;
	overflow: hidden;
	position: relative;
	background: #fefefe;
	color: #333;
	border: 1px solid #4a4a4a;
}

.marquee p {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: scroll-left 2s linear infinite;
	-webkit-animation: scroll-left 2s linear infinite;
	animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
	}
	
	100% {
		-moz-transform: translateX(-100%);
	}
}

@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(100%);
	}
	
	100% {
		-webkit-transform: translateX(-100%);
	}
}

@keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	100% {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.contact-info-area::after {
	content: "Powerpoint Presentations (PPTs) for Commerce Subjects Economics, Accountancy and Business Studies are also available";******
	background-color: rgb(6,117,196);
	color: #fff;
	font-weight: bold;
	padding: 5px;
	width: 200%;
	height: 45px;
	position: absolute;
	animation: marquee 10s linear infinite;
	font-size: 1.3em;
	display: block;
}

.square-bullet-list-block **{
	list-style-type: square;
}

/*Menu Styling*/
.menu-login **{ 
background-color: #ff0099;
border-radius:5px;
}

