/*
Theme Name: Soigne
Theme URI: https://soigne.revolvethemes.com
Author: Revolve Themes
Author URI: https://revolvethemes.com
Description: Soigne is a Blog theme, specially crafted for bloggers who seek minimal aesthetics & functionality.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
Text Domain: soigne
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# General styles
# Typography
# Elements
# Forms
# Navigation
	# Links
	# Menus
	# Pagination
# Content
	# Header
	# Posts and pages
	# Comments
	# Footer
# Widgets
	# Custom widgets
	# Widget areas
	# Front page widgets
# Media
	# Captions
	# Galleries
# Accesibility
# Shortcodes
# Plugins
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
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; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; min-height: 100%; }
body { margin: 0; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
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; }
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;}
figure { margin: 0; }
fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; margin: 0; padding: 0; }
button { background: transparent; }
button, input { line-height: normal; }
button, select { text-transform: none; }
select { -webkit-appearance: none; }
button, html input[type="button"], /* 1 */ 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; resize: none; }
table { border-collapse: collapse; border-spacing: 0;}
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, img, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
ol,/* ul,*/ li { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a, a:hover, a:visited { text-decoration: none; }
button, input, fieldset, textarea, select { font-size: inherit; color: inherit; border: none; border-radius: 0; }
img { height: auto; }
* { -moz-box-sizing: border-box; box-sizing: border-box; }

/* Selection */
::selection { background-color: #d9d9d9; color: #ffffff; text-shadow: none; }
::-moz-selection { background-color: #d9d9d9; color: #ffffff; text-shadow: none; }

/* Clearings */
.clear:before, .clear:after { content: " "; display: table; }
.clear:after { clear: both; }

/*--------------------------------------------------------------
# General styles
--------------------------------------------------------------*/
body {
	background-color: #efefef;
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #464646;
	-webkit-font-smoothing: subpixel-antialiased;
}

#content {
	overflow: hidden;
}

.site-content {
	width: 1050px;
	margin: 0 auto;
}

#main, 
#sidebar {
	float: left;
	margin: 0;
}

#main {
	width: 693px;
	margin-right: 20px;
}

#main.fullwidth {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

#sidebar {
	width: 337px;
	padding: 0;
	background: none;
	margin-bottom: 20px;
}

#site-container,
.sticky-content.fixed .sticky-wrap {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	display: block;
	left: 0;
	right: 0;
}

article {
	background-color: #ffffff;
	padding: 18px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

aside {
	padding: 18px;
	width: 100%;
	background: #ffffff;
	position: relative;
	display: inline-block;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #373737;
	font-weight: normal;
	margin: 0;
}

p {
	line-height: 1.8;
	font-weight: 400;
	font-size: 13px;
	color: #444;
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn, em, i, blockquote {
	font-style: italic;
}

blockquote,
blockquote p {
	font-family: 'Times New Roman', 'Libre Baskerville', Georgia, serif;
	color: #1C1C1C;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	font-style: italic;
}

q,
blockquote p {
  quotes: "\275D" "\275E";
}

q:before,
blockquote p:before {
    content: open-quote;
    padding-right: 3px;
}

q:after,
blockquote p:after {
    content: close-quote;
}

blockquote {
	margin-top: 0;
}

pre, code, kbd, tt, var {
	font-family: Courier, monospace;
	font-size: 13px;
}

pre {
	margin: 0 0 1.75em;
	clear: left;
	padding: 1.75em;
	max-width: 100%;
	word-wrap: break-word;
	line-height: 1.4;
	overflow: auto;
	background: #f2f2f2;
}

mark, ins {
	background: #f2f2f2;
	text-decoration: none;
}

abbr,
acronym {
	border-bottom: 1px dotted #e8e8e8;
	cursor: help;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

big {
	font-size: 125%;
}

select {
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	background-color: transparent !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr {
	background-color: #f2f2f2;
	border: 0;
	height: 1px;
	margin-bottom: 1.75em;
}

ul, ol {
	list-style-position: inside;
}

ul {
	list-style: disc;
	list-style-type: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

li {
   font-family: 'Lato', Helvetica, Arial, sans-serif;
   text-align: left;
}

dl dt {
	font-weight: 700;
	color: #0b0b0b;
}

dt {
	padding-bottom: 5px;
}

dd {
	margin: 0 0 20px;
}

dl dd {
	margin: 0 0 20px;
	line-height: 1.45;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

del {
	opacity: 0.8;
}

table {
	width: 100%;
	margin: 0 0 30px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #000000;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	line-height: 2;
}

table caption {
	margin: 40px 0;
}

table th {
	padding: 5px 5px 5px 0;
	text-align: left;
	color: #222222;
	font-weight: bold;
}

table td {
	padding: 5px 5px 5px 0;
	border-top: 1px solid #979797;
	color: #000000;
}

/* Placeholder */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #999999;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="email"],
input[type="url"],
input[type="search"],
input[type="author"],
textarea {
	padding: 8px 10px;
	background-color: #F8F8F8;
	margin: 0 10px 10px 0;
	color: #999999;
	font-size: 11px;
	width: 100%;
}

input #submit {
	margin-top: 6px;
	cursor: pointer;
}

textarea {
	height: 120px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2D2D2D;
}

a,
a:hover {
	text-decoration: none;
}

a:hover {
	color: #767676;
}

a:hover,
.widget ul li > a:hover {
	transition: all 0.5s ease 0s;
}

.widget ul li > a:hover {
 	color: #c9a16e;
}

.entry-meta a,
.entry-comments a {
	display: inline-block;
	padding: 0 0 7px;
	color: #b6b6b6;
	margin-right: 5px;
}

/* Buttons */
a.more-link,
#respond input[type="submit"],
.wpcf7 .wpcf7-submit,
.mc4wp-form input[type="submit"] {
	text-align: center;
	margin: 0 auto;
	color: #c9a16e;
	line-height: 1.5;
	border: 1px solid #c9a16e;
	background: #ffffff;
	padding: 14px 14px 14px;
	font-size: 10px;
	display: block;
	font-weight: bold;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.entry-more a.more-link {
	text-align: center;
}

.more-link {
	max-width: 130px;
}

p a.more-link {
	margin-bottom: 0;
}

#respond input[type="submit"],
.wpcf7 .wpcf7-submit {
	max-width: 160px;
}

a.more-link:hover,
.more-button:hover,
#respond input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
	background: #ffffff;
	border-color: #999999;
	color: #666666;
	transition: all 0.5s ease 0s;
}

a.author-link {
	text-transform: uppercase;
	padding: 4px 0;
	font-weight: 700;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 3px;
	color: #424242;
	display: inline-block;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-wrap {
	height: 60px;
	padding: 0 0 60px;
	width: 100%;
	z-index: 9999;
}

#site-navigation {
	margin: 0 auto;
}

/* Menus */
.menu {
	margin: 0 auto;
	text-align: center;
}

.menu li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.38;
	letter-spacing: 3px;
	color: #424242;
}

.menu li:last-child {
	margin: 0;
}

.menu li a {
	line-height: 60px;
	display: block;
}

.menu li a:hover {
	color: #c9a16e;
	transition: all 0.5s ease 0s;
}

.menu .sub-menu,
.menu .children {
	background-color: #ffffff;
	display: none;
	left: 0;
	margin-top: 0;
	padding: 0;
	position: absolute;
	z-index: 99999;
}

.sub-menu .menu-item-has-children:after {
	vertical-align: top;
	position: absolute;
	content: "\f105";
	font: normal normal normal 14px/1 'FontAwesome';
	top: 9px;
	right: 7px;
	padding: 0 0 10px 0;
	text-align: right;
	z-index: 0;
}

.menu .sub-menu ul,
.menu .children ul {	
	left: 100%;
	top: 0;
}

ul.menu ul a,
.menu ul ul a {
	color: #2d2d2d;
	line-height: 20px;
	margin: 0;
	min-width: 180px;
	padding: 6px 10px;
}

ul.menu li:hover > ul,
.menu ul li:hover > ul {
	display: block;
}
		
ul.menu ul li,
.menu ul ul li {
	margin-right: 0;
	padding-right: 0;
}

ul.menu ul a:hover,
.menu ul ul a:hover {
	background-color: #efefef;
	color: #c9a16e;
}

/* Social media icons */
.social-icons-wrap {
	border: 0;
	font-family: inherit;
	margin: 0 auto;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
}

#social-icons-top {
	display: inline-block;
	float: right;
	line-height: 60px;
	margin: 0px 65px 0 0;
	position: relative;
}

#social-icons-top a {
	color: #464646;
	font-size: 17px;
	padding: 0 7px 0;
	margin: 0 5px 0 0;
}

#social-icons-top a:hover {
	color: #c9a16e;
}

/* Sticky navigation */
.sticky-wrap {
	display: inline-block;
	width: 100%;
}

.sticky-nav .sticky-anchor {
	display: none;
}

.sticky-content.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background-color: #ffffff;
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	transition: background-color .1s linear;
}

.nav-is-fixed #site-nav ul ul.sub-menu,
.nav-is-fixed #site-nav ul ul.children {
	border-top: none;
}

/* Small logo on fixed navigation bar */
a.small-logo {
	position: absolute;
	left: 100px;
	max-height: 60px;
	top: 5px;
	max-width: 150px;
	float: left;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

a.small-logo img {
	max-height: 50px;
	width: auto;
	vertical-align: middle;
}

.nav-is-fixed a.small-logo {
	opacity: 1;
	visibility: visible;
}

img.small-logo-img {
	width: 100%;
}

/* Mobile menu buttons */
#site-navigation ul ul.sub-menu.toggled-on,
#site-navigation ul ul.children.toggled-on {
	display: block;
}

#menu-toggle,
.dropdown-toggle {
	border: none;
	outline: none;
}

#menu-toggle {
	display: block;
	text-align: center;
	width: 44px;
	height: 44px;
}

button#menu-toggle {
	position: absolute;
	width: 82px;
	top: 10px;
	left: 20px;
	background-position: center left;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	background-size: 21px;
}

.nav-open button#menu-toggle {
	background-image: url(img/close.png);
}

#menu-toggle span {
	letter-spacing: 3px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	float: right;
	text-align: right;
	vertical-align: top;
}

/* Sub menu toggle */
.menu-item-has-children {
	position: relative;
}

.dropdown-toggle {
	position: absolute;
	top: 0;
	left: 210px;
	width: 50px;
	height: 44px;
	background: none;
}

.dropdown-toggle:after {
	vertical-align: top;
	position: absolute;
	content: "\f107";
	font: normal normal normal 17px/1 'FontAwesome';
	top: 14px;
	left: 0;
	width: 50px;
	text-align: center;
}

.dropdown-toggle.toggle-on:after {
  	content: "\f105";
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
	padding-top: 0;
	margin-bottom: 20px;	
}

#site-branding {
	text-align: center;
	padding: 20px 0 10px 0;
}

#site-branding img {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.post, 
#main > .page {
	background: #ffffff;
	padding: 18px;
	margin: 0 0 21px;
}

.entry-header {
	margin: 18px 0 26px 0;
	overflow: hidden;
	text-align: center;
}

h1.entry-title,
h3.entry-title,
h2.entry-title {
	line-height: 1.6;
	font-weight: 700;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 5px 0 0;
}

h1.entry-title,
h2.entry-title {
	font-size: 16.208px;
}

h3.entry-title {
	font-size: 14.4px;
}

.entry-header .entry-date {
	margin-top: 8px;
}

.entry-content {
	margin: 10px 0 20px 0;
	text-align: left;
	overflow: hidden;
}

.entry-content iframe,
iframe {
	width: 100%;
}

.entry-meta > span,
.entry-meta .author-heading,
.entry-header .entry-date,
.entry-date {
	color: #b6b6b6;
	line-height: 1.3;
	display: block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.page .entry-header {
	margin: 10px 0 27px 0;
}

.page-content {
	padding: 18px;
	background: #ffffff;
}

.single #main .entry-content {
	margin-bottom: 21px;
}

.single .entry-footer {
	margin-top: 10px;
}

.sticky {
}

/* Entry content */
.entry-content h5,
.entry-content h6 {
	text-transform: uppercase;
	letter-spacing: 3px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
	line-height: 1.6;
	color: #373737;
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}

.entry-content h1 {
	font-size: 26.592px;
}

.entry-content h2 {
	font-size: 23.072px;
}

.entry-content h3 {
	font-size: 20.496px;
}

.entry-content h4 {
	font-size: 18.224px;
}

.entry-content h5 {
	font-size: 16.208px;
}

.entry-content h6 {
	font-size: 14.4px;
}

.entry-content p {
	margin-top: 0;
}

.entry-content blockquote {
	margin: 2em 0;
}

.fullwidth .entry-content blockquote {
	margin: 2em 2.5em;
}

.entry-content blockquote p {
	border: transparent;
	line-height: 35px;
	padding: 0 45px;
}

.entry-content hr {
	border-bottom: 1px solid #e5e5e5;
	border: 0;
	height: 1px;
	clear: both;
}

.entry-content ul,
.entry-content ol {
	padding: 0 40px 0;
	margin: 0 0 30px;
}

.entry-content ul li,
.entry-content ol li  {
	line-height: 1.7;
	font-weight: 300;
	margin-bottom: 5px;
	font-size: 13px;
	font-family: 'Muli', Helvetica, Arial, sans-serif;
}

.entry-content ul li {
	list-style: disc;
}

.entry-content ol li {
	list-style: decimal;
}

.single .entry-meta {
	margin-top: 20px;
}

.entry-meta {
	text-align: center;
	overflow: hidden;
}

.entry-more {
	margin: 15px 0;
}

.entry-footer {
	margin-top: 15px;
}

.post-share {
	display: block;
	margin: 0 auto;
	margin-top: 19px;
	font-size: 12px;
}

.page-share {
	display: block;
	margin: 0 auto;
	clear: left;
	text-align: center;
	padding-top: 20px;
}

.single #main .entry-meta .entry-cat,
.single #main .entry-meta .entry-tags {
	line-height: 15px;
}

.post-share a i,
.page-share a i {
	height: 26px;
	width: 26px;
	text-align: center;
	color: #464646;
	margin: 0 2px 4px;
	font-size: 17px;
}

.post-share a i:hover,
.page-share a i:hover {
	color: #c9a16e;
	transition: all 0.5s ease 0s;
}

/* Excerpt */
p.excerpt,
p.excerpt-one {
	margin-bottom: 0;
}

/*  Author biography */
.author-info {
	margin-top: 20px;
	padding: 18px 0 0;
	border-top: 1px solid #f2f2f2;
	text-align: left;
	overflow: hidden;
}

.fullwidth .author-info {
	max-width: 650px;
	margin: 0 auto;
}

.author-info .author-heading {
 	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 5px 0 0;
	color: #2d2d2d;
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: left;
	padding: 0;
	display: block;
	text-decoration: none;
}

.fullwidth .author-info .author-heading {
	text-align: center;
	clear: left;
}

.author-avatar {
	float: left;
	margin-top: 15px;
	margin-right: 30px;
}

.fullwidth .author-avatar {
	float: none;
	margin-right: 0;
	text-align: center;
}

.author-avatar img {
	border-radius: 50%;
}

.author-bio,
.author-wrap {
	overflow: hidden;
}

.fullwidth .author-bio {
	text-align: center;
}

.author-bio p {
	margin-bottom: 15px;
}

.author-bio .author-social {
	font-size: 16px;
	color: #424242;
	margin-right: 8px;
}

.author-social {
	margin-top: 18px;
}

.author-social a {
	margin-right: 10px;
}

.author-social a:last-child {
	margin-right: 0;
}

a.author-website {
	display: block;
}

.bypostauthor {
}

/* Pagination */
.nav-pagination {
	padding: 30px 0 45px;
	border-top: 1px solid #efefef;
	overflow: hidden;
	display: table;
	width: 100%;
}

.nav-pagination a {
	text-transform: uppercase;
	padding: 5px;
	font-weight: 700;
	font-size: 10px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
	display: inline-block;
}

.nav-pagination .nav-previous,
.nav-pagination .nav-next {
	width: 49%;
	display: inline-block;
}

.nav-pagination .nav-previous {
	float: left;
}

.nav-previous a,
.nav-next a,
.next-post,
.previous-post {
	width: 100%;
	line-height: 3;
}

span.page-numbers.current {
	margin-right: 5px;
}

.previous-post div,
.rvlv_alignleft div {
	display: inline-block;
	background-image: url(img/arrow-left.png);
	width: 60px;
	height: 20px;
	background-size: 40px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left center;
}

.next-post div,
.rvlv_alignright div {
	display: inline-block;
	background-image: url(img/arrow-right.png);
	width: 60px;
	height: 20px;
	background-size: 40px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: right center;
}

.previous-post div:hover,
.rvlv_alignleft div:hover,
.next-post div:hover,
.rvlv_alignright div:hover {
	background-size: 40px;
}

.next-post div:hover,
.rvlv_alignright div:hover,
.previous-post div,
.rvlv_alignleft div {
	width: 60px;
}

.previous-post div:hover,
.rvlv_alignleft div:hover,
.arrow-left:hover {
	background-image: url(img/arrow-left-white.png);
	background-size: 47px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}

.next-post div:hover,
.rvlv_alignright div:hover,
.arrow-right:hover {
	background-image: url(img/arrow-right-white.png);
	background-size: 47px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}

.previous-post div:hover,
.rvlv_alignleft div:hover {
	background-image: url(img/arrow-left-white.png);
	background-position: left center;
	background-size: 40px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.next-post div:hover,
.rvlv_alignright div:hover {
	background-image: url(img/arrow-right-white.png);
	background-position: right center;
	background-size: 40px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.nav-pagination .nav-next {
	float: right;
	text-align: right;	
}

.nav-next .post-title {
	clear: right;
	text-align: right;
	padding-right: 63px;
}

.nav-previous .post-title {
	clear: left;
	text-align: left;
	padding-left: 63px;
}

span.post-title {
	display: block;
	text-transform: none;
	line-height: 1.3;
	font-family: 'Times New Roman', Georgia, serif;
	color: rgba(28, 28, 28, 1);
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
}

.rvlv_alignleft,
.rvlv_alignmiddle,
.rvlv_alignright {
	width: 36%;
	display: table-cell;
}

.rvlv_alignleft {
	text-align: left;
}

.rvlv_alignmiddle {
	text-align: center;
}

.rvlv_alignright {
	text-align: right;
}

/* Related Posts */
#related-posts {
	width: 100%;
	border-top: 1px solid #efefef;
	margin: 0 auto;
	overflow: hidden;
}

#related-posts .fullwidth {
	width: 100%;
}

.post-related {
	background: #ffffff;
	width: 100%;
	display: inline-block;
	padding: 18px;
	text-align: left;
	overflow: hidden;
}

.item-related {
	display: inline-block;
	max-width: 32%;
	margin-right: 1.8%;
	margin-bottom: 5px;
	float: left;
}
	
.item-related:last-child, 
.fullwidth .item-related:last-child  {
	margin-right: 0;
}

.item-related img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom: 3px;
}

.item-related h2 {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 8px;
}

/* List posts - template */
.list-post {
	padding: 21px;
}

.list-post .entry-header {
	margin-bottom: 15px;
}

.list-post .post-share a i,
.list-post .post-share a {
	margin-bottom: 0;
	padding-bottom: 0;
}

.list-post a.entry-thumbnail {
	width: 45%;
	float: left;
	display: inline-block;
	margin-right: 18px;
}

.list-post .content-wrap {
	width: 50%;
	float: left;
	display: inline-block;
}

.list-post .entry-header,
.list-post .entry-meta,
.list-post a.more-link,
.list-post .post-share a i {
	text-align: left;
}

.list-post .entry-comments,
.list-post .entry-cat,
.list-post .entry-tags {
	display: none;
}

.list-post .entry-more {
	margin-bottom: 10px;
	margin-top: 15px;
}

.list-post a.more-link {
	padding: 0;
	margin: 0;
	border: none;
}

.list-post a.more-link:hover {
	border: none;
}

/* Fullwidth list post */
.fullwidth .list-post a.entry-thumbnail {
	width: 35%;
	margin-right: 20px;
}

.fullwidth .list-post .content-wrap {
	width: 61%;
}

.fullwidth .list-post {
	padding: 20px;
	margin-bottom: 25px;
}

.fullwidth .list-post .entry-comments, 
.fullwidth .list-post .entry-cat, 
.fullwidth .list-post .entry-tags {
	display: block;
}

.fullwidth .list-post footer.entry-footer {
	margin-top: 20px;
}

/* Grid Style posts - template */
.grid-post {
	margin-bottom: 21px;
}

.grid > li.rvlv_li {
	width: 48.7%;
	max-width: 336px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	float: left;
}
 
.grid > li.rvlv_article {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	float: left;
}

.grid-post .entry-footer {
	margin-top: 30px;
}
 
/* Grid Style posts - fullwidth template */
#main.fullwidth .grid > li.rvlv_li {
	max-width: 515px;
	width: 49%;
}

#main.fullwidth .grid > li.rvlv_li {
	margin-right: 20px;
}

/* 404 Page */
.error-404 .entry-header {
	padding: 18px;
	background: white;
	margin-bottom: 18px;
}

/* No Results */
section.no-results {
	padding: 18px;
	background: white;
}

/* Alignment */
.alignleft,
.alignright {
	display: block;
}

.alignleft {
	margin: 5px 20px 5px 0;
	float: left;
}

.alignright {
	margin: 5px 0 0 20px;
	float: right;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

img.alignleft,
img.alignright {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* Image Attachments */
#image-navigation .arrow-left:hover {
	background-image: url(img/arrow-left.png);
}

#image-navigation .arrow-right:hover {
	background-image: url(img/arrow-right.png);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	border-top: 1px solid #f2f2f2;
	text-align: left;
	overflow: hidden;
}

.comments-area,
#comment-list ul.children,
#comment-list li {
	background: #ffffff;
}

#comment-list ul.children,
#comment-list li {
}

#comment-list ul.children {
	margin-left: 50px; 
}

ul.children li.comment-wrap {
	margin: 0 0 8px 0; 
}

ul#comment-list {
	margin-bottom: 18px;
}

.fullwidth ul#comment-list {
	max-width: 750px;
	margin: 0 auto;
}

p.comment-form-comment {
	width: 450px;
}

.comment-wrap {
}

.comment-wrap .author-avatar {
	float: left;
	margin-top: 0;
	margin-right: 25px;
}

.comment-wrap .author-avatar img {
	border-radius: 50%;
}

.comment-wrap .comment-text {
	padding-top: 10px;
	overflow: hidden;
	display: block;
	clear: left;
}

.comment-wrap .comment-text span.author, 
.comment-wrap .comment-text span.author a {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	font-size: 11px;
}

.comment-wrap .comment-text span.date,
.comments-area span.reply a,
a.post-edit-link,
#cancel-comment-reply-link {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #929292;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	text-transform: uppercase;
	text-decoration: none;
}

.edit-link {
	clear: left;
	float: left;
}

.comment-wrap .comment-text span.date {
	display: block;
	padding-right: 20px;
}

/* Comments - Author */
span.author {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #2d2d2d;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

span.date {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #929292;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 2px 0 8px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

/* Comments - entry content */
#comments_wrapper.comments-area.entry-content {
	margin-bottom: 21px;
	padding: 18px;
	margin-top: 0;
}

#comments_wrapper li.comment {
	padding: 18px;
	margin-bottom: 25px;
}

#comments_wrapper #comment-list li {
	background-color: #fafafa;
}

#comments_wrapper.comments-area.entry-content ul li {
	list-style: none;
}

#comments_wrapper ul.children {
	padding: 0;
}

.comment-wrap {
}

#comment-list ul.children .comment-wrap {
	padding: 0;
	margin-bottom: 0;
}

#comment-text #comment-list li {
	padding: 0;
	margin-bottom: 0;
}

#comment-text .entry-content ol {
	margin: 0 0 10px;
}

#comment-text dl dt {
	color: #3e3e3e;
}

#comment-text dl dd {
	font-size: 13px;
}

#comments_wrapper.entry-content ul#comment-list {
	padding: 0;
}

#comments_wrapper ul.children li.comment {
	border-left: 5px solid #f2f2f2;
}

.comments-area span.reply a {
	float: right;
	padding: 6px 8px 7px;
	display: inline-block;
	font-weight: bold;
}

.comments-area span.reply a.comment-edit-link {
	background: none;
	font-weight: bold;
}

.comments-area span.reply a:hover {
	opacity: .8;
}

p.form-submit {
	margin-bottom: 20px;
	margin-top: 20px;
}

em.comment-awaiting-moderation {
	line-height: 1.5;
}

/* Comments Reply */
#respond {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

#respond label {
	color: #6f6f6f;
	text-align: left;
	display: block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

#respond h3 {
	font-weight: bold;
}

#respond h3 small a {
	font-weight: bold; 
	float: right;
}

form#commentform.comment-form {
	margin-top: 10px;
}

#respond h3 {
	font-size: 13px;
	line-height: 1.38;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h3.comments-title,
h3#reply-title,
h3.related-posts {
	font-weight: bold;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	margin: 5px 0 0;
	color: #2d2d2d;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 14.4px;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	text-decoration: none;
}

h3#reply-title {
	margin-bottom: 0;
}

#respond input[id="author"],
#respond input[id="email"],
#respond input[id="url"],
#respond textarea[id="comment"] {
	padding: 8px 10px;
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	color: #464646;
	font-size: 13px;
	width: 100%;
	font-weight: 400;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#respond textarea {
	padding: 14px;
	background-color: #F8F8F8;
	border: none;
	height: 120px;
	font-size: 13px;
	color: #777777;
	line-height: 20px;
}

#respond textarea:focus {
	outline: none;
}

#comments_wrapper.comments-area.entry-content .comment-text ul li {
	list-style: disc;
}

#comments_wrapper.comments-area.entry-content .comment-text ol li {
	list-style: decimal;
}

#comments_wrapper.entry-content ol,
#comments_wrapper.entry-content ul {
	margin-bottom: 20px;
}

#comment-list .comment li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#respond input:focus {
	outline: none;
}

#respond .logged-in-as {
	margin-top: 5px;
}

textarea#comment {
	margin-bottom: 0;
}

#respond .comment-form-url,
#respond .comment-form-email,
#respond .comment-form-author,
#respond .comment-form-comment {
	padding-bottom: 10px;
	width: 450px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
	margin-top: 30px;
}

#footer-instagram {
	text-align: center;
	overflow: hidden;
	background: transparent;
}

#footer-instagram h3.widget-title {
	text-align: center;
	padding-top: 15px;
}

#footer-instagram h4.block-heading {
	margin-bottom: 30px;
	padding-top: 30px;
	color: #000;
}

.widget-instagram ul.instagram-pics > li {
	width: 12.5%;
	display: inline;
	float: left;
	margin-bottom: -6px;
}

/* Footer social media icons */
#footer-social {
	margin: 40px 0;
	text-align: center;
}

#footer-social a {
	margin: 0 19px 0 0;
	color: #464646;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

#footer-social a:first-child {
	margin-left: 0;
}

#footer-social a:last-child {
	margin-right: 0;
}

#footer-social a i {
	height: 25px;
	width: 25px;
	text-align: center;
	margin-right: 5px;
	font-size: 21px;
}

#footer-social a:hover {
	color: #c9a16e;
}

/* Footer copyright */
#footer-copyright {
	display: block;
	padding-top: 20px;
	font-size: 11px;
	height: auto;
	text-align: center;
	color: #999999;
	background: #ffffff;
	overflow: hidden;
}

.menu-footer-menu-container {
	max-width: 1000px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.copyright {
	color: #2D2D2D;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: center;
	max-width: 330px;
	line-height: 1.8;
	margin: 0 auto;
	display: block;
	padding-top: 15px;
}

#footer-copyright .back-to-top {
	float: right;
	position: relative;
	right: 30px;
	bottom: 30px;
	color: #767676;
}

#footer-copyright .back-to-top i {
	font-size: 26px;
	margin: 5px;
	padding: 1px 5px;
}

#footer-copyright .back-to-top i:hover {
	text-decoration: none;
	color: #aaa;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget,
.error-404 form#searchform.searchform {
	margin-bottom: 21px;
	padding: 18px;
	display: inline-block;
	width: 100%;
}

.widget-heading {
    text-align: left;
	margin: 0 0 0 7px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	color: #373737;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
}

.widget-heading > span{
    position: relative;
    display: inline-block;
}

.widget ul li a {
	padding-bottom: 12px;
}

.widget ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget li {
	text-align: center;
}

.widget_meta li a,
.widget_pages li a,
.widget_archive li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.38;
	letter-spacing: 2px;
	color: #424242;
	display: inline-block;
}

.widget_recent_comments li {
	padding-bottom: 10px;
}

.widget_recent_entries li {
	padding-bottom: 10px;
	display: block;
	clear: left;
	float: left;
}

.widget_recent_entries li a,
.widget_recent_comments li {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 5px 0 0;
	display: block;
	text-align: left;
	float: left;
	clear: left;
}

.widget_recent_entries span.post-date {
	display: block;
	float: left;
	text-align: left;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #b6b6b6;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	line-height: 1.38;
	font-size: 10px;
	letter-spacing: 2px;
	padding-right: 20px;
	clear: left;
}

span.comment-author-link {
	color: #373737;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
}

.widget input,
.widget select,
input#s.search-field {
	font-family: 'Lato', Helvetica, sans-serif;
	display: block;
	width: 100%;
	height: 37px;
	font-size: 12px;
	padding: 0 10px 0;
	margin-bottom: 7px;
	border: 1px solid #777777;
	font-weight: 400;
	letter-spacing: 1px;
	color: #464646;
}

.widget select {
	background-image: url(img/select-arrows.png);
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: right center;
	background-origin: content-box;
	height: 34px;
	line-height: 1.38;
	color: #999999;
}

.widget-heading > span:before{
    right: 100%;
}

.widget-heading > span:after{
    left: 100%;
}

/*--------------------------------------------------------------
## Custom Widgets
--------------------------------------------------------------*/

/* Featured posts slider - widget */
.content-wrap h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 5px 0 0;
}

.featured-slider .featured-centered {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
}

.featured-slider .featured-overlay {
	padding: 40px 20px;
	background: #ffffff;
	margin: 0 auto;
	max-width: 500px;
}

.featured-slider .featured-wrap {
	display: table;
	width: 100%;
	height: 100%;
   text-align: center;
}

.featured-slider .content-wrap {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 40px;
}

.featured-slider .entry-header {
	float: inherit;
	padding-bottom: 10px;
	margin: 0 auto;
}

.featured-slider .entry-meta {
	margin-top: 0;
	background: none;
	padding-top: 5px; 
	text-align: left;
	overflow: hidden;
}

.featured-slider .featured-content {
	max-width: 1110px;
	margin: 0 auto;
}

.featured-content .entry-header .entry-date {
	margin-top: 0;
}

.featured-slider .entry-meta .entry-cat,
.featured-slider .entry-header .entry-date,
.featured-slider .entry-meta .entry-comments {
	color: #b6b6b6;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.featured-slider .entry-header .entry-date {
	margin-top: 0;
}

.featured-slider .entry-meta .entry-cat,
.featured-slider .entry-header .entry-date,
.featured-slider .entry-meta .entry-comments {
	display: block;
}

.featured-slider .entry-meta .entry-cat a {
	display: inline-block;
	padding-left: 7px;
}

.featured-slider {
	position: relative;
	height: 620px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.featured-slider h2 {
	font-size: 18.224px;
	line-height: 1.7;
	font-weight: bold;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 10px 0;
}

.featured-slider .entry-more {
	margin: 0 auto;
	text-align: center;
}

.widget_soigne_featured_slider {
	margin-bottom: 36px;
}

#sidebar .widget_soigne_featured_slider {
	margin-bottom: 18px;
}

.front-slider-content.slick-initialized.slick-slider {
	width: 100%;
	height: 100%;
	display: block;
}

.slick-list,
.slick-track {
	height: 100%;
}

/* Featured posts slider arrows - navigation */
button.arrow-left.slick-arrow {
	left: 5px;
}

button.arrow-right.slick-arrow {
	right: 5px;
}

button.arrow-right.slick-arrow,
button.arrow-left.slick-arrow {
	display: inline-block;
	position: absolute;
	top: 48%;
	z-index: 9999;
}

.arrow-left {
	background-image: url(img/arrow-left.png);
	width: 70px;
	display: inline-block;
	height: 20px;
	background-size: 47px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}

.arrow-right {
	background-image: url(img/arrow-right.png);
	width: 70px;
	display: inline-block;
	height: 20px;
	background-size: 47px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Featured posts slider widget - sidebar */
#sidebar .featured-slider {
	height: 250px;
}

#sidebar .featured-overlay {
	max-width: 250px;
}

#sidebar .featured-slider .entry-footer,
#sidebar .featured-slider .entry-more,
#sidebar .featured-slider .entry-date {
	display: none;
}

#sidebar .featured-slider h2 {
	font-size: 12px;
	padding: 0;
}

#sidebar .arrow-left,
#sidebar .arrow-right,
#sidebar .arrow-left:hover,
#sidebar .arrow-right:hover {
	background-size: 35px;
}

#sidebar .arrow-left,
#sidebar .arrow-left:hover {
	background-position: center left;
}

#sidebar .arrow-right,
#sidebar .arrow-right:hover {
	background-position: center right;
}

#sidebar .featured-slider .featured-overlay {
	padding: 17px 15px;
}

/* Featured boxes widget */ 
#sidebar .widget.widget_soigne_box_widget {
	background-color: transparent;
	padding: 0;
}

#sidebar .widget.widget_soigne_box_widget ul li:last-child {
	border-bottom: 18px solid white;
}

.box-wrap {
	display: table;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 250px;
	width: 100%;
}

.featured-boxes-overlay {
	width: 100%;
	height: 100%;
	display: table;
}

.featured-boxes-thumbnails div {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out .75s;
	transition: opacity .5s ease-in-out .75s;
}

.featured-boxes-thumbnails .box-style {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #ffffff;
	text-transform: uppercase;
}

.box-effect {
	position: relative;
	border-color: transparent;
	transition: color .35s ease-out;
}

.box-effect .box-line[data-line="top"] {
	height: 1px;
	top: -1px;
	left: -1px;
	width: 0%;
	transition: width .35s ease-out;
}

.box-effect .box-border-wrap .box-line {
	background-color: #ffffff;
}

.box-effect .box-line {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	background-color: #c9a16e;
}

.box-effect:hover .box-line[data-line="top"],
.box-effect.build .box-border-wrap .box-line[data-line="top"] {
	padding-left: 1px;
	width: 100%;
}

#sidebar aside.widget.widget_soigne_box_widget {
	max-width: 100%;
	max-height: 100%;
}

#sidebar .widget_soigne_box_widget {
	width: 100%;
	margin-right: 0;
}

.featured-boxes-thumbnails {
	display: table-cell;
	width: 100%;
	height: 100%;
}

.featured-boxes-thumbnails .featured-boxes-wrap {
	width: 354px;
	height: 218px;
	overflow: hidden;
	padding: 18px;
	left: 0;
	top: 0;
	display: table-cell;
}

.featured-category-one a,
.featured-category-one a img {
	width: 100%;
	height: 100%;
}

.featured-boxes-wrap span {
	vertical-align: middle;
	height: 100%;
	width: 100%;
	display: table-cell;
	margin: 0 auto;
}

a.box-style.box-effect.build {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 18px;
	display: table;
}

.box-effect:hover {
	color: #c9a16e;
}

.box-effect .box-line[data-line="right"] {
	width: 1px;
	top: -1px;
	right: -1px;
	height: 0%;
	transition: height .35s ease-out;
}

.box-effect:hover .box-line[data-line="right"],
.box-effect.build .box-border-wrap .box-line[data-line="right"] {
	padding-top: 1px;
	height: 100%;
}

.box-effect .box-line[data-line="bottom"] {
	height: 1px;
	bottom: -1px;
	right: -1px;
	width: 0%;
	transition: width .35s ease-out;
}

.box-effect:hover .box-line[data-line="bottom"],
.box-effect.build .box-border-wrap .box-line[data-line="bottom"] {
	padding-right: 1px;
	width: 100%;
}

.box-effect .box-line[data-line="left"] {
	width: 1px;
	bottom: -1px;
	left: -1px;
	height: 0%;
	transition: height .35s ease-out;
}

.box-effect:hover .box-line[data-line="left"],
.box-effect.build .box-border-wrap .box-line[data-line="left"] {
	padding-bottom: 1px;
	height: 100%;
}

.box-effect.build .box-border-wrap .box-line[data-line="top"],
.box-effect.build .box-border-wrap .box-line[data-line="right"],
.box-effect.build .box-border-wrap .box-line[data-line="bottom"],
.box-effect.build .box-border-wrap .box-line[data-line="left"] {
	transition-delay: .6s;
}

aside.widget.widget_soigne_box_widget {
	background: transparent;
	padding: 0;
}

.widget_soigne_box_widget li {
	padding: 18px;
	float: left;
	border: 18px solid white;
}

aside.widget.widget_soigne_box_widget li:last-child {
	margin-right: 0;
	margin-bottom: 18px;
	border-bottom: 18px solid white;
}

.widget_soigne_box_widget .box-wrap {
	width: 32.06%;
	height: 256px;
	float: left;
	display: inline-block;
	margin: 0 20px 20px 0;
	vertical-align: top;
	padding: 0;
}

#sidebar .widget_soigne_box_widget .box-wrap {
	width: 100%;
	margin-right: 0;
}

/* About widget */
.p-about { 
	color: #6f6f6f;
	padding-top: 5px;
	display: block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714285714;
}

.about-widget img {
	margin-bottom: 8px;
}

/* Quote Widget */
.widget.widget_soigne_quote {
	padding: 0;
}

.widget_soigne_quote {
	background-color: #ffffff;
}

.widget_soigne_quote .quote-text p {
	margin-top: 25px;
	font-size: 22px;
	line-height: 37px;
	text-align: left;
	font-family: 'Libre Baskerville', Georgia, serif;
	font-style: italic;
	font-weight: 400;
}

.widget_soigne_quote .quote-wrap {
	width: 100%;
	position: relative;
	display: inline-block;
	background-color: #ffffff;
}

.quote-wrap blockquote {
	margin-bottom: 0;
}

.widget_soigne_quote cite.quote-author {
	padding: 5px 15px 0 0;
	font-size: 14px;
	float: right;
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: 3px;
	color: #424242;
	display: inline-block;
}

/* Latest posts widget */
.latest-posts-two-columns article {
	padding: 0;
}

.latest-posts-two-columns a.entry-thumbnail {
	width: 45%;
	float: left;
	clear: left;
	margin-right: 3%;
	padding-bottom: 0;
}

.latest-posts-two-columns .content-wrap {
	width: 49%;
	float: left; 
}

.latest-posts-two-columns .entry-header {
	text-align: left;
}

.latest-posts-two-columns h2.entry-title {
	font-size: 11px;
	letter-spacing: 2px;
}

.latest-posts-two-columns li {
	margin-bottom: 7px;
}

.latest-posts-two-columns li article,
.latest-posts-two-columns li:last-child {
	margin-bottom: 0;
}

/* Social media icons widget */
.widget-social {
	text-align: center;
}

.widget-social a:first-child {
	margin-left: 0;
}

.widget-social a:last-child {
	margin-right: 0;
}

.widget-social a i {
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	color: #424242;
	border-radius: 30%;
	margin: 0 2px 4px;
	font-size: 17px;
}

.widget-social a i:hover {
	transition: all 0.5s ease 0s;
}

/* Popular posts widget */
.widget_rvlv_popular_widget ul {
	width: 100%;
	position: relative;
	display: inline-block;
	background-color: white;
}

.widget_rvlv_popular_widget li:last-child {
	padding-right: 0;
}

.popular-posts-wrap .entry-comments {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	display: block;
	color: #b6b6b6;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
	margin-top: 10px;
	line-height: 1.38;
}

.popular-posts-text h1 {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 0.9em;
}

.popular-posts-text {
	padding: 5px 0;
}

.popular-posts-wrap .entry-comments {
	font-size: 10px;
	letter-spacing: 2px;
}

.widget_rvlv_popular_widget h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 5px 0 0;
}

.widget_rvlv_popular_widget ul li .popular-posts-wrap .popular-posts-text {
	padding-top: 5px;
	margin-bottom: 3px;
}

.widget_rvlv_popular_widget li {
	margin-bottom: 7px;
}

.widget_rvlv_popular_widget .entry-comments .leave-reply,
.widget_rvlv_popular_widget .entry-comments a {
	color: #b6b6b6;
	display: block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Categories widget */
.widget_categories {
	color: #a5a5a5;
}

.widget_categories a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.38;
	letter-spacing: 3px;
	color: #424242;
	display: inline-block;
}

/* Tags widget */
.widget .tagcloud a {
	font-size: 10px !important;
	padding: 8px 8px 7px;
	margin: 0 5px 13px 0;
	display: inline-block;
	background: #ffffff;
	border: 1px solid #777777;
	border-radius: 1px;
	color: #777777;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.widget .tagcloud a:hover {
	color: #747474;
	text-decoration: none;
}

.widget .tagcloud a:last-child {
	margin-bottom: 0;
}

/* Calendar widget */
.widget_calendar #wp-calendar caption,
.widget_calendar td#prev,
.widget_calendar td#next {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
}

.widget_calendar tr {
	font-size: 12px;
}

/* Search widget */
#searchform input#s {
	font-size: 12px;
	color: #464646;
	letter-spacing: 1px;
}
	
#searchform #s:focus { 
	outline: none; 
}

.widget #searchform input#s { 
	width: 100%;
}

.searchform {
	margin-bottom: 7px;
}

/* Header Search */
.search-box {
	position: absolute;
	right: 0;
	z-index: 99999;
}

.search-box a#search-toggle {
	display: block;
	width: 60px;
	height: 60px;
	color: #464646;
	line-height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
}

.search-box a#search-toggle:hover {
	color: #c9a16e;
}

.search-box a#search-toggle span {
	display: none;
}

.search-box a#search-toggle:after {
	position: absolute;
	top: 21px;
	z-index: 1000;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-size: 11px;
	color: #191919;
	vertical-align: top;
	text-align: center;
	width: 60px;
	height: 60px;
	padding: 0;
}

.search-box #searchform {
	display: none;
	padding: 0 60px 0 0;
	width: 300px;
	height: 60px;
}

.search-box #searchform:after {
	display: none;
}

input[type="submit"],
.widget_search input[type="submit"],
#searchform label.screen-reader-text {
    display: none;
}

.fa-search {
	padding: 20px 0 0 10px;
}

.search-box {
	display: block;
}

.search-box #searchform input {
	width: 100%;
	height: 60px;
	padding: 12px 9px 12px 19px;
	background: #fff;
	border: none;
	font-size: 16px;
}

/* Archive widget */
.page-header {
	background: #ffffff;
	padding: 18px;
	margin-bottom: 18px;
	border-top: 1px solid #f2f2f2;
	text-align: center;
}

.page-header span,
.page-header h1 {
	color: #6f6f6f;
	display: inline-block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

.page-header span {
	padding-right: 10px;
}

ul.instagram-pics > li img:hover {
	opacity: .9;
}

.widget-instagram ul li {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget-instagram p.clear {
	margin-top: 25px;
	line-height: 1.5;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 10px;
	display: inline-block;
	font-weight: bold;
	font-family: 'Lato', Helvetica, sans-serif;
}

.widget-instagram p.clear a {
	color: #c9a16e;
}

.widget-instagram p.clear a:hover {
	color: #666666;
}

/* Contact Form 7 */
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	border: none;
}

div.wpcf7-response-output {
	color: #3a3a3a;
	font-size: 13px;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f2f2f2;
	line-height: 20px;
	text-align: center;
}

div.wpcf7 {
	overflow: hidden;
	margin-top: 15px;
}

.wpcf7 input, 
.wpcf7 textarea {
	padding: 8px 10px;
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	color: #464646;
	font-size: 13px;
	margin-bottom: 0;
	width: 100%;
	font-weight: 400;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.wpcf7-form p {
	color: #6f6f6f;
	width: 80%;
	text-align: left;
	display: block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	padding-bottom: 17px;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none;
}

.wpcf7 .wpcf7-submit {
	margin-top: 10px;
}

/*--------------------------------------------------------------
## Widget areas
--------------------------------------------------------------*/
#sidebar {
	margin-bottom: 18px;
}

#sidebar .widget {
	background-color: #ffffff;
	padding: 18px;
	vertical-align: top;
}

#top-fullwidth-blog {
	display: block;
	height: 100%;
}

h3.widget-title,
h2.widgettitle {
	color: #373737;
	margin: 10px 0;
	text-align: center;
	display: block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/

/* Intro paragraphs - shortcodes */
p.intro-paragraph {
   text-align: center;
   font-size: 22px;
   line-height: 1.6;
   margin: 1.7em 0;
   color: #000;
   padding: 1em 1em 1em 1em;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

.fullwidth p.intro-paragraph {
	margin: 2.2em 0;
}

p.italic-paragraph {
	text-align: center;
	padding: 1.7em 0;
	margin: 0 auto;
	font-family: 'Times New Roman', Georgia, serif;
	color: #1C1C1C;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	max-width: 450px;
}

/* Two columns text - shortcodes */
.two-col {
   -webkit-column-count: 2;
   -o-column-count: 2;
   -moz-column-count: 2;
   -ms-column-count: 2;
   -webkit-column-gap: 20px;
   -o-column-gap: 20px;
   -moz-column-gap: 20px;
   -ms-column-gap: 20px;
   column-count: 2;
   column-gap: 20px;
}

/* Three columns text - shortcodes */
.three-col {
   -webkit-column-count: 3;
   -o-column-count: 3;
   -moz-column-count: 3;
   -ms-column-count: 3;
   -webkit-column-gap: 20px;
   -o-column-gap: 20px;
   -moz-column-gap: 20px;
   -ms-column-gap: 20px;
   column-count: 3;
   column-gap: 20px;
}

blockquote.pull-quote-right,
blockquote.pull-quote-left,
h3.left-heading,
h3.right-heading,
a.pull-right,
a.pull-left {
	width: 40%;
}

.fullwidth blockquote.pull-quote-right,
.fullwidth blockquote.pull-quote-left,
.fullwidth h3.left-heading,
.fullwidth h3.right-heading,
.fullwidth a.pull-right,
.fullwidth a.pull-left {
	width: 34%;
}

blockquote.pull-quote-right,
h3.right-heading  {
	margin: 0 0 1em 1.7em !important;
	float: right;
}

h3.left-heading {
	margin-top: 12px;
}

h3.right-heading {
	float: right;
	margin-left: 5%;
}

blockquote.pull-quote-left,
h3.left-heading {
   margin: 0 1.7em 1em 0 !important;
   float: left;
}

blockquote.pull-quote-left p,
blockquote.pull-quote-right p  {
	padding: 0;
}

/* Image pull right & left - shortcodes */
a.pull-right,
a.pull-left {
	margin: 0;
}

a.pull-right {
	float: right;
	padding: 2em 0 2em 1.7em;
}

a.pull-left {
	float: left;
	padding: 2em 1.7em 0 0;
}

/* Dropcap - shortcodes */
span.dropcap {
   float: left;
   color: #333;
   font-size: 75px;
   font-style: normal;
   font-family: 'Merriweather', Georgia, serif;
   line-height: 60px;
   padding: 12px 12px 0 3px;
}

p.cite,
p.author-byline {
	margin: 10px 0 25px;
	quotes: none;
	text-transform: uppercase;
	font-weight: 400;
	color: #9b9898;
	letter-spacing: 2px;
	font-size: 9px;
}

p.cite:before,
p.author-byline:before {
	content: "\2014";
	padding-right: 4px;
}

/* Cite - shortcodes */
p.cite {
	clear: both;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 20px;
	font-style: normal;
	padding-right: 70px;
}

#sidebar p.cite {
	padding-right: 20px;
}

/* Image Galleries - shortcodes */
.one-col-gallery {
	width: 100%;
	display: block;
	vertical-align: top;
	float: left;
	height: auto;
	overflow: hidden;
}

.two-col-gallery {
	max-width: 49.57%;
}

.fullwidth .two-col-gallery {
	max-width: 49.67%;
}

.three-col-gallery {
	max-width: 32.85%;
}

.fullwidth .three-col-gallery {
	max-width: 32.89%;
}

.box-two-col {
	max-width: 48.5%;
	display: inline-block;
	float: left;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 3%;
}

.box-two-col.last {
	margin-right: 0;
}

.fullwidth .box-two-col {
	max-width: 48%;
}

.box-three-col {
	max-width: 31.3%;
	display: inline-block;
	float: left;
	vertical-align: top;
	overflow: hidden;
	margin-right: 3%;
	margin-bottom: 5px;
	margin-top: 5px;
}

.fullwidth .box-three-col {
	max-width: 31%;
	margin-right: 3%;
}

.box-three-col.last {
	margin-right: 0;
}

.one-col-gallery:before,
.three-col-gallery:before,
.three-col-gallery:after,
.two-col-gallery:before,
.two-col-gallery:after,
.two-col-gallery:before,
.two-col-gallery:after,
.misc-col-gallery:before,
.misc-col-gallery:after,
h3.left-heading:before,
h3.right-heading:before {
   content: "";
   display: table;
}

.one-col-gallery:after,
.three-col-gallery:after,
.two-col-gallery:after,
.misc-col-gallery:after,
h3.left-heading:after,
h3.right-heading:after {
	clear: both;
}

.entry-content a.three-col-gallery.last,
.entry-content a.two-col-gallery.last {
	margin-right: 0;
}

.three-col-gallery,
.two-col-gallery {
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-right: 0.66%;
	height: auto;
	overflow: hidden;
}

.center {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Pull Heading - shortcodes */
h3.left-heading,
h3.right-heading {
	text-transform: none;
	letter-spacing: 0 ;
	font-weight: normal;
	line-height: 1.9;
	font-size: 19px;
}

/* Boxes - shortcodes */
.white-box,
.grey-box,
.dark-box,
.blue-box {
	padding: 20px;
	overflow: hidden;
}

.white-box {
	background: #ffffff; 
	border: 1px solid #efefef;
}

.grey-box {
	background: #F8F8F8;
}

.blue-box {
	background: #e7f4fe;
}

.dark-box {
	background: #242424;
	color: #ffffff;
}

.dark-box a:hover {
	color: #ffffff;
}

/* Divider - shortcodes */
.divider {
	width: 100%;
	margin-bottom: 13px;
	padding-top: 13px;
	display: block;
	clear: both;
}

/* Buttons - shortcodes */
a.standard-btn {
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;
}

.standard-btn span {
	line-height: 1.5;
	font-size: 10px;
	font-weight: bold;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #c9a16e;
	clear: left;
}

.standard-btn span:hover {
	transition: all 0.5s ease 0s;
	border-color: #999999;
	color: #666666;
}

.border-btn span {
	padding: 14px 14px 14px;
	text-align: center; 
	max-width: 130px;
}

.border-btn span {
	border: 1px solid #c9a16e;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.wp-caption-text {
	margin: 10px 0 15px;
	padding: 0;
	line-height: 1.3;
	font-family: 'Times New Roman', 'Libre Baskerville', Georgia, serif;
	color: rgba(28, 28, 28, 1);
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
	display: block;
}

.gallery-item {
	float: left;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}

.gallery-item .gallery-caption {
	margin: 5px 0 15px;
	padding: 0;
	line-height: 1.3;
	font-family: 'Times New Roman', Georgia, serif;
	color: rgba(28, 28, 28, 1);
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}

.gallery-item dt {
	padding-bottom: 0;
}

.gallery-item img {
	border: none !important;
	margin-top: 0px;
}

.format-gallery .featured-slider  {
	height: 500px;
}

.format-gallery .slick-initialized.slick-slider {
	margin-bottom: 15px;
}

/* Gallery Columns */
.gallery-columns-2 .gallery-item {
	width: 49.5%;
}

.gallery-columns-3 .gallery-item {
	width: 32.65%;
}

.gallery-columns-4 .gallery-item {
	width: 24.24%;
}

.gallery-columns-5 .gallery-item {
	width: 19.2%;
}

.gallery-columns-6 .gallery-item {
	width: 15.82%;
}

.gallery-columns-7 .gallery-item {
	width: 13.42%;
}

.gallery-columns-8 .gallery-item {
	width: 11.62%;
}

.gallery-columns-9 .gallery-item {
	width: 10.22%;
}

.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	margin-right: 1%;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3),
.gallery-columns-4 .gallery-item:nth-of-type(4n+4),
.gallery-columns-5 .gallery-item:nth-of-type(5n+5),
.gallery-columns-6 .gallery-item:nth-of-type(6n+6),
.gallery-columns-7 .gallery-item:nth-of-type(7n+7),
.gallery-columns-8 .gallery-item:nth-of-type(8n+8),
.gallery-columns-9 .gallery-item:nth-of-type(9n+9),
.fullwidth .gallery-columns-3 .gallery-item:nth-of-type(3n+3),
.fullwidth .gallery-columns-4 .gallery-item:nth-of-type(4n+4),
.fullwidth .gallery-columns-5 .gallery-item:nth-of-type(5n+5),
.fullwidth .gallery-columns-6 .gallery-item:nth-of-type(6n+6),
.fullwidth .gallery-columns-7 .gallery-item:nth-of-type(7n+7),
.fullwidth .gallery-columns-8 .gallery-item:nth-of-type(8n+8),
.fullwidth .gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}

/* Fullwidth layout - galleries */
.fullwidth .gallery-columns-2 .gallery-item {
	width: 49.65%;
}

.fullwidth .gallery-columns-3 .gallery-item {
	width: 32.86%;
}

.fullwidth .gallery-columns-4 .gallery-item {
	width: 24.47%;
}

.fullwidth .gallery-columns-5 .gallery-item {
	width: 19.44%;
}

.fullwidth .gallery-columns-6 .gallery-item {
	width: 16.07%;
}

.fullwidth .gallery-columns-7 .gallery-item {
	width: 13.68%;
}

.fullwidth .gallery-columns-8 .gallery-item {
	width: 11.88%;
}

.fullwidth .gallery-columns-9 .gallery-item {
	width: 10.49%;
}

.fullwidth .gallery-columns-2 .gallery-item:nth-of-type(odd),
.fullwidth .gallery-columns-3 .gallery-item,
.fullwidth .gallery-columns-4 .gallery-item,
.fullwidth .gallery-columns-5 .gallery-item,
.fullwidth .gallery-columns-6 .gallery-item,
.fullwidth .gallery-columns-7 .gallery-item,
.fullwidth .gallery-columns-8 .gallery-item,
.fullwidth .gallery-columns-9 .gallery-item {
	margin-right: 0.7%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Mailchimp */
div.mc4wp-form-fields {
	max-width: 450px;
	margin: 0 auto;
}

div.mc4wp-form-fields input {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	display: block;
	width: 100%;
	height: 37px;
	font-size: 12px;
	padding: 0 10px 0;
	margin-bottom: 7px;
	border: 1px solid #777777;
	font-weight: 400;
	letter-spacing: 1px;
	color: #464646;
	background: white;
	margin-top: 5px;
}

.mc4wp-form input[type="submit"] {
	height: auto;
	margin: 15px auto 5px auto;
	line-height: 1.5;
	width: 130px;
}

.mc4wp-form .more-link {
	padding: 0;
	max-width: 120px;
}

.mc4wp-alert.mc4wp-success,
.mc4wp-alert.mc4wp-notice,
.mc4wp-alert.mc4wp-error {
	color: #3a3a3a;
	margin: 20px 0;
	padding: 10px;
	background-color: #f2f2f2;
	line-height: 20px;
	text-align: center;
	border-color: transparent;
}

.mc4wp-response p {
	margin-bottom: 0;
}

/* Easy Digital downloads */
#edd_checkout_cart {
	border: 1px solid #f2f2f2;
}

.edd_cart_item,
#edd_checkout_wrap {
	font-size: 14px;
}

#edd-email.edd-input.required {
	font-size: 100%;
	margin-bottom: 0;
}

#edd_checkout_form_wrap legend {
	line-height: 1.6;
	font-weight: 700;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 5px 0 0;
	font-size: 14px;
}

#edd_checkout_form_wrap span.edd-description {
	font-size: 13px;
	margin-bottom: 8px;
}

input.edd-apply-discount.edd-submit.button {
	line-height: 1.6;
	text-align: left;
	font-weight: 700;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 15px;
	font-size: 13px;
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#edd_checkout_form_wrap input[type=text], 
#edd_checkout_form_wrap input[type=email], 
#edd_checkout_form_wrap input[type=password], 
#edd_checkout_form_wrap input[type=tel],
#edd_checkout_form_wrap textarea {
	padding: 8px 6px;
	border: 1px solid #c8c8c8;
	background-color: #fff;
}

#edd_checkout_form_wrap select.edd-select.edd-select-small {
	padding: 5px;
	border: 1px solid #c8c8c8;
	background: white !important;
}

#edd_checkout_form_wrap select.edd-select,
select#card_state.card_state.edd-select {
	border: 1px solid #c8c8c8;
	padding: 8px 6px;
	width: 70%;
}

.edd-alert {
	border-radius: 0;
}

p#edd_final_total_wrap {
	padding: 1em 1.387em;
}

p#edd_final_total_wrap strong {
	line-height: 1.6;
	font-weight: 700;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 5px 0 0;
	font-size: 14px;
	color: #222;
}

span.edd_cart_amount {
	color: #222;
}

input#edd-purchase-button.edd-submit,
.edd-submit.button.white,
a.edd_go_to_checkout.button.edd-submit,
.edd-submit.button,
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
	text-align: center;
	color: #c9a16e;
	margin: 0 auto;
	line-height: 1.5;
	min-width: 130px;
	border: 1px solid #c9a16e;
	background: #ffffff;
	padding: 14px 14px 14px;
	font-size: 10px;
	display: block;
	font-weight: bold;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.edd-submit.button.white:hover,
input#edd-purchase-button.edd-submit:hover,
.edd-submit.button:hover,
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:hover {
	background: #ffffff;
	border-color: #999999;
	color: #666666;
	transition: all 0.5s ease 0s;
}

.edd-submit {
	border-radius: 0;
}

#edd_checkout_form_wrap .edd-payment-icons {
	margin: 0 0 30px;
}

a.edd_go_to_checkout.button.white.edd-submit,
a.edd_go_to_checkout.button.edd-submit,
.edd-submit.button {
	max-width: 130px;
}

.edd_purchase_submit_wrapper {
	text-align: center;
}

.edd-table td {
	font-size: 13px;
}

.edd-table table td {
	padding: 7px 5px 7px 0;
	border-top: 1px solid #dfdfdf;
}

.edd-table th {
	border-top: 1px solid #dfdfdf;
}

.edd-table strong {
	color: #666;
	font-size: 14px;
}

.edd-table h3 {
	line-height: 1.6;
	font-weight: 700;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 5px 0 0;
	font-size: 14px;
	margin-bottom: 10px;
}

table#edd_purchase_receipt td, 
table#edd_purchase_receipt th, 
table#edd_purchase_receipt_products td, 
table#edd_purchase_receipt_products th {
	text-align: left;
	border-top: 1px solid #dfdfdf;
	color: #666;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (min-width: 936px) and (max-width: 1115px) {

	.sticky-content.fixed #social-icons-top {
		display: none;
	}
}

@media only screen and (min-width: 936px) and (max-width: 1136px) {
	
	.site-content { 
		width: 920px; 
	}

	#main {
		width: 604px;
		margin-right: 20px;
		display: inline-block;
		position: relative;
		float: left;
		clear: left;
	}

	#sidebar {
		width: 295px;
		display: inline-block;
		float: right;
	}

	/* Grid style posts */
	.grid > li.rvlv_li {
		width: 292px;
	}

	#main.fullwidth .grid > li.rvlv_li {
		max-width: 450px;
	}

	/* List style posts */
	.fullwidth .list-post .entry-more,
	.fullwidth .list-post .entry-comments,
	.fullwidth .list-post .entry-comments {
		display: none;
	}

	.widget_soigne_box_widget .box-wrap {
		width: 31.8%;
		margin: 0 20px 20px 0;
	}

	.featured-slider {
		height: 600px;
	}

	a.small-logo {
		left: 50px;
	}

	.widget_soigne_box_widget .box-wrap {
		height: 250px;
	}

	.featured-boxes-thumbnails .featured-boxes-wrap {
		height: 214px;
	}

}

@media only screen and (max-width: 936px) {

	#masthead {
		position: relative;
		z-index: 9999;
	}

	#top-wrap {
		height: 100%;
		padding: 0;
	}

	#site-navigation {
		padding-top: 20px;
		display: none;
		clear: both;
		background: #ffffff;
	}

	#site-branding {
		position: relative;
		top: 50px;
		padding: 10px 0 50px 0;
		margin: 0 auto;
		display: block;
		left: 0;
		right: 0;
	}

	#sidebar {
		padding-top: 0;
		max-width: 100%;
		width: 375px;
		float: none;
		margin: 0 auto;
		margin-bottom: 18px;
		display: block;
		overflow: hidden;
	}

	#sidebar aside:last-child,
	aside.widget.widget_soigne_box_widget li:last-child {
		margin-bottom: 18px;
	}

	/* Mobile Menu */
	.sticky-wrap {
		max-width: 350px;
		display: block;
		margin: 0 auto;
	}

	ul.menu {
		padding: 0 50px 0;
	}

	.menu li {
		padding-left: 0;
		display: block;
		margin-right: 0;
		border: none;
	}

	.menu li a {
		line-height: 44px;
	}

	#colophon .menu li {
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}

	.menu-footer-menu-container {
		padding-top: 20px;
	}

	ul.menu ul a, .menu ul ul a {
		line-height: 30px;
	}

	ul.menu ul a:hover, .menu ul ul a:hover {
		background-color: transparent;
	}

	/* Mobile Sub-menu */
	#site-navigation ul ul.sub-menu,
	#site-navigation ul ul.children {
		display: none;
		margin: 0;
		padding: 0;
	}

	#site-navigation ul ul.sub-menu li,
	#site-navigation ul ul.sub-menu li {
		padding-left: 20px;
	}

	#site-navigation ul ul.sub-menu li:last-child {
		border-bottom: none;
	}

	#site-navigation ul ul.sub-menu li {
		padding-left: 20px;
	}

	#site-navigation ul li li {
		padding: 0;
	}

	#site-navigation ul ul.sub-menu.toggled-on,
	#site-navigation ul ul.children.toggled-on {
		display: block;
	}

	.menu .sub-menu ul, .menu .children ul {
		display: block;
		position: relative;
		left: 0;
	}

	.menu .sub-menu, .menu .children {
		position: relative;
	}

	ul.sub-menu .menu-item-has-children:after {
		content: none;
	}

	.dropdown-toggle.toggle-on:after {
		content: "\f105";
	}

	.dropdown-toggle {
		position: absolute;
		top: 0;
		left: 210px;
		width: 50px;
		height: 44px;
		background: none;
	}

	.dropdown-toggle:after {
		vertical-align: top;
		position: absolute;
		content: "\f107";
		font: normal normal normal 17px/1 'FontAwesome';
		top: 14px;
		left: 0;
		width: 50px;
		text-align: center;
	}

	/* Sticky navigation*/
	.sticky-nav .sticky-anchor {
		display: none;
	}

	/*  Social media icons */
	.social-icons-wrap {
		padding-bottom: 40px;
		position: relative;
		bottom: 0;
		padding: 0 0 50px;
		width: 100%;
	}

	#social-icons-top {
		display: block;
		margin: 0 auto;
		left: 0;
		right: 0;
		float: none;
		text-align: center;
	}

	.search-box {
		position: relative;
		margin: 0 auto;
		display: block;
		left: 0;
		right: 0;
		padding-top: 10px;
		text-align: center;
	}

	.search-box a#search-toggle {
		display: none;
	}

	/* Searchform */
	input#s.search-field {
		background: #f2f2f2 !important;
	}
	
	form#searchform.searchform {
		display: block;
		padding: 0;
		max-width: 260px;
		height: 40px;
		margin: 0 auto;
	}

	input#s.search-field {
		padding: 10px 15px;
		height: 40px;
		background: #f2f2f2;
	}

	/* Logo */
	#site-logo {
		max-width: 75%;
		height: auto;
		margin: 0 auto;
	}

}

@media screen and (min-width: 936px) {

	#menu-main-close-bottom,
	#menu-top-close,
	#menu-toggle,
	#mobile-menu-top-wrap,
	#menu-main-close,
	.dropdown-toggle {
		display: none;
	}

	/* Main menu */
	#site-navigation ul ul.sub-menu.toggled-on,
	#site-navigation ul ul.children.toggled-on {
		display: none;
	}

	#site-navigation,
	#site-navigation ul li:hover > ul {
		display: block !important;
	}

	#site-navigation ul.sub-menu a,
	#site-navigation ul.children a {
		height: auto;
		display: block;
	}

	#site-navigation ul ul ul.sub-menu,
	#site-navigation ul ul ul.children {
		position: absolute;
		top: 0;
		left: 180px;
		border-top: none;
	}

	ul.menu ul li:hover {
		background-color: #efefef;
		color: #c9a16e;
	}

	.menu .sub-menu,
	.menu .children {
		background-color: #fbfbfb;
	}

}

@media only screen and (min-width: 736px) and (max-width: 936px) {

	.site-content,
	#main { 
		width: 700px; 
	}

	/* Featured slider widget */
	.featured-slider {
		height: 500px;
	}

	/* Featured boxes widget */
	#top-fullwidth-blog .widget_soigne_box_widget .box-wrap {
		height: 200px;
		width: 31.4%;
	}

	#top-fullwidth-blog .featured-boxes-thumbnails .featured-boxes-wrap {
		height: 164px;
	}

	/* Grid Style posts */
	.grid > li.rvlv_li {
		width: 48.6%;
    	max-width: 340px;
	}

	#main.fullwidth .grid > li.rvlv_li {
		max-width: 340px;
	}

	/* List style posts */
	.fullwidth .list-post .entry-more,
	.fullwidth .list-post .entry-comments,
	.fullwidth .list-post .entry-comments {
		display: none;
	}

}

/* Visualize the fixed navigation menu when logged in */
@media only screen and (min-width: 736px) {

	body.logged-in.admin-bar.customize-support .sticky-content.fixed {
		top: 32px;
	}

	body.logged-in.admin-bar.customize-support.nav-is-fixed .sticky-content.fixed .social-icons-wrap {
		top: 0;
	}

}

@media only screen and (max-width: 736px) {

	/* Mobile menu */
	.menu li a {
		display: block;
		line-height: 50px;
	}

	.menu li {
		margin-right: 0;
		width: 100%;
	}

	/* Social media icons - top */
	#social-icons-top a:last-child {
		margin-right: 0;
		margin-left: 0;
	}

	/* Author section */
	.author-avatar,
	.comment-wrap .author-avatar {
		float: left;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	span.date {
		display: block;
		float: left;
	}

	span.author {
		display: block;
		float: left;
		clear: left;
		margin-top: 17px;
	}

	span.reply {
		float: right;
	}

	.author-description {
		display: block;
		clear: left;
	}

	.author-info .author-heading {
		text-align: left;
		padding-top: 15px;
	}

	/* Comments section */
	#comments_wrapper.entry-content ul,
	#comments_wrapper.entry-content ol {
		padding-left: 20px;
		padding-right: 0;
		line-height: 1.7;
		margin-bottom: 10px;
	}

	.comment-wrap .comment-text {
		text-align: left;
		display: block;
		clear: both;
	}

	span.author {
		display: block;
	}

	.comment-wrap .comment-text span.date {
		padding: 0;
	}

	.comments-area span.reply a {
		float: none;
	}

	.comment-text p {
		text-align: left;
	}

	#comment-list ul.children {
		margin-left: 0;
		padding-left: 15px; 
	}

	/* Shortcodes */
	pre {
		clear: left;
	}

	p.intro-paragraph {
		font-size: 18px;
		line-height: 1.7;
	}

	p.italic-paragraph {
		font-size: 19px;
	}

	.entry-content blockquote p {
		padding: 0 15px;
	}

	blockquote.pull-quote-right,
	blockquote.pull-quote-left, 
	h3.left-heading, 
	h3.right-heading, 
	a.pull-right, 
	a.pull-left,
	.fullwidth blockquote.pull-quote-right,
	.fullwidth blockquote.pull-quote-left, 
	.fullwidth h3.left-heading, 
	.fullwidth h3.right-heading, 
	.fullwidth a.pull-right, 
	.fullwidth a.pull-left {
		width: 100%;
	}

	h3.right-heading,
	h3.left-heading {
		margin-bottom: 1em;
	}

	.box-three-col,
	.box-two-col {
		margin-right: 0;
		max-width: 100%;
	}

	a.pull-right, 
	a.pull-left {
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* Boxes - shortcodes */
	.fullwidth .box-three-col,
	.fullwidth .box-two-col {
		max-width: 100%;
		margin-right: 0;
	}

	/* List & Grid style posts */
	.grid > li.rvlv_li,
	#main.fullwidth .grid > li.rvlv_li {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}

	.fullwidth .list-post a.entry-thumbnail,
	.list-post a.entry-thumbnail,
	.fullwidth .list-post .content-wrap,
	.list-post .content-wrap  {
		width: 100%;
		margin-right: 0;
	}

	/* Searchform */
	#sidebar form#searchform.searchform {
		max-width: 100%;
	}

	/* Related posts */
	.item-related {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	/* Featured box widget */
	aside.widget.widget_soigne_box_widget li:last-child {
		margin-bottom: 0;
	}

	/* Featured slider widget */
	.widget_soigne_featured_slider {
		margin-bottom: 18px;
	}

	/* Contact form */
	.wpcf7-form p {
		width: 90%;
	}

	/* Pagination */
	.nav-previous .post-title,
	.nav-next .post-title {
		padding: 0;
	}

	.previous-post div, 
	.next-post div,
	.rvlv_alignleft div,
	.rvlv_alignright div,
	.previous-post div:hover, 
	.next-post div:hover,
	.rvlv_alignleft div:hover,
	.rvlv_alignright div:hover,
	.arrow-left:hover,
	.arrow-right:hover,
	.arrow-left,
	.arrow-right {
		background-size: 30px !important;
		width: 30px;
	}

	.arrow-left,
	.previous-post div,
	.rvlv_alignleft div,
	.previous-post div:hover,
	.rvlv_alignleft div:hover,
	.arrow-left:hover {
		background-position: left center;
	}

	.arrow-right,
	.next-post div,
	.rvlv_alignright div,
	.next-post div:hover,
	.rvlv_alignright div:hover,
	.arrow-right:hover {
		background-position: right center;
	}

	.nav-pagination .arrow-right,
	.nav-pagination .arrow-left {
		display: none;
	}

	/* Comments - reply */
	#respond .comment-form-url, 
	#respond .comment-form-email, 
	#respond .comment-form-author, 
	#respond .comment-form-comment {
		width: 100%;
	}

	/* Featured posts slider widget */
	.featured-slider {
		height: 287px;
	}

	.featured-slider .featured-overlay {
		padding: 17px 15px;
	}

	.featured-slider .entry-content,
	.featured-slider .entry-footer,
	.featured-slider .entry-more {
		display: none;
	}

	.featured-slider h2 {
		font-size: 14px;
		letter-spacing: 3px;
	}

	/* Featured box widget */
	.widget_soigne_box_widget .box-wrap {
		width: 100%;
		margin-right: 0;
		display: block;
	}

	/* Mailchimp widget */
	aside.widget_mc4wp_form_widget {
		width: 100%;
	}

	input#mc4wp_email,
	.avatar.avatar-150.photo {
		max-width: 100%;
	}

	/* Footer */
	#footer-social a {
		margin: 0 16px 0 0;
	}

	#footer-social a i {
		height: 20px;
		width: 20px;
		font-size: 18px;
	}

	#footer-copyright {
		padding-top: 0;
	}

	#footer-copyright .back-to-top {
		float: none;
		position: static;
		height: 40px;
		width: 40px;
		margin: 0 auto;
		display: block;
		margin-bottom: 15px;
	}

	#footer-copyright span.copyright {
		padding-bottom: 10px;
	}

	/* Footer Instagram */
	.widget-instagram ul.instagram-pics > li {
		width: 25%;
	}

	/* Footer menu */
	.menu-footer-menu-container {
		width: 100%;
	}

}

@media only screen and (min-width: 350px) and (max-width: 736px) {
	.site-content,
	#main { 
		width: 350px; 
	}
}

@media only screen and (max-width: 350px) {
	.site-content,
	#main { 
		width: 300px; 
	}

	/* Mobile Menu */
	ul.menu {
		padding: 0 40px 0;
		margin: 0 auto;
	}
}