/* Enter Your Custom CSS Here */
body {
	background-color: #efefe9;
	color: #000;  /* #a5a5a3; */
	font-family: Century Gothic,'Droid Sans', sans-serif;
	font-size: 16px;  
	font-weight: 300;
	line-height: 1.625;
}

.site-container {
    border:5px solid #2391ab; /*  #6b961e;  */
}

/*
Site Header
---------------------------------------------- */

.site-header {
	background-color: #2391ab;
	padding: 27px; /* 48px; */
	overflow: hidden;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary a {
	color: #66002e;  /* #a5a5a3; */ 
}

.nav-primary  li.menu-item-has-children:hover > a,
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff; /* #ca3443; */  /* #222; */
}

/* Site Navigation
--------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 15px; /* 14px; */
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 16px 20px;  /* 20px 24px; */
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu li:hover > a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #953448; /* #fff; */
	color: #fff;  /* #a5a5a3;  */
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
	background-color: #ebc8cf; /* #fafafa; */
	color: #000;  /* #a5a5a3; */
	font-size: 14px; /* 12px; */
	padding: 16px 24px;
	position: relative;
	width: 184px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #bf5b6f; /* #eeeee8; */
	color: #fff;  /* #222; */
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2391ab; 
  	font-family: Century Gothic, 'Roboto Slab', sans-serif;
	font-weight: 575;  /*  	font-weight: 300; */
}

/* Entries
--------------------------------------------- */

.content .entry {
	border: 1px solid #2391ab;  /*  border: 1px solid #eeeee8;  */
}

.featured-content .entry {
	margin-bottom: 32px;
	text-align: left;
}

.featuredpost.widget li {
	text-align: left;
}

/* Sidebars
--------------------------------------------- */

.sidebar .widget {
	border: 1px solid #2391ab;  /*  border: 1px solid #eeeee8;  */
	margin-bottom: 15px;   /*  margin-bottom: 32px;  */
	padding: 10px 10px;    /* padding: 32px;  */
	text-align: left;
}

.sidebar h4, .sidebar-alt h4 {
   	background: #35a9c4; /*  background: #0088B3;  */
    color: #FFFFFF;
    padding: 5px 5px 5px 8px;
}

/* Lifestyle Pro Blue
--------------------------------------------- */

.lifestyle-pro-blue .archive-pagination li a:hover,
.lifestyle-pro-blue .archive-pagination li.active a,
.lifestyle-pro-blue .entry-title a:hover,
.lifestyle-pro-blue a  {
	color: #4cc4e0;
}

.lifestyle-pro-blue .button,
.lifestyle-pro-blue .genesis-nav-menu a,
.lifestyle-pro-blue .site-footer a,
.lifestyle-pro-blue .site-title a,
.lifestyle-pro-blue .site-title a:hover {
	color: #fff;
}

/* .lifestyle-pro-blue .entry-title a, */
.lifestyle-pro-blue .sidebar .widget-title a,
.lifestyle-pro-blue .site-footer a:hover,
.lifestyle-pro-blue a:hover {
	color: #222;
}

.lifestyle-pro-blue .archive-pagination li a,
/* .lifestyle-pro-blue .genesis-nav-menu .current-menu-item > a, */
.lifestyle-pro-blue .genesis-nav-menu .sub-menu a,
.lifestyle-pro-blue .nav-primary a {
	color: #953448;  /* #a5a5a3; */
}

.lifestyle-pro-blue .button,
.lifestyle-pro-blue .entry-content .button,
.lifestyle-pro-blue .site-footer,
.lifestyle-pro-blue .site-header,
.lifestyle-pro-blue button,
.lifestyle-pro-blue input[type="button"],
.lifestyle-pro-blue input[type="reset"],
.lifestyle-pro-blue input[type="submit"],
.lifestyle-pro-blue.lifestyle-pro-home .content .widget-title {
	background-color: #35a9c4; /* #4cc4e0; */
}

.lifestyle-pro-blue .button:hover,
.lifestyle-pro-blue .entry-content .button:hover,
.lifestyle-pro-blue button:hover,
.lifestyle-pro-blue input:hover[type="button"],
.lifestyle-pro-blue input:hover[type="reset"],
.lifestyle-pro-blue input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-blue .genesis-nav-menu .current-menu-item > a {
    color: #fff;
}

.lifestyle-pro-blue .nav-secondary {
	background-color: #953448; /* #80d2e5; */
}

.lifestyle-pro-blue .entry-title a {
   color: #2391ab; /* #222; */
}







































