/*
Theme Name: WideRange Galleries Child
Author: Jack Brauer
Author URI: http://www.widerangegalleries.com
Description: Child theme for the WideRange Galleries theme
Template: widerangegalleries
*/

@import url("../widerangegalleries/style.css");

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: Palatino, serif;
}
body {
	background-color: #000000;
	background-image: url("https://www.afeinbergphotography.com/images/graphics/background.jpg");
	background-position: 50% 0%;
	background-repeat: repeat-y;
}
h1 {
	font-size: 2em;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #c1c1c1;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #a6bf80;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h1 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.wp-caption-text {
	font-size: 13px;
	font-size: 1.3rem;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #EEE;
	font-family: Palatino, serif;
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #000;
	border: 1px solid #444;
	padding: 3px;
	margin: 2px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #EEE;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a, a:visited {
	color: #a6bf80;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #a6bf80;
	text-decoration: underline;
}

.entry-title a:link,
.entry-title a:visited {
	color: #a6bf80;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #a6bf80;
	text-decoration: underline;
}

.entry-footer a:link,
.entry-footer a:visited {
	color: #a6bf80;
	text-decoration: none;
}
.entry-footer a:hover,
.entry-footer a:focus,
.entry-footer a:active {
	color: #a6bf80;
	text-decoration: underline;
}

.widget-area a:link,
.widget-area a:visited {
	color: #a6bf80;
	text-decoration: none;
}
.widget-area a:hover,
.widget-area a:focus,
.widget-area a:visited {
	color: #a6bf80;
	text-decoration: underline;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget-area {
	margin-top: 80px;
	margin-top: 8rem;
}
.widget-title {
	color: #c1c1c1;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.page-content img,
.entry-content img,
.entry-summary img {
	background-color: #000000;
}

.page-content img,
.entry-content img,
.entry-summary img,
.page-content p img,
.entry-content p img,
.entry-summary p img {
	background-color: #000000;
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
	max-height: 800px;
}

.entry-meta {
	margin-top: 4px;
}

/*--------------------------------------------------------------
13.0 Page Layout
--------------------------------------------------------------*/

body {
	margin: 0 20px 20px 20px;
	margin: 0 2rem 2rem 2rem;
}

.site {
	max-width: 1200px;
	max-width: 120rem;
}

@media screen and (min-width: 600px) {
	.content-area {
		width: 66.666667%;
		float: left;
	}
	.widget-area {
		width: 22.916667%;
		float: right;
	}
}

/*--------------------------------------------------------------
Gallery site related stuff
--------------------------------------------------------------*/

nav {
	color: #c1c1c1;
	font-family: Palatino, serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-transform: none;
	letter-spacing: .0em;
	line-height: 2;
	text-align: center;
	z-index: 2;
	margin-top: -62px;
	margin-top: -6.2rem;
}
nav a:link, nav a:visited {
	color: #c1c1c1;
	text-decoration: none;
}
nav a:hover, nav a:focus {
	color: #a6bf80;
	text-decoration: none;
}
#nav li a {
	height: 28px !important;
}
#nav ul {
	visibility: hidden;
}
#logo {
	height: 120px;
	height: 12rem;
	width: 100%;
	background-image: url("https://www.afeinbergphotography.com/images/graphics/banner.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border-color: #444;
}
@media screen and (min-width: 800px) {
	#nav ul {
		visibility: visible;
	}
}