/*
 Theme Name:   RMSIPL Blog child
 Theme URI:    http://blog.relativity.co.in
 Description:  Relativity Blog Child Theme
 Author:       Studio 3
 Author URI:   http://s3i.in
 Template:     rmsipl
 Version:      1.0
*/

/* Theme customization starts here
  -------------------------------------------------------------- */

header#header .header-wrap .right-content .login-detail {display:none !important;}
.grid-menu-container .grid-menu[data-grid] .grid-menu-item {
    width: 25%;
    height: calc(25vh - 13px);
    font-size: 26px;
}

header#header .header-wrap {
    background-color: #000 !important;
    height: 116px;
    line-height: 116px;
    position: relative;
    z-index: 999;
    background-image: url(http://blog.relativity.co.in/wp-content/uploads/2018/10/header_bg.png);
    background-repeat: no-repeat;
    background-size: contain; 
	    background-position: 98%;

    margin-bottom: 40px;
}

header#header .header-wrap nav.main-nav > ul > li > a {
    color: #fff !important;
    text-decoration: none;
}

section.content-area .blog-single .entry-content, section.content-area .page-content .entry-content {font-family:'Tahoma' !important;}

@media screen and (max-width: 767px) {
	header#header .header-wrap {background-image: none;}
}

blockquote {
			font-family: Georgia, serif !important;
			font-size: 18px  !important;
			font-style: italic  !important;
			width: 500px  !important;
			margin: 0.25em 0  !important;
			padding: 0.25em 40px  !important;
			line-height: 1.45  !important;
			position: relative  !important;
			color: #383838  !important;
		}

		blockquote:before {
			display: block !important;
			content: "\201C" !important;
			font-size: 80px !important;
			position: absolute !important;
			left: -20px !important;
			top: -20px !important;
			color: #7a7a7a !important;
		}

		blockquote cite {
			color: #999999 !important;
			font-size: 14px !important;
			display: block !important;
			margin-top: 5px !important;
		}

		blockquote cite:before {
			content: "\2014 \2009" !important;
		}