/*
 Theme Name:   Relativity-Child
 Theme URI:    https://magikpress.com/themes/relativity/
 Description:  A simple, one column WordPress theme for personal blogs. Useful as a starting point for your own customizations as well.
 Author:       Gaurav Pareek
 Author URI:   http://grv.rocks/
 Template:     relativity
 Version:      1.1.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments
 Text Domain:  relativity
*/

/* Body */
body {
	background: #ffffff; /* Fallback for when there is no custom background color defined. */
}

/* Headings */
a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

.site-header a1 {
	color: #ff7f4b;
	
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin: .35em 0;
	text-align: center;
	/*color: #3c3c3c;*/
	color: #ffffff;
}

.site-header {
	text-align: center;
	padding-top:40px;
	/*background: #2d2d2d;*/
	background: #ffffff;
	color: #fafafa;	
}
#header-logo {
	background-image: url('images/test_header.png');
	float: left;
	width: 300px;
	height: 300px;
	position: absolute;
	background-size: 300px 250px;
	margin-left: 500px;
}
.site-logo {
	/*background-image: url('images/header-logo2.png');*/
	/*height: 454px;*/
	/*width: 420px;*/
	background-size: 420px 454px;
	background-repeat: no-repeat;
	margin:auto;
	float: center;
	
}

.site-header img {
	border-radius: 0%;
}

.primary-menu-container {
	background: #ffffff;
	/*border-bottom: #f3d5ae 1px solid;*/
	/*border-top: black 1px solid;*/
	
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3c3c3c;
	text-decoration: none;
	transition: all .2s ease-in-out;
	font-size: 0.8em;
}
a:visited {
	/*color: #1c1c1c;*/
}

a:hover,
a:focus,
a:active {
	color: #1d1d1d;
	/*border-bottom: 1px solid #3c3c3c;*/
	transition: all .2s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
	background: transparent;
	clear: both;
	display: block;
	text-align: left;
	position: relative;
	width: 100%;
	z-index: 2;
	transition: all .2s ease-in-out;
}
.main-navigation ul {
	display: block;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}
.main-navigation ul ul {
	background: transparent;
	display: block;
	margin-left: 0;
	border-left: 20px solid #1d1d1d;
}
.main-navigation ul ul a {
	padding-left: 1.5em;
}
.main-navigation ul ul ul a {
	padding-left: 3em;
}
.main-navigation ul ul ul ul a {
	padding-left: 4.5em;
}
.main-navigation div > ul:first-child {
	margin-left: 0;
}*/
.main-navigation a {
	/*border-bottom: 1px solid #1d1d1d;*/
	color: #4b4a4a;
	/*color: #eaedf1;*/
	display: block;
	padding: 1.4em 1.6em;
	text-decoration: none;
	/*font-size: 0.8em;*/
	font-size: 0.9em;
}
.main-navigation li:hover >a {
	/*color: #fff;*/
	color: #e7ae69;
	background: transparent;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	background: transparent;
	/*color: #eaedf1;*/
	color: #4b4a4a;
}

/*gallery*/

.gallery {
	margin: auto;
	margin-top: 20px;
	width: 800px;
	height: 500px;
	background-color: #ffffff;
}

.entry-header {
	background-color: transparent;
}

/*--------------------------------------------------------------
/*--------------------------------------------------------------
## Text
--------------------------------------------------------------*/

.content {
	background: #fafafa;
	box-sizing: border-box;
    background: #fafafa;
    border-bottom: 1px solid #dedede;
    padding: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    margin: 30px auto 20px;
	position: relative;
	word-wrap: break-word;
	margin-left: auto;
    margin-right: auto;
    width: 780px;
    max-width: 100%;
	/*min-height: 400px;*/
	overflow: auto;
}

.text {
	padding-left: 2em;
    padding-right: 2em;
	padding-top: 1em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.hentry {
	background: #fafafa;
	border-bottom: 1px solid #dedede;
}

.hentry .wrap {
	background: #ffffff;
}

/*--------------------------------------------------------------
/*--------------------------------------------------------------
## Picture
--------------------------------------------------------------*/

.picture {
	background-image:url('images/about.png');
	width: 760px;
	height: 509px;
	float: center;
}

.image {
	width: auto;
	float: center;
	margin: 10px;
}

.contact {
	width: 390px;
	float: right;
	margin-top: -90px;
}

.shop {
	width: 390px;
	float: left;
	margin-top: -90px;
}

/*--------------------------------------------------------------
# Email
--------------------------------------------------------------*/

.email {
	padding-bottom: 10px;
}

.mail {
	width: 390px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	/*background: #f3d5ae;*/
	background: #ffffff;
	color:#fafafa;
	text-align: center;
	padding: 30px 0;
	border-top: #f3d5ae 1px solid;
}

.site-footer a {
	color: #f0c894;
}

.site-footer a:visited {
	text-underline: none;
	color: #ee992a;
}

.site-footer a:hover {
	border-bottom: none;
	color: #ee992a;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/

.social {
	
}

.icon {
	width: 50px;
	height: 50px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media screen and ( min-width: 750px ) {
	.site-branding {
	padding-bottom: 0;
	}
}

/* Small menu */

@media screen and (max-width: 750px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
	display: block;
	}
	.menu-toggle {
	background-color: #e7ae69;
	color: #fff;
	font-size: 1.25em;
	margin: 0;
	padding: 1.2em 0;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	text-align: center;
	box-shadow: none;
	border: none;
	text-shadow: none;
	
	/*min-width: 452px !important;*/
	}
	.site-logo {
		min-width: 70% !important;
		left: 0 !important;
		bottom: 0 !important;
		display: block;
	}

	.menu-toggle:hover,
	.menu-toggle:active,
	.menu-toggle:focus {
	box-shadow: none;
	}

	.main-navigation ul {
	display: none;
	}
}