
/*
----------------------------------------------------------------------------------------------------------------------
Theme Name: De Base Wordpress Framework
Theme URI: http://thepeoplesentrepreneur.com/demos/debase
Description: De Base Framework is an industry-standard, flexible and easy-to-use WordPress theme framework. It is clean, easy to edit, mobile-friendly and responsive. Crafted by an award-winning designer, De Base contains HTML5 and CSS3, making it the perfect starting point to your next great website. This theme now features a responsive grid/column system, parallax functionality and an optional sticky menu.
Author: Cortney Sargent
Author URI: http://thepeoplesentrepreneur.com
Version: 5.2
Tags: dark, two-columns, right-sidebar, black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-colors, custom-header, custom-menu, featured-images, custom-background, post-formats, sticky-post, threaded-comments
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: debase
----------------------------------------------------------------------------------------------------------------------
*/

/*
----------------------------------------------------------------------------------------------------------------------
******** LAYOUT STRUCTURE ********
----------------------------------------------------------------------------------------------------------------------
*/
/****************** Header Structure ******************/
#header-container {
	width: 100%;
	background-color: #fff;
}

#header-content {
	max-width: 1040px;
	margin: auto;
	padding: 0;
}

#site-name {
	float: left;
	margin: 40px 0;
	padding: 0 0 0 10px;
}
#site-name a {
	color: #000;
}
#site-name a:hover {
	color: #D10000;
}
#site-name h1 {
	margin: 0;
	line-height: 33px;
	font-size: 40px;
}
#site-name h2 {
	margin: 0;
	font-size: 20px;
	font-style: italic;
}

#logo-container {
	width: 50%;
	height: auto;
	float: left;
	margin: 30px 0;
}
#logo-container img {
	width: 100%;
	height: auto;
}

/******************** Page Structure ********************/
#page-container {
	max-width: 960px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 40px;
	background-color: #fff;
}

#main-content {
	width: 64%;
	float: left;
}

.full-width {
	width: 100%;
	margin: auto;
}

.site-content {
	max-width: 585px;
	float: left;
	margin-right: 0;
	margin: 0;
}

#main-sidebar {
	width: 31.9%;
	float: right;
	margin: 0;
	padding: 0;
	clear: none;
	border-top: 0;
	border-bottom: 0;
	padding-top: 0;
}

.homepage-section {
	margin-bottom: 25px;
  padding-bottom: 15px;
}
/*
----------------------------------------------------------------------------------------------------------------------
*/



/*
----------------------------------------------------------------------------------------------------------------------
******** Content Styles ********
----------------------------------------------------------------------------------------------------------------------
*/

.sticky {}
.gallery-caption {}
.bypostauthor {}

/******************** Page Title ********************/
.page-header {
	position: relative;
	z-index: 1;
	margin: 0 0 15px 0;
}
.page-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
.page-title a {
	color: #2b2b2b;
}
.page-title a:hover {
	color: #666;
}
h3.page-title {
	margin-bottom: 0;
	margin: auto;
	line-height: 30px;
	font-size: 28px;
	text-transform: capitalize;
	text-align: left;
}
h3.page-title a {
	font-weight: 400;
	color: #000;
}
h3.page-title a:hover {
	color: #666;
}


/******************** Post Title ********************/
.post-header {
	position: relative;
	z-index: 1;
	margin: 0 0 15px 0;
}
.post-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
.post-title a {
	color: #2b2b2b;
}
.post-title a:hover {
	color: #666;
}
h3.post-title {
	margin-bottom: 0;
	margin: auto;
	line-height: 30px;
	font-size: 28px;
	text-transform: capitalize;
	text-align: left;
}
h3.post-title a {
	font-weight: 400;
	color: #000;
}
h3.post-title a:hover {
	color: #666;
}

.featured-post {
	margin: 0 5px 0 0;
	padding: 2px;
	background: #ddd;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
}

/******************** Post Content ********************/
article {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.post-container {
	max-width: 100%;
	margin: 0 0 25px 0;
}
.post-content {
	min-width: 100%;
	margin: 0;
}
.post-content > div {
	max-width: 100%;
}
.page-content {
	min-width: 100%;
	margin: 0;
}
.alignleft {
	margin: 10px 10px 10px 0;
	float: left;
}
.alignright {
	margin: 10px 0 10px 10px;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/******************** Edit Link ********************/
.edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.edit-link a {
	color: #767676;
	text-decoration: none;
}
.edit-link a:hover {
	color: #666;
}

/******************** Post Meta ********************/
.post-meta {
	font-size: 14px;
	clear: both;
	color: #000;
	line-height: 1.3333333333;
	text-transform: capitalize;
}
.post-meta a {
	color: #000;
	font-weight: bold;
}
.post-meta a:hover {
	color: #666;
}

.tags {
	margin: 10px 0 0 0;
	display: block;
}

.post-meta .tags a {
	background-color: #fff;
	color: #000;
	margin: 0 4px;
}
.post-meta .tags a:hover {
	background-color: #000;
	color: #fff;
}

a.readmore {
	color: #444;
}
a.readmore:hover {
	color: #666;
}

/******************** Post Image Styles ********************/
.post-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}
.post-thumbnail img {
	max-width: 100%;
	height: auto;
}
.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}
.post-content img {
	max-width: 100%;
	height: auto;
}
#main-content img {
	max-width: 100%;
	height: auto;
}

/******************** Comments Styles ********************/
#comments {
	max-width: 100%;
	padding: 10px;
	background: #eee;
	margin-top: 25px;
}
.comments-title {
	margin: 0;
}
.comment-body {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.comment-list ul li {
	margin: 15px 0;
}
textarea#comment {
	width: 97%;
}

/******************** Post Navigation  ********************/
.post-navigation {
	clear: both;
	margin: 30px 0 10px 0;
	font-size: 16px;
	padding-top: 10px;
}
.post-navigation a {
	color: #666;
}
.post-navigation a:hover {
	color: #000;
}
.paging-navigation {
	clear: both;
}
.paging-navigation .loop-pagination {
	clear: both;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #666;
}
.paging-navigation a:hover {
	border-top: 5px solid #666;
}

.wp-caption-text {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-style: italic;
}

#calendar_wrap table {
	width: 100%;
	text-align: center;
}
/*
----------------------------------------------------------------------------------------------------------------------
*/


/*
----------------------------------------------------------------------------------------------------------------------
******** Sidebar Styles ********
----------------------------------------------------------------------------------------------------------------------
*/
.sidebar-widget {
	margin-bottom: 20px;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 20px;
}

.sidebar-widget:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.sidebar-widget a {
}

.sidebar-widget a:hover {
	color: #666;
}

.widget-title {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
}

.widget-title a:hover {
	color: #666;
}
/*
----------------------------------------------------------------------------------------------------------------------
*/



/*
----------------------------------------------------------------------------------------------------------------------
******** Footer Styles ********
----------------------------------------------------------------------------------------------------------------------
*/
#footer {
	background-color: #000;
	margin: auto;
	padding: 35px 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
#footer-info {
	max-width: 1020px;
	margin: auto;
	padding: 5px 10px;
}
#footer-info a {
	color: #666;
}
#footer-info a:hover {
	color: #fff;
}
#footer-info-left {
	float: left;
}
#footer-info-right {
	float: right;
}
/*
----------------------------------------------------------------------------------------------------------------------
*/

.clearfloat {
	clear: both;
}


/*
----------------------------------------------------------------------------------------------------------------------
******** Main Navigation ********
----------------------------------------------------------------------------------------------------------------------
*/
/* Use these styles to customize the active menu item. */
.current-menu-item a {
	color: #000 !important;
}

.main-navigation-container {
	width: 100%;
	background: #000;
}
.main-navigation {
	max-width: 1040px;
	margin: auto;
	padding: 0;
	font-size: 18px;
  font-weight: 300;
}
.main-navigation a {
	display: inline-block;
	padding: 20px;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
}
.main-navigation li {
	position: relative;
	list-style: none;
	display: inline-block;
	line-height: 38px;
}
.main-navigation li a {
	color: #fff !important;
}
.main-navigation li li {
	height: auto;
	display: block;
	line-height: 1.0909090909;
  color: #000;
  border: 1px solid #eee;
  border-top: none;
  width: 100%;
}
.main-navigation ul ul a {
	padding: 20px;
	white-space: normal;
	color: #000 !important;
}

.main-navigation ul ul ul {
	left: -999em;
	margin-left: 30px;
	border-top: 1px solid #eee;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul a:hover, .main-navigation ul ul li.focus > a {
	color: #D10000 !important;
	-webkit-transition: color 0.2s; /* For Safari 3.1 to 6.0 */
	transition: color 0.2s;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
	color: #D10000 !important;
	-webkit-transition: color 0.2s; /* For Safari 3.1 to 6.0 */
	transition: color 0.2s;
}


/* These styles are used when the responsive menu is toggled on (active). */
.main-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.main-navigation .nav-menu {
	display: none;
}
.main-navigation.toggled-on .nav-menu {
	display: block;
	margin: 0;
	padding: 0;
}
.main-navigation.toggled-on .nav-menu ul {
	margin: 0;
	padding: 0;
}
.main-navigation.toggled-on .nav-menu a {
	display: block;
	padding: 0 12px;
	white-space: nowrap;
}
.main-navigation.toggled-on .nav-menu a:hover {
	color: #000;
}
.main-navigation.toggled-on .nav-menu li {
	position: relative;
	list-style: none;
	display: block;
	line-height: 38px;
	border: 0;
}
.main-navigation.toggled-on .nav-menu .sub-menu {
	padding: 0;
	font-size: 14px;
}

.main-navigation.toggled-on .nav-menu .sub-menu li a {
	padding-left: 25px;
	color: #fff !important;
}
.main-navigation.toggled-on .nav-menu .children {
	padding: 0;
	font-size: 14px;
}
.main-navigation.toggled-on .nav-menu .children li a {
	padding-left: 25px;
}
.main-navigation.toggled-on .nav-menu ul ul a:hover, .main-navigation ul ul li.focus > a {
	color: #D10000 !important;
	-webkit-transition: color 0.2s; /* For Safari 3.1 to 6.0 */
	transition: color 0.2s;
}
.main-navigation.toggled-on .nav-menu li:hover > a, .main-navigation li.focus > a {
	color: #D10000 !important;
	-webkit-transition: color 0.2s; /* For Safari 3.1 to 6.0 */
	transition: color 0.2s;
}
/*
----------------------------------------------------------------------------------------------------------------------
*/










/*
----------------------------------------------------------------------------------------------------------------------
******** Media Queries ********
----------------------------------------------------------------------------------------------------------------------
*/
/* These styles are needed in order for the mobile menu to work. Be very careful when editing these styles!! */
@media screen and (max-width: 750px) {

.menu-toggle {
	width: 48px;
	height: 38px;
	margin: 0;
	position: relative;
	top: 0;
	right: 0;
	cursor: pointer;
	overflow: hidden;
	font-size: 0;
	text-align: center;
	display: inline-block;
	background: url(http://thepeoplesentrepreneur.com/demos/images/menu-toggle.png) no-repeat 15px 15px;
}
}

@media screen and (min-width: 750px) {
.main-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.main-navigation .nav-menu {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
.main-navigation ul ul {
	background-color: #fff;
  width: 200px;
	left: -999em;
	z-index: 99999;
	position: absolute;
	margin: 0;
	float: left;
}
}

@media screen and (max-width: 750px) {
#main-sidebar {
	display: none;
}

#main-content {
	width: 100%;
}

#footer-info-left {
	float: none;
	margin-bottom: 8px;
	text-align: center;
}
#footer-info-right {
	float: none;
	text-align: center;
}
}
