/*
	Theme Name: Elle
	Theme URI: http://elle.bloomblogshop.come/
	Author: Bloom Blog Shop
	Author URI: http://bloomblogshop.com
	Description: A custom theme created by Bloom Blog Shop
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: bbs

	Bloom Blog Shop is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
	Underscores is distributed under the terms of the GNU GPL v2 or later.

*/


/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

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

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
 * ========================================================================== */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.site-footer:before,
.site-footer:after,
.wrap:before,
.wrap:after,
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-inner:after,
.site-footer:after,
.wrap:after,
.cf:after {
	clear: both;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

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

@media only screen and (min-width: 767px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: block;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}

/* Typography
 * ========================================================================== */

/* Fonts */

body {
	font-family: "Sorts Mill Goudy", "Times New Roman", Times, Serif;
}

.page-title,
.site-title,
.entry-title,
.flexslider-caption-inner h3,
.comment-reply-title,
.rpwe-title {
	font-family: "Playfair Display";
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
h6,
.entry-meta,
.rpwe-time,
.entry-footer,
.nav > ul > li > a,
.comment-meta {
	font-family: "Lato";
}

.site-title,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.rpwe-time,
h6,
.entry-meta,
.entry-footer,
.nav > ul > li > a,
.comment-meta {
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body {
	background-color: #fff;
	color: #424243;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em;
	font-weight: 400;
}

h1,
.entry-title {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

h4,
.widgettitle,
.widget-title {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6,
input,
select,
textarea,
.entry-meta,
.rpwe-time,
.entry-footer,
.wpcf7-form p,
.nav > ul > li > a,
.input-small,
code,
pre,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-meta,
.comment-reply-title small  {
	font-size: 10px !important;
	font-weight: 500 !important;
}

h6,
.entry-meta,
.entry-footer,
.wpcf7-form p {
	margin-top: 0;
	margin-bottom: 20px;
}


blockquote {
	font-style: italic;
}

p {
	margin: 0;
	padding: 0;
}

.entry-content p {
	margin: 0 0 1.625em;
}

strong {
	font-weight: 700;
}

blockquote {
	font-size: 24px;
	font-weight: 300;
	margin: 24px 0;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	color: #424243;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 40px;
	padding: 40px 0 0;
}

@media only screen and (min-width: 767px) {

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 24px;
	}

	h5 {
		font-size: 14px;
	}
}


/* Links
 * ========================================================================== */

a {
	color: #333;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #999;
}


/* Objects
 * ========================================================================== */

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

img {
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
}


/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea {
	background-color: #fff;
	border: none;
	border: 1px solid #dcdcdc;
	color: #333;
	padding: 12px 16px 10px;
	width: 100%;
	margin-bottom: 12px;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #424243;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	padding: 5px 10px;
}

.field-wrap {
	text-align: left;
}

.ninja-forms-cont {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
}

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

::-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}


/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: transparent;
	border: 1px solid #424243;
	box-shadow: none;
	color: #424243;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	outline: none;
	padding: 13px 16px 14px;
	text-decoration: none;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-border:hover {
	text-decoration: none;
	background-color: #424243;
	border: 1px solid #424243;
	color: #fff;
}

.button.button-border {
	background: transparent;
	background: rgba( 255, 255, 255, 0 );
	border: 1px solid #424243;
	color: #424243;
}

.page-header .button.button-border {
	border: 1px solid #fff;
	color: #fff;
}

.page-header .button.button-border:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #424243;
}

.button.button-block {
	display: block;
	width: 100%;
}

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

.search-form {
	position: relative;
}

.search-form input[type="search"] {
	padding-right: 78px;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}


/* Images
 * ========================================================================== */

.post-image {
	margin-bottom: 24px;
}

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

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

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

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

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

.alignright {
	float: right;
}

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

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

.wp-caption-text {
	text-align: center;
}


/* Site Containers
 * ========================================================================== */

.site-container {
	overflow: hidden;
}

.wrap {
	padding: 0 8%;
}

.site-inner {
	clear: both;
}

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

@media only screen and (min-width: 1024px) {

	.wrap {
		margin: 0 auto;
		max-width: 1080px;
		padding: 0 40px;
	}

	.content-area {
		float: left;
		width: 67.5%;
	}

	.sidebar {
		float: right;
		width: 27.5%;
	}
}


/* Grid
 * ========================================================================== */

@media only screen and (min-width: 767px) {

	.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,
	.rpwe-li {
		float: left;
		margin-left: 3.448275862069%;
	}

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

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

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

	.one-fourth,
	.rpwe-li {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.rpwe-li:first-child {
		clear: both;
		margin-left: 0;
	}
}

/* Site Header
 * ========================================================================== */

.site-header {
	padding: 10px 0;
	position: relative;
	z-index: 2;
	clear: both;
}

.site-title {
	margin: 0;
	overflow: hidden;
	text-align: center;
}

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

/* Header Widget & Nav */

@media only screen and (min-width: 1024px) {

	.site-header {
		padding-bottom: 40px;
		z-index: 3;
		position: relative;
	}

	.site-title {
		font-size: 80px;
	}
}

/* Headhesive */

.headhesive {
	display: none;
}

@media only screen and (min-width: 1024px) {

	.headhesive {
	  	position: fixed;
	  	top: 0;
	  	width: 100%;
	  	padding: 16px 0;
	  	line-height: 5px;
	  	display: block;
	  	background: rgba(255,255,255,1);
	  	transform: translateY(-100%);
	  	-webkit-transform: translateY(-100%);
	  	-moz-transform: translateY(-100%);
	  	transition: all 150ms ease-out;
	  	-webkit-transition: all 150ms ease-out;
	  	-moz-transition: all 150ms ease-out;
	  	z-index: 999;
	}

	.headhesive--stick {
	  	transform: translateY(0%);
	  	-webkit-transform: translateY(0%);
	  	-moz-transform: translateY(0%);
	}

	.headhesive .title-area {
		margin: 0;
		float: left;
		position: relative;
		z-index: 2;
	}

	.headhesive .site-title {
		float: left;
		line-height: 1;
		font-size: 32px;
	}

	.headhesive .site-title img {
		float: left;
		height: 40px;
		width: auto;
	}

	.headhesive .header-image .title-area {
	  	float: left;
	}

	.headhesive .nav {
		text-align: right;
	}
}

/* Top-Menu */

.top-menu {
	margin-top: 16px;
	min-height: 50px;
}

.top-menu .wrap {
	position: relative;
}

.top-menu .widget-area {
	float: left;
	line-height: 50px;
}

.search-toggle {
	width: 20px;
	position: absolute;
	right: 40px;
	left: auto;
}

.search-toggle.open {
	left: 40px;
	width: auto;
}

.search-toggle .dashicons {
	float: right;
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	margin-top: 2px;
}

.search-toggle .dashicons:before {
	padding: 12px;
	margin-left: -12px;
}

.search-toggle form {
	position: absolute;
	top: 3px;
	left: 0;
	right: 34px;
	display: none;
}

@media only screen and (min-width: 768px) {

	.search-toggle.open {
		left: 50%;
	}

	.top-menu .search-toggle .search-field {
		max-width: 300px;
		float: right;
	}
}

/* Navigation
 * ========================================================================== */

.nav {
	width: auto;
	text-align: center;
}

.nav ul li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.nav ul li a {
	border: none;
	display: block;
	padding: 16px 20px;
	position: relative;
}

.nav ul li a:hover,
.nav ul li.current-menu-item > a,
.nav ul .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	color: #999;
}

.sub-menu a {
	font-style: italic;
	border-bottom: 1px solid #333;
}

@media only screen and (min-width: 768px) {

	.nav > ul > li.menu-item:first-child > a {
		margin-left: 24px;
	}

	.nav > ul > li.menu-item:last-child > a {
		margin-right: 0;
	}

	.nav > ul .sub-menu {
		width: 200px;
		z-index: 99;
		background: #fff;
		border: 1px solid #333;
		opacity: 0;
		position: absolute;
		left: -9999px;
		text-align: left;
	}

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

	.nav > ul > li.menu-item:hover > .sub-menu {
		left: 50%;
		margin-left: -100px;
	}

	.nav > ul > .menu-item:hover > .sub-menu:before {
		content: " ";
		position: absolute;
		border-left: 1px solid #333;
		left: 50%;
		margin-left: -1px;
		top: -12px;
		width: 1px;
		height: 24px;
	}

	.nav > ul .sub-menu li {
		display: block;
		margin-bottom: -1px;
	}

	.nav > ul .sub-menu a {
		padding: 16px 20px;
		margin: 0 20px;
		text-align: center;
	}

	.nav > ul .sub-menu li:last-child > a {
		border-bottom: 0;
	}

	.nav > ul .sub-menu .sub-menu {
		margin: -50px 0 0 198px;
	}
}

/* Responsive Nav */

.icon-responsive-nav {
	display: none;
}

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

	.icon-responsive-nav {
		display: block;
		width: 100%;
		padding: 16px;
		text-align: center;
		cursor: pointer;
	}

	.icon-responsive-nav:before {
		content: "\f333";
		display: inline-block;
		font: normal 30px/1 'dashicons';
		margin: 0 auto;
		padding: 0;
	}

	.icon-responsive-nav.open::before {
	  content: "\f335";
	}

	.responsive-nav .menu-item-has-children:before {
		content: "\f347";
		float: right;
		position: absolute;
		font: normal 16px/1 'dashicons';
		padding: 14px 8% 14px;
		right: 0;
		top: 0;
		text-align: right;
		z-index: 9999;
	}

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

	.responsive-nav .sub-menu {
		display: none;
	}

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

	.responsive-nav {
		display: none;
		width: 100%;
		overflow: hidden;
	}

	.responsive-nav li,
	.responsive-nav li a {
		display: block;
		width: 100%;
	}

	.responsive-nav li a {
		padding: 14px 0;
		margin: 0;
	}

	.resonsive-nav li:last-child {
		margin-bottom: 0;
	}
}

/* Post Navigation */

.post-navigation,
.posts-navigation {
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	border: 1px solid #dcdcdc;
}

.nav-previous a,
.nav-next a {
	padding: 20px;
	display: block;
}

.nav-next {
	border-left: 1px solid #dcdcdc;
}

.nav-previous a:before,
.nav-next a:after {
	content: "\f139";
	font-family: Dashicons;
	font-size: 20px;
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}

.nav-previous a:before {
	content: "\f141";
}

.nav-links div {
	width: 50%;
	float: left;
}

.nav-links .nav-next {
	text-align: right;
	float: right;
}



/* Entries
 * ========================================================================== */

.hentry {
	margin-bottom: 1em;
}

.blog .hentry,
.sidebar .hentry,
.archive .hentry {
	margin-bottom: 40px;
	padding: 0 0 40px 0;
	border-bottom: 3px double #dcdcdc;
}

.post .entry-header .entry-title {
	margin: 0;
}

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

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 24px;
}

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

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.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 ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-footer {
	margin: 1em 0 0;
}

.entry-footer > span:before {
	content: "\00b7";
	margin: 0 6px;
}

.entry-footer > span:first-child:before {
	content: "";
	margin: 0;
}

.entry-meta .entry-categories {
	display: inline-block;
}

/* Comments
 * ========================================================================== */

.entry-comments,
.entry-pings {
	padding: 40px 0;
}

.comment-respond h3 {
	padding-top: 20px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment,
.entry-comments .comment-reply {
	padding: 20px 0 40px;
	border-bottom: 1px solid #f2f2f2;
}

.entry-comments .comment:last-child,
.entry-comments .comment-reply:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

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

.comment-list .comment-respond {
	padding-left: 0;
}

.comment-meta {
	margin-bottom: 20px;
	clear: both;
}

.comment-header {
	line-height: 1;
}

.comment-author {
	margin: 6px 0 2px;
}

.comment-author span:first-of-type {
	font-weight: 700;
}

.comment-author .avatar {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 2px;
}

.comment-autor, .comment-meta a {
	text-transform: uppercase;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

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

/* Sidebars
 * ========================================================================== */

.sidebar .widget {
	margin-bottom: 40px;
	text-align: center;
}

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

.sidebar .widget:last-child {
	border-bottom: 0;
}

.sidebar li {
	list-style-type: none;
}

.widgettitle,
.widget-title {
	text-transform: lowercase;
	text-align: center;
	font-style: italic;
	border-bottom: 3px double #dcdcdc;
}

/* Jetpack
 * ========================================================================== */

.widget #subscribe-email input {
	width: 100%;
	padding: 12px 95px 10px 16px;
}

.jetpack_subscription_widget form {
	position: relative;
}

.jetpack_subscription_widget input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* Jetpack Sharing */

body .sharedaddy .sd-content ul li a {
	border: 0 !important;
	box-shadow: none !important;
	background: 0 !important;
	padding: 0 !important;
	margin-right: 16px !important;
	width: 20px !important;
	overflow: hidden !important;
	white-space: nowrap;
}

body .sharedaddy .sd-content ul li a:hover {
	color: #333 !important;
}

body .sharedaddy .sd-content ul li a span {
	display: none;
}

@media only screen and (min-width: 768px) {
	body .sharedaddy {
		float: right;
	    margin-bottom: -54px;
	    margin-top: 20px;
	}
}

/* Featured Content */

.featured {
	margin-bottom: 60px;
}

.featured .flexslider-title {
	display: none;
	margin: 0;
}

.featured .rpwe-block li {
	border: 0;
	text-align: center;
}

.featured .rpwe-thumb {
	padding: 0 !important;
	border: 0 !important;
	margin-top: 12px !important;
}

.featured .rpwe-block h3 {
	font-size: 16px !important;
	margin: 12px 0 0 !important;
}

.featured .flexslider-caption {
	position: absolute;
	width: 450px;
	line-height: 1.2;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -225px;
	display: none;
	background: rgba(255,255,255,0.8);
	color: #333;
}

.flexslider-caption-inner h3,
.flexslider-caption-inner p {
	color: #333 !important;
}

@media only screen and (min-width: 800px) {
	.featured .flexslider-caption {
		display: block;
	}
}

@media only screen and (max-width: 800px) {
	.slides li a div {
		height: auto !important;
	}
}


/* Instagram Widget
 * ========================================================================== */

.pllex-viewport li {
	position: relative;
}

.jr-insta-datacontainer {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.91);
    text-align: center;
}


/* Footer
 * ========================================================================== */

.footer-widgets {
	padding: 60px 0;
}

.footer-widgets li {
	margin: 12px 0;
}

.footer-widgets,
.site-footer {
	text-align: center;
}

.site-footer {
	margin: 0;
}

.site-footer .site-info {
	padding-top: 40px;
	padding-bottom: 40px;
}

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