/*  
Theme Name: Nolan's Corner
Theme URI: https://www.nolanscorner.org
Version: 1.0.0
Author: Alex Leuschner

COLOR SCHEME


*/

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #555;
}

.container {
	width: 1140px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.container .content {
	width: 70%;
	margin-right: 3%;
}

.container .sidebar {
	width: 30%;
	margin-left: 3%;
}

.non-elementor-body {
	font: 1em/160% 'Open Sans', sans-serif;
	max-width: 1140px;
	width: 90%;
	margin: 0 auto;
	padding: 0 5%;
}

h1.non-elementor-page-title {
	font-size: 3rem;
	font-weight: 600;
	text-align: left;
	margin: 80px 0 60px;
	font-family: "Cabin Sketch", Sans-serif;
	color: #0e6faf;
}

a.btn {
	font-size: 1.4em;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

a.btn:link, a.btn:visited {
	background-color: black;
}

a.btn:hover {
	background-color: #333;
}

.post-password-form {
	width: 50%;
	margin: 0 auto;
}

.post-password-form label {
	font-size: 0.9em;
	text-transform: uppercase;
}

.post-password-form input {
	border: none;
	background-color: #eee;
	padding: 5px 10px;
}


/* GFORM */

#input_1_3 .image-choices-choice-image-wrap {
	width: 200px !important;
	height: 100px !important;
}

#input_1_1 .image-choices-choice-image-wrap {
	width: 288px !important;
	height: 212.8px !important;
}

li.image-choices-choice-hover {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

input.gform_button {
	background-color: #0e6faf;
	color: #fff;
	padding: 10px 30px;
	border-radius: 6px;
	border: transparent;
}

input.gform_button:hover {
	cursor: pointer;
	background-color: #333;
}

button.gpnf-add-entry {
	padding: 10px 20px;
	background-color: #0e6faf;
	color: #fff;
	border: transparent;
	font-size: 24px;
}

button.gpnf-add-entry:hover {
	cursor: pointer;
	background-color: #333;
}

li.gf-notice div {
	background-color: #0e6faf;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

.gallery img {
	border: none !important;
}

.gsection_title {
	font-size: 1.5em;
	color: #f7b238;
	text-transform: uppercase;
}

li.gfield {
	margin-bottom: 60px;
}