/*
Theme Name: Gratify
Theme URI: http://www.nudgemediadesign
Author: Kathy Rathbun
Author URI: http://www.nudgemediadesign.com/
Description: Gratify Wordpress Theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

/**
 * Global Reset
 * -----------------------------------------------------------------------------
 */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0px none;
    margin: 0px;
    outline: 0px none;
    padding: 0px;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

button, input, select, textarea {
	color: #919191;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

body {
	background: #fff;
	color: #a1a1a1;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 13px;
	line-height: 1.6;
}

a, a:active {
	color: #505050;
	text-decoration: none;
}

a:hover {
	color: #a1a1a1;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin: 20px 0 15px;
	text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #505050;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
	line-height: 1.3;
}

h3 {
	font-size: 18px;
	line-height: 1.1;
}

h4 {
	font-size: 14px;
	line-height: 1.2;
}

h5 {
	font-size: 12px;
	line-height: 1.3;
}

h6 {
	font-size: 10px;
	line-height: 1.5;
}

b, strong {
	font-weight: bold !important;
}

em, i {
	font-style: italic;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 23px;
}

blockquote {
  background: none;
  border-left: 1px solid #a1a1a1 ;
  margin: 1.5em 0px;
  padding: 0.5em 10px;
}

blockquote:before {
  color: #a1a1a1;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.4em;
}

blockquote p {
  	display: inline;
	font-size: 16px !important;
	font-style: italic;
}

ul, ol {
	margin: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input#s {
    width: 100%;
    max-width: 250px;
}

#s:before {
	content: '\f400';
	display: inline-block;
    color: inherit;
    line-height: 1;
    font-family: "Genericons";
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    position: relative;
    width: 20px;
    height: 20px;
	font-size: 12px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #919191;
}
			  
hr {
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #efefef;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    height: 0px;
    clear: both;
}

::selection {
	background: #4f4f4f;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #4f4f4f;
	color: #fff;
	text-shadow: none;
}

/* Input fields */

input,
textarea {
	border: 1px solid #dfdfdf;
	border-radius: 0px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #efefef;
	border: 0;
	border-radius: 0px;
	color: #505050;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
	letter-spacing:1px;
}

button:hover, button:focus, .button:hover, .button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #505050;
	color: #fff;
}

button:active, .button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #efefef;
	color: #505050;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}
  
span.screen-reader-text {
	display: none;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 0px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

img.alignleft {
	padding: 0px 15px 15px 0px;
}

img.alignright {
	padding: 0px 0px 15px 15px;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft, figure.wp-caption.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright, figure.wp-caption.alignright, {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft, .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

.wp-caption .wp-caption-text {
	padding-right: 10px;
}

.wp-caption.alignright img[class*="wp-image-"],
.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

/* Clearing floats */

.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.hentry:after,
.gallery:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.menu-toggle:before,
.search-toggle:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/**
 * Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	max-width: 1080px;
	position: relative;
	margin: 0px auto;
    padding: 0 20px;
    border: medium none;
}
		
#main.site-main {
	  margin-top: 0px;
}

.main-content {
	width: 100%;
    margin-top: 0;
}

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

#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
    text-align: center;
}

.site-header {
    background: none;
    max-width: 1080px;
    position: relative;
    width: 100%;
    z-index: 4;
    margin-top: 50px;
}

.header-main {
	min-height: 48px;
	padding: 0 10px;
	margin: 50px 0;
}

.site-title {
	float: none;
	font-size: 40px;
	font-weight: normal;
    text-align: center;
	padding: 0;
	margin: 0;
	font-family: 'Abel', sans-serif;
    text-transform: none;
  	line-height:1;
}

.site-title a {
	color: #505050;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  	font-family: 'Abel', sans-serif;
    letter-spacing: 5px;
}

.site-title a:hover {
	color: #505050;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.description, .description h2{
    text-align: center;
    padding: 0;
    font-size: 12px;
    color: #505050;
    margin: 5px 0 0 0;
	font-family: 'Roboto', sans-serif;
    line-height:1.2;
}

/**
 * Slider
 * -----------------------------------------------------------------------------
 */

.featured { 
  	margin: 5px 0px;
}

#slides {
    padding-top: 5px;
}

/**
 * Slider
 * -----------------------------------------------------------------------------
 */

#stickybar {
  	background: #efefef;
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
  	height: 40px;
    margin: 0px auto;
    padding: 5px 0px;
    width: 100%;
}
  
#container {
	max-width: 1080px;
	margin: 0px auto;
    padding: 0px 20px;
}

#sticky-social {
    float: right;
  	padding-top: 8px;
}

#sticky-social .widget {
    float: right;
  	margin-bottom: 0px;
}

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

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-bottom: 1px solid #efefef;
}

.site-navigation ul ul {
	margin-left: 10px;
}

.site-navigation a {
	color: #505050;
	display: block;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	text-transform: uppercase;	
}

.site-navigation a:hover {
	color: #898989;
    background-color: #F5F5F5;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #4f4f4f;
	font-weight: normal;
}

/* Primary Navigation */

.primary-navigation {
    float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 11px;
	padding-top: 0px;
	text-align: left;
	
}

.primary-navigation.toggled-on {
	padding: 0px 0px 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 7px;
	text-transform: uppercase;
    letter-spacing: 1px;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 11px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}
	  
.menu-toggle {
    background: none repeat scroll 0% 0% transparent;
    border-radius: 0px;
    cursor: pointer;
    font-size: 0px;
    height: 45px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-align: left;
}

.menu-toggle:before {
	color: #505050;
	content: "\f419";
	padding: 0px;
}
.menu-toggle:after {
	color: #4f4f4f;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background: none;
}

.menu-toggle:focus {
	outline: 1px dotted;
}

.menu-main-menu-container {
	background: #fff none repeat scroll 0% 0%;
}

.site-navigation ul ul li {
    border-top: 1px solid #efefef;
	border-bottom: none;
}

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

.content-area {
	padding-top: 48px;
}

.content-area-fullwidth { 
  width: 100%;
  margin-top: 40px;
}

.hentry {
	margin: 0px 0px 40px 0px;
	max-width: 100%;
}

.site-content {
	width: 100%;
	padding-right: 0px; 
	max-width: 775px;     
	margin: 0px auto;
}

.site-content-fullwidth {
    width: 100%;
    padding-right: 0px;
    max-width: 1080px;
    margin: 0px auto;
}

.site-content-fullwidth .hentry {
    border-bottom: 1px solid #efefef;
}
		
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 100%;
}

.page-content {
	margin-bottom: 48px;
}

.page .entry-header {
    border-bottom: none;
}

/**
 * Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
	margin: 15px 0px;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}

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

.entry-header {
	position: relative;
	z-index: 1;
    text-align: left;
}

.entry-title {
	font-size: 22px;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0;
	text-transform: uppercase;
	font-family: Abel, sans-serif;
	color: #505050;
  	letter-spacing: 1px;
    text-align: center;
    padding-top: 5px;
}

.entry-title a {
	color: #505050;
	font-family: Abel, sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
}

.entry-title a:hover {
	color: #505050;
}

.site-content .entry-header {
	background: none;
	padding: 0 10px 12px;
}

.site-content-fullwidth .entry-header {
	background: none;
	padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 0px;
}

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

.entry-meta {
	clear: both;
	color: #505050;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3333333333;
	text-transform: uppercase;
	letter-spacing: 1.5px;
    padding-top: 5px;
}

.entry-meta a {
	color: #505050;
}

.entry-meta a:hover {
	color: #a1a1a1;
}

.site-content .entry-meta .entry-date span{
    text-align:center;
}
	
span.entry-date a {
    font-weight: normal;
	color: #aaaaaa;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 12px;
}
  
.comments-links {
    margin-right: 20px;
}

.entry-tags:before {
	content: "\f510";
    	margin-right: 2px;
    	font: normal 18px/1 Genericons;
    	top: 4px;
    	position: relative;
}

.share-text:before {
    content: "\f510";
    margin-right: 2px;
    font: normal 16px/1 Genericons;
    top: 3px;
    position: relative;
    display: none;
}

.cat-links {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    margin-left: 0px;
    float: right;
}

.cat-links a {
	padding-left: 0px;
    letter-spacing: 1.5px;
}

.tag-links {
	margin-top: 15px;
	text-align: right;
}

.tag-links a {
	border: 1px solid #efefef;
	padding: 5px;
	text-transform: lowercase;
	margin-left: 3px;
}

.byline {
	display: none;
}

.single .byline, .group-blog .byline {
	display: none;
}

.site-content .entry-meta {
	background: none;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

.site-content .entry-meta-date {
	background: none;
	margin-bottom: 0px;
	text-align: center;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

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

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 15px 0px 12px;
	font-weight: normal;
}

.entry-content ul, .entry-content ol {
	margin: 0 0 24px 40px;
}

.entry-content p {
	color: #a1a1a1;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6;
}

.entry-content, .entry-summary, .page-content {
    -moz-hyphens: none;
    word-wrap: break-word;
    text-align: justify;
}

.site-content .entry-content, .site-content .entry-summary, .page-content {
	padding: 12px 0px 0;
	background: none;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

.home .entry-content {
	padding-top: 12px !important;
}

.page .entry-content {
border-bottom: none;
}
	  
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: underline;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: bold;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: inline;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #4f4f4f;
	text-decoration: none;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #505050;
	border: 1px solid #4f4f4f;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #a1a1a1;
	border: 1px solid #a1a1a1;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/* Continue Reading Button */

.more-link {
  margin-top: 20px;
  text-align: center;
  display: block;
}

.more-button {
    background: none repeat scroll 0% 0% #FFF;
    color: #505050;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 11px !important;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 8px 65px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
}

.more-button:hover {
	background: #efefef;
    border: 1px solid #efefef;
}

/**
 * Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * Post Formats
 * -----------------------------------------------------------------------------
 */

.format-quote .entry-content,
.format-quote .entry-summary {
	padding-top: 0;
}

/* Post Format Quote */

.site-content .format-quote .entry-content {
    background: none;
    border:none;
    margin-bottom: 5px;
    border-bottom:2px solid #505050;
}
.format-quote .entry-content p {
    font-weight: normal;
    font-size: 16px;
    font-style: italic;
    border-left: 1px solid #505050;
    margin: 1.5em 0px;
    padding: 0.5em 10px;
}

/**
 * Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: none;
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation {
    float: right;
}

.post-navigation, .image-navigation {
	margin: 0px auto 0px;
	max-width: 1080px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image {
	border-bottom: none;
	float: left;
	font-weight: normal;
	line-height: 1.71429;
	text-transform: uppercase;
}

.image-navigation .next-image {
	border-bottom: none;
	padding: 0px;
	float: right;
	font-weight: normal;
	line-height: 1.71429;
	text-transform: uppercase;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a, .image-navigation a {
	color: #505050;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover, .image-navigation a:hover {
	color: #a1a1a1;
}

/* Paging Navigation */

.paging-navigation {
    border-top: none;
    margin: 48px 0px;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #505050;
}

.paging-navigation .page-numbers.current {
    border-top: none;
}

.paging-navigation a:hover {
	border-top: none;
	color: #a1a1a1;
}

/**
 * Archives
 * -----------------------------------------------------------------------------
 */
.archive-header {
	margin: 0;
}
	
.page-header {
	margin: 0;
}

.page-title {
	text-align: center;
	font-size: 12px;
}

.archive-title {
    font-size: 12px;
    margin: 0px;
    text-align: center;
    background: rgb(239, 239, 239) none repeat scroll 0% 0%;
    padding: 8px 0px;
}

/**
 * Image Attachment Page
 * -----------------------------------------------------------------------------
 */

.content-area.image-attachment {
    float: left;
    width: 100%;
	max-width: 1080px;
}

.site-content.image-attachment-page {
    max-width: 1080px;
}

.site-content.image-attachment-page .entry-header {
    border-bottom: none;
}
	
.site-content.image-attachment-page .entry-meta {
    border-top: none;
}

.site-content.image-attachment-page .entry-content {
    border-bottom: 1px solid #efefef;
	padding: 0px;
}

/**
 * Post Signature
 * -----------------------------------------------------------------------------
 */

.entry-content .signature:before {
    content: "\f461";
    display: inline-block;
    font: 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: middle;
}
		  
.entry-content .signature {
    color: #505050;
    font-family: Abel, sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-style: none;
    letter-spacing: 1.5px;
}

.post-signature {
  text-align:center;
	}
	  
.signature:before {
    content: "\f461";
    display: inline-block;
    font: 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: middle;
}
		  
.signature {
    color: #505050;
    font-family: Abel, sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-style: none;
    letter-spacing: 1.5px;
}

/**
 * Social Share Buttons
 * -----------------------------------------------------------------------------
 */

.social-button-container {
    margin: 0px auto;
	text-align: center;
}

.social-button-wrap {
	padding-top: 0px;
	border-bottom: none;
	margin:0;
}

.social-button-wrap {
  display: block;
  position: relative;  
}

.social-button-wrap:after {
  content: "";
  display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0.8em;
	border-bottom: 1px solid #efefef;
    width: 100%;
}
.social-button-wrap span:before {
  right: 100%;
  margin-right: 15px;
}
.social-button-wrap span:after {
  left: 100%;
  margin-left: 15px;
}

.social-button-inner {
    display: inline-block;
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 0px 15px;
}

.social-button-wrap p {
   	color: #4f4f4f;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
	margin-bottom: 0px;
	text-transform:uppercase;
}

.social-button-wrap a {
	display: inline-block;
	color: inherit;
}

.social-button-wrap a:before {
	display: inline-block;
	color: inherit;
	line-height: 1;
	font-family: "Genericons";
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	position: relative;
	width: 20px;
	height: 19px;
	font-size: 16px;
}

.social-button-wrap a:link, .social-button-wrap a:visited {
	color: #b7b7b7;
	text-decoration:none;
    padding: 0px 4px;
}

.social-button-wrap a:hover {
	color: #505050;
	text-decoration:none;
}

.social-button-wrap .item {
	display:inline;
	margin-right:20px;
	margin-bottom:15px;
}

.social-button-wrap .sep {
	margin-right:20px;
	margin-left:20px;
}

.social-button-wrap .item:last-child {
	padding-right:0;
}

.social-button-wrap .item img {
	margin:0;
	padding:0;
	border-width:0;
	box-shadow:0 0 0 #fff;
}

.social-button-wrap .fb_iframe_widget iframe {
	vertical-align:baseline;
}

.share-text {
  	margin:0;
}
	  
.site-content .facebook-share a:before {
	content: "\f204";
	margin-right: 2px;
    vertical-align: middle;
}

.site-content .twitter-share a:before {
	content: "\f202";
	margin-right: 2px;
    vertical-align: middle;
}

.site-content .pinterest-share a:before {
	content: "\f210";
	margin-right: 2px;
    vertical-align: middle;
}

.site-content .google-share a:before {
	content: "\f218";
	margin-right: 2px;
    vertical-align: middle;
}

.entry-content .edit-link a:before, .entry-meta .edit-link a:before {
		content: "\f411";
	}

.site-content .full-size-link a:before {
	content: "\f402";
	margin-right: 1px;
}

.site-content .parent-post-link a:before {
	content: "\f301";
}

/**
 * Related Posts
 * -----------------------------------------------------------------------------
 */

.relatedthumb {
    width: 245px;
    margin: 0px auto;
}

.relatedthumb img[class*="attachment-"] {
  	height: 165px;
}

.relatedcontent {
  	text-align:center;
}
  
#relatedposts {
	margin-top: 60px;
}

#relatedposts h3 {
	color: #505050;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
    text-align:center;
}

#relatedposts h2  {
    margin: 0px;
    text-align:center;
}

#relatedposts h2 a {
    color: #505050;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 13px;
    letter-spacing:1px;
    margin: 0px;
    text-transform:none;
}

#relatedposts span {
    color: #aaaaaa;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0px;
    margin: 0px;
    text-transform: none;
    font-style: italic;
}
  
#relatedposts ul {
	list-style: none;
    width: 100%;
    margin: 0px 0px 24px 0px;
}
  
#relatedposts li {
	float:left; 
    margin-right: 20px;
  }

#relatedposts li:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}

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

.comments-area {
	margin-top: 60px;
	max-width: 100%;
	padding: 0 10px;
}

.page .comments-area {
    display:none;
}

.comment-reply-title, .comments-title {
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.5px;
    color: #505050;
	font-family: 'Roboto', sans-serif;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
    margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
    color: #505050;
	font-family: 'Roboto', sans-serif;
}

.comment-list .reply, .comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: none;
}

.comment-list .reply {
	margin-top: 0px;
    text-align:right;
}

.comment-author .fn {
	font-weight: normal !important;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #aaaaaa;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #919191;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 0px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: none;
	height: 50px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}

.bypostauthor > article .fn:before {
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 65px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f429";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 55px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 40%;
    border-radius: 3px;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
    display:none;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #4f4f4f;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #505050;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/**
 * 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}

/**
 * About Me Page
 * -----------------------------------------------------------------------------
 */

.about-page-icons {
    float: right;
}
	
.about-page-icons .widget {
    margin-bottom: 0;
}
	
/**
 * Full-width Page
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}

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

.content-sidebar {
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #a1a1a1;
	padding: 20px 0px 0px;
    max-width:480px;
    margin: 0px auto;
}

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

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 30px;
	width: 100%;
	word-wrap: break-word;
	border-bottom: none;
    padding-bottom: 0px;
}

.widget a {
	color: #a1a1a1;
}

.widget a:hover {
	color: #505050;
}

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	margin: 20px 0 15px;
	text-transform: uppercase;
	text-align: center;
}

.widget-area .widget .textwidget, .widget-area .widget a, .widget-area .widget p {
    text-align: left;
}

widget-area .widget li {
    text-align: left;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark, .widget ins {
	color: #4f4f4f;
}

.widget blockquote {
    color: #505050;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
	text-align: left;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
    font-size: 13px;
}
.widget input {
    background-color: #efefef;
    border-color: rgba(255, 255, 255, 0.2);
    color: #b0b0b0;
    font-size: 12px;
    padding: 7px;
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 7px;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #4f4f4f;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #919191;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #363636;
}

.widget-title a:hover {
	color: #505050;
}

/* Footer Widget*/

#colophon.site-footer .widget {
    margin-bottom: 0px;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #4f4f4f;
	font-weight: normal;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: center;
	text-transform: none;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #919191;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #4f4f4f;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

#calendar_wrap {
    max-width: 480px;
	margin: 0px auto;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: medium none;
	padding: 7px 0px;
	border-bottom: 1px dotted #dfdfdf;
	text-align: left;
    letter-spacing:0px;
}
.widget_categories li {
    padding: 7px 0px;
    border: none;
    margin: 0px;
    border-bottom: 1px dotted #dfdfdf;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px dotted rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}


/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

/* Advertise Text Widget */

.widget-area .widget .textwidget .advert {
	text-align: center;
}
	
/* Snap Widget */

.widget-area .widget .textwidget .snapwidget {
	text-align: center;
}

/* About Widget */

.widget.nudgemedia_about_widget img.rounded {
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-ms-border-radius: 50%;
 	 border-radius: 50%;
  	border: none;
  	padding: 4px;
  	max-width: 200px!important;
}

.widget.nudgemedia_about_widget h3 {
	border-top: medium none;
	color: #505050;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	padding: 7px 0px 0px;
	margin: 0px 0px 10px;
}
  
.widget.nudgemedia_about_widget p {
  	margin: 14px 0;
    text-align: center;
}

.widget.nudgemedia_about_widget a.more-link {
    font-size: 14px;
    border: 1px solid #efefef;
    text-align: center;
	letter-spacing: 1px;
    padding: 5px 0px;
}	

/* Recent Post Widget */

.widget.nudgemediadesign_recent_posts ul {
  	list-style: none;
}
.widget.nudgemediadesign_recent_posts li {
  	padding: 7px 0px;
  	border-bottom: 1px dotted #dfdfdf;
  	text-align: left;
}

.widget.nudgemediadesign_recent_posts li .latest-item {
  	overflow: hidden;
  	padding-bottom: 10px;
}
	
.widget.nudgemediadesign_recent_posts li .latest-item .latest-image {
  	float: left;
  	margin-right: 14px;
}

.widget.nudgemediadesign_recent_posts li .latest-item .latest-image img {
  	width: 65px;
  	height: auto;
  	border: none;
  	padding: 0px;
}
			
.widget.nudgemediadesign_recent_posts li .latest-item .latest-item-text {
  	overflow: hidden;
  	padding-top: 10px;
}
				
.widget.nudgemediadesign_recent_posts li .latest-item .latest-item-text h4 {
  	margin: 0px;
  	padding: 0px;	
  	text-align: left;
  	line-height:1.3;
  	letter-spacing:0px;
}				
	
.widget.nudgemediadesign_recent_posts li .latest-item .latest-item-text h4 a{
  color: #b7b7b7;
  margin-bottom:1px;
  display:block;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  text-transform: none;
}				
					
.widget.nudgemediadesign_recent_posts .post_date {
    font-size: 11px;
	color: #505050;
    text-transform: none;
}

/* Social Media Button Widget */

.widget.nudgemedia_social_circles ul {
  	list-style: none;
  	text-align: center;
}

.widget.nudgemedia_social_circles li {
    display: inline-block;
    padding: 0px;
    width: 25px;
    height: 25px;
    box-sizing: content-box;
    background: transparent none repeat scroll 0% 0%;
    border: medium none;
    line-height: 30px;
    margin: 0px 5px;
}

.widget.nudgemedia_social_circles li:hover {
  	background: none;
}

.widget.nudgemedia_social_circles a {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #b7b7b7;
    overflow: hidden;
    text-decoration: none !important;
    padding: 0px 0px 0px 0px;
	text-align: center !important;
}

.widget.nudgemedia_social_circles a:hover {
    color: #505050;
}

.widget.nudgemedia_social_circles a:before {
    display: inline-block;
    color: inherit;
    line-height: 1;
    font-family: "Genericons";
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 15px;
}

.widget .widget_social_facebook:before {
  	content: '\f204';
}

.widget .widget_social_twitter:before {
  	content: '\f202';
}

.widget .widget_social_youtube:before {
  	content: '\f213';
}

.widget .widget_social_googleplus:before {
  	content: '\f218';
}

.widget .widget_social_pinterest:before {
  	content: '\f210';
}

.widget .widget_social_instagram:before {
  	content: '\f215';
}

.widget .widget_social_flickr:before {
  	content: '\f211';
}

.widget .widget_social_vimeo:before {
  	content: '\f212';
}

.widget .widget_social_bloglovin:before {
  	content: '\f461';
}

.widget .widget_social_tumblr:before {
  	content: '\f214';
}

.widget .widget_social_linkedin:before {
  	content: '\f207';
}

.widget .widget_social_digg:before {
  	content: '\f221';
}

.widget .widget_social_reddit:before {
  	content: '\f222';
}

.widget .widget_social_stumbleupon:before {
  	content: '\f223';
}
	  
.widget .widget_social_rss:before {
  	content: '\f413';
}

.widget .widget_social_email:before {
  	content: '\f410';
}

#column_wrapper .column {
    margin-left: 0px;
    float: left;
    border: medium none;
    background: none;
    width: 100%;
    margin-right: 5%;
}

#column_wrapper .column:last-child {
    margin-left: 0px;
    float: left;
    border: medium none;
    background: none;
    margin-right: 0px;
    width: 100%;
}

form.search-form {
  	max-width: 480px;
}

/**
 * Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #a1a1a1;
    font-size: 13px;
}

.content-sidebar .widget a:hover {
	color: 505050;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #505050;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 1.5;
	margin-bottom: 18px;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: #dfdfdf;
	color: #4f4f4f;
	text-align: center;
}

.content-sidebar .widget .wp-caption {
	color: #4f4f4f;
}

.content-sidebar .widget .widget-title {
    color: #505050;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px 20px;
    padding: 7px 0px 5px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #dfdfdf;
}

.content-sidebar .widget .widget-title a {
	color: #505050;
}

.content-sidebar .widget .widget-title a:hover {
	color: #a1a1a1;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

select#cat.postform {
    text-align: center;
    margin: 0px auto;
    width: 100%;
    padding: 5px;
    background: none;
    border: 1px solid #EFEFEF;
    color: #505050;
    text-transform: lowercase;
}

#subscribe-email input {
    width: 100%;
    padding: 7px;
}

/* Tag Cloud Widget */

.tagcloud a {
    background: #efefef;
    padding: 3px 12px;
    text-align: center;
    margin: 0px 2px 7px;
    display: inline-block !important;
    text-transform: none;
    font-size: 12px !important;
}

.tagcloud {
    text-align: center;
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #4f4f4f;
	font-weight: normal;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
  	text-align: center;
}

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

.site-footer {
	background-color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 3;
	margin-left:0%;
}

.site-info {
	padding: 15px 10px;
	color: #4f4f4f;
    text-align: center;
    font-size: 13px;
}

.site-info a {
	color: #4f4f4f;
}

.site-info a:hover {
	color: #505050;
}

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

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 415px) {
  
    #primary-navigation .site-navigation.primary-navigation {
    	padding-top: 0px !important;
    	text-align: center;
    	padding-bottom: 0px;
	}

	.primary-navigation {
    	padding-top: 0px !important;
    	text-align: left;
    	padding-bottom: 0px;
	}

	.primary-navigation ul ul a {
        padding: 5px 5px;
    	text-align: left;
    	text-indent: 10px;
    	font-size: 11px !important;
	}

    .site-navigation ul ul {
    	margin-left: 0px;
	}

	.header-main {
    	margin-bottom: 50px;
	}

	.site-content {
		border-right: none;
    	padding-right: 0px;
	}

	.site-title, .site-title a {
    	float: none;
    	font-size: 30px !important;
    	font-weight: normal;
    	line-height: 1;
    	text-align: center;
    	padding: 0px 0px 0px 0px;
		width:100%;
	}

	.site-content {
    	border-right: none;
    	padding-right: 0px;
	}

	.content-area {
    	padding-top: 30px;
	}
 
	.site { 
    	margin: 0px auto;
	}

	.archive-header, .page-header {
		border-bottom: none;
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}

	#column_wrapper .column {  
		width: 100%;  
		margin-left: 0px;  
		float: left;  
		border: none;  
		-moz-border-radius: 10px;  
		-webkit-border-radius: 10px;  
		margin-right: 32px;
		margin-bottom: 20px;
	} 

	#column_wrapper .column:last-child {
   		width: 100%;
    	margin-left: 0px;
    	float: left;
    	border: none;
    	margin-right: 0px;
		margin-bottom: 20px;
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
  
	.site-content .format-video .post-format a:before {
		content: "\f104";
	}
	
	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f510";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}
    
    .social-button-wrap {
    	float: none;cat
	    margin-left:5px;
	}
	
	.social-button-wrap .sep {
    		margin-right: 5px;
   		 margin-left: 5px;
	}

	.social-button-wrap a:link, .social-button-wrap a, .social-button-wrap a:visited, .social-button-wrap p {
    	font-size: 10px !important;
	}
    
	#relatedposts li {
   	 	float: left;
    	margin-right: 20px;
    	width: 100%;
	}

	.social-button-wrap span:before,
	.social-button-wrap span:after {
		width: 60px;
}
}

@media screen and (min-width: 416px) {
  
	a.post-thumbnail:hover img {
		opacity: 0.85;
		max-width:100%;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .cat-links:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
  
    .site {
    	margin: 0px auto;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 0px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f510";
	}

	.site-content .comments-link a:before,
	.site-content .cat-links:before{
		content: "\f510";
		margin-right: 2px;
   		display:none;
	}
    
	.archive-header {
		margin: 5px auto 40px;
		padding: 0 10px;
	}

	.page-header {
		margin: 0px auto 20px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 610px) {
	  
	.site-content .entry-header {
		padding-right: 0px;
		padding-left: 0px;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0px;
	}
}

@media screen and (max-width: 610px) {
    
    .site-title, .site-title a {
    	float: none;
    	font-size: 30px !important;
    	font-weight: normal;
    	line-height: 1;
    	text-align: center;
    	padding: 0px 0px 0px 0px;
		width:100%;
		letter-spacing:2px;
	}
}

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

	.bx-wrapper .bx-controls-direction a {
    	display: none;
	}
}

@media screen and (min-width: 799px) {
  
  	.site-header {
    	margin-top: 50px;
	}
	.header-main {
		padding: 0px;
	}

	.search-toggle {
		margin-right: 18px;
	}

	.search-box .search-field {
		width: 50%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}
	
	.margin_right { 
		margin: 0 10px 20px 0;
	}

	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 0px;
		padding-left: 0px;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.full-width .site-content .has-post-thumbnail .entry-header,
	.full-width.singular .site-content .hentry.has-post-thumbnail,
	.full-width.home .site-content .hentry.has-post-thumbnail {
		margin-top: 0px;
	}

	#secondary {
    		display: none;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.site-info {
		padding: 15px 30px;
	}

	.site-footer {
   		width:100%;
		margin-left:0%;
	}

  	#column_wrapper .column {
    	margin-left: 0px;
    	float: left;
    	border: medium none;
    	background: none;
    	width: 30%;
    	margin-right: 5%;
	}

	#column_wrapper .column:last-child {
    	margin-left: 0px;
    	float: left;
    	border: medium none;
    	background: none;
    	margin-right: 0px;
    	width: 30%;
	}

	.social-button-wrap .sep {
    	margin-right: 10px;
    	margin-left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  
	.relatedthumb {
    	width: 229px;
    	margin: 0px auto;
	}
	
	.social-button-wrap span:before,
	.social-button-wrap span:after {
		width: 283px;
}
}
  
@media screen and (min-width: 960px) {
	
		/* Primary Navigation */
  
  	.menu-main-menu-container {
    	background: none;
	}

	.primary-navigation {
	    float: left;
  		height: 40px;
		padding-top: 5px;
    	font-size: 11px;
    	margin: 0px auto;
    	text-transform: uppercase;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 32px;
		line-height: 35px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 25px 0 0;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		background-color: #ffffff;
		float: left;
		margin: 0;
		position: absolute;
		top: 30px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
        border-bottom: 1px solid #efefef;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 10px 15px;
		white-space: normal;
		width: 176px;
		text-align: left;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #ffffff;
		background: none;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #f5f5f5;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f431";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 13px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 15px;
	}
	
	.search-box-wrapper {
		padding-left: 182px;
	}

	.main-content {
		float: left;
	}
  
  	.site-content {
		margin-right: 0px;
    	margin-left: 0px;
    	width: 100%;
    	padding-right: 0px;
	}
	
	.content-area {
		float: left;
		width: 68%;
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.content-sidebar {
		margin-left: 0%;
		width: 250px;
		margin-right:0%;
		padding: 30px 0px 0px 0px;
  		max-width:250px;
        float:right;
	}

    .content-area, .content-sidebar {
		padding-top: 35px;
	}

	.site:before {
		display:none;
	}

	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: none;
		margin: -3px 0 21px;
	}

	.site-description:empty {
		margin: 0;
	}

	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 48px;
		width: 182px;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.secondary-navigation a {
		padding: 10px 30px;
	}

	.secondary-navigation ul ul {
		background-color: #4f4f4f;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #4f4f4f;
		color: #fff;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #919191;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f429";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}
    
    form.search-form {
  		max-width: 250px;
		}

	#calendar_wrap {
    	max-width: 250px;
		margin: 0px auto;
	}
}

@media screen and (min-width: 1160px) {
  
	.site-content, .site-main .widecolumn {
		margin-left: 0px;
    	width: 100%;
    	padding-right: 0;
	}

	.site:before {
		width: 0px;
		background: none;
		display:none;
	}

	.secondary-navigation,
	.secondary-navigation ul ul {
		width: 222px;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}

	.content-area {
   		float: left;
    	width: 775px;
	}
	
	.content-sidebar {
		margin-left: 0%;
		width: 25%;
		margin-right:0%;
		padding: 40px 0px 0px 0px;
  		max-width:250px;
	}
}

@media screen and (min-width: 1110px) {
  
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 0px;
		padding-left: 0px;
	}
}