/*
 Theme Name:     Twenty Seventeen Child Theme
 Theme URI:      http://yogami.in
 Description:    Child theme for use with WordPress Twenty Seventeen Theme
 Author:         Yogendra Singh
 Author URI:     http://yogami.in
 Template:       twentyseventeen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */
body{font-family: 'Verdana';font-size:14px;	margin:0px;border:0px;padding:0px;	background-color:#fff;color: #810000;line-height:1.5em;}

.hindi{
	font-family: 'Noto Sans', sans-serif;
}

.menu{position:fixed;top:0px;left:0px;bottom:0px;	width:250px;float:left;background-color: #000098;		}

.clear {	clear:both;}a{text-decoration:none;		}
.textcontainer{margin:0;padding-left:250px;border:0;}
h2{color: #810000;font-size:30px;}

h4{color: #810000;font-size: 18px;padding:0;font-weight: 500;line-height: 1.1;margin-top: 10px;margin-bottom: 10px;}

h4 a{color: #810000;}

blockquote {
border:none;
font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
    font-size:18px;
	text-align:center;
	width:70%;
	margin:auto;
}

blockquote h3 {
	color:#ffffff;
    font-size:18px;
	text-align:center;
	line-height:24px;
}

blockquote h3:before { 
    content: "\201C";
    font-weight: bold;
    font-size:20px;
    color:#ffffff;
	margin-right:5px;
} 
blockquote h3:after { 
    content: "\201D";
    font-weight: bold;
    font-size:20px;
    color:#ffffff;
}

p {
    margin: 0 0 10px;
}

.margin-bottom{
	margin-bottom:10px;
}

.required{color:#ff0000;}


.menu{
position:fixed;
top:0px;
left:0px;
bottom:0px;	
width:270px;
float:left;
overflow-y:auto;
background-color: #000098;		
}

.logo{
text-align:center;
}

.logo img{
height:100px;
}

.menu ul {
list-style-type: none;
padding-left: 0px;
}

.menu ul li{
border-bottom: 1px solid #ffffff;
}

.menu ul li a{
    padding: 15px 20px;
    display: block;
    color:#ffffcc;
}

.menu ul li a:hover{
background: #FFFFCC;
text-decoration: none;
color: #000098;
}

/*
.main_content{
background: #ffffff;
padding: 40px;
}*/

.page_title{
    text-transform: uppercase;
    border-bottom: 1px solid #810000;
    margin: 0;
    padding-bottom: 5px;
	margin-bottom: 15px;
}


.main_block img{
    border: 1px solid #eee;
    border-radius: 5px;
}

.archive_block{margin-bottom: 30px;}

.archive_block h4{text-transform:capitalize;}

.sub-heading{text-align: left;margin-top: 30px;}

.sub-title{    border-bottom: 1px solid;
    padding-bottom: 5px;
    text-align: left;}

.btn-primary{background:#810000;border-color:#810000;}
.btn-primary:hover{background:#000098;border-color:#000098;}

.archive_content .col-md-4:nth-child(3n+1){
	clear:both;
}

.dkpdf-button-container {
    width: 100%;
    float: left;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
    color: #810000 !important;
}

.dkpdf-button{color: #810000;}

input[type="submit"] {
    background-color: #810000;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
    padding: 12px 24px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

label {
    color: #810000;
    display: block;
    font-weight: normal;
    margin-bottom: 0;
}

/************************************************* Responsive CSS *********************************************/@media screen and (max-width:768px){.main_content{position:relative;}.textcontainer{padding-left:0;}.menu {display:none;background-color: #000098;bottom: auto;float: left;left: 0;position: absolute;top: 55px;width: 100%;z-index: 1;}.menu .logo{display:none;}.menu_container{display:block;cursor:pointer;z-index: 1;}.menu_container img{float:left;}.main_content {position: relative;padding: 65px 20px;}.page_title{display:none;}.mobile_page_title{  border-bottom: medium none;color: rgb(255, 255, 255);float: left;font-size: 20px;margin: 10px 7px;text-overflow: ellipsis;text-transform: none;z-index: 2;overflow: hidden;}.master_page{padding:55px 0 0 0;}}
