/*!
Theme Name: Relative
Theme URI: https://www.bloggingthemestyles.com/free-wordpress-themes/relative/
Author: Blogging Theme Styles
Author URI: https://www.bloggingthemestyles.com
Description: Relative is a vibrant and dynamic theme designed for unique and creative bloggers wanting a little modern style thrown in. With a choice of several blog layouts, 16 dynamic width sidebars, a post slider to showcase your featured posts of choice, unlimited colours if you want to really dig deep into personalization, our popular recent posts widget with thumbnails, and so much more! Relative provides all you need to quickly and easily create a stunning blog that you and your readers will love. Be sure to read more About Relative under the Appearance admin menu.
Version: 1.0.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: relative
Tags: blog, news, grid-layout, theme-options, custom-background, custom-logo, custom-menu, featured-images, sticky-post, right-sidebar, left-sidebar, footer-widgets, custom-colors, translation-ready

Relative (C) 2018 www.bloggingthemestyles.com
Relative is distributed under the terms of the GNU GPL v3 or later.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
# Normalize
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
--------------------------------------------------------------*/
img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

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

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
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
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    color: #686868;
	font-family: Arial, sans-serif;
    font-size: 100%;
    line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;		
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/

body a{
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.widget ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
a img {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
    font-family: Muli,Arial,sans-serif;
    font-weight: 700;	
	clear: both;
	line-height: 1.2;
	margin: 0 0 1rem;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.75rem;
	margin-bottom: 0.938rem;
}
h3 {
	font-size: 1.5rem;
	margin-bottom: 0.875rem;
}
h4 {
	font-size: 1.375rem;
	margin-bottom: 0.75rem;
}
h5 {
	font-size: 1.313rem;
	margin-bottom: 0.75rem;
}
h6 {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}
p {
    margin: 0 0 1.5rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}
cite,
blockquote cite {
    font-size: 0.75rem;
}
blockquote {
    border-left: 0.438rem solid #c28039;
	font-style: italic;
    margin: 2rem;
	padding: 0 1rem;
}
blockquote p {
    margin: 0;
}
blockquote cite {
    display: block;
    margin: 1rem 0;
	opacity: 0.6;
}

address {
    margin: 0 0 1.5em;
}


code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
    padding: 0 0.5rem;	
}
code {
    background-color: #f3f0f0;
    color: #c37622;
}
kbd {
    background-color: #2d2d2d;
    color: #fff;
    border-radius: 3px;
}

pre {
    width: 92%;
    overflow: auto;
    margin: 2rem 0;
    padding: 1.125rem 0.8rem 1rem 1.2rem;
    color: #444341;
    border: 1px solid #ccb49b;
    border-left: 1rem solid #c28039;
    font: 400 1rem/2rem Monaco,'MonacoRegular',monospace;
    background: url(images/pre.png) repeat 0 -0.9rem;
    background-size: 1px 4rem;
	white-space: pre-wrap;
	 word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
pre code {
	padding: 0;
    color: #3f3b36;
    background-color: transparent;
    font-size: 1rem;
}


abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
	padding: 0 4px;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
::selection {
	background-color: #222;
	color: #fff;
}
.page .edit-link {
    display: block;
    margin: 0 0 1.5rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5rem;
    padding:0;
}

#left-sidebar ul,
#left-sidebar ol,
#right-sidebar ul,
#right-sidebar ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}



figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}


table {
	border-bottom: 1px solid #efefef;
	border-color: #ebebeb;
	margin: 1rem 0 2rem;
	text-align: left;
	width: 100%;
}
table caption {
	color: #989898;
    padding: 0 0 5px 0;
    width: auto;
    font-style: italic;
    text-align: right;
    font-size: 12px;
}
thead th {
    background-color: #dcdcdc;
	color: #222;
}
th, td {
	padding: 6px
}

th {
	font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: left;
    padding: 9px 12px;
	border: 1px solid #ebebeb;	
    border-left: none;
    border-top: none;
}
tr:nth-child(odd) {
    background: #f8f8f8;
}
tr th:first-child, 
tr td:first-child {
	border-color: #ebebeb;
    border-left-style: solid;
    border-left-width: 1px;
}
tr:first-child th, 
tr:first-child td {
	border-color: #ebebeb;
    border-top-style: solid;
    border-top-width: 1px;
}

td {
    font-size: 13px;
    padding: 9px 12px;
	border: 1px solid #ebebeb;	
    border-left: none;
    border-top: none;
}
tr th:first-child, 
tr td:first-child {
	border-color: #ebebeb;	
    border-left-style: solid;
    border-left-width: 1px;	
}
table.rp-table {
	border-spacing: 0;
}
.rp-table thead th {
	background-color: #c28039;
	color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#topbar {
	background-color: #c28039;
	min-height: 13px;
	padding: 8px 0 0;
    font-size: 0.875rem;
    color: #fff;	
	text-align: center;
}

#topbar-left,
#topbar-center,
#topbar-right  {
	text-align: center;
}

.topbar-info {
	padding: 7px 0;
}

#topbar .social-menu a, 
#topbar .social-menu a:visited {
    color: #fff;
}
#topbar .social-navigation {
    padding: 3px 0;
}


.site-branding {
    display: table;
    padding: 1rem 0;
    text-align: center;
}
.site-title {
    font-size: 1.125rem;
    font-family: Muli,Arial,sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}
.site-title a,
.site-title a:visited {
	color: #000;
	text-decoration: none;
}
.custom-logo-link,
.custom-logo {
    display: block;
}
.site-description {
    margin-bottom: 0;
    font-size: 0.875rem;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.30);
	padding: 0;
	position: relative;
}

.boxed1800,
.boxed1600,
.boxed1400 {
	margin: 0 auto;	
}
.boxed1800 {
	max-width: 1800px;
}
.boxed1600 {
	max-width: 1600px;
}
.boxed1400 {
	max-width: 1400px;
}
#content {
    margin: 0;
	padding: 0 0 2.5rem;
}
.site-main {
    border-top: 1px solid #e0e0e0;	
}
.site-main {
	padding: 4rem 0 0;
}

#page-title-header {
	margin: 0 25px;
	padding: 100px;
	text-align: center;
}
#page-title-header h2 {
    color: #965352;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#page-title-header-content {
    background-color: rgba(255,255,255,.5);
    padding: 50px 0;
    max-width: 800px;
    margin: auto;
}

#page-title-header-content #breadcrumbs {
	font-weight: 400;
	letter-spacing: 0.5px;
}
#page-title-header-content .breadcrumbs,
#page-title-header-content .breadcrumbs a,
#page-title-header-content .breadcrumbs a:visited,
.woocommerce-breadcrumb, 
.woocommerce-breadcrumb a, 
.woocommerce-breadcrumb a:visited {
    color: #555;
	font-size: 0.875rem;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
    background-color: #000;
	font-size: 0.75rem;
    padding: 1rem 1.563rem;
	text-align: center;
}
#site-footer,
#site-footer a,
#site-footer a:visited {
	color: #c1c1c1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: #999;
}
fieldset {
	margin: 0 2px 1rem;
}
input[type="submit"], 
input[type="button"], 
input[type="reset"], 
button,
.btn {
    border-radius: 6px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 9px;
    font-size: 0.75rem;
    line-height: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-form .search-submit {
	border-radius: 0 6px 6px 0;
	position: absolute;
    top: 0;
    right: 0;
    padding: 0.563rem 1.188rem;
    line-height: 1.25rem;
    background-color: #c28039;
    color: #fff;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.search-form .search-submit:hover {
    background-color: #000;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ebebeb;
    border-radius: 3px;
	font-size: 0.938rem;
	height:2.5rem;
	margin-bottom: 0.5rem;
	 outline: none;
    padding: 1rem;
	line-height: 1.3;
    max-width: 100%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
 
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #ebebeb;
	outline: none !important;	
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  border: 1px solid rgba(0, 0, 0, .25);		
}

select {
    border: 1px solid #ccc;
}

textarea {
	height:auto;
    width: 100%;
}

/* Search Form */
.search-form {
    position: relative;
}
input[type="search"].search-field {
    font-size: 14px;
    height: 40px;
}
.search-form .search-field {
    width: 100%;
    padding-right: 100px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #c28039;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	opacity: 0.8;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
#left-sidebar a,
#left-sidebar a:visited,
#right-sidebar a,
#right-sidebar a:visited {
	color: inherit;
}
#left-sidebar a:hover,
#right-sidebar a:hover,
#left-sidebar a:focus,
#right-sidebar a:focus {
	color: #c28039;
}

/*--------------------------------------------------------------
# Navigation - Main Menu
--------------------------------------------------------------*/
.hidden { 
	display: none; 
}
.navigation-inner a {
    text-decoration: none;
}
#navigation {
	padding: 0 1rem;
	position: relative;
}
.blog-menu,
.mobile-menu {
	background-color: #2d2d2d;
}

ul.blog-menu {
    display: table;
	letter-spacing: 1px;
	font-size: 0.875rem;
    background-color: transparent;
    margin: 0;
	padding:0;
    float: right;
}
ul.blog-menu li {
	display:inline-block;
	float: none;
	position: relative; 
	margin: 0;
	padding: 0.75rem;
}
.blog-menu li:first-child {
    padding-left: 0;
}
ul.blog-menu .sub-menu {
	background-color: #c28039;
	border-top:none;
	text-transform: none;
}
ul.blog-menu .sub-menu ul {
	
}
.mobile-menu { 
	display: none; 
	margin:0;
}
.mobile-menu ul {
    list-style: none;
}
.blog-menu > li {
	float: left; 
	margin:0;
}

.blog-menu > li:first-child:before { 
	content: none; 
}

.blog-menu a,
.blog-menu .menu-item-home.current-menu-item a {
	display: block;
	padding: 0.313rem 0;
}

.blog-menu li:hover a {
	background-color: transparent;
	cursor: pointer;
}

.blog-menu a,
.blog-menu a:visited {
	border-bottom: 1px solid transparent;
	color: #3a3a3a;	
}
.blog-menu .sub-menu a {
    color: #fff;
}
.blog-menu a:hover,
.blog-menu a:focus,
.blog-menu .current-menu-item > a,
.blog-menu .current-menu-ancestor > a {
	border-bottom: 1px solid #e4aa6c;
}

/* Sub menus */
.blog-menu ul {
	font-size: 0.813rem;
	margin-left: 0;
    padding-left: 0;
	position: absolute;
	right: -9999px;
	display: none;
	z-index: 999;
}
.blog-menu .sub-menu li,
.blog-menu .sub-menu li:first-child {
	border:none;
	margin: 0;
	padding: 0.25rem 0.313rem;
}

.blog-menu ul li {
    float: none;
    display: block;
}

.blog-menu ul li { 	
	width: 15rem; 
}

.blog-menu ul a {
	border: none;
    padding: 0.25rem 0;
    margin: 0;
}
.blog-menu .sub-menu a:hover,
.blog-menu .sub-menu a:focus,
.blog-menu .sub-menu .current-menu-item > a,
.blog-menu .sub-menu .current-menu-ancestor > a {
	border: none;
	opacity: 0.8;
}

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

.blog-menu li:hover > ul {
	opacity: 1;
	right: 0;
	display: block;
	text-align: right;
}

/* 3rd level down */
.blog-menu ul li:hover > ul {
	top: 0;
	right: 15rem;
	margin-left: 0;
}


/* -------------------------------------------------------------------------------- 
# Mobile Navigation
-------------------------------------------------------------------------------- */
@media (max-width: 700px) {
	#navigation {
		margin: 0;
	}
	#navigation ul {
		list-style: none;
		padding: 0;
		text-align: left;
	}
	
	.navigation-inner { 
		max-width: 100%;
	}
	.mobile-menu {
		list-style: none;
		margin-bottom: 10px;
		padding: 0;
	}
	
	ul.blog-menu { 
		display: none; 
	}
	ul.sub-menu,
		ul.sub-menu ul {
		border: none;
	}
	.toggle-container { 
		background-color: #000;
		display: table;
		margin-bottom: 10px;
		width: 100%;
	}	
	.toggle {
		display: inline-block;
		height: 48px;
		position: relative;
		width: 32px;
		padding: 1rem 0;
	}
	
	.toggle:hover { cursor: pointer; }
	
	.nav-toggle { 
		float: left;     
		margin-left: 1.25rem; 
	}
	.search-toggle { 
		float: right;     
		margin-right: 1.25rem; 
	}
		
	.nav-toggle:hover { 
		cursor: pointer; 
	}
	
	.nav-toggle .bar {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: 4px;
		background: #c1c1c1;
	}
	
	.nav-toggle .bar:first-child { margin-top: 0; }
		
	.nav-toggle.active .bar { background-color: #FFF; }
	
	.search-toggle .metal,
	.search-toggle .glass,
	.search-toggle .handle {
		position: absolute;
	}
	
	.search-toggle .metal {
		width: 20px;
		height: 20px;
		top: 12px;
		left: 6px;
		border-radius: 50%;
		background: #c1c1c1;
	}
	
	.search-toggle .glass {
		width: 14px;
		height: 14px;
		top: 15px;
		left: 9px;
		border-radius: 50%;
		background-color: #000;
	}
	
	.search-toggle .handle {
		height: 5px;
		width: 12px;
		top: 30px;
		left: 0px;
		background: #c1c1c1;
		border-radius: 2px 0 0 2px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.search-toggle.active .metal,
	.search-toggle.active .handle { background: #FFF; }
	
	.blog-search,
	.navigation { background-color: #1d2124; }
	
	.mobile-menu li {
		margin: 0;
	}
	.sub-menu {
		margin: 0;
	}
	.mobile-menu a {
		display: block;
		padding: 0.75rem 1.25rem;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		background-color: #ededed;
		display: block;
		letter-spacing: 1px;
		color: #000;
		font-size: 0.813rem;
	}
	.mobile-menu .home.current-menu-item a:hover,
	.mobile-menu a:hover,
	.mobile-menu a:focus,
	.mobile-menu .current-menu-item a { 
		background-color: #c28039;
		color: #fff;
		opacity: 1;
	}
	/* if home item is active */
	.mobile-menu .home.current-menu-item a {
		background: transparent;
	}
	
	.mobile-menu ul a { width: 100%; }	
	.mobile-menu ul a { padding-left: 40px; }
	.mobile-menu ul ul a { padding-left: 60px; }
	.mobile-menu ul ul ul a { padding-left: 80px; }
	.mobile-menu ul ul ul ul a { padding-left: 100px; }
	.mobile-menu ul ul ul ul ul a { padding-left: 120px; }
	
	.blog-search { 
		background-color: #2d2d2d;
		margin-bottom: 10px;
		padding: 1rem 1.25rem;
	}
		
	.blog-search .searchform { 
		position: relative; 
		overflow: hidden; 
	}
	.blog-search label,
	.blog-search .search-submit 	{
		display: none;
	}
	.blog-search .search-field {
		font-family: inherit;
		margin: 0;
		padding: 0.5rem;
		border: 1px solid transparent;
		background-color: rgba(255,255,255,0.4);
		color: #fff;
		font-size: 0.875rem;
		text-align: center;
	}	
	
	.blog-search .search-field,
	.blog-search .search-field:focus { 
		outline: none;
		color: #fff;	
	}
	.blog-search .search-field,
	.blog-search .search-submit {
		width:100%;
	}

	.blog-search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #fff;
	}
	.blog-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #fff;
		opacity: 1;
	}
	.blog-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #fff;
		opacity: 1;
	}
	.blog-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	.blog-search :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
		color: #fff;
	}
	
} 

/*--------------------------------------------------------------
# Social Menu 
--------------------------------------------------------------*/
.social-menu {
    height: 2rem;
    margin: 0;
    padding: 0;
    text-align: center;
}
	#site-footer .social-menu {
		display: block;
		margin: 0;
		text-align: center;
	}
.social-menu li {
    display: inline-block;
    height: 2rem;
    width: 2rem;
}

.social-menu a {
	color: #848484;
	display: inline-block; 
	font-size: 1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    font-family: "Font Awesome 5 Brands", FontAwesome;
    color: inherit;
    text-align: center;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.social-menu a:focus,
.social-menu a:hover {
	text-decoration: none;		
	opacity: 0.7;

}
.social-menu a:before {
	position: absolute;
	left: 0;
	right:0;	
	content: "\f013";
}

.social-menu a[href$="/feed/"]:before {
	content: "\f09e";
}
.social-menu a[href*="deviantart.com"]:before {
	content: "\f1bd";
}
.social-menu a[href*="digg.com"]:before {
	content: "\f1a6";
}
.social-menu a[href*="dribbble.com"]:before {
	content: "\f17d";
}
.social-menu a[href*="facebook.com"]:before {
	content: "\f09a";
}
.social-menu a[href*="flickr.com"]:before {
	content: "\f16e";
}
.social-menu a[href*="plus.google.com"]:before,
.social-menu a[href*=".google.com"]:before {
	content: "\f0d5";
}
.social-menu a[href*="github.com"]:before {
	content: "\f1d3";
}
.social-menu a[href*="instagram.com"]:before {
	content: "\f16d";
}
.social-menu a[href*="linkedin.com"]:before {
	content: "\f0e1";
}
.social-menu a[href*="pinterest.com"]:before {
	content: "\f0d2";
}
.social-menu a[href*="reddit.com"]:before {
	content: "\f1a1";
}
.social-menu a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}
.social-menu a[href*="tumblr.com"]:before {
	content: "\f173";
}
.social-menu a[href*="twitter.com"]:before {
	content: "\f099";
}
.social-menu a[href*="vimeo.com"]:before {
	content: "\f194";
}
.social-menu a[href*="wordpress.com"]:before,
.social-menu a[href*="wordpress.org"]:before {
	content: "\f19a";
}
.social-menu a[href="xing.com"]:before {
	content: "f168";
}
.social-menu a[href*="youtube.com"]:before {
	content: "\f167";
}
.social-menu a[href*="vk.com"]:before {
	content: "\f189";
}
.social-menu a[href^="mailto:"]:before {
	content: "\f0e0 ";
}


/*--------------------------------------------------------------
# Footer Menu 
--------------------------------------------------------------*/
#footer-nav {
	margin-bottom: 0;
}
#footer-menu {
	list-style: none;
	margin: 0;
	padding:0;
}

#footer-menu li {
	display: inline;	
	margin: 0 0.125rem 0 0;
}
#footer-menu li:after {
    content: "\25CF";
    margin: -2px 0 0 0.313rem;
    font-size: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
#footer-menu li:last-child:after {
 	display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 20px 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.post-navigation {
    background-color: #c28039;
    padding: 0.688rem 1rem;
}
.meta-nav {
	font-weight: 700; 
	font-size: 0.75rem;
    text-transform: uppercase;
}
.nav-links a, 
.nav-links a:visited {
    color: #fff;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers li span,
.nav-links .page-numbers, 
.nav-links .page-numbers:visited {
    border: 1px solid #efefef;
	border-radius: 4px;
    color: inherit;
    display: inline-block;
    font-size: 0.813rem;
    padding: 0.313rem 0.5rem;
    line-height: 1;
    text-align: center;
    margin-right: 0.125rem;
}
.woocommerce-pagination .page-numbers a:hover,
.nav-links .page-numbers:hover,
.woocommerce-pagination .page-numbers li span.current,
.nav-links .page-numbers.current {
	border-color:  transparent;
    color: #fff;  
    background-color: #c28039   
}

.navigation.pagination {
    background-color: transparent;
    margin-bottom: 2rem;
}

#image-navigation a {
    margin: 0 0.063rem;
    padding: 0.5rem 1rem;
	font-family: Arial,Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.688rem;
    letter-spacing: 1px;
    background-color: #c28039;
    border-radius: 1.875rem;
    color: #fff;
}
#image-navigation a:hover {
	background-color: #333;
	color: #fff;
	border-color: transparent;
}


/*--------------------------------------------------------------
# Back to Top
--------------------------------------------------------------*/
#back-to-top {
	position: fixed;
	left: 85px;
	bottom: -85px;
	background-color: #985552;
	color: #fff; 
	display: block;
	font-size: 32px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	height: 60px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
		transition: all 0.5s;
}
#back-to-top:hover {
	background-color: #000;
}
#back-to-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	bottom : 80px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin: 0.5rem 2.5rem 1rem 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0.5rem 0 1rem 2.5rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 2rem auto;
}

.alignnone {
    clear: both;
    display: block;
    margin: 2rem 0;
}
blockquote.alignleft,
blockquote.alignright {
    max-width: 45%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
#site-footer:before,
#site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.sticky .sticky-post {
    bottom: 3px;
    display: inline-block;
    position: relative;
    background-color: #be8137;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #fff;
}
.post-thumbnail img {
    display: block;
}
.post-thumbnail {
    margin-bottom: 40px;
	position: relative;
}
#page-header {
    margin-bottom: 4rem;
}

.blog1 .sticky .entry-title,
.blog2 .sticky .entry-title {
    margin-top: 0;
}

.hentry {
	margin: 0 0 2rem;
}
.blog1 .hentry, 
.blog2 .hentry {
    margin-bottom: 1rem;
}
.hentry:last-child {
    margin-bottom: 0;
}
.blog .hentry, 
.archive .hentry {
    padding-bottom: 2rem;
}
.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* entry meta */
.minor-meta {}


.entry-meta {
    list-style: none;
    padding: 0;
    font-size: 0.875rem;
    margin: 6px 0 20px;
}
.entry-meta li {
	display: inline;
}

.single .entry-meta {
    font-size: 0.875rem;
	height: 40px;
    margin: 0 0 17px;
}
.entry-meta a,
.entry-meta a:visited,
.single-entry-meta a,
.single-entry-meta a:visited {
    color: inherit;
}
.entry-meta a:hover,
.entry-meta a:focus,
.single-entry-meta a:hover,
.single-entry-meta a:focus {
	color: #c28039;
}

.entry-meta li:after {
    content: "\25CF";
	display: inline-block;
    font-size: 0.5rem;
	margin: -3px 0.313rem 0;
    vertical-align: middle;	
	font-size: 0.375rem;
	font-weight: 900;
    position: relative;
    margin: 0 8px;
    bottom: 2px;
}
.entry-meta li:last-child:after {
	content: none;
	margin:0;
}

/* single meta author info */
.single .author.vcard {
    font-size: 0.813rem;
    font-weight: 700;
	margin-top: -0.938rem;
	overflow: hidden;
}
.single .url {
    color: inherit;
}

.single-entry-meta .avatar {
	border-radius: 50%;
    float: left;
    margin-right: 0.688rem;
}
.single-entry-meta {
    min-height: 40px;
    margin: 1.5rem 0 1rem;
}
.single .entry-footer {
    font-size: 0.875rem;
	margin: 30px 0;
}

.sticky-post, 
.entry-format {
	color: #c28039;
    font-weight: 700;
    font-style: italic;
}
.page-title {
    line-height: 1;
}
.blog .page-title,
.archive .page-title {
    margin-bottom: 0.5rem;
}
.sticky .entry-title {
    overflow: hidden;
    display: inline;
}
h2.entry-title {
    line-height: 1;
}
.entry-title a,
.entry-title a:visited {
    color: #000;
}
.entry-title a:hover,
.entry-title a:focus {
    opacity: 0.7;
}
/* blog style 1 and 2 */
.blog1 .entry-title,
.blog2 .entry-title {
    font-size: 1.5rem;
	margin-bottom: 1rem;
}
/* blog style 3 */
.blog3 #page-header {
    text-align: center;
}

.blog3 .hentry {
	margin-left: auto;
	margin-right: auto;
    text-align: center;
}
.blog3 .wp-post-image {
    margin: auto;
}
.blog3 .entry-title {
    font-size: 1.75rem;
}
.blog3 .navigation.pagination {
    text-align: center;
}
/* blog style 4, 5, and 6 - Grid layout */
.blog4 .entry-title,
.blog5 .entry-title,
.blog6 .entry-title {
    font-size: 1.438rem;
	margin-bottom: 10px;
}

.blog4 .entry-content,
.blog5 .entry-content,
.blog6 .entry-content {
    font-size: 0.938rem;
}

/* blog style 7 */
.blog7 .post-thumbnail {
    margin-bottom: 0;
}
.blog7 .list-post {
    margin-bottom: 2.5rem;
}
.blog7 .hentry {
    margin-bottom: 0;
}
.blog7 .entry-title {
    font-size: 1.688rem;
}
.blog8 .entry-title,
.blog9 .entry-title {
    font-size: 1.438rem;
}

/* read more */
.more-link {
    font-size: 0.75rem;
	font-weight: 700;  
    letter-spacing: 1px;
    margin-bottom: 0.375rem;
	text-transform: uppercase;
}
a.more-link,
a.more-link:visited {
	color: inherit;
	
}
a.more-link:hover {
	opacity: 0.7;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Singles */
.single .entry-title {
    font-size: 1.75rem;
}
.single .entry-meta .avatar {
    float: left;
    margin-right: 10px;
	border-radius: 50%;
	position: relative;
	bottom: 9px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
    padding: 0 0 30px;
}
.single .comment {
    margin-bottom: 30px;
}
.comments-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;	
}
.comment-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.comment-list li > ol {
    margin-left: 1.75rem;
}
span.says {
    display: none;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment .avatar {
	border-radius: 50%;
    float: left;
    margin: 0 0.5rem 0 0;
}
.comment .children .avatar {
	margin-top: 5px;
    max-width: 2rem;
}
.comment-content {
    font-size: 0.875rem;
    line-height: 1.6;
}
.comment-content p:last-child {
    margin-bottom: 1rem;
}
.reply { 
    font-weight: 700;
    font-size: 0.688rem;
    letter-spacing: 1px;
    line-height: 1;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}
.comment-metadata {
	font-size: 0.75rem;
    line-height: 1.5;
	margin: 0 0 0.438rem;
}
.comment-meta a,
.comment-meta a:visited {
    color: inherit;
}
.comment-meta a:hover,
.comment-meta a:focus {
	color: #3faf86;
}
.comment-edit-link {
    font-weight: 700;
    margin-left: 0.5rem;
}

/*--------------------------------------------------------------
# Sidebars and Widgets
--------------------------------------------------------------*/
#banner {
    padding-bottom: 2.5rem;
}
#banner .widget {
    max-width: 1300px;
    margin: 0 auto;
}

#banner img {
    display: block;
}
.site-main #breadcrumbs {
    margin-bottom: 20px;
}
#breadcrumbs .widget {
    margin-bottom: 0;
}
#breadcrumbs, 
#breadcrumbs a,
#breadcrumbs a:visited {
	color: inherit;
}
#featured-bottom .widget {
    margin-bottom: 0;
    padding: 0 0 2rem;
}

#bottom {
    background-color: #c28039;
	font-size: 0.875rem;
	letter-spacing: 0.5px;
    padding: 0.25rem;
}
#bottom, 
#bottom a,
#bottom a:visited,
#bottom .widget-title {
    color: #f9f4ee;
}
#bottom .widget {
    margin-bottom: 0;
    padding: 2rem 0 0;
}
#post-inset {
    margin: 4rem 0;
}
#post-inset .widget:last-child {
    margin-bottom: 0;
}
#bottom .widget-title {
    font-size: 1.125rem;
}
#bottom .widget ul li, 
#bottom .widget ol li {
    padding: 0.125rem 0;
}

.widget-title::after {
    content: "";
    width: 20%;
    height: 1px;
    background-color: #e4aa6c;
    display: block;
    margin: 0.875rem 0 0
}
#bottom .widget-title::after {
    background-color: #debe97;
}
#frontpage-sidebar,
#left-sidebar, 
#right-sidebar {
    border-top: 1px solid #e0e0e0;
	padding: 4rem 0;
}

/* default widgets */

.widget p:last-child,
.widget ul:last-child {
	margin-bottom: 0;
}
.widget {
	font-size: 0.875rem;
	margin: 0 0 2.5rem;
}
.widget-title {
    font-size: 1.25rem;
}

/* widget lists */
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li,
.widget ol li {
	padding: 0.375rem 0;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 1rem;
}
.widget li li a:before {
    content: "\2013";
    margin-right: 0.25rem;
}

.widget_categories li,
.widget_pages li,
#recentcomments li {
    border-bottom: 1px solid #efefef;
    padding: 0.5rem 0;
}
.widget_categories li:last-child,
.widget_pages li:last-child,
#recentcomments li:last-child {
    border-bottom: none;
}

#bottom li {
    border: none;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}
#bottom .widget {
    font-size: 0.813rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}


/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

.widget select {
    max-width: 100%;
}

/* Recent Comments */
.recentcomments {
    font-size: 0.813rem;
    font-style: italic;
}
.recentcomments span a {
    font-style: normal;
}


/* Categories widget */


/* Search widget */
.widget_search .widget-title {
    display: none;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* tag cloud */
.tag-cloud-link {
    font-size: 0.75rem!important;
    display: inline-block;
    background-color: transparent;
    padding: 1px 8px;
    border: 1px solid #dedede;
    letter-spacing: 1px;
    margin: 4px 4px 0 0;
}
.tag-cloud-link:hover,
#left-sidebar .tag-cloud-link:hover,
#right-sidebar .tag-cloud-link:hover {
	background-color:#333;
	color: #fff;
	border: 1px solid transparent;
}
#bottom .tag-cloud-link {
    border-color: #debe97;
}
/* search style */
.widget_search.pm-search {
	background-color: #333;
	padding: 1rem 1rem 0.5rem;
	text-align: center;
}
.widget_search.pm-search .widget-title {
	color: #fff;
	display: none;
}
.widget_search.pm-search input[type="search"] {
    background-color: #ffffff;
    border-color: transparent;
	border-radius: 0;
	color: #c1c1c1;
    padding: 0.5rem;
	text-align: center;
    width: 100%;   
}
.widget_search.pm-search label,
.widget_search.pm-search button {
    width: 100%;
}
.widget_search.pm-search button {
    padding: 10px;
    background-color: #2d8477;
    border-color: transparent;
    border-radius: 0;
    color: #fff;
    margin: 0.5rem 0;
}
.widget_search.pm-search button:hover {
	opacity:0.9;
	border-color: transparent;
}


.widget select {
	max-width: 100%;
}
/* calendar widget */
#wp-calendar a { color:#000}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; padding-top:0px;  margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; margin-bottom:10px; }
#wp-calendar thead th { padding: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #ededed; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar thead th { background:#ededed; text-align:center;  border: 1px solid #fff; font-weight: normal;}
#wp-calendar caption { color:#000}

/* WP Widget Gallery */
.widget_media_gallery .widget-title {
    margin-bottom: 1rem;
}
.widget_media_gallery .gallery-item {
    margin: 0;
	padding: 0;
	padding: 0 8px 0 0;
}
.widget_media_gallery .gallery-item img {
    display: block;
}
.widget_media_gallery .gallery-caption {
    display: none;
}
.widget_media_gallery .gallery {
    margin: auto;
}

/* Recent Posts with Thumbnail */
.widget_relative-recent-posts .widget-title {
    margin-bottom: 1.25rem;
}
.widget_relative-recent-posts ul {
	margin: 0;
	padding: 0;
}
.widget_relative-recent-posts li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.5rem;
}
.widget_relative-recent-posts ul li:before {
	display: none;
}

.widget_relative-recent-posts .recent-post_image {
	margin-right: 1.25rem;
}

.widget_relative-recent-posts .recent-post_image a {
	position: relative;
	display: block;
	width: 80px;
}

.widget_relative-recent-posts .recent-post_image img {
	width: 100%;
	height: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
}

.widget_relative-recent-posts h4 {
	font-family: inherit;
    font-weight: 400;
    font-size: 0.938rem;
    margin: 0.5rem 0 0;
    line-height: 1.3;
}
#bottom .recent-post_title {
	font-size: 0.875rem;
    line-height: 1.1;
	margin: 0;
}
.secondary .widget.widget_relative-recent-posts h4 a {
	color: #333;
}

.widget_relative-recent-posts .post-date {
	opacity: 0.6;
    font-size: 0.75rem;
    line-height: 1.85;
}


/* Related Posts */
.related-posts.row {
    margin: 0 -2px;
}
.related-posts .col-md-6 {
    padding: 0 2px;
}

.related-posts-wrapper {
	float: left;
    width: 100%;
    margin: 0 0 4px;
    padding: 0.25rem 0;
    vertical-align: middle;
}
.related-posts-wrapper li {
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    margin-bottom: 4px;    
	border-radius: 50px 0 0 50px;
	padding: 4px 7px;
}

.related-posts-wrapper li:hover {
    background-color: #fff;
	cursor: pointer;
}
.related-posts-thumbnail,
.related-posts-content {
	float: left;
}
.related-posts-title {
    font-family: Muli,Arial,sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 1rem;
}
.related-posts-heading {
	font-family: inherit;
    font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
.related-posts-content {
    line-height: 1.3;
    text-align: left;
    padding: 5px;
}
hr.related-post-footer {
    background-color: #efefef;
    height: 1px;
    margin: 2rem 0;
}
.related-posts a, 
.related-posts a:visited {
    color: #000;
}
.related-posts a:hover {
    opacity: 0.7;
}
.related-posts-thumbnail img {
	border-radius: 50%;
    display: block;
}


/* --------------------------------------------------------------------------------
# Attachments Page
-------------------------------------------------------------------------------- */

#attachment-view {
    margin: auto;
    text-align: center;
}
.attachment .post-header {
    margin-bottom: 2rem;
}

#attachment-wrapper {
    background-color: #000;
	margin-bottom: 1.75rem;
}
#attachment-wrapper img {
    display:block;
	margin: auto;
}
#attachment-description {
    margin: 0 auto;
}
.attachment .post-title {
	font-weight: 700;
	margin-bottom: 0;
    text-align: center;
}
.attachment .post-caption {
    font-family: inherit;
    color: #000;
}
.attachment .post-caption p {
    font-size: 2rem;
    font-weight: 400;
	margin-bottom: 1rem;
}

.post-caption .more-link {
    display: none;
}
.attachment img.avatar {
    position: relative;
    left: auto;
    display: block;
    margin: 0 auto 0.5rem;
}
.attachment .comment-body,
.attachment #respond {
    margin: auto;
    max-width: 80%;
}
.prev-image, 
.next-image {
    display: inline-block;
}
.attachment .form-submit {
    text-align: center;
}

/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/
#frontpage-section1 {
    padding: 0 0 40px;
}
#frontpage-sidebar .widget-title {
    font-size: 1.375rem;
}
.section-title {
    font-weight: 700;
}
.section-title::after {
    content: "";
    width: 20%;
    height: 1px;
    background-color: #e4aa6c;
    display: block;
    margin: 0.875rem 0 0;
}
/*--------------------------------------------------------------
## Front Page - Icon Boxes
--------------------------------------------------------------*/
.rp-iconbox {
    margin-bottom: 1.5rem;
    text-align: center;
}
.rp-iconbox-inner {
    padding: 1.5rem 1rem;
}
.rp-iconbox-title {
    font-size: 1.375rem;
}
.rp-iconbox-intro {
    font-size: 0.875rem;
}
.rp-iconbox-icon i {
    font-size: 2.5rem;
    margin: 0 auto 1rem;
    display: block;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    background-color: #d49552;
    border-radius: 50%;
}

.rp-iconbox-link a,
.rp-iconbox-link a:visited {
	border-radius: 6px;
    display: inline-block;
    background-color: #c28039;
    color: #fff;
    font-size: 0.688rem;
    padding: 0.5rem 1rem 0.438rem;
    margin: 1rem auto 0.25rem;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Front Page - Blog
--------------------------------------------------------------*/

.fp-hentry {
    margin-bottom: 1rem;
}
.fp-entry-title {
    font-size: 1.375rem;
    font-weight: 400;
}
.fp-entry-title a,
.fp-entry-title a:visited {
    color: #000;
}
.fp-featured-image {
    padding-top: 0.5rem;
}
.fp-entry-content {
    font-size: 0.938rem;
}
.fp-read-more {
    margin-bottom: 1rem;
}
.fp-read-more a,
.fp-read-more a:visited {
	border-radius: 6px;
    display: inline-block;
    background-color: #c28039;
    color: #fff;
    font-size: 0.688rem;
    padding: 0.625rem 1rem 0.5rem;
    margin: 0 auto 0.25rem;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.fp-read-more a:before {
	content: "\f064";
	font-family: "Font Awesome 5 Free", FontAwesome;
	font-weight: 900;
	position: relative;
	margin-right: 7px;
}
.fp-read-more a:hover {
	background-color: #70276b;
}

/*--------------------------------------------------------------
# Error Page
--------------------------------------------------------------*/
.error404 .site-content {
    background-color: #dae8e6;
    padding: 2rem;
    margin: 4rem auto;    
	max-width: 75%;
    text-align: center;
}
.error404 .post-title {
    font-size: 3rem;
    font-weight: 700;
}
.error404 input[type="search"] {
    border-color: #b4ceca;
}


/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.search article {
    margin-bottom: 2rem;
}
.search .page-title {
    margin-bottom: 1.75rem;
    font-weight: 700;
}
.search .entry-title {
    font-size: 1.438rem;
}
.search .entry-title::after {
    content: "";
    width: 10%;
    height: 1px;
    background-color: #e4aa6c;
    display: block;
    margin: 0.875rem 0 0
}
.search .entry-meta {
    margin-bottom: 0.875rem;
}
.search .search-field, 
.search button {
    display: block;
    width: 70%;
    margin: 0.5rem auto;
    text-align: center;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending #site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending #site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: block;
}

img.glow {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.23);
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	margin-top: 0.25rem;
	max-width: 100%;
}
figure.wp-caption {
    margin-bottom: 0;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.813rem 0;
}

.wp-caption-text { 
    color: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0.5rem 0.5rem 0;
    text-transform: uppercase;
    text-align: center;
}
.gallery-caption {
	display: none;
    position: relative;
    margin: auto;	
	padding: 0.938rem 0.5rem 0;
}

.media-caption-container { 
	position: absolute; 
	width: 100%; 
	margin-left: 0.5rem; 
	bottom: 0.5rem; 
	text-align: left; 
	font-size: 0.813rem; 
}
.blog3 .media-caption-container,
.blog4 .media-caption-container {
	bottom: 0.5rem; 
	left: 0;
}
.blog3 .media-caption-container {
    text-align: center;
}
.media-caption { 
	display: inline-block; 
	padding: 7px 20px;  
	background-color: #975451; 
	color: #fff; 
	letter-spacing: 0.5px;
	line-height: 1.3;
	margin-bottom: 0;
}

/* For small thumbnails that leaves very little caption space */
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.entry-content .gallery {
    margin: 3rem 0 1rem;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}
.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.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	padding: 0.5rem 0 0 0;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# Bootstrap 4 Grid and Layout
--------------------------------------------------------------*/
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 .container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

/* vertical-align elements */

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

/* boxes layout for equal height columns */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


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

/* Extra small devices (portrait phones, 480px and up) */

@media (min-width: 480px) {
    html,
    body {
        font-size: 94%;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    html,
    body {
        font-size: 95%;
    }
	.blog3 .hentry {
		max-width: 95%;
	}	
	#attachment-description {
		max-width: 90%;
	}	
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    html,
    body {
        font-size: 97%;
    }
	.site-branding {
		padding: 1rem 0;
		text-align: left;
	}
	.navigation-inner {
		padding-left: 1rem;
	}		
	#site-footer {
		text-align: left;
	}
	#site-footer .social-menu	{
		margin: 0;
		text-align: right;
	}
	#error-type {
    font-size: 12rem;
	}
	.gallery-caption {
		display: block;
	}	

}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    html,
    body {
        font-size: 100%;
    }
	#topbar {
		padding: 5px;
	}
	#topbar-left {
		text-align: left;
	}
	#topbar-right {
		text-align: right;
	}
	#masthead {
		padding: 1rem 0;
	}
	#site-title, 
	#site-tagline {
		margin: 0;
	}
	.social-menu {
		text-align: right
	}	

	.blog-menu {
		font-size: 0.938rem;
	}
	
	#attachment-description {
		max-width: 80%;
	}	
	.rp-iconbox {
		margin-bottom: 0;
	}	
	.advertisement_125x125 img {
		display: inline-block;
		margin: 0 5px 5px;
	}
	#left-sidebar .widget,
	#right-sidebar .widget {
		margin: 0 0 3rem;
	}
	#bottom .widget {
		padding: 2rem 0;
	}	
	#featured-top .widget {
		margin-bottom: 0;
	}	
	#featured-bottom .widget {
		margin-bottom:0;
		padding: 0 0 32px;
	}	
	.advertisement-content {
		text-align: left;
	}	

}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {	
	.boxed1800,
	.boxed1600,
	.boxed1400 {
		margin: 0.5rem auto;	
	}	
	.navigation.pagination {
		margin-bottom: 1rem;
	}	
	#attachment-description {
		max-width: 60%;
	}	
	.site-title {
		font-size: 1.625rem;
	}
	.navigation-inner {
		padding-left: 0;
	}
	ul.blog-menu {
		font-size: 1rem;
	}	
	.blog3 .entry-content {
		max-width: 80%;
		margin: auto;
	}	
}

/* Extra large devices (Ultra large desktops, 1500px and up) */

@media (min-width: 1500px) {	
	.boxed1800,
	.boxed1600,
	.boxed1400 {
		margin: 0.5rem auto;	
	}	
}