/*

responsive css for shantirshur.com



*/

@media screen and (max-width: 600px) {
	
.videosubmitform,
.registration-form{
	width: 100%;
	height: auto;
}

.page-template-competitors-video input, 
.page-template-competitors-video select, 
.page-template-results .form-group-data input, 
.page-template-results .form-group-data select {
	width: 70%;
	float: right;
	text-align: left;
	height: 37px;
}
.page-template-competitors-registration input,
.page-template-competitors-registration	select{	
	width: 100%;
	float: left;
	text-align: left;
	height: 37px;	
	}

.page-template-competitors-registration label{
		width:100%;
		float: left;
		
	}
.site-title {
	width: 85%;
	float: left;
	margin-top: -12px;
	padding-left: 15px;
}
	
	
.site-title a {
	font-size: 50px;

}
	
.custom-logo-link img {
	width: 100%;
	height: auto;
	box-shadow: 2px 1px 10px 5px #123207;
	border-radius: 30px;
}
	
.menu-toggle {
	width: 50%;
	margin: 0 auto;
	cursor: pointer;
}

.main-navigation {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
	
#primary-menu {
	margin-top: 5px;
}
table tr td{
	width: 100%;
	float: left;
}

	
table tr th {
	width: 100%;
	float: left;
	background: #353b87;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.entry-title {
	text-align: center;
	font-size: 21px;
}
.commsg{
	border: none;
	}
.status-msg{
	min-height: 400px;
	}
#loadericon {
	display: none;
	margin: 0 auto;
	width: 40%;
}
.certificate-area {
	width: 100%;
	height: auto;
	min-height: 830px;
}

.certificate-site-title .custom-logo-link {
	width: 60%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
}
	
.certificate-site-title a {
	font-size: 42px;
	text-decoration: none;
	color: #f00;
	font-family: Li-Sirajee-Sheikh-v2;
	width: 100%;
	float: left;
	text-align: left;
}
	
	
.page-template-quiz-demo .certificate-site-title .custom-logo-link {
	
    width: 35%;
    float: left;
    margin-top: 22px;
    margin-right: 20px;
}
	
.page-template-quiz-demo .certificate-site-title a {


width: 50%;
float: left;
text-align: left;
}
	
	
	
.question-area {
	width: 90%;
	margin: 0 auto;
}
	
.btnarea {
	width: 80% !important;
	margin: 0 auto;
	height: auto;
}
	
}