/*
	Theme Name: Idea Hacks Custom Theme by Moonsteam Design
    Theme URI: http://www.moonsteamdesign.com
    Description: A custom Genesis 2.0 child theme by Moonsteam Design
    Author: Sara of Moonsteam Design
    Author URI: http://www.moonsteamdesign.com/
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Import Fonts
--------------------------------------------- */

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('fonts/BrandonGrotesque-Regular.eot');
	src: url('fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/BrandonGrotesque-Regular.woff') format('woff'),
		url('fonts/BrandonGrotesque-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#292829}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #202933;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 31px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #15b53a;
	/*text-decoration: underline;*/
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

.entry-content p {
	margin-bottom: 32px;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0 0 16px 0;
	padding: 24px 40px;
	background: #eee;
}

pre {
	background: #292829;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	white-space: pre;
}

cite {
	font-style: normal;
}

.screen-reader-text {
	display: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Brandon Grotesque', Arial, sans-serif;
}

h1 {
	font-size: 48px;
	line-height: 58px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 30px;
	line-height: 42px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background: #ebeaea;
	border: 1px solid #ebeaea;
	color: #333333;
	padding: 9px;
	width: 100%;
	font-size: 12px;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e92a5e;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	margin: 5px 0 0 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #cc1747;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

th {
	font-weight: bold;
}

td {
	padding: 6px;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
}

.site-container {
	margin: 0;
	width: 100%;
	padding: 0;
	background: #fff;
}

.site-inner {
	background: #fff;
	clear: both;
	margin: 0 auto;
	padding: 48px 0;
	width: 1140px;
}




/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1000px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 64%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.sidebar-content-sidebar .content {
	padding-left: 40px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	margin-top: 0;
	width: 30%;
	padding: 0;
	line-height: 18px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}


/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	background: #fff;
	margin-right: 24px;
	padding: 10px;
}

.alignright .avatar {
	background: #fff;
	margin-left: 24px;
	padding: 10px;
}

.search-form input {
	background: #fff;
	border:1px solid #000;
	color: #000;
	font-size: 14px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.site-header .search-form input {
	width: 200px;
	float: right;
	margin: -70px 0 0;
	padding: 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
} 
.wp-caption-text {
	font-size: 12px;
	margin: 0;
	text-align: center;
	font-style: italic;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 12px;
	background: #eee;
	padding: 5px 10px;
}

.author-box {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin: 0;
	font-size: 14px;
}

.author-box .avatar {
	background: #fff;
	margin-right: 24px;
	padding: 4px;
}

.archive-description {
    background: #f0ede5;
	padding: 15px 15px 13px;
	text-align: center;
	margin: 0 0 20px 0;
}

.archive-title {
    margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
}

.taxonomy-description {
    background: #f0ede5;
	padding: 15px 15px 13px;
	text-align: center;
	margin: 0 0 20px 0;
}
.taxonomy-description h1 {
    margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
}

/* Headings
--------------------------------------------- */


.entry-title {
	font-size: 48px;
	font-weight: 800;
	line-height: 58px;
	margin: 0 0 18px;
	font-style: normal;
	letter-spacing: .5px;
	text-transform: capitalize;
	border-bottom: 1px solid #eee;
	padding-bottom: 24px;
}

.blog .entry-title {
	border-bottom: none;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

.widgettitle {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 24px;
	text-align: left;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 1140px;
	text-align: center;
	padding: 15px 0 25px;
	margin: 0 auto;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	float: left;
	text-transform: uppercase;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	font-size: 20px;
	line-height: 4rem;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	font-style: normal;
	letter-spacing: 0;
}

.site-title a {
	color: #000;
}

.site-description {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description {
	display: none;
	text-indent: -9999px;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
    margin: 0 auto;
	background: url(images/logo.png) top left no-repeat;
	background-size: 254px auto;
	width: 254px;
	height: 62px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	margin: 25px 0 0;
}

.site-header .widget-area h4 {
	margin-bottom: 0;
	margin-top: 0;
	padding: 4px;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

/*
Primary Menu
------------------------------------------------------------ */

.nav-primary {
	margin: 0;
	background: #e92a5d;
    width: 100%;
}

.nav-primary .wrap {
	width: 1140px;
	margin: 0 auto;
}

.nav-primary .genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.nav-primary .genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

.nav-primary .genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
	border-right: 1px solid #ec5d82;
	margin: 0 -2px 0;
}

.nav-primary .genesis-nav-menu .menu-item:last-child {
	border-right: none;
}

.nav-primary .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: .5px;
	padding: 16px 36px 15px;
	text-transform: uppercase;
	font-family: 'Brandon Grotesque', Arial, sans-serif;
}

.nav-primary .genesis-nav-menu a:hover {
	background: #cc1747;
}

.nav-primary .genesis-nav-menu .sub-menu {
	background: #e92a5d;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	font-size: 14px;
	position: relative;
	width: 200px;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background: #cc1747;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 199px;
}



/*
Header Menu
------------------------------------------------------------ */

.widget_nav_menu {
	margin: 0;
	background: none;
}

.widget_nav_menu .genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.widget_nav_menu .genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

.widget_nav_menu .genesis-nav-menu li {
	margin-left: 0;
}

.widget_nav_menu .genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.widget_nav_menu .genesis-nav-menu .menu-item:hover {
	position: relative;
}

.widget_nav_menu .genesis-nav-menu a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: .5px;
	padding: 0 0 0 36px;
	text-transform: uppercase;
	font-family: 'Brandon Grotesque', Arial, sans-serif;
}

.widget_nav_menu .genesis-nav-menu a::before {
	display: block;
	content: "";
	height: 1px;
	background: #e72f60;
	width: 100%;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	transform-origin: 0% 50%;
}

.widget_nav_menu .genesis-nav-menu a:hover::before {
	transform: scaleX(1);
}

.widget_nav_menu .genesis-nav-menu a:hover {
	color: #e72f60;
}

.widget_nav_menu .genesis-nav-menu .sub-menu {
	background: #e92a5d;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.widget_nav_menu .genesis-nav-menu .sub-menu::after, 
.widget_nav_menu .genesis-nav-menu .sub-menu::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.widget_nav_menu .genesis-nav-menu .sub-menu::after {
    border-bottom-color: #e92a5d;
}

.widget_nav_menu .genesis-nav-menu .sub-menu::after {
    border-width: 8px;
    margin-left: -10px;
}

.widget_nav_menu .genesis-nav-menu .sub-menu a {
	color: #fff;
	font-size: 14px;
	position: relative;
	width: 200px;
}

.widget_nav_menu .genesis-nav-menu .sub-menu a:hover {
	background: #cc1747;
}

.widget_nav_menu .genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 199px;
}

.widget_nav_menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.widget_nav_menu .genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}


/*
Footer Menu
------------------------------------------------------------ */

.footer-widgets .widget_nav_menu {
	margin: 0;
	background: none;
}

.footer-widgets .widget_nav_menu .genesis-nav-menu {
	clear: both;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.footer-widgets .widget_nav_menu .genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

.footer-widgets .widget_nav_menu .genesis-nav-menu li li {
	margin-left: 0;
}

.footer-widgets .widget_nav_menu .genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.footer-widgets .widget_nav_menu .genesis-nav-menu a {
	color: #202933;
	text-decoration: none;
	display: block;
	font-size: 15px;
	line-height: 14px;
	letter-spacing: .5px;
	padding: 0 0 0 36px;
	text-transform: uppercase;
	font-family: 'Brandon Grotesque', Arial, sans-serif;
}

.footer-widgets .widget_nav_menu .genesis-nav-menu a:hover {
	color: #e72f60;
}


/* Entries
--------------------------------------------- */

.entry {
	background: #fff;
	margin-bottom: 20px;
	padding: 0;
}

.blog .entry {
	border-bottom: 1px solid #999;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 22px;
	margin-bottom: 2rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}
.pagination ul li,
.pagination ol li { margin-left: 0; }

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-header .entry-meta,
.post-info {
	margin-top: 0;
	font-size: 14px;
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	color: #767676;
	font-weight: normal;
	line-height: 20px;
}

.single .entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-meta {
	clear: both;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 11px; 
	padding: 0;
	margin: 0;
}

.entry-meta a { 
    color: #7f7f7f;
	text-decoration: none;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	padding: 10px 0 9px;
	margin: 15px 0 10px; 
}
.entry-footer .entry-meta p {
	margin: 0;
}

.entry-categories {
	
}
.entry-comments-link {
	
}

.post-type-archive-tribe_events .entry-footer .entry-meta,
.single-tribe_events .entry-footer .entry-meta,
.single-tribe_events .prev-next {
	display: none;
}

.blog .entry-footer .entry-meta {
	display: none;
}

.after-entry {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 0 50px;
}

/* Entry 
--------------------------------------------- */

.navigation,
.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #fff;
	color: #000;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-weight: 300;
}

.commentnumber {
	color: #000;
	float: right;
	font-family: 'Georgia', serif;
	font-size: 20px;
	margin: 0px 10px 0 -10px;
	padding: 0;
}

#reply-title {
	font-weight: 300;
	text-align: left;
	margin: 15px 0 0 0;
}

#respond label {
	font-weight: 300;
	padding: 10px 0 5px;
	text-transform: uppercase;
}

.logged-in-as {
	font-size: 10px;
	text-transform: uppercase;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

#comments h3 { 
  
}

.entry-comments a,
#respond a {
	
}

a.comment-reply-link {
    background: #e92a5e;
	color: #fff;
	padding: 7px;
	text-decoration: none;
}
a.comment-reply-link:hover {
    background: none;
    color: #000;
}

.entry-comments .comment-author {
	margin: 0;
}

.comment-author cite {
	font-family: 'Georgia', serif;
	font-weight: 300;
	text-transform: uppercase;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 26px;
	padding: 2rem;
}

.comment-list li li {
	border: 1px solid #999;
}

li.comment {
	background: #f3f3f3;
	
}

.comment .avatar {
	background: #fff;
	padding: 3px;
	margin: 0 16px 10px 0;
	margin: 0 1.6rem 1rem 0;
}

.comment-meta {
    margin: -5px 0 30px 0;
	font-size: 11px;
}

.bypostauthor {
	background: #fff;
}

.form-allowed-tags {
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
----------------------------------------------------------- */

.sidebar p {
	line-height: 18px;
	text-align: center;
}

.sidebar img {
	margin-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	word-wrap: break-word;
	font-family: 'Georgia', serif;
	background: url(images/listarrow.jpg) left center no-repeat;
	padding: 10px 0 10px 20px;
}

.sidebar li a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

.sidebar li a:hover {
    color: #E72F60;
}	

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.widget_archive {
	border-bottom: none !important;
}

.sidebar .widget {
	background: #fff;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
}

.sidebar .search-form {
	width: 100%;
	text-align:center;
}


/* Bottom Optin ----------------------- */

.md-obfw {
	
	width: 100%;
	background: #E72F60;
	color: #fff;
	margin: 30px 0 0;
	padding: 30px 0;
}

.md-obfw .wrap {
	width: 1140px;
	margin: 0 auto;
}

.md-obfw p {
	float: left;
	padding-right: 10px;
	font-size: 24px;
	letter-spacing: .5px;
	margin: 5px 0 0;
}

.md-obfw img {
	vertical-align: middle;
}

.md-obfw .icon {
	padding: 0 0 0 20px;
}


.md-obfw form {
	width: 35%;
	float: right;
}

.md-obfw input[type="email"] {
	width: 60%;
	background: #fff;
}

.md-obfw input[type="submit"] {
	background: #000;
}


/*
Footer Widgets
-------------------------------------------------------- */

.footer-widgets {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 10px;
	width: 100%;
	color: #202933;
	background: #f1f1f1;
	font-family: 'Georgia', serif;
	font-size: 15px;
	letter-spacing: .5px;
}

.footer-widgets .wrap {
	width: 1140px;
	margin: 0 auto
}

.footer-widgets a {
	color: #202933;
}

.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets-1 {
	width: 50%;
	float: left;
}

.footer-widgets-2 {
	width: 50%;
	float: right;
	text-align: right;
}

.footer-widgets .widgettitle {
	color: #000;
	font-size: 14px;
	margin: 0 0 10px;
}

.footer-widgets li {
	display: inline-block;
	list-style-type: none;
	padding: 0 0 0 12px;
}

.footer-widgets li a {
	text-decoration: none;
}

.footer-widgets li a:hover {
	text-decoration: underline;
}

/*
Site Footer
---------------------------------------------------- */

.site-footer {
	display: none;
}




/* More etc
---------------- */

p.comment-subscription-form {
   margin: 0;
}
div#commentluv {
   padding: 0;
}
div#commentluv input#doluv {
   margin: 10px 10px 10px 0;
   width: 10px;
}
div#commentluv span img {
   margin-bottom: 0rem;
}


/* Prev Next 
---------------------------------------------- */

.prev-next { 
    margin: 0; 
	font-size: 10px; 
	line-height: 12px;
	float: left;
	width: 100%;
	padding: 0 0 10px;
}

.prev-link { 
    float: left; 
	width: 50%; 
	font-size: 12px;
	text-transform: uppercase;
}

.next-link { 
    float: right; 
	text-align: right; 
	width: 50%; 
	font-size: 12px;
	text-transform: uppercase;
}	

/* User Profile Widget */

.user-profile,
.sidebar .user-profile {
	border: 1px solid #c2e1e3;
	padding: 20px;
}

.user-profile p {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}

.user-profile a {
	display: block;
}

.user-profile .alignright .avatar {
	margin-left: 15px;
	margin-left: 1.5rem;
	padding: 0 !important;
}

.user-profile .alignleft .avatar {
	margin-right: 20px;
	margin-right: 2rem;
	padding: 0 !important;
}

.user-profile img.avatar {
	margin-right: 20px;
}


/* Optins
--------------------------------------------- */

.sidebar .enews-widget {
	text-align: center;
	padding: 20px !important;
	border: 1px solid #c7c7c7;
}

.sidebar .enews-widget p {
	
}

.sidebar .enews-widget input[type="text"],
.sidebar .enews-widget input[type="email"] {
	margin: 0 0 4px;
	width: 100%;
	background: #ffffff;
	color: #979595;
	text-align: center;
	border: 1px solid #ddd;
}

.sidebar .enews-widget input[type="submit"] {
    background: #ffffff;
	border: 1px solid #ddd;
	color: #000000;
	width: auto;
	font-style: normal;
}
.sidebar .enews-widget input[type="submit"]:hover {
    background: #ddd

}	



a.more-link {
	display: block;
	margin: 22px auto 0;
	text-align: right;
	font-family: 'Georgia', serif;
	font-style: italic;
}
a.more-link:hover {
	background: #fff;
	color: #000;
}

.teaser h1, .teaser h2, .teaser .entry-title {
	font-size: 20px;
	line-height: 30px;
	border-bottom: none;
}
.teaser h1 a, .teaser .entry-title a {
	text-decoration: none;
}
.teaser .entry-meta {
	display: none;
}
.teaser img.alignleft {
	width: 100%;
}

.genesis-grid { float: left; margin: 0; }
.post-teasers-pair { clear: both; }
.genesis-grid .entry-title { font-size: 1.8rem; }

.clear { clear: both; }
.archive-pagination li { margin-left: 0; }



/* Home
--------------------------------------------- */

.home .site-inner {
	width: 100%;
	padding: 0;
}

.home .site-inner a {
	text-decoration: none;
}

.md-front1 {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 40px 10px 30px;
	background: url("https://www.ideahacks.com/wp-content/uploads/2017/03/feat_bg.jpeg") center center no-repeat;
	background-size: cover;
}

.md-front1 .wrap {
	width: 65%;
    margin: 0 auto;
	padding: 40px 40px 30px;
	background-color: rgba(250, 250, 250, 0.498039);
}

.md-front1 .widgettitle {
	text-align: center;
	font-size: 46px;
	font-weight: 600;
	line-height: 44px;
}

.md-front1 p {
	font-size: 23px;
	font-weight: 400;
    line-height: 30px;
	letter-spacing: .4px;
}

.md-front1 a {
	display: inline-block;
	background: #15b53a;
	color: #fff;
	padding: 11px 24px;
	font-size: 20px;
	letter-spacing: .2px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.md-front1 a:hover {
	background: #10872b;
}

.md-front2 {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 32px 10px;
	background: #00b630;
	color: #fff;
	text-align: center;
}

.md-front2 p {
	font-size: 27px;
    line-height: 30px;
	letter-spacing: .4px;
	margin: 0;
}

.md-front2 a {
	display: inline-block;
	background: #fff;
	color: #000;
	padding: 11px 24px;
	font-size: 20px;
	letter-spacing: .2px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.md-front2 a:hover {
	background: #eee;
}

.md-front2 .icon {
	padding: 0;
	margin: 0 10px;
	vertical-align: middle;
}

.md-front2 img.alignnone {
	margin-bottom: 0;
}


.md-front3 {
	width: 1140px;
	margin: 0 auto;
	padding: 40px 10px 30px;
}

.md-front3 .one-eighth {
	width: 9.875%;
	float: left;
	text-align: center;
	margin: 0 2.5% 0 0;
	text-transform: capitalize;
}

.md-front3 img {
	border-radius: 50%;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.md-front3 img:hover {
	opacity: .9;
	transform: scale(1.17);
}

.md-front3 img.centered, .md-front3 .aligncenter {
	margin: 0 auto 5px;
}

.md-front4 {
	width: 1140px;
	margin: 30px auto;
	padding: 0;
}

.md-front4 .wrap {
	
}

.md-front4 .entry {
	border-bottom: none;
}

.md-front4 .entry h2 {
	font-size: 44px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 48px;
}


.md-front5 {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
}

.md-front5 .entry {
	width: 33.3333%;
	float: left;
	border-bottom: none;
	padding-right: 15px;
	text-align: center;
	height: 350px;
}

.md-front5 img.centered, .md-front5 .aligncenter {
	margin: 0 auto 10px;
}

.md-front5 .entry img:hover {
	opacity: .7;
}

.md-front5 .entry h2 {
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 32px;
}

.md-front5 .entry h2 a {
	color: #000;
}

.md-front6 {
	display: block;
	width: 1140px;
	margin: 40px auto;
	padding: 0;
}

.md-front6 .widgettitle {
	text-align: center;
	text-transform: uppercase;
	color: #999;
	font-size: 15px;
}

.md-front6 .logos {
	background: url("https://www.ideahacks.com/wp-content/thesis/skins/ihacks/images/logos-bw.png") center center no-repeat;
	background-size: 1140px 66.2px;
	width: 1140px;
	height: 66.2px;
}

.md-front6 .logos:hover {
	background: url("https://www.ideahacks.com/wp-content/thesis/skins/ihacks/images/logos-color.png") center center no-repeat;
	background-size: 1140px 66.2px;
	width: 1140px;
	height: 66.2px;
}

.md-front7 {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 40px 10px;
	background: #fafafa;
}

.md-front7 .wrap {
	width: 1140px;
	margin: 0 auto;
}

.md-front7 h3 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 24px;
	text-transform: capitalize;
}

.md-front7 .button1 {
	display: block;
	margin: 25px 0 0;
}

.md-front7 a {
	background: #E72F60;
	color: #fff;
	padding: 11px 24px;
	font-size: 20px;
	letter-spacing: .2px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.md-front7 a:hover {
	background: #cc1747;
}


.md-front8 {
	width: 1140px;
	margin: 0 auto;
	padding: 50px 10px 0px;
}

.md-front8 img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}



.md-cph {
	margin: 0 0 40px;
	padding: 0;
}



.archive .taxonomy-description { 
    display: none;
}

.md-cpi {
	margin: 0;
	display: inline-block;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 20px;
	letter-spacing: .5px;
	font-family: 'Georgia', serif;
	line-height: 35px;
}

.category-health .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(images/health-full.jpeg) center center no-repeat;
}

.category-remedies .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(images/remedies-full.jpeg) center center no-repeat;
}

.category-home-ideas .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(images/home-full.jpeg) center center no-repeat;
}

.category-beauty .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(images/beauty-full.jpeg) center center no-repeat;
}

.category-green-living .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(images/green-living-full.jpeg) center center no-repeat;
}

.category-survival .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(images/survival-full.jpeg) center center no-repeat;
}

.category-pets .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(images/pets-full.jpeg) center center no-repeat;
}

.category-food .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(images/food-full.jpeg) center center no-repeat;
}

.category-gardening .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("https://www.ideahacks.com/wp-content/uploads/2017/03/Gardening.jpg") center center no-repeat;
}

.category-lifestyle .md-cpi .bg {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 80px;
	background: #666;
}

.md-cpi .wrap {
	width: 1140px;
	margin: 0 auto;
}

.md-cpi .widgettitle {
	font-size: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 24px;
	font-weight: 600;
}

.md-cpi .widget_search .widgettitle,
.md-cpi .widget_categories .widgettitle {
	display: none;
}

.md-cpi .widget_search {
	width: 300px;
	margin: 40px 0 0;
}

.md-cpi .search-form input {
	border: none;
}

.md-cpi .widget_categories {
	width: 300px;
	float: right;
	margin: 40px 0 0;
}


/* Mobile menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}
 
.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #333;
}


/*
Media Queries
---------------------------------------------- */

@media only screen and (max-width: 1139px) {
	.site-header, .nav-primary .wrap, .nav-secondary, .footer-widgets .wrap, .md-front3, .md-front5, .md-front7 .wrap, .md-front8, .md-obfw .wrap  { width: 100%; }
	.md-front4, .md-front6 { width: 100%; padding: 0 10px; }
	.md-front5 .entry { padding-right: 0; padding: 0 10px;}
	.md-front6 .logos, .md-front6 .logos:hover { background-size: 100% auto; width: 100%; }
	.md-obfw p { float: none; text-align: center; }
	.md-obfw form { width: 98%; float: none; margin: 0 auto; }
	.md-obfw input[type="email"] { width: 100%; }
	.md-obfw input[type="submit"] { display: block; margin: 5px auto 0; }
	.md-obfw .icon { padding: 0; }
	
	.md-cpi .wrap { width: 100%; }
	
	.site-container { margin: 20px auto; }
	.site-inner { width: 100%; margin: 0 auto; padding: 20px 10px; }
	
	.title-area { float: none; margin: 0 auto; width: auto; }
	.site-header .widget-area { float: none; margin: 0 auto; }
	a.more-link { margin: 12px 0 0 0;}
	
	.simple-social-icons .alignright { float: none; display: inline-block; text-align: center; }
    .content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar    .content, .sidebar-primary, .sidebar-left, .sidebar-right, .sidebar-bottom { float: none; width: 100%; }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 { float: none; width: 100%; }   
	.nav-primary { position: relative; } 
	.site-footer { line-height: 16px; }
	.front-bottom .featuredpost h2 { font-size: 13px; }
	
	.site-header { padding: 0 0 10px; }
	.site-container { margin: 10px auto 0; }
	
	.custom-front .enews-widget .widgettitle { float: none; width: 100%; margin: 0 0 8px; }
	.custom-front .enews-widget p { float: none; width: 100%; margin: 0 0 8px; }
	.custom-front .enews-widget input[type="email"] { width: 100%; float: none; margin: 0 0 4px; }
	.custom-front .enews-widget input[type="submit"] { float: none; }
	
}

@media only screen and (max-width: 767px) {
	.header-image .site-title a { }
	img.alignleft, .wp-caption.alignleft { margin: 0 auto 20px; display: block; }
	.alignleft { float: none; }
	a.more-link { float: none; margin: 10px auto 0; }
	.entry-categories { width: 100%; float: none; text-align: center; padding: 0 0 4px; display: block; }
	.entry-comments-link { width: 100%; float: none; text-align: center; display: block; }
	.front-bottom .featuredpost h2 { font-size: 12px; }
	
	.genesis-nav-menu, .genesis-nav-menu .menu-item { text-align: center; }
	.nav-primary .widget-area { float: none; width: 100%; text-align: center; }
	.genesis-nav-menu .search-form { float: none; }
	.genesis-nav-menu .search-form input { width: 90%; }
	.nav-primary .simple-social-icons { float: none; width: 100%; text-align: center; }
	
	.custom-front .widget { margin: 0 0 20px; padding: 0 0 10px; }
	.custom-front .enews-widget { padding: 20px !important; }
	.custom-front .enews-widget input[type="email"] { width: 100%; }
	.custom-front .md-popular .entry, .custom-front .md-latest .entry { width: 100%; float: none;  }
	.footer-widgets .enews-widget input[type="email"] { width: 100%; }
	.footer-widgets .enews-widget p { margin: 0; }
	.genesis-nav-menu { text-align: center; }
	.genesis-nav-menu > .right { float: none; }
	.custom-front .enews-widget input[type="submit"] { margin: 5px 0 0; }
	
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float: none; margin-left: 0; width: 100%; margin: 0 0 15px; }
	
	.genesis-nav-menu { text-align: center; }
	.genesis-nav-menu > .right { float: none; }
	.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content { float: none; width: 100%;}
	.sidebar-primary { float: none; width: 100%; }
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 { float: none; width: 100%; }    

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #333;
	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 5px 16px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #333;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		/*padding-left: 25px;*/
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: #eee;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.md-front3 .one-eighth { width: 19.875%; margin: 0 2.5%; }
	.md-front5 .entry h2 { font-size: 20px; line-height: 20px; }
	
	.md-cpi .widget_search, .md-cpi .widget_categories { width: 80%; margin: 40px auto; float: none; }
	.category-uncategorized .md-cpi .bg { padding: 40px 10px 10px; }
	
	.md-front5 .entry { height: auto; }
	
	.footer-widgets-1 .alignleft { float: none; text-align: center; }
	.footer-widgets-1 .simple-social-icons ul li { float: none; }
	.footer-widgets-2 { text-align: center; }
	
}

@media only screen and (max-width: 479px) {
	.header-image .site-title a { background-size: 254px auto; width: 254px; height: 62px; margin: 0 auto; }
	.custom-front .widget_sp_image { text-align: center; }
	
	.md-front1 .wrap { width: 85%; }
	.md-front1 .widgettitle { font-size: 26px; line-height: 26px; }
	.md-front1 p { font-size: 16px; line-height: 16px; }
	.md-front4 .entry h2 { font-size: 30px; line-height: 32px; }
	.md-front5 .entry { width: 100%; float: none; margin: 0 auto 10px; }
	
	.category-health .md-cpi .bg, .category-remedies .md-cpi .bg, .category-home-ideas .md-cpi .bg, .category-beauty .md-cpi .bg, .category-green-living .md-cpi .bg, .category-survival .md-cpi .bg, .category-pets .md-cpi .bg, .category-food .md-cpi .bg, .category-gardening .md-cpi .bg, .category-lifestyle .md-cpi .bg { padding: 10px; }
	.md-cpi .widgettitle { font-size: 30px; margin-bottom: 12px; margin-top: 10px; }
	
	.md-front1 a { line-height: 22px; }
	.md-front2 p { font-size: 24px; }
	.md-front3 .one-eighth { width: 48%; margin: 0 1%; }
	.md-front7 { text-align: center; }
	
}	