/*
	Theme Name: Tips and Quips
	Description: Tips and Quips is a child theme created for the Genesis Framework.
	Author: Status Forward
	Author URI: http://statusforward.com/
	Version: 1.0

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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:#000}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"],
.wppb-user-forms,
.wppb-user-forms * {
	-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: #ffffff;
	color: #575757;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
}

body.home,
body.category,
body.archive,
body.search {
	background: #F2F2F2;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.masonry .entry-image {
	-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;
	outline: none;
}

*:focus {
	outline: none !important;
	border: none;
}

a {
	color: #2D97CB;
	text-decoration: none;
}

a img {
	
}

a:hover {
	
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #575757;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.clear {
	clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Volkhov', serif;
	color: #2D97C;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

h1, h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	color: #414042;
	border: 1px solid #2D97CB;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 2px solid #2D97CB;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #81C677;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	width: auto;
}

.login-button {
	background: url(images/login-arrow-sm.png) no-repeat 72px 10px #81C677;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 0 16px 16px;
	padding: 1.6rem 0 1.6rem 1.6rem;
	width: 118px;
	height: 50px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .05em;
	display: inline-block;
	margin-left: 15px;
	font-weight: 700;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	
}

.entry-content .button:hover {
	
}

.button {
	display: inline-block;
}

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: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #414042;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #414042;
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding: 60px 0;
	padding: 6rem 0;
	max-width: 1200px;
	overflow: hidden;
	display: block;
}

.masonry .site-inner {
	/*max-width: 100%;*/
}

.site-footer .wrap {
	padding: 0 20px;
	padding: 0 2rem;
}

/* Sticky Containers
--------------------------------------------- */

/*.site-header .wrap.sticky {
	background: #fff;
	position: fixed;
	width: 100%;
}

.nav-primary .wrap.sticky {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	max-width: none;
	position: fixed;
	top: 47px;
	width: 100%;
}

.nav-secondary .wrap.sticky {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	max-width: none;
	position: fixed;
	width: 100%;
}

.site-inner.sticky {
	padding-top: 64px;
	padding-top: 6.4rem;
}*/

/* 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: 1040px;
}

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

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

.masonry .content-sidebar-wrap {
	width: 100%;
}

/* Content */

.content {
	float: left;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;
	width: 820px;
	padding-right: 20px;
}

.content-sidebar .content {
	border-right: 2px solid #e3e3e3;
}

.masonry.content-sidebar .content {
	border-right: none;
}

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

.masonry .content {
	border-radius: 0;
	box-shadow: none;
	float: none;
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
	overflow: visible;
	text-align: center;
	width: auto;
	padding-right: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
	padding: 0;
}

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


/* Column Classes
 *
 * Width: 1200px
 * Gutter: 24px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 49%;
}
 
.one-third,
.two-sixths {
	width: 32%;
}
 
.four-sixths,
.two-thirds {
	width: 66%;
}
 
.one-fourth {
	width: 23.5%;
}
 
.three-fourths {
	width: 74.5%;
}
 
.one-fifth {
	width: 18.4%;
}
 
.two-fifths {
	width: 38.8%;
}
 
.three-fifths {
	width: 59.2%;
}
 
.four-fifths {
	width: 79.6%;
}
 
.one-sixth {
	width: 15%;
}
 
.five-sixths {
	width: 83%;
}
 
.first {
	clear: both;
	margin-left: 0;
}
	

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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.masonry .breadcrumb {
	padding: 0 20px;
	padding: 0 2rem;
}

.home.masonry .breadcrumb {
	text-align: center;
}

.archive.masonry .breadcrumb {
	margin: 0;
	text-align: center;
}

.archive-description {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.archive-description {
	padding: 10px 20px 0;
	padding: 1rem 2rem 0;
	text-align: center;
}

.search .content .archive-description {
	display: none;
}

div.archive-description p {
	margin-top: 6px;
	margin-top: 0.6rem;
}

.author-box {
	background: #82c679;
	overflow: hidden;
	width: 100%;
}

.masonry .author-box .wrap {
	background: #fff;
	border: none;
	max-width: 1040px;
	width: 86.67%;
	margin: 60px auto;
	margin: 6rem auto;
	padding: 46px 60px 36px;
	padding: 4rem 6rem 3.6rem;
}

.author-box .box-top {
	padding: 0 0 34px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	overflow: hidden;
	clear: both;
}

.author-box .box-bottom {
	display: block;
	overflow: hidden;
	clear: both;
}

.author-box .box-bottom .one-fifth {
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 14px;
	font-size: 1.4rem;
}

.author-box .box-bottom .one-fifth:nth-of-type(1) {
	color: #81C677;
}

.author-box .box-bottom .one-fifth:nth-of-type(2),
.author-box .box-bottom .one-fifth:nth-of-type(3),
.author-box .box-bottom .one-fifth:nth-of-type(4) {
	border-right: 1px solid #e7e7e7;
}

.author-box .stats-header {
	font-size: 24px;
	font-weight: 700;
	line-height:1.6;
}

.author-box .stats-entries,
.author-box .stats-comments {
	color: #2D97CB;
}

.author-box .stats-points {
	color: #81C677;
}


.author-box h2 a {
	color: #82c679;
}

.author-box .author-location {
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 25px;	
	text-transform: uppercase;
}

.author-box a {
	
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 44px;
	margin-right: 4.4rem;
}

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	color: #2D97CB;
}

.single .category-quips.entry .entry-title {
	display: none;
}

.entry-title a {
	color: #2D97CB;
}

.entry-title a:hover {
	
}

.widgettitle {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-transform: uppercase;
	color: #FAB743;
	font-family: 'Open Sans', sans-serif;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	margin-bottom: 0;
}


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

/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.masonry .featured-content .entry {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: auto;
}

.featured-content .entry:last-child,
.masonry .featured-content .entry:last-child {
	margin-bottom: 0;
}

.masonry .featured-content .entry-content {
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}



/* Plugins
---------------------------------------------------------------------------------------------------- */

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

div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="file"],
div.gform_wrapper textarea,
div.gform_wrapper select {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px;
	padding: 1.2rem;
	border: 2px solid #2d97cb;
}

div.gform_wrapper select {
	padding: 18px 14px;
	padding: 1.8rem 1.4rem;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0;
	margin: 1.6rem 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/*.tq .gform_wrapper .top_label #field_1_1 .gfield_label,
.tq .gform_wrapper .top_label #field_1_2 .gfield_label {
	display: none;
}*/

.tq .gform_wrapper .gfield_required {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header-wrapper {
	max-height: 420px;
	background: url(images/header-bg.jpg) no-repeat;
	background-size: cover;
}

.site-header {
	background-color: #2D97CB;
	color: #fff;
	position: relative;
	z-index: 900;
	display: block;
	overflow: hidden;
	clear: both;
}

.home .site-header {
	background-color: transparent;
}

.site-header .wrap {
	height: 112px;
	max-height: auto;
	padding: 30px 0;
	padding: 3rem 0;
}

.site-header .widget-area .widget {
	float: right;
}

.site-header .widget-area .widget a {
	font-weight: 700;
	color: #fff;
	letter-spacing: .025em;
}

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

.title-area {
	/*left: 50%;
	margin: 0 auto 0 -25%;
	position: absolute;
	text-align: center;
	width: 50%;*/
	float: left;
	width: 220px;
	z-index: 9999;
}

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

.site-title {
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	font-family: 'Volkhov', serif;
	line-height: 1.31;
	margin: 0;
	text-indent: -9999px;
}

.site-title a,
.site-title a:hover {
	background: url(images/logo.png) no-repeat;
	width: 201px;
	height: 60px;
	display: block;
}

.site-description {
	color: #999;
	text-indent: -9999px; 
	font-size: 8px;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}


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

.site-header .widget-area {
	float: right;
	max-width: 800px;
}

#text-3 {
	display: none;
}

.logged-in #text-3 {
	display: block;
	height: 48px;
	position: relative;
}

.logged-in #text-2 {
	display: none;
}

#text-3 .logout-link {
	float: right;
	vertical-align: middle;
	line-height: 48px;
	margin-right: 12px;
}

#text-3 .logout-link a {
	padding: 0 16px;
}

#text-3 .logged-in-welcome {
	float: right;
	background: #FAB743;
	vertical-align: middle;
	line-height: 48px;
	padding: 0 12px;
	text-align: right;
	width: auto;
	color:#092025;
}

#text-3 .logged-in-welcome a{
	color:#092025;
	text-decoration:underline;
}

#text-3 .logged-in-welcome .avatar {
	float: right;
	border-radius: 50%;
	margin-left: 10px;
	vertical-align: middle;
	padding-top: 6px;
}



/*
Search and Sort Widget Area
---------------------------------------------------------------------------------------------------- */
.sort-search {
	background: #fff;
	max-height: 80px;
}

.sort-search .wrap {
	overflow: hidden !important;
}

.sort-search input {
	border: none;
	outline: none;
}

.sort-search .sort {
	display: block;
	max-width: 320px;
	height: 74px;
	overflow: hidden;
	float: right;
}


.sort-search .lhs {
	margin: 12px 0;
	width: 40%;
	float: left;
}

.sort-search .rhs {
	float: right;
	/*text-align: right;*/
	width: 60%;
	position: relative;
}

.sort-search .rhs .category-label {
	display: block;
	float: right;
	vertical-align: middle;
	margin: 24px 15px;
	text-align: right;
}

.sort-search .search-form {
	width: 420px;
}

.sort-search .search-form input[type="submit"] {
    background: url(images/search.png) no-repeat 10px 10px;
    border: medium none;
    float: left;
    margin: 0;
    padding: 0;
    width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.sort-search .search-form input[type="search"] {
	font-size: 20px;
	float: right;
	width: 360px;
	display: block;
	padding: 12px 0px 10px 10px;
	color:#ccc;
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #8f8f8f;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 8px;
	padding: 0.8rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #CF2521;
	color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	left: -9999px;
	opacity: 0;
	padding: 5px 5px 3px;
	padding: 0.5rem 0.5rem 0.3rem;
	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: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
	padding: 4px 10px;
	padding: 0.4rem 1rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #eee;
	border-radius: 3px;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.15);
	color: #444;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
	margin: -3.4rem 0 0 19.9rem;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 9998;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 9997;
}


/*
Social Media Icons
---------------------------------------------------------------------------------------------------- */

.widget_nav_menu .social {
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	height: 49px; /* max 68px - must be same value as width below */
	list-style: none;
	margin: 2px 1px 0;
	margin: 0.2rem 0.1rem 0;
	overflow: hidden;
	width: 49px; /* max 68px - must be same value as height above */
}

.site-header .widget_nav_menu .social {
	height: 29px;
	width: 29px;
}

.sidebar li.social {
	border: none;
	margin: 0 3px 5px;
	margin: 0 0.3rem 0.5rem;
	padding: 0;
}

.widget_nav_menu .social a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: none;
	display: block;
	font-size: 0;
	height: 100%;
	margin: 0;
	opacity: 1.0;
	padding: 15px 0 0;
	padding: 1.5rem 0 0;
	width: 100%;
}

.widget_nav_menu .social a:hover {
	opacity: 0.8;
}

.widget_nav_menu .social.facebook a {
	background-image: url(images/social-facebook.png);
}

.widget_nav_menu .social.twitter a {
	background-image: url(images/social-twitter.png);
}

.widget_nav_menu .social.google-plus a {
	background-image: url(images/social-googleplus.png);
}

.widget_nav_menu .social.youtube a {
	background-image: url(images/social-youtube.png);
}

.widget_nav_menu .social.linked-in a {
	background-image: url(images/social-linkedin.png);
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

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

.entry {
	background-color: #fff;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.single .entry {
	padding: 10px 30px 54px 0;
}

.entry-top {
	display: block;
	clear: both;
}

.single .entry-content p {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-content a[data-filetype="image"] {
	border: none;
}

.entry-content a:hover {
}

.entry-content a img {
	cursor: zoom-in;
	-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.1sease-in-out;
}

.entry-content a img:hover {
	opacity: 0.9;
}

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

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

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

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

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

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	clear: both;
	color: #575757;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	color: #2D97CB;
}

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

.single .entry-footer .entry-footer-left,
.single .entry-footer .entry-footer-right {
	display: block;
	overflow: hidden;
	width: 48%;
	float: left;
	height: 70px;
}

.single .entry-footer .entry-footer-right {
	float: right;
	text-align: right;
}

.entry-footer .entry-meta {
	margin: 10px 0 20px;
	margin: 1rem 0 2rem;
	overflow: hidden;
	padding: 20px;
	padding: 2rem;
}

.single .entry-footer .entry-meta {
	margin: 32px 0 0 0;
	padding: 0;
	color:#ccc;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	
}

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

.navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f15123;
}

/* Before Comments
--------------------------------------------- */
.share-buttons {
	padding: 20px 0px 40px 0px;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom:40px;
}

.social-intro {
	color: #81C677;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-size: 1.5rem;
	padding-right: 25px;
}

.social-share {
	display: block;
	float: left;
	margin-right: 5px;
}

.social-share.twitter {
	margin-right: 25px;
}

.social-share.plus-one {
	margin-right: 0;
}

.tq .a2a_default_style a.a2a_button_twitter_tweet {
	margin-right: 20px;
}

.single .share-buttons .rhs-flag {
	float: right;
	text-align: right;
	width: auto;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
}

.entry-comments {
	padding: 15px 0;
	padding: 1.5rem 0;
}

.comment-respond,
.entry-pings {
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.entry-comments p,
.entry-pings p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.comment-content {
	clear: both;
}

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

.comment-reply {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.comment-list .children {
	margin: 20px 0 0 40px;
	margin: 2rem 0 0 4rem;
}

.comment-list li li {
	border: none;
}

li.comment {
	
}

.comment .avatar {
	border: 1px solid #e3e3e3;
	margin: 0 16px 10px 0;
	margin: 0 1.6rem 1rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	border-radius: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px;
	padding: 1.4rem;
}

.comments-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #2D97CB;
	font-size: 16px;
	border-bottom: 12px solid #000;
	padding: 0 0 16px 30px;
	margin: 0 0 24px;
	background: url(images/comment-blue.png) no-repeat 0 3px;
	background-size: 22px 19px;
}

.comments-number {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	border-bottom: 4px solid #2D97CB;
	padding: 0 0 16px;
	margin: 0 0 24px;
	max-width: 100px;
}
	

/* Masonry Content
--------------------------------------------- */

.masonry .entry {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
	overflow: hidden;
	padding: 0;
	text-align: left;
	/*width: 370px;*/
	width: 228px;
	line-height:1.55;
	border-radius:3px;
	-webkit-box-shadow: 1px 1px 10px -1px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 10px -1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 10px -1px rgba(0,0,0,0.15); 
}

.masonry .flexslider .entry {
	width: 100%;
}

.search-results .masonry .entry .entry-content p:first-of-type {
	display: none;
}

.search.search-no-results .masonry .entry {
	padding: 15px;
	padding: 1.5rem;
	text-align: center;
}

.masonry .entry-content {
	clear: both;
	padding: 14px 14px 4px 14px;
	padding: 1.4rem 1.4rem .6rem 1.4rem;
	position: relative;
}

.masonry .entry.category-quips p {
	clear: both;
	display: block;
	overflow: hidden;
}

.masonry .entry.category-quips p.quip-content {
	font-style: italic;
}

.masonry .entry.category-quips .quip-attribution,
.sidebar-primary .wti_widget_li .quip-attribution {
	text-align: right;
	padding: 5px 15px 0 0;
	font-weight:700;
}

.sidebar-primary .wti_widget_li .quip-attribution {
	padding-top: 0;
}

/*.masonry .entry.category-quips .quip-attribution:before,
.sidebar-primary .wti_widget_li .quip-attribution:before {
	content: "-";
	margin: 0 5px;
}*/

.masonry .entry.category-quips .quip-content:before {
	content: "\201c";
	margin: 0 5px 0 0;
	color: #2d97cb;
	font-weight: 700;
	font-style: italic;
}

.masonry .entry.category-quips .quip-content:after {
	content: "\201d";
	margin: 0 0 0 5px;
	color: #2d97cb;
	font-weight: 700;
	font-style: italic;
}


.masonry .entry.category-quips .entry-title,
.masonry .entry.category-quips .entry-title a {
	text-indent:-999999px;
	font-size: 0;
	line-height: 0;
	margin: 0;
	/*background-image: url(images/quip-title.png);
	width:55px;
	height:30px;
	display:block;
	background-size:contain;*/
}

.masonry .entry-image {
	margin: 0;
}

.masonry .entry-image:hover {
	opacity: 0.9;
}

.masonry .entry-content .entry-title,
.masonry .entry-content .entry-title a {
	font-size:16px;
	font-size:1.6rem;
	border: none;
	line-height: 1.3;
	margin-bottom: 8px;
	margin-bottom: .8rem;
}

.masonry .entry-content .entry-title a:hover {
	
}

.masonry p {
	margin: 0;
}

body > div.site-container > div.author-box > div > div.box-top > div.four-fifths > p{
	line-height:1.6;
}

.box-bottom > div:nth-child(2) > p , div:nth-child(3) > p , .box-bottom > div:nth-child(4) > p , .box-bottom > div:nth-child(5) > p {
	font-size:12px;
	letter-spacing:1px;
}


.masonry .entry-footer {
	padding: 10px 15px 15px;
	padding: 1rem 1.5rem 1.5rem;
}

.masonry .entry-meta {
	border: none;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0 0 5px;
	margin: 0 0 .5rem;
	padding: 0;
	color: #575757;
}

.masonry .entry-meta a {
	font-weight: 700;
}

.masonry .entry-meta:last-child {
	
}

.masonry .entry-header {
	/*border-bottom: 1px solid #e7e7e7;*/
	text-align: center;
}

.masonry .entry-header .entry-top {
	height: 102px;
	width: 68%;
	border-right: 1px solid #e7e7e7;
	padding: 28px 25px 8px;
}

.masonry .entry.category-quips .post-footer-top .post-categories li a {
	background: url(images/category-icons/quips.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-home-and-garden .post-footer-top .post-categories li a {
	background: url(images/category-icons/home.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-food-and-drink .post-footer-top .post-categories li a {
	background: url(images/category-icons/food-drink.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-health-and-fitness .post-footer-top .post-categories li a {
	background: url(images/category-icons/fitness.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-technology .post-footer-top .post-categories li a {
	background: url(images/category-icons/technology.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-cleaning-and-laundry .post-footer-top .post-categories li a {
	background: url(images/category-icons/cleaning.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-fashion-and-beauty .post-footer-top .post-categories li a {
	background: url(images/category-icons/beauty.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-finance-and-business .post-footer-top .post-categories li a {
	background: url(images/category-icons/finance.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-love-and-relationships .post-footer-top .post-categories li a {
	background: url(images/category-icons/love.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-pets .post-footer-top .post-categories li a {
	background: url(images/category-icons/pets.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-sports-and-outdoors .post-footer-top .post-categories li a {
	background: url(images/category-icons/sports.png) no-repeat right bottom;
	background-size: contain;
}

.masonry .entry.category-travel .post-footer-top .post-categories li a {
	background: url(images/category-icons/travel.png) no-repeat right bottom;
	background-size: contain;
}

.home-slider .flexslider .entry .slider-top h2 {
	padding-left: 75px;
	background-position: left center !important;
	min-height: 60px;
}

.masonry .entry .entry-header {
	background-position: right 34px top 22px !important;
	line-height:0;
}


.masonry .post-footer-top {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 0px 15px;
	border-bottom: 1px solid #eee;
}

.masonry .post-footer-top .post-categories li {
	list-style-type: none;
}

.masonry .post-footer-top .post-categories li a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background-size: contain;
}

.masonry .post-footer-top .lhs {
	float: left;
	width: 65%;
}

/*.masonry .post-footer-top .lhs .watch-action .status {
	display: none;
}*/

.masonry .post-footer-top .lhs .watch-action .status {
	margin-top: -35px;
	background: #ffffff;
}

.masonry .post-footer-top .rhs {
	float: right;
	width: 35%;
	padding: 2px 5px 0 5px;
	text-align:right;
}

.masonry .post-footer,
.flexslider .slider-bottom .post-footer {
	display: block;
	overflow: hidden;
	background: #ffffff;	
}

.masonry .post-footer .ds-discuss,
.flexslider .slider-bottom .ds-discuss {
	text-align: center;
	padding: 10px;
	float: left;
	width: 50%;
	border-right:1px solid #eee;
}

.masonry .post-footer .ds-discuss a,
.masonry .post-footer .ds-share a,
.flexslider .slider-bottom .ds-discuss a,
.flexslider .slider-bottom .ds-discuss a {
	color: #CDCDCD;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	vertical-align: middle;
	line-height: 1;
}

.masonry .post-footer-top .rhs a,
.single .share-buttons .rhs-flag a {
	color: #cf1212;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	vertical-align: middle;
	line-height: 1;
	letter-spacing:.05em;
}

.masonry .post-footer .ds-discuss a img {
	margin-right: 8px;
	vertical-align: middle;
	width: 11px;
	height: 9px;
}

.masonry .post-footer .ds-share img {
	margin-right: 2px;
	vertical-align: middle;
	width: 14px;
	height: 5px;
}

.masonry .post-footer-top .rhs img,
.single .share-buttons .rhs-flag img {
	margin-right: 8px;
	margin-top:-2px;
	vertical-align: middle;
	width: 12px;
	height: 12px;
}

.masonry .post-footer .ds-share,
.flexslider .slider-bottom .ds-share {
	text-align: center;
	padding: 4px 2px 5px 5px;
	float: left;
	width: 50%;
	border-left: 1px solid #fff;
}

.masonry .post-footer .ds-flag,
.flexslider .slider-bottom .ds-flag {
	text-align: center;
	padding: 10px 10px 14px 0px;
	float: right;
	width: 33.33%;
	border-left: 1px solid #fff;
}

/* Home Top - Originally this was a slider
--------------------------------------------- */
.home-slider {
	width: 100%;
	max-height: 300px;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 50px;
}

.home-slider .wrap {
	max-width: 1060px;
	margin: 0 auto;
}

.home-intro {
	padding: 40px 0 20px;
}

.home-intro h3 {
	color: #ffffff;
	font-size: 36px;
	letter-spacing: .025em;
}

.home-buttons {
	float: left;
	width: auto;
	display: block;
}

.home-buttons .button {
	background-color: transparent;
    border: 3px solid #FFFFFF;
	border-radius: 5px;
	margin-right: 15px;
    box-shadow: none;
    color: #fff;
}

.home-leaderboard {
	display: block;
	width: auto;
	float: left;
	color: #ffffff;
	padding-left: 35px;
	margin-left: 20px;
	background: url(images/ribbon.png) no-repeat left center;
}

.home-leaderboard a {
	color: #ffffff;
	font-family: "Volkhov", serif;
	font-size: 18px;
}

.home-leaderboard a span {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

/*.home-slider .wrap .flexslider {
	width: 100%;
}

.home-slider .flexslider .slide-wrapper {
	padding: 0 46px;
}

.home-slider .flexslider .slides {
    max-width: 1044px;
	margin: 0 auto;
	background: #fff;
}

.masonry .home-slider p {
	margin: 0 0 16px;
}

.home-slider .flexslider .slider-top {
	padding: 48px 0 24px;
	min-height: 300px;
}

.home-slider .flexslider .slider-top .post-meta {
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom:5px;
	color:#ccc;
}

.home-slider .flexslider .slider-bottom {
	margin: 0 0 40px;
	display: block;
	overflow: hidden;
}

.flexslider .slider-bottom .post-footer {
	width: 386px;
	float: right;
}

.flex-direction-nav a {
  text-indent: -9999px;
  display: block;
  z-index: 1000;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-slider .flex-direction-nav .flex-nav-prev a.flex-prev {
    background: #FAB743 url("images/back-arrow.png") no-repeat scroll 50% 50%;
    display: block;
    height: 60px;
    left: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 78px;
}

.home-slider .flex-direction-nav .flex-nav-next a.flex-next {
    background: #FAB743 url("images/forward-arrow.png") no-repeat scroll 50% 50%;
    display: block;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 78px;
}

.home-slider .flexslider li p {
    background: #fff;
    color: #575757;
    display: block;
    font-size: 15px;
	font-size: 1.5rem;
    line-height: 1.25;
    padding: 0;
    text-align: left;
    text-shadow: none;
}

.home-slider .flexslider h2, 
.home-slider .flexslider h2 a {
    color: #2D97CB;
    font-size: 34px;
	font-size: 3.4rem;
    font-weight: 400;
    margin-bottom: 20px;
	margin-bottom: 2rem;
	font-family: 'Volkhov', serif;
}

.home-slider .flexslider .slides p {
	margin-bottom:30px;
	font-size: 18px;
	line-height: 1.6;
}

*/



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

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
}

.masonry .sidebar {
	display: none;
}

.sidebar .entry {
	padding: 0;
}

.sidebar p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

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

.sidebar li {
    list-style-type: none;
    margin-bottom: 5px;
	margin-bottom: 0.5rem;
    padding-bottom: 5px;
	padding-bottom: 0.5rem;
    word-wrap: break-word;
}

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

.sidebar .widget {
	margin: 0;
	padding: 36px 0;
	display: block;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
}

.sidebar .widget:nth-of-type(1) {
	padding: 0 0 22px;
	margin: 0;
	border: none;
}

.sidebar .widget:nth-of-type(2) {
	padding: 14px 0 36px;
	margin: 0;
}

.sidebar #text-4 span {
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	margin: 5px 17px 0 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sidebar #text-4 .social-link {
	margin: 0 14px;
	display: inline-block;
	vertical-align: middle;
}

.sidebar #text-4 .facebook {
	height: 27px;
	width: 14px;
}

.sidebar #text-4 .twitter {
	height: 22px;
	width: 27px;
}

.sidebar #text-4 .rss {
	height: 20px;
	width: 20px;
}

.sidebar .search-form input[type="search"] {
	border: 1px solid #e3e3e3;
	color: #575757;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 10px 10px 11px 32px;
	padding: 1rem 1rem 1.1rem 3.2rem;
	position: relative;
	background: url(images/search.png) no-repeat 5px center;
	background-size: 15px 16px;
	width: 264px;
	float: left;
	display: block;
}

.sidebar .search-form *::-moz-placeholder {
	color: #ddd;
}

.sidebar .search-form input[type="submit"] {
	background: #81C677;
	color: #fff;
	float: right;
	display: block;
	position: relative;
	padding: 12px 20px; 
	line-height: normal;
}

.sidebar .search-form input[type="submit"]:hover {
	opacity: 1;
}

.sidebar-primary .wti_widget_li h5 {
	margin-bottom: 8px;
	margin-bottom: .8rem;
}

#text-6{
	border-bottom:0px;
}



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

.site-footer {
	background-color: #FFF;
    bottom: 0;
    color: #414042;
	font-size: 12px;
    font-size: 1.2rem;
	padding: 10px 0;
    padding: 1.0rem 0;
    position: fixed;
    text-align: left;
    width: 100%;
	border-top:1px solid #eee;
}

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

.site-footer p {
	margin-bottom: 0;
}

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

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

.site-footer .footer-left p,
.site-footer .footer-left p a {
	color: #A7A9AC;
}

.site-footer .footer-right a {
	color: #414042;
}

.site-footer .footer-right .footer-menu-divider {
	margin: 0 8px;
}

a.return-to-top {
	background: #2D97CB;
	border: 1px solid #e3e3e3;
	border-radius: 4px 4px 0 0;
	border-width: 1px 1px 0;
	bottom: -75px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	padding: 10px;
	padding: 1rem;
	position: fixed;
	right: 15px;
	right: 1.5rem;
	text-align: center;	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

a.return-to-top::before {
	content: '\25B2';
}

a.return-to-top.sticky {
	bottom: 0;
}

a.return-to-top:hover {
	background: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
Modals
--------------------------------------------------------------*/
.popmake-title {
	margin: 0 0 36px;
	font-family: 'Volkhov', serif;
	font-weight: 400;
}


/*--------------------------------------------------------------
Profile Builder Forms
--------------------------------------------------------------*/
.popmake-content #wppb-login-wrap {
	max-width: 600px;
	margin: 10px auto;
}

.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]),
.wppb-user-forms select,
.wppb-user-forms textarea{
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
.wppb-user-forms input[type="checkbox"],
.wppb-user-forms input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
.wppb-user-forms input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
.wppb-user-forms input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
.wppb-user-forms button::-moz-focus-inner,
.wppb-user-forms input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

.wppb-user-forms input[type="checkbox"] {
	width: 20px;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"],
.wppb-user-forms textarea{
	color: #575757;
	border: 1px solid #414042;
	border-radius: 3px;
}
.wppb-user-forms input[type="text"]:focus,
.wppb-user-forms input[type="email"]:focus,
.wppb-user-forms input[type="url"]:focus,
.wppb-user-forms input[type="password"]:focus,
.wppb-user-forms input[type="search"]:focus,
.wppb-user-forms textarea:focus {
	color: #575757;
}
.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"] {
	padding: 3px;
}

.wppb-user-forms input[type="submit"] {
	background: #FAB743;
	width: 100%;
	text-align: center;
	border-radius: 5px;
}

.wppb-user-forms textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
.wppb-user-forms .wppb-wysiwyg .wp-editor-wrap { /* properly align wysiwyg editor among form fields */
    float:left;
    width:69.9%;
}
.wppb-user-forms .wppb-wysiwyg button:hover{ /* wysiwyg - overwrite the theme inherited background color on hover*/
    background: none;
}
.wppb-user-forms .wppb-wysiwyg div.mce-tinymce.mce-panel{   /*Display the borders for the TinyMCE editor - Visual tab*/
    border: 1px solid #414042 !important;
    color: #575757 !important;
}
.wppb-user-forms .wppb-wysiwyg div.mce-panel.mce-first{
    border-width: 0 0 1px 0 !important;
}
.wppb-user-forms .wppb-wysiwyg div.mce-panel.mce-last{
    border-width: 1px 0 !important;
}
.wppb-user-forms .wppb-wysiwyg .quicktags-toolbar {      /*Display the borders for the TinyMCE editor - Text tab*/
    border: 1px solid #414042;
    border-bottom: 0;
}
#wp-link label input[type="text"] {    /*Fix the looks of the Add Link window for TinyMCE editor*/
    padding: 0px;
}

#wppb-search-fields{
    min-width: 250px;
    float:left;
    margin-right:20px;
}

.wppb-user-forms .wppb-search-button{
    margin-right:10px;
    padding:7px 20px;
    line-height: 24px;
}

.wppb-search-users-wrap{
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
Profile Builder Alignments
--------------------------------------------------------------*/
.wppb-user-forms ul{
	max-width:900px;
	list-style:none;
	margin-left:0;
	margin-right:0;
    padding-left:0;
    padding-right:0;
}

.wppb-user-forms ul li{
    list-style:none;
}

.wppb-user-forms ul li,
#wppb-login-wrap p,
#select_user_to_edit_form p{
	overflow:hidden;
	margin:0;
	padding-bottom:14px;
}

.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label{
	width:30%;
	float:left;
	min-height:1px;
}
.wppb-form-field input,
.wppb-form-field input[type="text"], .wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="password"], .wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input{
	width:69.9%;
	float:left;
}

.wppb-user-forms .wppb-wysiwyg .wp-editor-wrap .wp-editor-tabs *{
    box-sizing: content-box !important;
}

.wppb-user-forms .wp-editor-wrap input {
    float: none;
    width: auto;
}

input#send_credentials_via_email{
	float:none;
	width:auto;
	margin-right:10px
}

.wppb-send-credentials-checkbox label{
	width:auto;
}

.wppb-form-field > span{
	display:block;
	clear:both;
	margin-left:30%;
	font-size:80%;
	font-style:italic;
}

.wppb_upload_button{
    display:inline-block;
}

.wppb-user-forms .wppb-checkboxes li,
.wppb-user-forms .wppb-radios li{
	display:inline-block;
	padding:0 20px 0 0;
}

.wppb-form-field .wppb-checkboxes label,
.wppb-form-field .wppb-radios label{
	float:none;
	min-width:0;
	padding-left:5px;
}

.wppb-checkbox-terms-and-conditions input,
.wppb-checkboxes li input,
.wppb-radios li input{
	min-width:0;
	float:none;
	width:auto;
}

.wppb-edit-user .wppb-checkbox-terms-and-conditions {
	display:none;
}

.wppb-form-field.wppb-heading span,
.wppb-default-about-yourself-heading span,
.wppb-default-contact-info-heading span,
.wppb-default-name-heading span,
.wppb-checkbox-terms-and-conditions span{
	margin-left:0;
}


#recaptcha_widget_div{
	display: inline-block;
}
#recaptcha_widget_div iframe{
    margin-bottom: 0;
}

/*--------------------------------------------------------------
Profile Builder Errors & Notices
--------------------------------------------------------------*/

#wppb_general_top_error_message,
.wppb-error,
.wppb-warning {
    padding: 6px 9px;
    margin: 0 auto 25px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #ffebe8;
    border: 1px solid #C00;
}

.wppb-required{
	color: red;
}

.wppb-required,
.wppb-checkbox-terms-and-conditions span.wppb-required{
    margin-left:5px;
}

#wppb_form_success_message,
.wppb-success {
    padding: 6px 9px;
    margin: 0 auto 25px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #e7f7d3;
    border: 1px solid #6c3;
}

.wppb-register-user .wppb-field-error,
.wppb-edit-user .wppb-field-error,
#wppb-recover-password .wppb-field-error{
	background-color: #FFDFDF;
    border: 1px dotted #C89797;
    margin-bottom: 6px !important;
    padding: 6px !important;
}

.wppb-field-error > input,
.wppb-field-error > select,
.wppb-field-error > textarea,
.wppb-field-error > label{
    margin-bottom: 10px;
}

.wppb-field-error img{
    box-shadow: none;
    -webkit-box-shadow:none;
    border:none;
    border-radius:0px;
    vertical-align: middle;
    margin-top: -3px;
    padding-left:5px;
}

.wppb-form-field > span.wppb-form-error{
    margin-top:10px;
    padding-top: 5px;
    border-top:1px dotted #c89797;
    font-size:100%;
    margin-left: 0;
}




/*--------------------------------------------------------------
Profile Builder User Listing
--------------------------------------------------------------*/
.wppb-table *{
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.wppb-table{
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-spacing: 0.5rem;
    border-collapse: collapse;
    width: 100%;
}

.wppb-table th{
    background: #f4f4f4;
    padding: 7px;
    border:1px solid #e1e1e1;
    text-align: left;
}

.wppb-table thead tr:hover{
    background: none;
}

.wppb-table .wppb-sorting .wppb-sorting-default {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('https://tipsandquips.com/wp-content/themes/images/sorting-default.png') no-repeat center center;
    vertical-align: middle;
}

.wppb-table .wppb-sorting .wppb-sorting-ascending {
    background-image: url('https://tipsandquips.com/wp-content/themes/images/sorting-ascending.png');
}

.wppb-table .wppb-sorting .wppb-sorting-descending {
    background-image: url('https://tipsandquips.com/wp-content/themes/images/sorting-descending.png');
}

.wppb-table tr:hover{
    background: #f1fcff;
}
.wppb-table td{
    padding: 7px;
    border:1px solid #e1e1e1;
}

.wppb-table .wppb-posts,
.wppb-table .wppb-moreinfo{
    text-align: center;
}

.wppb-avatar img {
    max-width: none;
}

ul.wppb-profile{
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left:0;
    padding-right: 0;
}

ul.wppb-profile li{
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

ul.wppb-profile li label{
    display: block;
    width:30%;
    float:left;
    min-height:1px;
    font-weight: bold;
}

ul.wppb-profile li span{
    display: block;
    width:69.9%;
    float:left;
}

ul.wppb-profile li h3,
ul.wppb-profile li h3:first-child{
    margin:20px 0;
    padding-top:20px;
    border-top:1px solid #d2d2d2;
}

/* Vote Counts
---------------------------------------------------------------------------------------------------  */

.watch-action {
	float: left;
	width: 100%;
	height: 40px;
}

body > div.site-container > div > div > main > article > footer > div.entry-footer-left > div.watch-action{
		margin-top:20px;
}

.watch-action img {
	border:none !important;
	padding: 0px !important;
	margin-top: 4px;
}

.watch-action .watch-position {
	width: 212px;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.watch-action .watch-position a, .watch-action .watch-position a:hover{
	text-decoration:none;
}

.action-like {
	float:left;
	width:auto;
}

.action-unlike {
	/*float: right;*/
	width: auto;	
}

.like, .unlike, .status-img, .status-msg {
	float: left;
}

.jlk {
	cursor:pointer !important;	
}

span.wti-text {
	float:left;
	width: auto;
	padding:0 0 0 6px;
	font-size: 14px;
	line-height: 18px;
}

.lc, .unlc, .tlc {
	float:left;
	width: 100px;
	padding: 0 5px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
	vertical-align: top;
}

.watch-action .jlk span:before {
	content: '( ';
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight:600;
}


.watch-action .jlk span:after {
	content: ' )';
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight:600;
}

/*.masonry .post-footer-top .lhs .watch-action .status {
	display: none;
}*/

.masonry .post-footer-top .lhs .watch-action .status {
	margin-top: -24px;
	background: #ffffff;
	padding: 1px 0 7px;
}

.status {
	color: #575757;
	font-size: 13px;
	line-height: 16px;	
}

.single .entry .entry-footer .status {
	font-weight: 700;
	margin-left: -78px;
	/*display: none;*/
}

.status .status_msg {
	width: auto;
	margin: 0 3px 0 0;	
}

.loading-img {
	background:url(https://tipsandquips.com/wp-content/themes/images/loading.gif) no-repeat scroll 0 0 !important;
	padding:0px 5px;
	content: "\0020";
	margin: 0px 5px;
}

.wti-clear {
	clear:both;
}

.lbg-, .unlbg-, .lbg-default, .unlbg-default, .lbg--active, .unlbg--active, .lbg-default-active, .unlbg-default-active {
	width: 52px;
	height: 26px;
}

.lc {
	color: #81C677;
}

.unlc {
	color: #E3574C;
}

.tq .lbg-style1 img,  
.tq .unlbg-style1 img, 
.tq .lbg-style1-active img,  
.tq .unlbg-style1-active img {
	width: 48px !important;
	height: 24px !important;
	float:left;
}

.tq .lbg-, 
.tq .lbg-default,
.tq .lbg-style1 img {
	background:url(images/upvote.png) no-repeat scroll 0 0 !important;
}        

.lbg--active, 
.lbg-default-active, 
.lbg-:hover, 
.lbg-default:hover,
.tq .lbg-style1 img:hover, 
.tq .lbg-style1-active img {
	background:url(images/upvote.png) no-repeat scroll 0 -24px !important;
}

.tq .unlbg-, 
.tq .unlbg-default,
.tq .unlbg-style1 img{
	background:url(images/downvote.png) no-repeat scroll 0 0 !important;
}

.unlbg--active, 
.unlbg-default-active, 
.unlbg-:hover, 
.unlbg-default:hover,
.tq .unlbg-style1 img:hover, 
.tq .unlbg-style1-active img {
	background:url(images/downvote.png) no-repeat scroll 0 -26px !important;
}

.tq .lbg-style1 .lc, 
.tq .lbg-style1-active .lc {
	color: #575757;
	font-weight:600;
}

.tq .unlbg-style1 .unlc, 
.tq .unlbg-style1-active .unlc {
	color: #575757;
}	

span.wti-others-like {
	cursor:pointer;
	position:relative;
}

span.wti-others-tip {
	display:none;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #000;
	left: -25px;
	bottom: 20px;
	padding: 3px;
	position: absolute;
	z-index: 1001;
}


/* Most Liked Posts
--------------------------------------------- */
.widget_wtimostlikedpostswidget .widgettitle {
	background: url(images/ribbon.png) no-repeat left center;
	padding-left: 32px;
	line-height: 26px;
	font-size:16px;
	letter-spacing:.05em;
}

.wti_widget_li .rhs {
	display: block;
	float: right;
	width: 78%;
	padding-top: 2px;
}

.wti_widget_li .lhs {
	display: block;
	width: 15%;
	text-align: center;
	float: left;
	border-bottom:7px solid #81C677;
	padding:2px 0 10px 0;
}

.sidebar-primary .wti_widget_li .lhs {
	display: none;
}

.sidebar-primary .wti_widget_li .rhs {
	width: 100%;
	float: none;
}

.wti_widget_li .lhs .wti_widget_count {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	color: #81C677;
}

.wti_widget_li .lhs .points {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
	letter-spacing:.05em;
}

.wti_widget_li .rhs a {
	color: #2D97CB;
	font-style: italic;
	font-family: 'Volkov', serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height:1.4;
	text-transform:capitalize;
}

#wtimostlikedpostswidget-3 h5 > a , #wtimostlikedpostswidget-4 h5 > a{
	font-size:22px;
	font-size:2.2rem;
	font-style:normal;
}

.wti_widget_li .rhs h5{
	margin-bottom:5px;
}

li.wti_widget_li {
	clear:both;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom:30px;
	border-bottom:1px solid #e3e3e3;
}

#wtimostlikedpostswidget-2 > div > ul > li , #wtimostlikedpostswidget-5 > div > ul > li{
	border-bottom:0px;
	padding-bottom:0px;
}
	
li.wti_widget_li p {
	margin-bottom:5px !important;
}

div.wti_widget_thumb {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}


span.wti_widget_count {
	margin-left: 3px;
}

span.wti_widget_author, span.wti_widget_category, span.wti_widget_tags {
	display:block;
}

span.wti_widget_author{
	margin-top:15px;
	font-style:normal;
	font-size:12px;
	font-size:1.2rem;
}

span.wti_widget_author a{
	font-family: 'Open Sans', sans-serif !important;
	font-size:12px !important;
	font-style:normal !important;
	color:#2D97CB !important;
}

#text-6 > div > div > a{
	font-size:22px;
	font-style:italic;
	font-family:'Volkov', serif;
	text-align:center;
}


/*
Gravity Forms
--------------------------------------------------------------------------------------------------- */
#field_3_9 {
	display: none;
}


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

@media screen and (-webkit-min-device-pixel-ratio: 2) {

	.header-image .site-header .wrap {
		background: url(https://tipsandquips.com/wp-content/themes/tips-quips/images/logo@2x.png) no-repeat left;
		background-size: 360px 48px;
	}

}

@media only screen and (max-width: 1199px) {

	.site-inner,
	.wrap,
	.home-slider .wrap {
		max-width: 1000px;
	}
	
	.masonry .content-sidebar-wrap {
		width: 100%;
	}
	
	.content {
		width: 680px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.watch-action .watch-position {
		width: 182px;
	}
	
	.masonry .category-health-and-fitness .entry-header,
	.masonry .category-home-garden .entry-header,
	.masonry .category-food-and-drink .entry-header {
		background-position: right 20px top 20px;
	}
	
	.home-intro h3 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.home-slider .flexslider .slides {
		max-width: 868px;
	}
	
	.home-slider .flex-direction-nav .flex-nav-prev a.flex-prev {
		height: 50px;
		margin-top: -25px;
		width: 66px;
	}
	
	.home-slider .flex-direction-nav .flex-nav-next a.flex-next {
		height: 50px;
		margin-top: -25px;
		width: 66px;
	}


}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap,
	.home-slider .wrap {
		max-width: 96%;
		margin: 0 auto;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}
	
	.site-inner {
		padding: 22px 2% 40px;
		padding: 2.2rem 2% 4rem;
	}
	
	.site-header .widget-area {
		max-width: 500px;
	}
	
	.site-header .widget-area .logout-link .edit-profile,
	.site-header .widget-area .logout-link .submit-tip {
		display: none;
	}
	
	.home-intro h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	
	
	.content,
	.content-sidebar .content,
	.sidebar-primary {
		width: 100%;
		float: none;
	}
	
	.content-sidebar .content {
		border: none;
	}
	
	.masonry .content {
		background: none;
		padding: 0;
	}

	.archive-description,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}
	
	.genesis-nav-menu .menu-item,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.widget_nav_menu .nav-header .menu-item.social {
		display: inline-block;
	}
	
	.widget_nav_menu .nav-header a,
	.widget_nav_menu .nav-header a:hover {
		background-color: transparent;
	}
	
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}
	
	.comment-respond, .entry-pings {
		margin-top: 20px;
		margin-top: 2rem;
	}
	
	.archive-title {
		font-size: 30px;
		font-size: 3rem;
	}
	
		
	.home-slider .flexslider .slides {
		max-width: 85%;
	}
	
	.home-slider .flex-direction-nav .flex-nav-prev a.flex-prev {
		height: 50px;
		margin-top: -25px;
		width: 54px;
	}
	
	.home-slider .flex-direction-nav .flex-nav-next a.flex-next {
		height: 50px;
		margin-top: -25px;
		width: 54px;
	}
	
	.flexslider .slider-bottom .post-footer {
		width: 100%;
	}
	
	.masonry .post-footer .ds-discuss a,
	.masonry .post-footer .ds-share a,
	.flexslider .slider-bottom .ds-discuss a,
	.flexslider .slider-bottom .ds-discuss a {
		letter-spacing: .1em;
		font-size: 14px;
		font-size: 1.4rem;
	}
		
}



@media only screen and (max-width: 767px) {
	
	.five-sixths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}	
	
	.site-footer {
		line-height: 1.1;
		position: relative;
	}
	
	a.return-to-top {
		padding: 5px;
		padding: 0.5rem;
		right: 5px;
		right: 0.5rem;
	}
	
	.site-footer .creds {
		margin-right: 40px;
		margin-right: 4rem;
	}
	
	.masonry .entry-header .entry-top {
		width: 72%;
		border-right: 1px solid #e7e7e7;
		padding: 26px 10px 10px;
	}
	
	.watch-action .watch-position {
		width: 174px;
	}
	
	.masonry .category-health-and-fitness .entry-header,
	.masonry .category-home-garden .entry-header,
	.masonry .category-food-and-drink .entry-header {
		background-position: right 10px top 20px;
	}
	
	.sort-search .lhs {
		width: 55%;
	}
	
	.sort-search .rhs {
		width: 45%;
	}
	
	.sort-search .rhs .category-label {
		display: none;
	}
	
	.sort-search .search-form {
		width: 260px;
	}
	
	.sort-search .search-form input[type="search"] {
		font-size: 16px;
		width: 200px;
		padding: 10px 8px;
	}
	
	.home-slider .flex-direction-nav,
	.home-slider .flexslider .slider-bottom {
		display: none;
	}
	
	.home-slider .flexslider h2, .home-slider .flexslider h2 a {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.home-buttons .button {
		padding: 14px;
		padding: 1.4rem;
	}

}

@media only screen and (max-width: 599px) {

	.header-image .site-header .wrap {
		background-size: contain;
	}
	
	.site-inner {
		padding: 22px 0 40px;
		padding: 2.2rem 0 4rem;
	}
	
	.archive-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.masonry .entry {
		width: 218px;
	}
	
	.entry-title {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.masonry .entry-header .entry-top {
		width: 68%;
	}
	
	.watch-action .watch-position {
		width: 182px;
	}
	
	.masonry .category-health-and-fitness .entry-header,
	.masonry .category-home-garden .entry-header,
	.masonry .category-food-and-drink .entry-header {
		background-position: right 20px top 20px;
	}
	
	.home-slider {
		display: none;
	}
	
	.masonry .post-footer,
	.masonry .post-footer-top .rhs {
		display: none;
	}
	
	.site-header .widget-area .logout-link,
	.site-header .widget-area .logged-in-welcome .hide-mobile {
		display: none;
	}
	
}

@media only screen and (max-width: 479px) {
	
	.masonry .entry-header .entry-top {
		width: 72%;
		border-right: 1px solid #e7e7e7;
		padding: 26px 10px 10px;
	}
	
	.watch-action .watch-position {
		width: 174px;
	}
	
	.sort-search .lhs {
		display: none;
	}
	
	.sort-search .rhs {
		width: 100%;
		float: none;
	}
	
	.site-header .title-area,
	.site-header .widget-area {
		width: 96%;
		margin: 5px auto;
		float: none;
		text-align: center;
	}
	
	.site-header .widget-area .widget,
	#text-3 .logged-in-welcome {
		float: none;
	}
	
	.sort-search {
		max-height: 180px;
	}
	
	.sort-search .sort {
		margin: 5px 0 5px -25px;
	}
	
	.site-header {
		paddding-bottom: 20px;
	}
	
	#text-3 .logged-in-welcome {
		text-align: center;
	}
	
	.site-title a, .site-title a:hover {
		margin: 0 auto 10px;
	}
	
	.masonry .category-health-and-fitness .entry-header,
	.masonry .category-home-garden .entry-header,
	.masonry .category-food-and-drink .entry-header {
		background-position: right 10px top 20px;
	}
	
}