/*
	Theme Name: Compassion 2019
*/

.darkestColor {
  color: #687864;
  background-color: rgba(104, 120, 100, 1);
}

.darkColor {
  color: #31708E;
  background-color: rgba(49, 112, 142, 1);
}

.color {
  color: #5085A5;
  background-color: rgba(80, 133, 165, 1);
}

.lightColor {
  color: #8FC1E3;
  background-color: rgba(143, 193, 227, 1);
}

.lightestColor {
  color: #F7F9FB;
  background-color: rgba(247, 249, 251, 1);
}

.paragraphColor {
  color: #6A6A6A
}

.uppercase {
  text-transform: uppercase;
}

body {
  background-color: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6A6A6A;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

a,
p,
span,
li,
label,
input {
  color: #6A6A6A;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}

p {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

img {
  display: block;
  max-width: 100%;
}

hr {
  background-color: #687864;
  border: none;
  color: transparent;
  display: block;
  margin: 100px auto;
  height: 1px;
  max-width: 100%;
  width: 300px;
}

.outer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container {
  display: flex;
  width: 100%;
}

.max-width {
  margin: 0 auto;
  max-width: 1800px;
}


/* --------------------------------------------------------------

   Basic WordPress Blog Styles

-------------------------------------------------------------- */


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* --- Stores * --- */

.stores {
	margin: 50px auto;
	overflow: hidden;
	min-height: 1000px;
}

.store-item {
	display: inline-block;
	*display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 5% 0 0;
}

.store-item:nth-child(3n) {
	margin: 0;
}

.store-item .photo {
	width: 100%;
	overflow: hidden;
}

.store-item .photo img {
	width: 100%;
}

.store-item .text {
	padding: 20px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.store-item .text h2 {
	margin: 0;
	padding: 0;
	color: #333;
}

.store-item .text p {
	margin: 0;
	padding: 0;
	color: #64656f
}

.store .text a h2 {
	color: #333;
}

.store .text a p {
	color: #64656f;
}

.store-item .discount {
	padding: 20px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: center;
	color: #ec1932;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: bold;
}


/* ===== Login ===== */

.login-form {
	width: 300px;
	height: 200px;
	padding: 20px;
	margin: 50px auto 400px auto;
	background-color: #ecf7ff;
	border-top: 2px solid #31708e;
}

.login-form input {
	width: 100%;
	padding: 10px;
	border: 1px solid #eee;
}

.login-form h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 17px;
	text-transform: uppercase;
}

.login-form button {
	width: 100%;
	padding: 15px 0;
	margin: 20px 0 0 0;
	font-family: 'nexa_boldregular';
	border: none;
	color: #fff;
	background-color: #31708e;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
