/*
Theme Name: Vogue CD
Theme URI: http://www.creative-dive.de/themes/vogue/
Description: Vogue - The Fashion and Lifestyle Blog
Author: Martin Jost
Author URI: http://www.creative-dive.de
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI: http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, translation-ready, post-formats, microformats
Version: 1.2
Text Domain: vogue-cd
*/

/******************************************************

1. MAIN
-------------------------------------------------------
2. LOGO
-------------------------------------------------------
3. MENU
-------------------------------------------------------
3.1 top search
-------------------------------------------------------
4. HEADER
-------------------------------------------------------
5. OWL CAROUSEL
-------------------------------------------------------
6. CONTENT SECTIONS
-------------------------------------------------------
7. MAGNIFIC POPUP
-------------------------------------------------------
8. FOOTER
-------------------------------------------------------
11. CONTACT FORM 7
-------------------------------------------------------
12. BLOG

******************************************************/

/* mobile switch */

.mobile-check {
	display: none
}

/******************************************************/
/* 1. MAIN */
/******************************************************/

* {
	word-break: break-word;
}

/* disable video play button on ios device without autoplay */
video::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

/* make empty menu links not clickable --> only by mobile menu */

li.not-clickable > a:nth-of-type(1) {
	pointer-events: none;
	cursor: default;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	/*font-family:'Lato', sans-serif; -- > managed by wp settings */
	font-size: 15px;
	font-weight: 400;
	line-height: 1.52;
	color: #686868;
	background: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}

ul, ol {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 18px;
	list-style: none;
}

ol {
	padding: 0px 0px 0px 25px;
}

ul ul, ol ol, ul ol, ol ul {
	margin: 6px 0px 0px 0px;
}

ol li, ul li {
	margin-top: 10px;
}

ul, ol ul {
	list-style: circle outside;
}

ol, ul ol {
	list-style: decimal-leading-zero outside;
}

ul li, ol li {
	position: relative;
	padding: 2px 0px 2px 10px;
	margin: 0px;
}

.ulist ul, .olist ol {
	padding: 0px;
}

.ulist ul li, .olist ol li {
	padding: 4px 0px 4px 10px;
}

.ulist li {
	list-style: none !important;
	padding-left: 36px !important
}

.ulist li li {
	padding-left: 28px !important
}

.ulist ul li i {
	position: absolute;
	top: 6px;
	left: 0px;
	font-size: 24px;
}

.ulist ul li li i {
	top: 9px;
	font-size: 18px;
}

.olist ol {
	counter-reset: my-badass-counter
}

.olist li {
	list-style: none !important;
	padding-left: 42px !important
}

.olist li li {
	padding-left: 36px !important
}

.olist ol li:before {
	content: counter(my-badass-counter, decimal-leading-zero);
	counter-increment: my-badass-counter;
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 26px;
	font-weight: 700;
	color: #AAAAAA
}

.olist ol li li:before {
	top: -6px;
	left: 0px;
	font-size: 16px;
	padding: 10px 0px 10px 0px
}

.olist ol li ul li:before {
	content: ''
}

dl {
	margin: 30px auto;
	overflow: hidden;
	position: relative;
}

dt {
	float: left;
	width: 28%;
	clear: both;
	padding: 3px 6% 15px 0;
	position: relative;
}

dd {
	float: right;
	width: 72%;
	padding: 3px 0 15px 6%;
}

dl:before {
	content: "";
	width: 1px;
	position: absolute;
	border-left: 1px solid #DDDDDD;
	top: 0;
	bottom: 0;
	left: 28%;
}

dl dt:before {
	content: "";
	width: 30px;
	position: absolute;
	border-top: 1px solid #A29581;
	top: -5px;
	right: -15px;
}

.content .table > tbody > tr > th {
	font-weight: 600
}

.content .table > tbody > tr > th, .content .table > tbody > tr > td {
	padding: 12px 10px
}

p {
	margin: 0px 0px 20px 0px;
}

strong, b {
	font-weight: 600;
}

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

mark {
	padding: 3px 8px;
	margin: 0px 4px;
	background: #A29581;
	color: #FFFFFF
}

address {
	position: relative;
	background: #F5F5F5;
	border-left: 3px solid #DDDDDD;
	padding: 20px 30px
}

address:after {
	font-family: 'fontAwesome';
	content: "\f041";
	position: absolute;
	top: 13px;
	right: 20px;
	color: #D4D4D4;
	font-size: 30px;
}

abbr, acronym {
	background: #FAFAFA;
	padding: 2px 8px;
	border-bottom: .1em dotted #222222;
	letter-spacing: 0.05em;
	cursor: help;
	border-radius: 3px;
}

abbr:hover, acronym:hover {
	background: #CCCCCC;
}

blockquote {
	position: relative;
	padding: 20px 20px 20px 40px;
	margin: 10px 0px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #A29581;
	letter-spacing: 0.01em;
	border: 0px;
}

blockquote:after {
	font-family: 'fontAwesome';
	content: "\f10e";
	position: absolute;
	top: 20px;
	left: 0px;
	color: #D4D4D4;
	font-size: 22px;
}

blockquote p {
	margin: 0px;
}

blockquote cite {
	display: block;
	padding-left: 0px;
}

cite {
	font-size: 15px;
	padding-top: 10px;
	padding-left: 8px;
	font-style: normal;
	color: #A1A1A1;
}

cite:before {
	content: '\2013';
	padding-right: 10px;
}

q {
	position: relative;
	padding: 0px 18px 0px 18px;
	color: #A29581;
	letter-spacing: 0.01em;
}

q:before {
	font-family: 'fontAwesome';
	content: "\f10d";
	position: absolute;
	top: 1px;
	left: 0px;
	color: #D4D4D4;
	font-size: 12px;
}

q:after {
	font-family: 'fontAwesome';
	content: "\f10e";
	position: absolute;
	top: -4px;
	right: 0px;
	color: #D4D4D4;
	font-size: 12px;
}

pre {
	position: relative;
	border-radius: 2px;
	padding: 20px;
	box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1)
}

pre:after {
	font-family: 'fontAwesome';
	content: "\f121";
	position: absolute;
	top: 10px;
	right: 14px;
	color: #D4D4D4;
	font-size: 20px;
}

a {
	color: #A29581;
	transition: color 0.3s ease-out;
}

a:hover, a:focus, a:active {
	color: #222222;
	outline: none;
	text-decoration: none;
}

code {
	margin: 5px 0px;
	padding: 6px 12px;
	display: inline-block;
}

iframe {
	border: 0px
}

.clear {
	clear: both
}

.fa {
	display: inline-block;
	color: #222222;
}

.video-lightbox {
	color: #FFFFFF;
	vertical-align: middle;
}

.video-lightbox .fa {
	color: #FFFFFF;
	vertical-align: middle;
	margin-right: 10px;
	transition: 0.3s linear;
}

.video-lightbox:hover {
	color: #FFFFFF;
}

.video-lightbox:hover .fa {
	color: #222222;
}

.avatar {
	border-radius: 50%;
}

.noborder {
	border: 0px !important;
}

.hover-box {
	position: relative;
}

.aligncenter {
	text-align: center;
}

.sticky.post-listing {
	border: 1px solid #EEEEEE;
	padding: 30px;
	margin-bottom: 40px;
}

.visual .sticky.post-listing {
	padding-top: 55px;
	margin-bottom: 55px;
}

.sticky.post-listing .read-more a {
	top: 30px
}

.ribbon {
	position: absolute;
	top: -1px;
	right: 30px;
	z-index: 1;
	font-size: 21px;
}

.ribbon:after {
	content: "";
	font-size: 0.5em;
	position: absolute;
	height: 30px;
	border: 1.5em solid #A29581;
	border-bottom-color: transparent !important;
	right: 0;
}

.letter {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}

.img-responsive {
	display: inline-block;
}

.hover {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 100%;
	left: 0px;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.25);
	opacity: 0;
	transition: all 0.5s;
	overflow: hidden;
}

.hover:before {
	width: 52px;
	height: 52px;
	font-family: 'fontAwesome';
	content: '\f103';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26px 0px 0px -26px;
	color: #222222;
	font-size: 44px;
	text-align: center;
}

.container {
	padding: 0px 20px;
}

/* section *********************************************/
/*******************************************************/

section {
	float: left;
	width: 100%;
}

section h2 {
	margin: 0px 0px 20px 0px;
}

.section-overlay {
	position: relative;
}

.section-overlay:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.section-overlay .container {
	position: relative;
	z-index: 1;
}

.section-content {
	margin-top: 25px;
}

.section-content.mtop-null {
	margin-top: 0px;
}

.padding-90 {
	padding: 45px 0px;
}

.padding-120 {
	padding: 60px 0px;
}

.padding-160 {
	padding: 80px 0px;
}

.sec {
	font-size: 16px;
	line-height: 1.5;
}

/* headlines *******************************************/
/*******************************************************/

h1, h2, h3, h4, .promo-box-title, .post-listing p:first-letter, .dropcap:first-letter, .posts-carousel-widget .posts-carousel-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0px 0px 10px 0px;
	color: #222222;
}

.content .page h1, .content .post h1 {
	font-weight: 400;
}

h2 {
	position: relative;
	font-size: 29px;
	line-height: 1.4;
	font-weight: 500;
	color: #222222;
}

.content .page h2, .content .post h2 {
	font-size: 29px;
	font-weight: 500;
	margin-top: 30px;
}

h3 {
	font-size: 17px;
	line-height: 1.25;
	font-weight: 500;
	color: #A29581;
	margin: 20px 0px 20px 0px;
}

.content .page h3, .content .post h3 {
	font-size: 22px;
	font-weight: 400;
	margin-top: 25px;
}

h4, h5, h6 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: #686868;
	margin: 0;
}

.content .page h4, .content .post h4 {
	font-size: 19px;
	font-weight: 600;
	margin-top: 25px;
}

.content .page h5, .content .post h5 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px;
}

.content .page h6, .content .post h6 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
}

/* buttons *********************************************/
/*******************************************************/

a.button, .btn, input[type=submit] {
	position: relative;
	display: inline-block;
	white-space: normal;
	background: #fabe5f;
	border: none;
	padding: 15px 28px;
	min-height: 50px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .5s ease-out;
}

.btn:hover, .btn:focus, .btn:active,
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
	background-color: #5f8e4a !important;
	color: #FFFFFF;
	outline: none;
}

.btn .fa {
	font-size: 1.3em;
	margin-right: 5px;
	color: #FFFFFF;
}

.btn:hover .fa {
	color: #FFFFFF;
}

/******************************************************/
/* 2. TOP WRAPPER */
/******************************************************/

.full-page .top-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 3;
}

.admin-bar .top-wrapper {
	top: 46px;
}

/******************************************************/
/* 2. TOP LAYER */
/******************************************************/

.top-layer {
	height: 0px;
	display: none;
	width: 100%;
	background: #222222;
	border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.top-layer:first-of-type {
	border-top: 0px !important
}

.top-layer-wrapper {
	width: 100%;
	position: relative;
	color: #FFFFFF;
	padding: 11px 0px;
	font-size: 16px;
}

.top-layer-spacer {
	display: table;
	margin: 0 auto
}

.top-layer-wrapper.full {
	padding: 20px 0px;
}

.top-layer-wrapper .container {
	display: table;
}

.top-layer-text {
	display: table-cell;
	vertical-align: middle
}

.top-layer.full .top-layer-text {
	width: 100%;
}

.top-layer-text p {
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

.top-layer-text.with-icon p {
	padding: 0px 20px 0px 40px;
}

.top-layer .fa {
	position: absolute;
	top: 50%;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	float: left;
	color: #FFFFFF;
}

.top-layer mark {
	font-size: 20px;
	font-weight: 600;
	background: none;
	padding: 0px
}

.top-layer-action {
	display: table-cell;
	vertical-align: middle
}

.top-layer-action .mc4wp-form input[type=email] {
	border-radius: 0px !important;
	border-color: #FFFFFF !important;
	height: 45px !important;
	width: 180px !important;
	font-size: 14px;
	padding-left: 14px !important;
}

.top-layer-action .mc4wp-form input[type=submit] {
	border-radius: 0px !important;
	border-color: #FFFFFF !important;
	height: 45px !important;
	min-height: 45px !important;
	padding: 12px 18px !important;
	margin-left: 0px !important;
	word-break: normal;
}

.top-layer-action .btn {
	border-color: #FFFFFF !important;
	height: auto !important;
	min-height: auto !important;
	padding: 12px 18px !important
}

.top-layer .mc4wp-response {
	position: relative
}

.top-layer .mc4wp-alert.mc4wp-notice {
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 9999;
	width: 200px;
	margin-left: -100px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	color: #686868;
	font-size: 13px;
	padding: 13px;
	border: 1px solid #EEEEEE;
	border-radius: 3px
}

.top-layer .mc4wp-alert.mc4wp-notice:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: " ";
	pointer-events: none;
	margin-left: -12px;
	border-bottom-color: #EEEEEE;
	border-width: 12px;
}

.top-layer .mc4wp-alert.mc4wp-notice:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: " ";
	pointer-events: none;
	margin-left: -11px;
	border-bottom-color: #FFFFFF;
	border-width: 11px;
}

.top-layer p {
	margin: 0px;
	white-space: normal;
	text-align: center
}

/******************************************************/
/* 2. TOPBAR */
/******************************************************/

.topbar {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.full-page .topbar {
	background: rgba(0, 0, 0, 0.3);
	border: 0px
}

.topbar .right {
	width: 100%;
	float: right;
}

.topbar .socialbar {
	margin: 0px;
	padding: 9px 0px 9px 0px;
	text-align: center
}

.topbar .socialbar a {
	margin: 0px 5px;
	font-size: 20px
}

.topbar .socialbar a:last-child {
	margin-right: 0px;
}

/******************************************************/
/* 2. LOGO */
/******************************************************/

.logo-overlay {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
	background: #222222;
	color: #FFFFFF;
	text-align: center;
}

.logo-overlay-img {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.logo-overlay .fa {
	display: block;
	font-size: 40px;
	color: #FFFFFF;
	margin-top: 40px;
	opacity: 0.3;
}

.main-logo {
	height: 0px;
	display: none;
	width: 100%;
	padding: 40px 0px 40px 0px;
	text-align: center;
}

.main-logo a {
	display: inline-block;
}

.logo-white {
	display: inline-block;
}

.logo-img {
	display: none;
}

.main-logo img {
	max-width: 100%;
}

.logo-title {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222222
}

.full-page .logo-title {
	color: #FFFFFF
}

.logo-overlay .logo-title {
	color: #FFFFFF
}

.logo-teaser-text {
	margin: 20px 0px 0px 0px;
	font-size: 16px;
	color: #686868;
}

.full-page .logo-teaser-text {
	color: #FFFFFF;
}

.logo-teaser-text span {
	position: relative;
}

.logo-teaser-text span:before {
	content: '';
	position: absolute;
	top: 11px;
	left: -45px;
	width: 30px;
	border-top: 1px solid #EEEEEE
}

.logo-teaser-text span:after {
	content: '';
	position: absolute;
	top: 11px;
	right: -45px;
	width: 30px;
	border-top: 1px solid #EEEEEE
}

.full-page .logo-teaser-text span:before {
	border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.full-page .logo-teaser-text span:after {
	border-top: 1px solid rgba(255, 255, 255, 0.5)
}

/******************************************************/
/* 3. MENU */
/******************************************************/

.container > .navbar-header {
	margin: 0px;
	display: table;
	width: 100%;
}

.navbar {
	position: static;
	width: 100%;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 999 !important;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.admin-bar .navbar {
	top: 46px;
}

.wide .navbar {
	margin-bottom: 0px;
}

.full-page .navbar {
	margin: 0px;
	background: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.admin-bar .navbar.affix-top.affix {
	top: 46px !important;
}

.navbar .container {
	display: table;
	width: 100%;
	height: 100%;
}

.container > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-collapse.in {
	text-align: left;
	margin: 0px -40px 20px -25px;
}

.navbar-collapse.in .navbar-nav {
	text-transform: none
}

.navbar-collapse .top-search {
	display: none;
}

.navbar-toggle {
	height: 32px;
	padding: 4px 10px;
	margin: -16px 0px 0px 0px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	position: absolute;
	top: 50%;
	right: 0px
}

.full-page .navbar-toggle {
	background: rgba(255, 255, 255, 0.3);
	border: 0px
}

.navbar-toggle i {
	color: #222222;
}

.full-page .affix-top .navbar-toggle i {
	color: #FFFFFF;
}

.full-page .affix .navbar-toggle i {
	color: #222222;
}

/* mobile menu icon switch */

.navbar-toggle .fa-bars {
	display: none
}

.navbar-toggle .fa-close {
	display: block
}

.navbar-toggle.collapsed .fa-bars {
	display: block
}

.navbar-toggle.collapsed .fa-close {
	display: none
}

.navbar-nav {
	float: none;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: bottom
}

.navbar-nav li {
	list-style: none;
	padding: 0px
}

.navbar-nav li a {
	display: block;
	font-weight: 700;
	padding: 8px 14px;
	transition: background-color 0.3s;
	color: #C4C4C4;
}

.navbar-nav li ul {
	margin: 0px;
	padding: 0px
}

.navbar-nav li li a {
	font-weight: 400;
	padding-left: 28px;
}

.navbar-nav li li li a {
	padding-left: 42px;
}

.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:active, .navbar-nav .active > a {
	background-color: transparent;
}

.navbar.affix {
	position: fixed;
	top: 0px !important;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border: 0px
}

.navbar.affix .logo-white {
	display: none;
}

.navbar.affix .logo-img {
	display: inline-block;
}

.mobile-menu-spacer {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 60px;
	text-align: center
}

.mobile-menu-spacer img {
	width: 100%
}

/* top search ******************************************/
/*******************************************************/

.top-search {
	float: right;
	margin: 3px 15px 0px 0px;
	padding: 5px 10px;
	background: #EEEEEE;
	border: 0px;
	border-radius: 4px;
}

.top-search .fa {
	color: #8e53a0;
}

.top-search:focus {
	outline: none;
}

.navbar-header .top-search {
	height: 32px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -16px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE
}

.full-page .navbar-header .top-search {
	background: rgba(255, 255, 255, 0.3) !important;
	border: 0px !important
}

.full-page .affix-top .top-search .fa {
	color: #FFFFFF;
}

.full-page .affix .top-search .fa {
	color: #222222;
}

.top-search-form {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.8);
}

.top-search-form-wrapper {
	display: table;
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

.top-search-form-center {
	display: table-cell;
	vertical-align: middle;
}

.top-search-form label {
	width: 100%;
}

.top-search-form input[type=search] {
	width: 100% !important;
	background: none;
	border: 0px !important;
	border-bottom: 2px solid #FFFFFF !important;
	height: 80px !important;
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF !important;
	padding-left: 0px !important;
	border-radius: 0px !important
}

.top-search-form input[type=submit] {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 80px !important;
	width: 80px !important;
	font-size: 30px !important;
	padding: 15px !important;
	background: #FFFFFF !important;
	border-color: #FFFFFF !important;
	color: #222222 !important;
}

.top-search-form input[type=submit]:hover {
	background-color: #222222 !important;
	color: #FFFFFF !important
}

.top-search-form .search-form input[type=submit] {
	border-radius: 50% !important;
	display: none
}

/******************************************************/
/* 4. HEADER */
/******************************************************/

.header {
	margin: 10px 0px 10px 0px;
	background: #c4c4c4;
	background-size: cover;
	background-position: center center;
}

.wide .header {
	margin: 0px 0px 20px 0px;
}

.full-page .header {
	margin: 0px;
}

.header .row {
	margin: 0px;
}

.header h1, .header h2 {
	font-size: 28px;
}

.header-video.section-overlay:after {
	background-color: rgba(0, 0, 0, 0.2);
}

.header-video {
	overflow: hidden;
}

.header .col-lg-6 {
	width: 100%;
}

video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translateX(-50%) translateY(-50%);
}

.header-content {
	position: relative;
	z-index: 1;
	padding: 70px 0px 40px 0px;
}

.full-page .header-content {
	padding: 80px 0px 80px 0px;
}

.header-content.header-compact {
	padding: 110px 0px 60px 0px;
}

.full-page .header-content.header-compact {
	padding: 80px 0px 80px 0px;
}

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

.header-content.header-center .col-lg-6 {
	width: 100% !important;
	padding: 0px 0px;
}

.header-content:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.3)
}

.wide .header-content:before {
	content: none;
}

.full-page .header-content:before {
	content: none;
}

.header-content h1, .header-content p {
	color: #FFFFFF;
}

.header-content h2 {
	line-height: 1.3;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0px 0px 30px 0px;
}

.header-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}

.header-buttons {
	margin-top: 30px;
}

.header-buttons a {
	display: inline-block;
	margin: 10px 30px 10px 0px;
}

.header-content.header-center .header-buttons a {
	margin: 10px 15px 10px 15px;
}

.header-buttons .search-form label {
	width: 70%;
}

.header-buttons .search-form input[type=search] {
	width: 100%;
}

.header-buttons .search-form input[type=submit] {
	width: 30%;
}

/* header posts ****************************************/
/*******************************************************/

.header-post-teaser {
	background: none !important;
}

.header-post-teaser:after {
	content: none
}

.header-post-teaser .container {
	padding: 0px !important;
}

.header-post-teaser h3 {
	color: #FFFFFF;
	font-size: 24px
}

.header-post-teaser h3 a {
	color: #FFFFFF
}

.header-post-teaser .header-content {
	padding: 0px !important;
}

.full-page .header-post-teaser.section-overlay:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.full-page .header-post-teaser .container,
.wide .header-post-teaser .container {
	width: 100% !important;
	margin: 0px !important;
}

.header-post-teaser .header-content:before {
	content: none
}

.wide .header-post-teaser .spacing {
	margin-top: 20px;
	padding: 0px 20px
}

.owl-item .header-post-teaser-box {
	width: 100% !important;
}

.header-post-teaser-box {
	float: left;
	padding: 0px !important;
}

.header-post-teaser-box-bg {
	float: left;
	width: 100%;
	position: relative;
	padding: 0px 20px;
	background-color: #222222;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.header-post-teaser-box-bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.header-post-teaser-box-bg:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.wide .header-post-teaser-box-bg:before,
.full-page .header-post-teaser-box-bg:before {
	content: none;
}

.header-post-teaser .header-post-teaser-box-content {
	position: relative;
	z-index: 1;
	float: left
}

.header-post-teaser .col-md-12 h3 {
	font-size: 28px
}

.header-post-teaser .col-md-6 h3 {
	font-size: 28px
}

/****** boxed, wide, full page items ******/

/* col 1 - 4 */
.header-post-teaser .col-md-12 .header-post-teaser-box-content,
.header-post-teaser .col-md-6 .header-post-teaser-box-content,
.header-post-teaser .col-md-4 .header-post-teaser-box-content,
.header-post-teaser .col-md-3 .header-post-teaser-box-content,
.wide .header-post-teaser .col-md-12 .header-post-teaser-box-content,
.wide .header-post-teaser .col-md-6 .header-post-teaser-box-content,
.wide .header-post-teaser .col-md-4 .header-post-teaser-box-content,
.wide .header-post-teaser .col-md-3 .header-post-teaser-box-content,
.full-page .header-post-teaser .col-md-12 .header-post-teaser-box-content,
.full-page .header-post-teaser .col-md-6 .header-post-teaser-box-content,
.full-page .header-post-teaser .col-md-4 .header-post-teaser-box-content,
.full-page .header-post-teaser .col-md-3 .header-post-teaser-box-content {
	width: 100%;
	padding: 80px 15px 80px 15px
}

/* leading area ****************************************/
/*******************************************************/

.leading-area {
	width: 100%;
	padding: 25px 0px 0px 0px
}

.leading-area-wrapper {
	margin: 0px -20px
}

.leading-area-wrapper .row {
	margin: -12px 0px
}

.leading-area-box {
	float: left;
	width: 100%;
	padding: 0px 20px;
	text-align: center
}

.leading-area-content {
	position: relative;
	display: table;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #A29581;
	background-position: center center;
	height: 160px;
	text-align: center;
}

.leading-area-content:hover .hover {
	bottom: 0%;
	opacity: 1;
	transition: all 0.5s;
	z-index: 3
}

.leading-area-content:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.leading-area-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}

.leading-area h3 {
	margin: 20px 0px 0px 0px;
	font-weight: 500;
	color: #222222;
	font-size: 15px;
}

.leading-area h3 a {
	color: #222222
}

.leading-area .letter {
	display: table;
	width: 100%;
	height: 100%;
}

.leading-area .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 50px
}

.leading-area .owl-dots {
	text-align: center;
	margin-top: 5px
}

.leading-area .owl-dot span {
	width: 25px;
	height: 2px;
	border-radius: 0px;
}

/* promobox section */

.promo-box-col {
	padding: 0px 20px
}

.promo-box {
	float: left;
	width: 100%;
	margin: 12px 0px;
}

.promo-box-col:last-child .promo-box {
	margin-bottom: 0px;
}

.promo-box-content {
	position: relative;
	display: table;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #A29581;
	background-position: center center;
	height: 180px;
	text-align: center;
}

.promo-box-content:hover .hover {
	bottom: 0%;
	opacity: 1;
	transition: all 0.5s;
	z-index: 3
}

.promo-box-content:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.promo-box-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}

.promo-box-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 20px;
}

.promo-box-title span {
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 20px;
	font-weight: 400;
	color: #222222;
	font-size: 13px;
	text-transform: uppercase
}

/* ad banner section */

.leading-area-ad-banner {
	width: 100%;
	text-align: center;
}

.leading-area-ad-banner-wrapper {
	display: inline-block;
	position: relative
}

.leading-area-ad-banner-label {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 3px 8px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 3px 0px 0px 0px;
}

/******************************************************/
/* 5. OWL CAROUSEL */
/******************************************************/

.owl-item {
	z-index: 1
}

.owl-nav {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

.owl-carousel .owl-nav div {
	position: absolute;
	width: 40px;
	height: 40px;
	padding-top: 11px;
	margin-top: -20px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'fontAwesome';
	font-size: 30px;
}

.owl-carousel .owl-nav div.owl-prev {
	border-radius: 0px 50% 50% 0px;
}

.owl-carousel .owl-nav div.owl-next {
	border-radius: 50% 0px 0px 50%;
}

.owl-carousel .owl-prev {
	left: 0px;
}

.owl-carousel .owl-next {
	right: 0px;
}

.owl-carousel .owl-prev:before {
	content: "\f053";
}

.owl-carousel .owl-next:after {
	content: "\f054";
}

.owl-dot {
	display: inline-block;
	margin: 0px 8px;
}

.owl-dot span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #E0E0E0;
	transition: 0.3s linear;
}

.owl-dot.active span, .owl-dot:hover span {
	background-color: #222222;
}

/* headers owl *****************************************/
/*******************************************************/

.headers .owl-item {
	overflow: hidden;
}

/* gallery owl *****************************************/
/*******************************************************/

.owl-gallery {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 3px;
}

.owl-gallery.owl-gallery-img {
	margin: 0px 0px 0px 0px;
}

.gallery-owl {
	float: left;
	width: 100%;
	position: relative;
}

.gallery-owl a {
	color: #FFFFFF !important;
}

.gallery-owl img {
	float: left;
	width: 100%;
	max-width: 100%;
}

.gallery-owl p {
	opacity: 0;
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 10px 20px;
	margin: 0px;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease-out;
}

.gallery-owl:hover p {
	opacity: 1;
	transition: all 0.3s ease-out;
}

/* mailchimp *******************************************/
/*******************************************************/

.mc4wp-form {
	white-space: nowrap;
}

.mc4wp-form input[type=email] {
	height: 50px;
	color: #9F9F9F;
	border-radius: 30px 0px 0px 30px;
	padding-left: 22px;
	transition: all 0.15s;
	border: 2px solid #222222;
	vertical-align: top;
	line-height: normal
}

.mc4wp-form input[type=email] {
	width: 60%;
}

.mc4wp-form input[type=email]:focus {
	border-color: #222222;
	outline: 0;
}

.mc4wp-form input[type=email]::-moz-placeholder {
	color: #AAAAAA;
	opacity: 1;
}

.mc4wp-form input[type=email]:-ms-input-placeholder {
	color: #AAAAAA;
}

.mc4wp-form input[type=email]::-webkit-input-placeholder {
	color: #AAAAAA;
}

.mc4wp-form input[type=submit] {
	width: 40%;
	border-radius: 0px 30px 30px 0px !important;
	vertical-align: top;
	margin-left: -2px;
}

/* contact person **************************************/
/*******************************************************/

.contact-user {
	float: left;
	width: 100%;
	text-align: center;
}

.contact-user h3 {
	width: 100%;
	padding: 13px 20px 10px 20px;
	font-size: 14px !important;
	border-bottom: 3px solid #EEEEEE;
	background: #FAFAFA;
	text-transform: uppercase;
}

.contact-user .contact-person {
	margin: 0px 0px 20px 0px;
}

.contact-user img {
	border-radius: 50%;
	width: 150px !important;
	height: auto;
	margin-top: 10px;
}

.contact-user .person {
	width: 100%;
	display: inline-block;
	padding: 15px 0px 3px 0px;
	font-weight: 700;
	text-transform: uppercase;
	color: #A29581;
}

.contact-user .person-title {
	width: 100%;
	display: inline-block;
}

/******************************************************/
/* 7. MAGNIFIC POPUP */
/******************************************************/

.mfp-iframe-scaler {
	overflow: visible;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: -30px;
	padding: 0px;
	font-family: inherit;
	font-size: 40px;
	font-weight: 300;
	line-height: 0;
}

.mfp-bg {
	background-color: #000000;
}

.mfp-wrap .mfp-content {
	perspective: 1600px;
}

.mfp-wrap .mfp-figure, .mfp-wrap .mfp-iframe-scaler {
	opacity: 0;
	transform-style: preserve-3d;
	transform: rotateX(60deg);
}

.mfp-bg {
	opacity: 0;
	transition: 0.5s;
}

.mfp-wrap .mfp-figure, .mfp-wrap .mfp-iframe-scaler {
	opacity: 0;
	transition: 0.3s ease-in-out;
	transform: rotateX(-60deg);
}

.mfp-bg {
	opacity: 0;
	transition: 0.5s;
}

.mfp-wrap.mfp-ready .mfp-figure, .mfp-wrap.mfp-ready .mfp-iframe-scaler {
	opacity: 1;
	transform: rotateX(0);
}

.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure, .mfp-wrap.mfp-removing .mfp-iframe-scaler {
	opacity: 0;
	transform: rotateX(-60deg);
}

.mfp-removing.mfp-bg {
	opacity: 0;
}

/* bootstrap modal *************************************/
/*******************************************************/

.popup.modal {
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.4)
}

.popup.modal.fade .modal-dialog {
	perspective: 1600px;
}

.popup.modal .modal-content {
	float: left;
	opacity: 0;
	transform-style: preserve-3d;
	transform: rotateX(60deg);
	transition: 0.5s ease-out;
}

.popup.modal.fade.in .modal-content {
	opacity: 1;
	transform: translateZ(0) rotateX(0);
}

.popup.modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 90%;
	margin: 25px auto;
}

.popup.modal .modal-content {
	background-color: #222222;
	padding: 10px 10px 20px;
	border-radius: 0px;
	border: 0px;
}

.popup.modal .modal-header {
	float: left;
	border: 0px;
	padding: 15px 15px 0px 15px;
}

.popup.modal .modal-title {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
}

.popup.modal .modal-header .close {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 15px;
}

.popup.modal .close {
	display: inline-block;
	font-size: 30px;
	font-weight: 100;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: none;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=1);
	transition: all 0.2s linear;
}

.popup.modal .close:hover, .close:focus, .close:active {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=1);
}

.popup.modal .modal-body {
	float: left;
}

.popup.modal .wpcf7 {
	text-align: left;
	margin-top: 0px;
}

.popup.modal .wpcf7 input[type=text], .popup.modal .wpcf7 input[type=email], .popup.modal .wpcf7 input[type=url], .popup.modal .wpcf7 select, .popup.modal .wpcf7 textarea {
	border: 0px;
	color: #686868;
	font-weight: 600;
}

.popup.modal .wpcf7 input[type=submit] {
	width: 100%;
	font-weight: 700;
	color: #FFFFFF;
	border: 2px solid #FFFFFF !important;
	background: none !important;
}

.popup.modal .wpcf7 input[type=submit]:hover {
	color: #686868;
	background: #FFFFFF !important;
}

.popup.modal .wpcf7 div.wpcf7-response-output {
	top: 0px;
	bottom: auto;
}

/******************************************************/
/* 8. FOOTER */
/******************************************************/

footer {
	float: left;
	width: 100%;
}

footer a {
	color: #222222;
}

.footer {
	padding: 40px 0px 40px 0px;
}

.footer .menu {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px
}

.footer.no-profiles .menu {
	float: none;
}

.footer .menu li {
	display: inline-block;
	padding: 0px 15px;
	border-right: 1px solid #CCCCCC;
}

.footer .menu li:last-child {
	border: 0px;
}

/* socialbar *******************************************/
/*******************************************************/

.socialbar {
	float: right;
	width: 100%;
	margin-bottom: 20px;
}

.socialbar a {
	display: inline-block;
	padding: 4px;
	margin: 0px 15px;
	color: #AAAAAA;
}

.socialbar a:hover {
	color: #222222;
}

/* copyright *******************************************/
/*******************************************************/

.copyright {
	text-transform: uppercase;
	font-size: 13px;
	color: #AAAAAA;
	width: 100%;
	margin-top: 60px;
}

.footer.no-profiles .copyright {
	margin-top: 30px;
}

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

/******************************************************/
/* 11. CONTACT FORM 7 */
/******************************************************/

div.wpcf7 {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.wpcf7 .form-field {
	float: left;
	width: 100%;
}

.wpcf7 .formhalf-1, .wpcf7 .formhalf-2 {
	width: 100%;
}

.wpcf7 .form-field label, .wpcf7-quiz-label {
	float: left;
	width: 100%;
	padding: 8px 0px 0px 0px;
	font-weight: 400;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 select, .wpcf7 textarea {
	width: 100%;
	padding: 5px 10px;
	margin-top: 3px;
	height: 38px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.wpcf7 textarea {
	height: 120px;
}

.wpcf7-recaptcha {
	margin-top: 20px;
}

.wpcf7 input[type=submit] {
	margin-top: 30px;
	padding: 0px 42px;
}

div.wpcf7-response-output {
	position: fixed;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9;
	margin: 0px;
	padding: 20px;
	float: left;
	width: 100%;
	border: 0px;
}

div.wpcf7-validation-errors {
	background: #FFD440;
	color: #686868;
}

div.wpcf7-spam-blocked {
	background: #FFB540;
	color: #FFFFFF;
}

div.wpcf7-mail-sent-ok {
	background: #81C62F;
	color: #FFFFFF;
}

.wpcf7-not-valid-tip {
	margin-bottom: -30px;
}

/******************************************************/
/* 12. BLOG */
/******************************************************/

/* breadcrumb ******************************************/
/*******************************************************/

.crumb {
	display: none;
}

.breadcrumb {
	margin: 0px;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 12px;
	background: none;
	color: #999999;
}

.breadcrumb li {
	padding: 0px
}

.breadcrumb a {
	color: #999999;
}

.breadcrumb li:before {
	padding: 0 8px 0 5px;
	color: #CCCCCC;
	content: "/\00a0";
}

.breadcrumb li:first-child:before {
	padding: 0px;
	content: "";
}

/* top menu ********************************************/
/*******************************************************/

.top-menu {
	display: none;
}

.top-menu {
	float: right;
	text-transform: uppercase;
	color: #999999;
	font-size: 12px;
}

.top-menu ul {
	list-style: none;
	margin: 0px;
	padding: 13px 0px 10px 0px;
}

.top-menu ul li {
	float: left;
	position: relative;
	padding: 0px 3px;
}

.top-menu ul li:before {
	padding: 0 5px;
	color: #CCCCCC;
	content: "/\00a0";
}

.top-menu ul li:first-child:before {
	padding: 0px;
	content: "";
}

.top-menu ul li a {
	color: #999999
}

.top-menu ul li a:hover {
	color: #222222
}

/* page ************************************************/
/*******************************************************/

.content .page {
	float: left;
	width: 100%;
	margin: 40px 0px;
}

.page-thumbnail {
	float: left;
	width: 100%;
	padding: 40px 0px 40px 0px;
}

.page-thumbnail img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.page-thumbnail img {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

.page-thumbnail h3 {
	margin-top: 0px !important;
}

.page-content {
	float: left;
	width: 100%;
	padding: 30px 0px 40px 0px;
	line-height: 1.75em;
	font-size: 16px;
}

.page-content.p-full {
	width: 100%;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

/* post ************************************************/
/*******************************************************/

.content .post {
	float: left;
	width: 100%;
	margin: 40px 0px;
}

.content .post article {
	position: relative;
	float: left;
	width: 100%;
}

.post-thumbnail {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 2px;
	overflow: hidden;
}

.visual.visual-right .post-thumbnail {
	float: right
}

.post-thumb {
	float: left;
	position: relative;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
}

.visual .post-thumb .post-thumbnail {
	width: 100%;
}

.visual .post-thumb .post-thumbnail img {
	width: 100%;
}

.visual.visual-right .post-thumb {
	float: right
}

.masonry .post-thumbnail, .masonry .post-thumb {
	margin-bottom: 0px;
}

.post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.post-thumbnail img {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

.masonry .post-thumbnail {
	border-radius: 0px;
}

.post-thumbnail.quote {
	padding: 35px 30px 35px 30px;
	font-size: 26px;
}

.post-thumbnail.quote span {
	display: block;
	padding-top: 15px;
	font-size: 13px;
	color: #AAAAAA;
}

.post-thumbnail.quote i {
	position: absolute;
	right: 35px;
	bottom: 30px;
	color: #EEEEEE;
}

.post-thumbnail.link {
	padding: 35px 30px 35px 30px;
	font-size: 26px;
}

.post-thumbnail.link span {
	display: block;
	padding-top: 15px;
	font-size: 13px;
	color: #AAAAAA;
}

.post-thumbnail.link i {
	position: absolute;
	right: 35px;
	bottom: 30px;
	color: #EEEEEE;
}

.post-content {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	line-height: 1.75em;
	font-size: 15px;
}

.post-format-link {
	float: left;
	width: 100%;
	text-align: center;
	background: #E5E5E5;
	background: radial-gradient(ellipse at center, #FFFFFF 0%, #E8E8E8 100%);
}

.post-format-link {
	float: left;
	width: 100%;
	padding: 40px 30px;
}

.post-format-link .fa {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	padding-top: 17px;
	border-radius: 50%;
	background: #222222;
	color: #FFFFFF;
	font-size: 30px;
	transition: all 0.55s;
}

.post-format-link div {
	margin-top: 20px;
	font-size: 17px;
}

.post-format-link div span {
	display: block;
	padding-top: 15px;
	font-size: 14px;
	color: #AAAAAA;
}

.post-format-link a:hover .fa {
	background: #FFFFFF !important;
	color: #222222;
	transition: all 0.55s;
}

.post-format-link a:hover span {
	text-decoration: underline;
}

.post-format-quote {
	float: left;
	width: 100%;
	padding: 40px 30px;
	text-align: center;
	background: #E5E5E5;
	background: radial-gradient(ellipse at center, #FFFFFF 0%, #E8E8E8 100%);
}

.post-format-quote .fa {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	padding-top: 17px;
	border-radius: 50%;
	background: #222222;
	color: #FFFFFF;
	font-size: 30px;
	transition: all 0.55s;
}

.post-format-quote div {
	margin-top: 20px;
	font-size: 17px;
}

.post-format-quote div span {
	display: block;
	padding-top: 15px;
	font-size: 14px;
	color: #AAAAAA;
}

.content .post h1, .content .page h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	color: #c4c4c4;
}

.content .post h2, .content .page h2 {
	font-size: 22px;
	clear: both;
}

.content .post .page-header, .content .page .page-header {
	margin: 0px 0px 25px 0px;
}

.content .post .page-header {
	float: left;
	width: 100%;
}

.content .post .page-header h2, .content .page .page-header h2 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 400;
	color: #222222;
	margin-top: 0px;
}

.post-list-category {
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	width: 100%;
}

.post-list-category a {
	margin: 0px 10px 10px 0px;
}

.post-list-category a:before {
	content: '#';
}

/* post header *****************************************/
/*******************************************************/

.post-header {
	position: relative;
	padding: 140px 0px 90px 0px;
	background-color: #222222;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.post-header.round-bottom {
	padding: 140px 0px 100px 0px;
}

.post-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}

.post-header .row {
	margin: 0px;
}

.post-header h1 {
	position: relative;
	color: #FFFFFF;
	z-index: 1;
	font-size: 28px;
	font-weight: 700;
}

.post-header p {
	position: relative;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 21px;
	z-index: 1;
}

.post .publisher {
	display: none;
}

.post-video {
	float: left;
	width: 100%;
	margin: 20px 0px 40px 0px;
	padding: 35px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.post-button {
	padding: 11px 42px !important;
	margin: 0px 20px 20px 0px;
}

.post-listing {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 55px;
	border-bottom: 1px solid #EEEEEE;
	background: #FFFFFF
}

.visual .post-listing {
	padding-bottom: 55px;
}

.post-listing h2 {
	font-size: 22px !important;
	line-height: 31px;
	font-weight: 400 !important;
	margin-top: 3px !important;
}

/* archive header **************************************/
/*******************************************************/

.archive-header {
	background: none;
	padding: 30px 0px 0px 0px;
}

.masonry .archive-header {
	text-align: center;
}

.archive-header h1, .archive-header h2 {
	float: left;
	width: 100%;
	font-size: 28px;
	line-height: 1.3;
	margin: 0px 0px 20px 0px;
	color: #222222;
	font-weight: 100
}

.archive-header p {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #909090;
}

.masonry .archive-header p {
	text-align: center;
}

/* read more *******************************************/
/*******************************************************/

.read-more {
	position: relative;
}

.read-more a {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translate(-50%, -50%);
	float: left;
	background: #FFFFFF;
	padding: 2px 15px;
	border: 1px solid #EEEEEE;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.visual .read-more a {
	position: static;
	transform: none;
}

.read-more a:hover {
	background: #A29581;
	border: 1px solid #A29581;
	color: #FFFFFF
}

/* wpcontent *******************************************/
/*******************************************************/

.wpcontent {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
}

.wpcontent.showtop {
	margin-bottom: 40px;
}

.wpcontent.showbottom {
	margin-top: 30px;
}

/* pagination ******************************************/
/*******************************************************/

.masonry .custom-pagination {
	text-align: center;
	margin: 20px 0px 40px 0px;
}

.custom-pagination {
	float: left;
	width: 100%;
	margin: 20px 0px 40px 0px;
}

.custom-pagination span, .custom-pagination a {
	display: inline-block;
	padding: 2px 10px;
}

.custom-pagination a {
	background-color: #F5F5F5;
}

.custom-pagination a:hover {
	color: #FFFFFF;
	background-color: #fabe5f;
}

.custom-pagination span.page-num {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
}

.custom-pagination a, .custom-pagination span.current {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 5px 0px;
	margin: 0px 3px;
	text-align: center;
}

.custom-pagination span.dots {
	padding: 0;
	color: gainsboro;
}

.custom-pagination span.current {
	background-color: #fabe5f;
	color: #FFFFFF;
}

.post-navigation {
	margin-top: 20px;
	padding: 20px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.post-navigation span {
	padding: 0px 10px;
}

/* category teaser *************************************/
/*******************************************************/

.cat-teaser-wrapper {
	margin: 0px -20px;
}

.cat-teaser-box {
	padding: 0px 20px;
}

.cat-teaser-img {
	float: left;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 2px;
}

.cat-teaser-img:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5)
}

.cat-teaser-content {
	float: left;
	width: 100%;
	margin: 0px 0px 50px 0px;
}

.cat-teaser-img:hover .hover {
	bottom: 0%;
	opacity: 1;
	transition: all 0.5s;
}

.cat-teaser-box .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
}

.cat-teaser-box .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 100px
}

/* masonry grid ****************************************/
/*******************************************************/

.grid {
	float: left;
	width: 100%;
}

/*.grid .grid-sizer, .grid .grid-item {width:30%}
.grid .gutter-sizer {width:5%} --- > managed by wp settings */
.grid .grid-item {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.grid .grid-item .post-content {
	padding: 30px 30px 30px 30px;
}

.grid .grid-item h2 {
	font-size: 22px;
	font-weight: 400 !important;
	margin-top: 0px !important;
}

.grid .grid-item .blog-post-meta {
	margin: 20px 0px 0px 0px;
	text-align: center;
}

.grid .grid-item .blog-post-metabox {
	float: none;
	display: inline-block;
	padding: 10px 10px;
	border: 0px;
}

.grid .grid-item .blog-post-metabox:first-child {
	padding: 10px 10px;
}

.grid .grid-item .blog-post-metabox span {
	display: table-cell;
	padding-left: 10px;
}

.grid .grid-item .blog-post-meta-icon i {
	display: table-cell;
	font-size: 20px;
	vertical-align: middle;
	color: #DDDDDD;
}

.grid .grid-item .blog-post-metabox img.avatar {
	width: 30px;
	height: 30px;
}

.grid .grid-item .blog-post-metabox.meta-cats {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	padding: 3px 10px 0px 10px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	color: #FFFFFF;
}

.grid .grid-item .blog-post-metabox.meta-cats a {
	color: #FFFFFF;
}

.grid .grid-item .blog-post-metabox.meta-cats .blog-post-meta-icon {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.grid .grid-item .blog-post-metabox.meta-cats .blog-post-meta-icon i {
	font-size: 13px;
}

.grid .grid-item .post-thumbnail:hover .hover {
	bottom: 0%;
	opacity: 1;
	transition: all 0.5s;
}

.grid .owl-gallery {
	padding: 0px;
	border: 0px;
}

/* post grid *******************************************/
/*******************************************************/

.post-grid {
	float: left;
	width: 100%;
	margin-top: -40px;
	margin-bottom: 40px;
}

.post-grid .grid-item {
	float: left;
	margin-bottom: 0px;
	border-bottom: 1px solid #EEEEEE;
	box-shadow: none;
	padding: 20px 0px 0px 0px;
	position: relative;
}

.post-grid .grid-item .post-thumbnail, .post-grid .grid-item .owl-gallery {
	margin-bottom: 30px;
}

.post-grid .grid-item .post-content {
	padding: 0px 0px 20px 0px;
}

.post-grid .blog-post-meta {
	position: absolute;
	right: 0px;
	bottom: 20px;
	left: 0px;
}

.post-grid .ribbon {
	top: 20px;
}

.post-grid .quote, .post-grid .link {
	background: #E5E5E5;
	background: radial-gradient(ellipse at center, #FFFFFF 0%, #E8E8E8 100%);
}

/* attachment page *************************************/
/*******************************************************/

body.attachment-page {
	padding: 0px !important;
	background: none !important
}

.attachment-page .topbar, .attachment-page header, .attachment-page .map-content, .attachment-page .footer-sidebar, .attachment-page .instagram-footerbar, .attachment-page .contact, .attachment-page .footer {
	display: none;
}

.attachment-page .attach-right {
	width: 100%;
	padding: 30px;
	border-left: 1px solid #CCCCCC;
	overflow-y: auto;
}

.attachment-page .attach-right h1 {
	font-size: 22px;
	padding: 20px 0px;
	margin-bottom: 0px;
}

.attachment-page .attach-right .attach-nav {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 30px;
}

.attachment-page .attach-right .comments-area {
	border: 0px solid #EEEEEE;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

.attachment-page .attach-right .comment-list li {
	margin: 0px 0px 30px 0px;
}

.attachment-page .attach-right .comment-respond {
	margin-bottom: 0px;
}

.attachment-page .attach-right .comments-area input {
	width: 100% !important;
}

.attachment-page .attach-image {
	padding: 20px 0px;
	overflow-y: auto;
	background: #000000;
	text-align: center;
	color: #AAAAAA;
}

.attachment-page .attach-image {
	background: #3D3D3D;
	background: radial-gradient(ellipse at center, #3D3D3D 0%, #000000 100%);
}

.attachment-page .attach-image .attachment-image {
	margin: 0 auto;
	width: 80%;
}

.attachment-page .attach-image .attachment-image img {
	max-width: 100%;
	height: auto;
}

.attachment-page .attach-image .attachment-image p {
	margin-top: 20px;
}

.attachment-page .attach-image .postbar {
	text-align: center;
}

.attachment-page .attach-image .social-postbar {
	width: auto;
	float: none;
	margin-bottom: 30px;
	text-align: center;
}

.attachment-page .attach-image h1 {
	color: #FFFFFF;
	font-size: 18px;
	padding: 20px 0px;
	margin-bottom: 10px;
}

.attachment-page .attach-bottom {
	margin: 60px 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #686868;
}

.attachment-page .attach-bottom a {
	color: #686868;
}

.attachment-page .attach-bottom .menu {
	float: none;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 5px 0px
}

.attachment-page .attach-bottom .menu li {
	display: inline-block;
	padding: 0px 15px;
	border-right: 1px solid #686868;
}

.attachment-page .attach-bottom .menu li:last-child {
	border: 0px;
}

.attachment-page .copyright {
	margin: 0px;
	color: #686868;
	font-size: 12px;
}

/* social share bar ************************************/
/*******************************************************/

.social-share-bar {
	position: fixed;
	z-index: 2;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
}

.social-share-bar-content {
	background: #FFFFFF;
	padding: 8px;
	box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2);
	font-size: 0px;
}

.social-share-bar a {
	display: inline-block;
	width: 14%;
	height: 32px;
	padding: 8px 0px;
	margin: 0px 1%;
	font-size: 16px;
	color: #AAAAAA;
	border-radius: 3px;
	background: #EEEEEE;
}

.social-share-bar a:hover, .social-share-bar.colored a {
	color: #FFFFFF !important;
}

.social-share-bar a.fa-facebook:hover, .social-share-bar.colored a.fa-facebook {
	background: #3C5A96;
}

.social-share-bar a.fa-google-plus:hover, .social-share-bar.colored a.fa-google-plus {
	background: #DA4B3E;
}

.social-share-bar a.fa-pinterest-p:hover, .social-share-bar.colored a.fa-pinterest-p {
	background: #BB0F23;
}

.social-share-bar a.fa-twitter:hover, .social-share-bar.colored a.fa-twitter {
	background: #2AA2EF;
}

.social-share-bar a.whatsapp:hover, .social-share-bar.colored a.fa-whatsapp {
	background: #50B25A;
}

.social-share-bar a.fa-envelope-o:hover, .social-share-bar.colored a.fa-envelope-o {
	background: #AAAAAA;
}

/* pin button ******************************************/
/*******************************************************/

.pin-button {
	position: absolute;
	top: 30px;
	left: 30px;
	background: #222222;
	color: #FFFFFF;
	font-weight: 700;
	padding: 5px 13px;
	border-radius: 5px;
}

.pin-button .fa {
	color: #FFFFFF;
}

.pin-button span {
	padding-left: 8px;
}

.pin-button:hover {
	background: #FFFFFF;
	color: #222222 !important;
}

.pin-button:hover .fa {
	color: #222222;
}
.pin-button.animated.slideInDown{
	display: none;
}

/* postbar *********************************************/
/*******************************************************/

.postbar {
	float: left;
	width: 100%;
	margin: 30px 0px;
	text-transform: uppercase;
	font-size: 13px;
}

.social-postbar {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.social-postbar-label {
	display: inline-block;
	width: 100%;
}

.social-postbar a {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 8px 0px;
	margin: 5px 8px 5px 0px;
	font-size: 18px;
	color: #AAAAAA;
	border-radius: 50%;
	text-align: center;
}

.social-postbar a:hover {
	background: #222222;
	color: #FFFFFF;
}

.tags-postbar {
	float: right;
	width: 100%;
	text-align: center;
}

.tags-postbar-label {
	display: inline-block;
	width: 100%;
}

.tags-postbar a {
	display: inline-block;
	padding: 3px 8px;
	margin: 5px 5px 5px 5px;
	background: #FAFAFA;
	color: #888888;
}

/* like button *****************************************/
/*******************************************************/

.like-button {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.like-button-wrapper {
	position: relative;
	width: 100%;
	padding: 0px 15px;
}

.like-btn {
	position: relative;
	display: inline-block;
	z-index: 1;
	background: #FFFFFF;
	border: 0px;
}

.like-btn:focus {
	outline: none;
}

.like-button-wrapper:before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0px;
	width: 45%;
	border-bottom: 1px solid #EEEEEE;
	height: 1px;
}

.like-button-wrapper:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 0px;
	width: 45%;
	border-bottom: 1px solid #EEEEEE;
	height: 1px;
}

.like-btn .fa {
	display: block;
	background: none;
	border: 0px;
	font-size: 30px;
	color: #222222;
}

.like-btn-content {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 10px;
	color: #888888;
}

/* post rating *****************************************/
/*******************************************************/

.post-rating {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.post-rating-stars {
	width: 100%;
	position: relative;
	display: inline-block;
}

.post-rating-stars-wrapper {
	position: relative;
	display: inline-block;
	z-index: 1;
	background: #FFFFFF;
	padding: 0px 4px;
}

.post-rating-stars:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0px;
	width: 35%;
	border-bottom: 1px solid #EEEEEE;
	height: 1px;
}

.post-rating-stars:after {
	content: "";
	position: absolute;
	top: 16px;
	right: 0px;
	width: 35%;
	border-bottom: 1px solid #EEEEEE;
	height: 1px;
}

.post-rating-stars .fa {
	color: #D2D2D2;
	font-size: 30px;
}

.post-rating-stars.has-votes .fa {
	color: #A29581;
}

.post-rating-stars-wrapper a:hover .fa {
	color: #A29581;
}

.post-rating-stars-wrapper a {
	position: relative;
	z-index: 1;
	padding: 0px 3px;
}

.post-rating-stars-wrapper:hover .fa, .post-rating-stars-wrapper.is-voted .fa {
	color: #A29581;
}

.post-rating-stars-wrapper > a:hover ~ a .fa {
	color: #E4E4E4;
}

.post-rating-stars-wrapper a:active .fa {
	color: #ED9967;
}

.post-rating-content {
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 10px;
	color: #888888;
}

.post-rating-content span {
	padding: 0px 2px;
}

.post-rating-content .rating-title {
	display: none;
}

.post-rating[data-tooltip]:hover:before {
	position: absolute;
	left: 50%;
	bottom: 85px;
	width: 160px;
	margin-left: -80px;
	padding: 6px;
	font-size: 12px;
	content: attr(data-tooltip);
	text-align: center;
	background: #EEEEEE;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.post-rating[data-tooltip]:hover:after {
	position: absolute;
	top: -4px;
	left: 50%;
	content: "";
	width: 0;
	height: 0;
	border: solid transparent;
	pointer-events: none;
	margin-left: -12px;
	border-top-color: #EEEEEE;
	border-width: 12px;
}

.post-rating-layer {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.7);
}

.post-rating-stars:hover .post-rating-layer {
	display: none;
}

/* wp post images **************************************/
/*******************************************************/

img.size-large {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 30px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.p-img-spacer img.size-large, figure.wp-caption.aligncenter img.size-large {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* extra class for alignnone, aligncenter images */
.p-img-spacer {
	margin: 30px 0px 30px 0px;
	padding: 30px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.p-img-spacer.center {
	text-align: center
}

.p-img-spacer img {
	height: auto
}

img.alignleft {
	float: left;
	height: auto;
	padding-right: 30px;
	margin: 10px 30px 30px 0px;
	border-right: 1px solid #EEEEEE;
}

img.alignright {
	float: right;
	height: auto;
	padding-left: 30px;
	margin: 10px 0px 30px 30px;
	border-left: 1px solid #EEEEEE;
}

/* wp-caption ******************************************/
/*******************************************************/

.wp-caption {
	position: relative;
}

.wp-caption.alignnone img {
	float: left;
	width: 100%;
	height: auto;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.wp-caption.aligncenter {
	float: left;
	width: 100% !important;
	margin: 5px 0px 30px 0px;
	padding: 30px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.wp-caption.alignleft img {
	float: left;
	width: 100%;
	height: auto;
}

.wp-caption.alignright img {
	float: right;
	width: 100%;
	height: auto;
}

.wp-caption.alignnone {
	float: left;
	width: 100% !important;
	margin: 5px 0px 30px 0px;
	padding: 30px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.wp-caption.alignleft {
	float: left;
	width: 100%;
	margin: 7px 30px 30px 0px;
}

.wp-caption.alignright {
	float: right;
	width: 100%;
	margin: 7px 0px 30px 30px;
}

.gallery-item .wp-caption-text, .gallery-caption {
	opacity: 0;
	position: absolute;
	right: 8px;
	bottom: 8px;
	left: 8px;
	float: left;
	padding: 4px 16px;
	background: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	transition: all 0.3s ease-out;
}

.wp-caption-text {
	float: left;
	width: 100%;
	padding: 8px 0px 0px 0px;
	font-size: 11px;
	color: #999999;
	text-transform: uppercase
}

.gallery-item .wp-caption-text {
	text-transform: none;
	width: auto
}

.wp-caption.alignnone .wp-caption-text {
	right: 0px;
	bottom: 30px;
	left: 0px;
}

.wp-caption.alignleft .wp-caption-text {
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding-right: 30px
}

.gallery-item .wp-caption.alignleft .wp-caption-text {
	padding-right: 0px
}

.wp-caption.alignright .wp-caption-text {
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding-left: 30px
}

.gallery-item .wp-caption.alignright .wp-caption-text {
	padding-left: 0px
}

.wp-caption:hover .wp-caption-text, .gallery-item:hover .wp-caption-text {
	opacity: 1;
	transition: all 0.3s ease-out;
}

.wp-caption-text span {
	position: relative;
	padding-left: 25px;
	line-height: 1.7em;
	display: inline-block;
}

.gallery-item .wp-caption-text span {
	display: inline;
	padding-left: 0px;
}

.wp-caption-text span:before {
	font-family: 'fontAwesome';
	content: "\f03e";
	position: absolute;
	top: 0px;
	left: 0px;
	color: #D4D4D4;
	font-size: 13px;
}

.gallery-item .wp-caption-text span:before {
	content: none;
}

/* wp gallery ******************************************/
/*******************************************************/

.gallery {
	float: left;
	width: 100%;
	margin: 20px 0px 40px 0px;
	padding: 20px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	position: relative;
	float: left;
	padding: 0.5em;
}

.gallery-item:hover .wp-.gallery-owl p-text {
	opacity: 1;
	transition: all 0.3s ease-out;
}

.gallery-item img {
	width: 100%;
	height: auto;
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.gallery-icon {
	position: relative;
	overflow: hidden;
}

.gallery-item:hover .gallery-icon a:before {
	top: 10px;
	right: 10px;
	transition: all 0.3s ease-out;
}

.gallery-icon a:before {
	content: '+';
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.7;
	position: absolute;
	top: -40px;
	right: -40px;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	transition: all 0.3s ease-out;
}

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

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/* glossary ********************************************/
/*******************************************************/

ul.glossary-index {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px
}

ul.glossary-index li {
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	text-align: center;
	background-color: #F5F5F5;
	overflow: hidden;
}

ul.glossary-index li.no-item {
	padding: 5px 0px;
	color: #AAAAAA;
}

ul.glossary-index a {
	float: left;
	width: 32px;
	height: 32px;
	padding: 5px 0px;
}

ul.glossary-index li a:hover {
	background-color: #222222;
	color: #FFFFFF;
}

ul.glossary-content {
	float: left;
	margin: 20px 0px;
	font-size: 16px;
	line-height: 26px;
	list-style: none;
	padding: 0px
}

ul.glossary-content li {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 0px;
	margin: 0px;
	border-top: 1px solid #EEEEEE;
}

ul.glossary-content li.glossary-image {
	min-height: 95px;
	padding: 20px 0px 20px 75px;
}

ul.glossary-content li a {
	display: block;
	font-weight: 600;
}

ul.glossary-content li a.read-more {
	font-weight: 400;
}

ul.glossary-content .glossary-heading {
	display: block;
	margin-top: 20px;
	font-size: 40px;
	border: 0px;
}

ul.glossary-content img, ul.glossary-content .no-thumb {
	position: absolute;
	top: 26px;
	left: 0px;
	width: 55px;
	height: 55px;
}

ul.glossary-content .glossary-excerpt {
	margin-top: 5px;
}

ul.glossary-content .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
}

ul.glossary-content .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px
}

/* sitemap *********************************************/
/*******************************************************/

ul.sitemap-index {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 40px;
	list-style: none;
	padding: 0px
}

ul.sitemap-index li {
	float: left;
	height: 32px;
	border-radius: 5px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	text-align: center;
	background-color: #F5F5F5;
	overflow: hidden;
}

ul.sitemap-index li.no-item {
	padding: 5px 0px;
	color: #AAAAAA;
}

ul.sitemap-index a {
	float: left;
	height: 32px;
	padding: 5px 15px;
}

ul.sitemap-index li a:hover {
	background-color: #222222;
	color: #FFFFFF;
}

.sitemap img {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 55px;
	height: 55px;
}

.sitemap h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

.sitemap ul {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	list-style: none;
	padding: 0px
}

.sitemap ul ul {
	margin: 5px 0px 30px 0px;
}

.sitemap ul.cat-ul {
	margin: 0px;
}

.sitemap li {
	float: left;
	width: 100%;
	padding: 5px 0px 5px 0px;
}

.sitemap li.has-thumbnail {
	position: relative;
	float: left;
	width: 100%;
	min-height: 95px;
	padding: 20px 0px 20px 75px;
	margin: 0px;
	border-bottom: 1px solid #EEEEEE;
}

.sitemap li.has-thumbnail:last-child {
	border-bottom: 0px;
}

.sitemap li img, .sitemap li .no-thumb {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 55px;
	height: 55px;
}

.sitemap li.has-thumbnail {
	display: table;
}

.sitemap li.has-thumbnail span {
	display: table-cell;
	vertical-align: middle;
}

.sitemap .sitemap-exerpt {
	margin-top: 5px;
}

.sitemap .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
}

.sitemap .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px
}

/* author bio ******************************************/
/*******************************************************/

.author-info {
	float: left;
	width: 100%;
	position: relative;
	min-height: 133px;
	margin: 30px 0px 0px 0px;
	padding: 30px;
	background: #FAFAFA;
	border-radius: 3px;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center
}

.author-heading {
	position: absolute;
	top: 26px;
	left: 30px;
	right: 30px;
	font-weight: 300;
	font-size: 10px;
	text-align: center;
	display: none;
}

.author-user {
	margin-bottom: 20px;
	text-align: center;
}

.author-user .avatar {
	width: 30%;
	height: auto
}

.author-description p {
	margin: 0px;
}

/* metabox *********************************************/
/*******************************************************/

.blog-post-meta a {
	color: #222222;
}

.blog-post-meta {
	display: none;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
}

.blog-post-metabox {
	display: none;
	position: relative;
	padding: 10px 20px;
	border-left: 1px solid #EEEEEE;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
}

.blog-post-metabox:first-child {
	padding: 10px 30px 10px 0px;
	border: 0px;
}

.blog-post-metabox:before {
	content: "";
	display: table;
}

.blog-post-meta-icon i {
	color: #EEEEEE;
	font-size: 26px;
}

.blog-post-meta-icon {
	display: table-cell;
	vertical-align: middle;
}

.blog-post-meta-content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 120px;
	white-space: nowrap;
}

.visual .blog-post-meta {
	margin: 0px;
}

.visual .has-thumb .blog-post-meta {
	margin: 0px;
	text-align: center;
}

.visual .blog-post-metabox {
	float: none;
	display: inline-block;
	border: 0px;
}

.visual .has-thumb .blog-post-metabox {
	padding: 10px 10px;
}

.visual .blog-post-metabox:first-child {
	padding: 10px 10px 10px 0px;
}

.visual .blog-post-metabox span {
	display: table-cell;
	padding-left: 10px;
}

.visual .blog-post-meta-icon i {
	display: table-cell;
	font-size: 20px;
	vertical-align: middle;
	color: #DDDDDD;
}

.visual .blog-post-metabox img.avatar {
	width: 30px;
	height: 30px;
}

/* search form *****************************************/
/*******************************************************/

.search-form {
	float: left;
	width: 100%;
	white-space: nowrap;
	position: relative;
}

.search-form label {
	float: left;
}

.search-form input[type=search] {
	height: 50px;
	color: #1e0925;
	padding-left: 22px;
	transition: all 0.15s;
	vertical-align: top;
}

.search-form input[type=search] {
	width: 300px;
}

.search-form input[type=search]:focus {
	border-color: #fabe5f;
	outline: 0;
}

.search-form input[type=search]::-moz-placeholder {
	color: #AAAAAA;
	opacity: 1;
}

.search-form input[type=search]:-ms-input-placeholder {
	color: #AAAAAA;
}

.search-form input[type=search]::-webkit-input-placeholder {
	color: #AAAAAA;
}

.search-form input[type=submit] {
	border-radius: 0px !important;
	vertical-align: top;
	margin-left: -2px;
}

/* grouped posts ***************************************/
/*******************************************************/

.grouped-posts {
	float: left;
	width: 100%;
}

.grouped-posts h2 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 30px 0px !important;
	font-weight: 400 !important;
}

.grouped-post-box .row {
	margin: 0px -15px 0px -15px;
}

.grouped-post-box .grouped-post-box-item {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.grouped-post-box .grouped-post-box-item h3 {
	font-weight: 500;
	margin: 20px 0px 10px 0px !important;
	font-size: 18px
}

.grouped-post-box-item-img {
	display: block;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.grouped-post-box .grouped-post-box-item.col-md-12 .grouped-post-box-item-img,
.grouped-post-box .grouped-post-box-item.col-md-6 .grouped-post-box-item-img,
.grouped-post-box .grouped-post-box-item.col-md-4 .grouped-post-box-item-img,
.grouped-post-box .grouped-post-box-item.col-md-3 .grouped-post-box-item-img {
	height: 150px;
}

.grouped-post-box-item-img:hover .hover {
	bottom: 0px;
	opacity: 1;
	transition: all 0.5s;
}

.grouped-post-box-item-img .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
}

.grouped-post-box-item-img .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 60px
}

/* related posts ***************************************/
/*******************************************************/

.related-posts {
	float: left;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
}

.related-list {
	list-style: none;
	padding: 0px;
	margin: 0px -10px;
	text-align: center;
}

.related-list li {
	width: 100%;
	display: inline-block;
	padding: 0px 10px 20px 10px;
	margin-right: -4px;
	vertical-align: top;
}

.related-list li img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}

.related-posts a:hover .hover {
	bottom: 0%;
	opacity: 1;
	transition: all 0.5s;
	z-index: 2
}

.related-posts .hover-box {
	position: relative;
	background-color: #A29581;
	background-size: cover;
	padding: 50px 0px
}

.related-posts .hover-box:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.related-posts .hover-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}

.related-content-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.related-content-inner div {
	display: table-cell;
	vertical-align: middle;
}

.related-content {
	position: absolute;
	top: 0px;
	right: 40px;
	bottom: 0px;
	left: 40px;
	z-index: 2;
}

.related-category {
	position: relative;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
}

.related-category:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -30px;
	width: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.6)
}

.related-category:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -30px;
	width: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.6)
}

.related-title {
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}

/* single post navigation ******************************/
/*******************************************************/

.single-post-navigation {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #EEEEEE
}

.single-post-navigation .post-nav-title {
	width: 80%;
	padding: 10px 20px;
	display: inline-block;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-post-navigation a {
	width: 46%;
	white-space: nowrap;
}

.single-post-navigation a.next {
	float: left;
}

.single-post-navigation a.prev {
	float: right;
	text-align: right;
}

.single-post-navigation a span {
	display: inline-block;
	vertical-align: middle;
}

.single-post-navigation a figure {
	display: inline-block;
	vertical-align: middle;
}

.single-post-navigation img {
	display: none;
}

.single-post-navigation .thumb {
	display: none;
}

.single-post-navigation .fa {
	color: #222222;
}
img.attachment-full.size-full.wp-post-image{
	margin-bottom: 36px;
	margin-top: 5px;
}

/* comments ********************************************/
/*******************************************************/

.comments-title {
	margin-top: 45px !important;
}

.comments-area {
	float: left;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	margin: 20px 0px 0px 0px;
}

.comments-area ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.comment-respond, .entry-pings, .entry-comments {
	color: #444444;
	padding: 0px 0px 40px 0px;
}

.comment-respond {
	margin: 20px 0px;
	float: left;
	width: 100%
}

.comment-metadata {
	display: none;
	position: absolute;
	top: 18px;
	right: 18px;
	font-weight: 600;
	font-size: 10px;
}

.comment-metadata a {
	color: #888888;
}

.comment-metadata .edit-link {
	display: none;
}

.comment-meta {
	text-transform: uppercase;
}

.comment-meta .fn {
	margin-left: 10px;
	color: #ADAEB3;
}

.comment-content {
	float: left;
	width: 100%;
	margin: 10px 0px;
	line-height: 23px;
}

.comment-content p:last-child {
	margin: 0px
}

.comment-content li {
	padding: 2px 0px 2px 10px !important;
	float: none !important
}

.comment-content ol {
	padding: 0px 0px 0px 24px !important;
	list-style: decimal-leading-zero !important
}

.comment-list li {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 10px 10px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
}

.comment-list li li .comment-metadata {
	right: 0px;
}

.comment-list .even.comment {
	background: #FFFFFF;
}

.comment-list .odd.comment {
	background: #FAFAFA;
}

.comment-list .children {
	margin-top: 20px;
}

.comment-list .avatar {
	width: 30px;
	height: 30px
}

.comment-body {
	float: none !important
}

.comment-respond {
	margin: 46px 0px 20px 0px;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"], .comment-respond textarea {
	width: 100%;
	padding: 5px 10px;
	margin-top: 3px;
	height: 38px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.bypostauthor {
	border-left: 3px solid #222222;
}

.comment-respond textarea {
	height: auto;
}

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

.comment-reply-link {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 15px;
	font-size: 11px;
	padding: 4px 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.comment-reply-link:hover {
	background: #222222;
	color: #FFFFFF;
}

#comments input[type=submit] {
	margin-top: 15px;
	padding: 0px 42px;
}

/* tab menu ********************************************/
/*******************************************************/

ul.nav-tabs {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

ul.nav-tabs li {
	margin: 0px 0px -1px 0px;
	padding: 0px
}

.tab-content {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.tab-content p {
	margin-top: 10px;
}

/* accordion *******************************************/
/*******************************************************/

.panel-group {
	float: left;
	width: 100%;
	margin: 0px 0px 50px 0px;
}

.panel-group a {
	display: block;
}

/* toggle menu *****************************************/
/*******************************************************/

.toggle-menu a .fa {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #222222;
	width: 18px;
	height: 18px;
	color: #FFFFFF;
	text-align: center;
}

.toggle-menu a .fa:before {
	font-size: 10px;
	vertical-align: middle
}

.toggle-menu a .fa.fa-plus {
	display: inline-block;
}

.toggle-menu a .fa.fa-minus {
	display: none;
}

.toggle-menu a.collapsed .fa.fa-plus {
	display: none;
}

.toggle-menu a.collapsed .fa.fa-minus {
	display: inline-block;
}

.toggle-menu .panel {
	border: 0px;
	box-shadow: none;
	margin-top: -1px !important;
}

.toggle-menu .panel-heading {
	padding: 10px 15px 10px 45px;
	position: relative;
	background: none;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 0px;
	font-weight: 600;
}

.toggle-menu .panel-heading:hover {
	background: #FAFAFA
}

.toggle-menu .panel-body {
	border: 0px !important
}

/* alert ***********************************************/
/*******************************************************/

.alert {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

/* columns *********************************************/
/*******************************************************/

.post-column {
	float: left;
	margin: 0px -20px 30px -20px;
}

.col-2, .col-3, .col-4 {
	float: left;
	width: 100%;
	padding: 0px 25px;
	margin-bottom: 30px
}

.col-2:last-child, .col-3:last-child, .col-4:last-child {
	margin-bottom: 0px
}

/* sidebar *********************************************/
/*******************************************************/

.has-sidebar {
	padding: 0px;
}

.sidebar {
	float: left;
	padding: 0px;
	margin-top: 45px;
	width: 100%
}

.sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}

.sidebar li {
	padding: 0px
}

.sidebar-right {
	float: right
}

/* widget **********************************************/
/*******************************************************/

.widget {
	float: left;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

.widget-title {
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	background: #222222
}

.widget-title:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: " ";
	pointer-events: none;
	margin-left: -8px;
	border-top-color: #222222;
	border-width: 8px;
}

.widget-meta {
	white-space: nowrap;
	margin-right: 10px;
	font-weight: 600
}

.widget-meta .fa {
	margin: 0px 3px 0px 0px;
	color: #B5B5B5;
}

.widget select {
	width: 100%;
	height: 38px;
	border-radius: 40px;
	border: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 13px;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.06);
	background: #FFFFFF
}

/* banner widget ***************************************/
/*******************************************************/

.banner-widget {
	position: relative;
	float: left;
	width: 100%
}

.banner-widget img {
	float: left;
	width: 100%;
	height: auto
}

.banner-widget-layer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 3px 8px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 3px 0px 0px 0px;
}

.banner-widget-content {
	margin-top: 15px
}

/* search widget ***************************************/
/*******************************************************/

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

.widget_search .widget-title {
	display: none;
}

.widget_search .search-form label {
	width: 100%;
}

.widget_search .search-form .search-field {
	width: 100% !important;
	height: 43px !important;
	border: 2px solid #a7003f !important;
	font-weight: 400;
	font-size: 13px;
}

.widget_search .search-form .search-submit {
	display: none;
}
.search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a7003f;
	opacity: 1; /* Firefox */
}

.search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a7003f;
}

.search-field:-ms-input-placeholder { /* Microsoft Edge */
	color: #a7003f;
}

/* calendar widget *************************************/
/*******************************************************/

.widget_calendar {
	float: left;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	color: #333333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding: 0px 0px 10px 0px;
	border: 0px;
	text-align: center
}

#wp-calendar tr {
	background: none
}

#wp-calendar tbody {
	color: #AAAAAA;
}

#wp-calendar tbody td {
	background: #F5F5F5;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding: 8px 0px;
}

#wp-calendar tbody td:hover {
	background: #FFFFFF;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	font-weight: 600;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: 600;
}

/* page, categories, archive, meta list widget *********/
/*******************************************************/

.widget_pages,
.widget_categories,
.widget_archive,
.widget_meta,
.widget_nav_menu,
.widget_recent_entries {
	font-size: 14px;
}

.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_meta li,
.widget_nav_menu li,
.widget_recent_entries li {
	float: left;
	position: relative;
	width: 100%;
	margin: 0px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_recent_entries li a {
	font-weight: 600;
}

.widget_pages li li a,
.widget_categories li li a,
.widget_archive li li a,
.widget_nav_menu li li a,
.widget_recent_entries li li a {
	padding-left: 30px;
	position: relative;
	font-weight: 500;
}

.widget_pages li li li a,
.widget_categories li li li a,
.widget_archive li li li a,
.widget_nav_menu li li li a,
.widget_recent_entries li li li a {
	padding-left: 45px;
}

.widget_pages li li a:after,
.widget_categories li li a:after,
.widget_archive li li a:after,
.widget_nav_menu li li a:after,
.widget_recent_entries li li a:after {
	font-family: 'fontAwesome';
	content: '\f054';
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 8px;
	color: #CCCCCC;
}

.widget_pages li li li a:after,
.widget_categories li li li a:after,
.widget_archive li li li a:after,
.widget_nav_menu li li li a:after,
.widget_recent_entries li li li a:after {
	left: 30px;
}

.widget_pages .children li:last-child,
.widget_categories .children li:last-child,
.widget_archive .children li:last-child,
.widget_nav_menu .sub-menu li:last-child,
.widget_recent_entries .children li:last-child {
	border-bottom: 0px
}

.widget_pages a,
.widget_categories a,
.widget_archive a,
.widget_meta a,
.widget_nav_menu a,
.widget_recent_entries a {
	float: left;
	width: 100%;
	padding: 10px 15px;
}

.widget_pages a:hover,
.widget_categories a:hover,
.widget_archive a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_recent_entries a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.widget_archive span,
.widget_categories span {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* tag cloud widget ************************************/
/*******************************************************/

.widget_tag_cloud a {
	display: inline-block;
	padding: 5px 8px;
	margin: 0px 5px 10px 0px;
	background: #FAFAFA;
	color: #888888;
	text-transform: uppercase;
	font-size: 13px !important;
}

.widget_tag_cloud .tagcloud {
	float: left;
	padding-top: 5px;
}

/* comments widget *************************************/
/*******************************************************/

.recent-comments-widget a {
	color: #222222;
}

.recent-comments-widget ul {
	float: left;
}

.recent-comments-widget li {
	float: left;
	clear: both;
	position: relative;
	padding: 15px 0px 15px 55px !important;
	margin: 0px !important;
	font-size: 14px !important;
	text-align: left;
}

.recent-comments-widget img {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 38px;
	height: 38px;
}

.recent-comments-widget .comment-title {
	width: 100%;
	float: left;
	font-weight: 600;
}

.recent-comments-widget p {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 24px !important;
}

/* posts carousel widget *******************************/
/*******************************************************/

.posts-carousel-widget {
	float: left;
	width: 100%;
}

.posts-carousel-widget a {
	color: #FFFFFF
}

.posts-carousel-widget .posts-carousel-item {
	float: left;
	position: relative;
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding: 80px 30px;
	text-align: center;
	color: #FFFFFF
}

.posts-carousel-widget .posts-carousel-item:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.posts-carousel-widget .posts-carousel-item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.posts-carousel-widget .posts-carousel-title {
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px
}

.posts-carousel-widget .posts-carousel-meta {
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 20px
}

.posts-carousel-widget .fa {
	color: #FFFFFF;
}

.posts-carousel-widget a.posts-carousel-link {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 8px 15px;
	background: #222222;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin-top: 30px
}

.posts-carousel-widget a.posts-carousel-link:hover {
	background: #FFFFFF;
	color: #222222;
}

.posts-carousel-widget .owl-dots {
	text-align: center;
	margin-top: 5px
}

.posts-carousel-widget .owl-dot span {
	width: 25px;
	height: 2px;
	border-radius: 0px;
}

/* posts widget ****************************************/
/*******************************************************/

.posts-widget a {
	color: #222222;
}

.posts-widget ul {
	float: left;
}

.posts-widget li {
	float: left;
	clear: both;
	position: relative;
	padding: 15px 0px 15px 75px !important;
	margin: 0px !important;
	font-size: 14px !important;
	text-align: left;
}

.posts-widget img, .posts-widget .no-thumb {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 55px;
	height: 55px;
}

.posts-widget .post-title {
	width: 100%;
	float: left;
	font-weight: 600;
}

.posts-widget p {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 24px !important;
}

.posts-widget .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
}

.posts-widget .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px
}

/* posts alternative widget ****************************/
/*******************************************************/

.posts-alternative-widget a {
	color: #222222;
}

.posts-alternative-widget ul {
	float: left;
	width: 100%;
}

.posts-alternative-widget li {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	padding: 15px 0px 15px 0px !important;
	margin: 0px !important;
	font-size: 14px !important;
	text-align: left;
}

.posts-alternative-widget .image-box {
	position: relative;
	float: left;
	width: 100%;
}

.posts-alternative-widget img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.posts-alternative-widget .post-title {
	float: left;
	width: 100%;
	padding-top: 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.posts-alternative-widget a:hover .hover {
	bottom: 0%;
	opacity: 1;
	transition: all 0.5s;
}

.post-counter {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	z-index: 1
}

.posts-alternative-widget .hover-box {
	width: 100%;
}

.posts-alternative-widget .hover-box:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.posts-alternative-widget .hover-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.10);
}

.posts-alternative-widget .no-thumb {
	height: 130px;
}

.posts-alternative-widget .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
}

.posts-alternative-widget .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 40px
}

.footer-sidebar .posts-alternative-widget li {
	text-align: center
}

/* page widget *****************************************/
/*******************************************************/

.page-widget ul {
	float: left;
}

.page-widget li {
	float: left;
	clear: both;
	position: relative;
	padding: 15px 0px 15px 75px !important;
	margin: 0px !important;
	font-size: 14px !important;
	text-align: left;
}

.page-widget img, .page-widget .no-thumb {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 55px;
	height: 55px;
}

.page-widget .post-title {
	width: 100%;
	float: left;
	font-weight: 600;
}

.page-widget p {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 24px !important;
}

.page-widget .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
}

.page-widget .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px
}

/* category widget *************************************/
/*******************************************************/

.category-widget a {
	color: #222222;
}

.category-widget ul {
	float: left;
	width: 100%;
}

.category-widget li {
	float: left;
	position: relative;
	width: 100%;
	padding: 15px 0px 15px 0px !important;
	margin: 0px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	font-size: 14px !important;
	text-align: left;
}

.category-widget img {
	width: 55px;
	height: 55px;
}

.category-widget .category-title {
	position: absolute;
	top: 21px;
	right: 0px;
	left: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}

.category-widget .no-thumb .category-title {
	left: 0px;
}

.category-widget li.no-cimg {
	text-align: right;
}

.category-widget li.no-cimg .category-title {
	top: 15px;
	right: 30%;
	left: 0px;
	text-align: left;
}

.category-widget li.no-cimg.no-ccount {
	padding: 10px 0px !important;
	text-align: left;
}

.category-widget li.no-cimg.no-ccount .category-title {
	position: static;
}

.category-widget li.no-ccount {
	padding: 10px 0px !important;
}

.category-widget li.no-ccount .category-title {
	top: 26px;
}

.category-widget span {
	display: block;
	color: #AAAAAA;
	font-weight: 400;
}

.category-widget .no-thumb {
	width: 55px;
	height: 55px;
}

.category-widget .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
}

.category-widget .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #FFFFFF
}

/* about author widget *********************************/
/*******************************************************/

.widget_vogue_cd_author_widget {
	text-align: center;
}

.about-author-widget {
	position: relative;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
}

.author-image {
	display: inline-block;
	margin: 20px 0px;
}

.round .author-image {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.author-image img {
	display: inline-block;
	max-width: 100%;
}

.about-author-widget .author-title {
	padding: 0px 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 23px;
}

.about-author-widget .author-text {
	padding: 0px 5px;
	margin: 15px 0px 0px 0px;
}

/* mailchimp widget ************************************/
/*******************************************************/

.widget_mc4wp_form_widget {
	padding: 20px 20px 30px 20px;
	background: #FAFAFA;
}

.widget_mc4wp_form_widget .widget-title {
	text-align: center;
}

.widget_mc4wp_form_widget .mc4wp-form {
	white-space: normal;
}

.widget_mc4wp_form_widget .mc4wp-form input[type=email] {
	float: left;
	width: 100%;
	height: 43px !important;
	padding-left: 0px !important;
	border-radius: 3px !important;
	margin: 10px 0px;
	border: 1px solid #EEEEEE !important;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.06);
}

.widget_mc4wp_form_widget .mc4wp-form input[type=submit] {
	float: left;
	width: 100%;
	height: 43px !important;
	padding: 12px 12px !important;
	border-radius: 3px !important;
	margin-left: 0px !important;
}

.widget_mc4wp_form_widget .mc4wp-form .mc4wp-response {
	float: left;
	font-size: 13px;
	margin-top: 10px;
}

/* newsletter widget ***********************************/
/*******************************************************/

.newsletter-widget {
	position: relative;
	float: left;
	width: 100%;
	padding: 75px 25px;
	margin-top: 15px;
	background-color: #FAFAFA;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
}

.newsletter-widget:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.newsletter-widget-layer {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.2);
}

.newsletter-widget-content {
	position: relative;
	z-index: 1;
}

.newsletter-widget .mc4wp-form {
	white-space: normal;
}

.newsletter-widget .mc4wp-form-fields {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.newsletter-widget .mc4wp-form input[type=email] {
	width: 100%;
	padding: 0px 10px !important;
	border-radius: 30px;
	margin-bottom: 10px;
	border: 0px;
	text-align: center;
}

.newsletter-widget .mc4wp-form input[type=submit] {
	width: 100%;
	border-radius: 30px !important;
	padding: 0px !important;
}

.newsletter-widget span {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.newsletter-widget span:nth-of-type(2) {
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 13px;
	font-weight: 600;
}

/* social widget ***************************************/
/*******************************************************/

.social-widget {
	text-align: center;
	padding-top: 10px;
	float: left;
	width: 100%;
}

.social-widget a {
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 18px;
	padding-top: 9px;
	margin: 5px;
	border: 1px solid #EEEEEE;
	border-radius: 50%;
	color: #222222;
}

.social-widget a:hover {
	color: #FFFFFF !important;
}

.social-widget a.fa-facebook:hover,
.social-widget a.fa-facebook-official:hover,
.social-widget a.fa-facebook-square:hover,
.social-widget a.fa-facebook-f:hover {
	background: #3C5A96;
}

.social-widget a.fa-flickr:hover {
	background: #FC1685;
}

.social-widget a.fa-google-plus:hover,
.social-widget a.fa-google-plus-circle:hover,
.social-widget a.fa-google-plus-official:hover,
.social-widget a.fa-google-plus-square:hover {
	background: #DA4B3E;
}

.social-widget a.fa-pinterest-p:hover,
.social-widget a.fa-pinterest:hover {
	background: #BB0F23;
}

.social-widget a.fa-xing:hover,
.social-widget a.fa-xing-square:hover {
	background: #0E6063;
}

.social-widget a.fa-instagram:hover {
	background: #305F84;
}

.social-widget a.fa-twitter:hover,
.social-widget a.fa-twitter-square:hover {
	background: #2AA2EF;
}

.social-widget a.fa-youtube:hover,
.social-widget a.fa-youtube-play:hover,
.social-widget a.fa-youtube-square:hover {
	background: #E4312D;
}

/* instagram sidebar ***********************************/
/*******************************************************/

.instagram-widget {
	margin: 0px -5px;
}

/* footer sidebar **************************************/
/*******************************************************/

.footer-sidebar {
	position: relative;
	padding: 40px 0px 0px 0px;
	background-color: #222222;
	color: #B5B5B5
}

.footer-sidebar:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(255, 255, 255, 0.1)
}

.footer-sidebar .container {
	position: relative;
	z-index: 2
}

.footer-sidebar a {
	color: #FFFFFF !important
}

.footer-sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}

.footer-sidebar aside {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.footer-sidebar aside:last-child {
	margin-bottom: 0px;
}

.widget-footer.widget_mc4wp_form_widget {
	padding: 0px 10px;
	background: none;
}

.widget_vogue_cd_instagram_widget .widget-title {
	margin: 0px 0px 20px 0px;
}

.widget_vogue_cd_instagram_widget img {
	float: left;
	width: 33.3%;
	padding: 5px;
}

.footer-sidebar .instagram-widget {
	margin: 0 -5px;
}

/* instagram footerbar *********************************/
/*******************************************************/

.instagram-footerbar {
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.instagram-footerbar .widget-title {
	display: none;
}

.instagram-footerbar .instagram-widget-image {
	float: none;
	display: inline-block;
	width: 25%;
	margin: 0px -4px -5px 0px;
}

.instagram-footerbar .instagram-widget-image img {
	float: left;
	width: 100%;
	padding: 0px;
}

/* ajax search *****************************************/
/*******************************************************/

.ajax-search {
	display: none;
	position: absolute;
	top: 120%;
	right: 0px;
	left: 0px;
	z-index: 999;
	border-radius: 5px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.ajax-search:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: " ";
	pointer-events: none;
	margin-left: -6px;
	border-bottom-color: #FFFFFF;
	border-bottom-color: rgba(255, 255, 255, 1);
	border-width: 6px;
}

.ajax-search ul {
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	list-style: none;
	padding: 0px;
	margin: 0px
}

.ajax-search li {
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 10px;
	margin: 0px !important;
}

.ajax-search li:hover {
	background: #FAFAFA;
}

.ajax-search li:last-child {
	border-bottom: 0px;
}

.ajax-search li a {
	display: block;
}

.ajax-search li img {
	width: 55px;
	height: 55px;
	margin-right: 10px;
}

.ajax-search li.no-match {
	text-align: center;
}

.ajax-search .search-title {
	position: absolute;
	top: 26px;
	right: 20px;
	left: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top-search-form .ajax-search {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	width: 100%;
	margin-top: 100px;
}

.ajax-search .thumb {
	width: 55px;
	height: 55px;
}

.ajax-search .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
}

.ajax-search .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #FFFFFF;
}

/* dropcaps ********************************************/
/*******************************************************/

.dropcap {
	font-size: 66px;
	border-right: 1px solid #CCCCCC;
	padding: 16px 20px 16px 0px;
	margin: 13px 20px 11px 0px;
	display: block;
	float: left;
	font-weight: 100 !important;
	color: #222222
}

.paragraph-with-dropcap {
	min-height: 77px;
	line-height: 22px;
}

/* lead ins ********************************************/
/*******************************************************/

.leadin {
	float: left;
	background: #FAFAFA;
	max-width: 50%;
	font-size: 16px;
	color: #555555;
	padding: 15px 20px 20px 20px;
	margin: 5px 20px 10px 0px;
	line-height: 1.5;
	font-weight: 600;
}

.leadin.left {
	border-right: 3px solid #EEEEEE;
}

.leadin.right {
	float: right;
	margin: 5px 0px 10px 20px;
	border-left: 3px solid #EEEEEE;
}

.leadin.full {
	background: #FFFFFF;
	width: 100%;
	max-width: 100%;
	padding: 15px 30px 15px 30px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	border-top: 3px solid #EEEEEE;
	border-bottom: 3px solid #EEEEEE;
}

/* divider *********************************************/
/*******************************************************/

.divider {
	width: 100%;
	float: left;
	margin: 10px 0px 30px 0px
}

.divider.with-content {
	padding: 25px 40px
}

.divider.solid {
	border-top: 2px solid #A29581
}

.divider.solid.with-content {
	border-bottom: 2px solid #A29581
}

.divider.dotted {
	border-top: 2px dotted #A29581
}

.divider.dotted.with-content {
	border-bottom: 2px dotted #A29581
}

.divider.dashed {
	border-top: 2px dashed #A29581
}

.divider.dashed.with-content {
	border-bottom: 2px dashed #A29581
}

.divider.double {
	border-top: 6px double #A29581
}

.divider.double.with-content {
	border-bottom: 6px double #A29581
}

/* post-list *******************************************/
/*******************************************************/

.post-list-wrapper {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin: 30px 0px 30px 0px;
}

.post-list-wrapper .row {
	margin-right: -20px;
	margin-left: -20px;
	padding: 30px 0px 10px 0px;
}

.post-list-wrapper .row.no-margin {
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding: 0px;
}

.post-list-teaser-box {
	padding: 0px 20px;
	position: relative;
}

.post-list-teaser-box-bg {
	display: block;
	position: relative;
	height: 200px;
	padding: 0px 20px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 2px
}

.post-list-teaser-box-bg.no-img {
	padding: 0px;
}

.post-list-teaser-box-bg:hover .hover {
	bottom: 0%;
	opacity: 1;
	transition: all 0.5s;
	line-height: 1.52;
}

.post-list-title {
	display: block;
	font-size: 17px;
	font-weight: 600;
}

.post-list-wrapper .letter {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #A29581;
	border-radius: 2px;
}

.post-list-wrapper .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 60px
}

.post-list-wrapper .btn {
	padding: 10px 32px;
	min-height: auto;
}

/* no-column */

.post-list-teaser-box.col-none {
	width: 100%;
	min-height: 145px;
	border-bottom: 1px solid #EEEEEE;
	padding: 30px 0px 10px 110px;
}

.post-list-teaser-box.col-none:last-child {
	border: 0px
}

.post-list-teaser-box.col-none .post-list-teaser-box-bg {
	width: 80px;
	height: 80px;
	margin: 0px;
	position: absolute;
	top: 36px;
	left: 0px;
}

.post-list-title {
	margin-bottom: 10px
}

.post-list-teaser-box.col-none .letter span {
	font-size: 20px
}

/* one-column */

.post-list-teaser-box.col-md-12 {
	padding: 30px 0px;
}

.post-list-teaser-box.col-md-12 .post-list-teaser-box-bg {
	float: left;
	width: 100%;
	height: 160px;
	margin: 0px 0px 20px 0px;
}

.post-list-teaser-box.col-md-12 .post-list-content {
	float: right;
	width: 100%;
}

/* four-column */

.post-list-teaser-box.col-md-3 .post-list-teaser-box-bg {
	height: 170px;
}

.post-list-teaser-box.col-md-3 .post-list-title {
	font-size: 16px;
	line-height: 1.25
}

/* back2top ********************************************/
/*******************************************************/

.scrolltop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	float: left;
	padding-top: 7px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 40px;
	height: 40px;
	text-align: center;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.scrolltop:hover {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

.scrolltop:before {
	font-family: 'fontAwesome';
	content: '\f062';
	color: #686868;
}

/* cookie-bar ******************************************/
/*******************************************************/

#cookie-bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 98;
	background: #000000;
	background: #FAFAFA;
	line-height: 1.7;
	text-align: center;
	font-size: 12px;
	box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.2);
}

#cookie-bar p {
	margin: 0px;
	padding: 5px 20px;
}

#cookie-bar a {
	color: #FFFFFF;
	display: inline-block;
	background: #7B7B7B;
	border: 1px solid #7B7B7B;
	text-decoration: none;
	padding: 2px 6px;
	margin-left: 8px;
	line-height: normal;
}

#cookie-bar a:hover {
	background: #6B6B6B;
}

#cookie-bar .cb-enable {
	background: #4D90FE;
	border: 1px solid #4D90FE;
	color: #FFFFFF;
	line-height: normal;
}

#cookie-bar .cb-enable:hover {
	background: #407CDE;
}

#cookie-bar span {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}

/* post password form **********************************/
/*******************************************************/

.post-password-form {
	float: left;
	width: 100%;
	margin: 20px 0px 40px 0px;
}

.post-password-form label {
	float: left;
	width: 100%;
	margin: 30px 0px 10px 0px;
}

.post-password-form div {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.post-password-form input {
	float: left;
	width: 100%
}

.post-password-form input[type=password] {
	width: 100%;
	padding: 5px 10px;
	height: 38px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.post-password-form input[type=submit] {
	padding: 0px 22px;
	min-height: 39px;
}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MIN WIDTH 601px */
/******************************************************************************************************************************************************************/

@media (min-width: 601px) {

	.admin-bar .navbar.affix {
		top: 46px !important;
	}

}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MIN WIDTH 768px */
/******************************************************************************************************************************************************************/

@media (min-width: 768px) {

	/* mobile switch */
	.mobile-check {
		display: block
	}

	/* make empty menu links not clickable --> only by mobile menu */
	li.not-clickable > a:nth-of-type(1) {
		pointer-events: auto;
		cursor: pointer;
	}

	a.button, .btn, input[type=submit] {
		padding: 15px 42px;
	}

	blockquote {
		padding: 20px 90px 20px 90px;
		margin: 35px 0px;
		font-size: 20px;
	}

	blockquote:after {
		top: 17px;
		left: 33px;
		font-size: 30px;
	}

	.padding-90 {
		padding: 90px 0px;
	}

	.padding-120 {
		padding: 120px 0px;
	}

	.padding-160 {
		padding: 160px 0px;
	}

	.section-content {
		margin-top: 60px;
	}

	/* headlines *******************************************/
	/*******************************************************/
	h1 {
		font-size: 40px;
		margin: 0px 0px 30px 0px;
	}

	.row {
		margin-right: 0px;
		margin-left: 0px;
	}

	.container {
		width: 100%;
		padding: 0px 40px;
	}

	/* top wrapper *****************************************/
	/*******************************************************/
	.admin-bar .top-wrapper {
		top: 32px;
	}

	/* top layer *******************************************/
	/*******************************************************/
	.top-layer {
		height: auto;
		display: block;
	}

	/* topbar **********************************************/
	/*******************************************************/
	.topbar {
		border-top: 0px
	}

	.topbar .left {
		width: 50%;
		float: left;
	}

	.topbar .crumb {
		padding: 0px
	}

	.topbar .right {
		width: 50%;
	}

	.topbar .socialbar {
		text-align: right
	}

	.topbar .socialbar a {
		font-size: 16px
	}

	/* logo ************************************************/
	/*******************************************************/
	.main-logo {
		height: auto;
		display: block;
	}

	.logo {
		width: auto;
	}

	.container > .navbar-header {
		width: auto;
	}

	.mobile-menu-spacer {
		display: none;
	}

	.navbar-collapse .top-search {
		display: block;
	}

	/* menu ************************************************/
	/*******************************************************/
	.admin-bar .navbar.affix {
		top: 32px !important;
	}

	.navbar {
		position: static;
		border-top: 1px solid #EEEEEE;
		border-bottom: 1px solid #EEEEEE;
	}

	.navbar .container {
		position: relative;
		padding: 0px;
	}

	.navbar.affix .container {
		border: 0px
	}

	.full-page .navbar {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.full-page .navbar.affix .container {
		border: 0px;
	}

	.navbar.affix .container:after {
		content: none;
	}

	.full-page .navbar .container:after {
		content: none
	}

	.container > .navbar-header {
		display: table-cell;
		vertical-align: middle;
		float: none
	}

	.navbar-collapse.collapse {
		display: table-cell !important;
		vertical-align: middle;
		padding: 0px;
		background: #FFFFFF;
		position: relative;
		z-index: 3;
		text-align: center
	}

	.affix .navbar-collapse.collapse {
		padding: 0px;
		background: none;
	}

	.full-page .navbar-collapse.collapse {
		background: none
	}

	.navbar-nav {
		padding: 0px 60px 0px 60px;
	}

	.navbar-nav > li {
		border-bottom: 0;
		margin: 0px 23px;
	}

	.navbar-nav li a {
		position: relative;
		padding: 25px 0px 25px 0px;
		font-weight: 600;
	}

	.full-page .navbar-nav li a:hover,
	.full-page .navbar-nav li a:focus,
	.full-page .navbar-nav .active > a,
	.full-page .navbar-nav .active > a:hover {
		background-color: transparent;
	}

	.navbar-nav li:after {
		content: '';
		position: absolute;
		top: 73%;
		left: 0px;
		width: 0px;
		border-top: 2px solid #fabe5f;
		margin-top: 2px;
		transition: all 0.5s;
	}

	.full-page .affix-top .navbar-nav li:after {
		border-top: 2px solid #FFFFFF;
	}

	.navbar-nav li li:after {
		border-top: 2px solid #222222 !important;
	}

	.navbar-nav li.current-menu-item:after,
	.navbar-nav li.current_page_item:after,
	.navbar-nav li.current-menu-ancestor:after {
		width: 100%;
	}

	.navbar-nav li.current-menu-item ~ li.current-menu-item:after,
	.navbar-nav li.current_page_item ~ li.current_page_item:after,
	.navbar-nav li.current-menu-ancestor ~ li.current-menu-ancestor:after {
		width: 0px
	}

	.navbar-nav li:hover:after, .navbar-nav .active:after,
	.navbar-nav li.current-menu-item ~ li.current-menu-item:hover:after,
	.navbar-nav li.current-menu-ancestor ~ li.current-menu-ancestor:hover:after {
		width: 100%;
	}

	.full-page .affix-top .navbar-nav li a {
		color: #FFFFFF;
	}

	.full-page .affix-top .navbar-nav li li a {
		color: #686868;
	}

	.full-page .affix-top .navbar-nav li a:hover {
		color: #FFFFFF;
	}

	.full-page .affix-top .navbar-nav li li a:hover {
		color: #686868;
	}

	.navbar-nav li a:hover a {
		color: #686868;
	}

	.navbar-nav li li a {
		color: #686868;
	}

	/* submenu *********************************************/
	/*******************************************************/
	.navbar-nav li ul {
		display: none;
		font-size: 15px;
		padding: 0px;
		background: #FFFFFF;
		border: 1px solid #EEEEEE;
		text-align: left;
		text-transform: none
	}

	.navbar-nav li:hover ul {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 9;
		width: 210px;
		margin-left: -105px;
		box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	}

	.navbar-nav li:hover ul:before {
		position: absolute;
		bottom: 100%;
		left: 50%;
		width: 0;
		height: 0;
		border: solid transparent;
		content: " ";
		pointer-events: none;
		margin-left: -12px;
		border-bottom-color: #EEEEEE;
		border-width: 12px;
	}

	.navbar-nav li:hover ul:after {
		position: absolute;
		bottom: 100%;
		left: 50%;
		width: 0;
		height: 0;
		border: solid transparent;
		content: " ";
		pointer-events: none;
		margin-left: -11px;
		border-bottom-color: #FFFFFF;
		border-width: 11px;
	}

	.navbar-nav li:hover ul ul:before {
		content: none;
	}

	.navbar-nav li:hover ul ul:after {
		content: none;
	}

	.navbar-nav li li:after {
		top: auto;
		bottom: -1px;
	}

	.navbar-nav li:hover li a {
		padding: 11px 19px !important;
		color: #686868;
	}

	.navbar-nav li:hover li a:first-child {
		border-top: 0px;
	}

	.navbar-nav li li {
		position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	.navbar-nav li li:last-child {
		border-bottom: 0;
	}

	.navbar-nav li li a {
		display: block;
		padding: 15px 20px;
		color: #686868;
		background: #FFFFFF
	}

	.navbar-nav li li a:hover {
		background: #FFFFFF;
	}

	.navbar-nav li.menu-item-has-children a:before {
		font-family: 'fontAwesome';
		content: '\f107';
		position: absolute;
		top: 0px;
		right: -15px;
		bottom: 0px;
		padding: 25px 0px 0px 7px;
		font-size: 12px;
		color: #CCCCCC;
	}

	.navbar-nav li.menu-item-has-children li a:before {
		content: none;
	}

	.navbar-nav li li.menu-item-has-children > a:first-child:after {
		font-family: 'fontAwesome';
		content: '\f054';
		position: absolute;
		top: 12px;
		right: 8px;
		font-size: 12px;
		color: #CCCCCC;
	}

	.navbar-nav li:hover li ul {
		display: none;
	}

	.navbar-nav li li ul {
		display: none;
	}

	.navbar-nav li li:hover ul {
		display: block;
		top: 0px;
		left: 100%;
		z-index: 9;
		margin-left: 0px;
	}

	.navbar-nav li:nth-last-of-type(3) li:hover ul,
	.navbar-nav li:nth-last-of-type(2) li:hover ul,
	.navbar-nav li:nth-last-of-type(1) li:hover ul {
		left: auto;
		right: 100%;
	}

	/* top search ******************************************/
	/*******************************************************/
	.top-search {
		float: right;
		margin: 0px 0px 0px 30px;
		padding: 24px 0px 0px 0px;
		background: none !important;
	}

	.top-search-form-wrapper {
		width: 50%;
	}

	/* breadcrumb ******************************************/
	/*******************************************************/
	.crumb {
		display: block;
		padding: 0px 40px;
	}

	/* top menu ********************************************/
	/*******************************************************/
	.top-menu {
		display: block;
	}

	/* header **********************************************/
	/*******************************************************/
	.header {
		margin: 30px 0px 20px 0px;
	}

	.header h1 {
		font-size: 42px;
	}

	.header h2 {
		font-size: 42px;
	}

	.header .col-lg-6 {
		width: 60%;
	}

	.header-content {
		padding: 140px 0px 100px 0px;
	}

	.full-page .header-content {
		padding: 200px 0px 160px 0px;
	}

	.header-content.header-compact {
		padding: 150px 0px 110px 0px;
	}

	.full-page .header-content.header-compact {
		padding: 140px 0px 80px 0px;
	}

	.header-content.header-center .col-lg-6 {
		padding: 0px 100px;
	}

	.header-content p {
		font-size: 18px;
		line-height: 29px;
	}

	.header-buttons {
		margin-top: 50px;
	}

	/* header posts ****************************************/
	/*******************************************************/
	.wide .header-post-teaser .spacing {
		margin-top: 40px;
		padding: 0px 40px
	}

	/* leading area ****************************************/
	/*******************************************************/
	.leading-area {
		padding: 30px 0px 0px 0px
	}

	.leading-area-wrapper .row {
		margin: -20px 0px
	}

	.promo-box {
		margin: 20px 0px;
	}

	/* contact form 7 **************************************/
	/*******************************************************/
	.wpcf7 .formhalf-1, .wpcf7 .formhalf-2 {
		width: 50%;
	}

	.wpcf7 .formhalf-1 {
		padding-right: 15px;
	}

	.wpcf7 .formhalf-2 {
		padding-left: 15px;
	}

	.wpcf7 .form-field label {
		padding: 20px 0px 0px 0px;
	}

	/* page ************************************************/
	/*******************************************************/
	.page-thumbnail {
		width: 30%;
		padding: 40px 40px 40px 0px;
	}

	.page-content {
		width: 70%;
		padding: 30px 0px 40px 40px;
		border-left: 1px solid #EEEEEE;
	}

	/* post ************************************************/
	/*******************************************************/
	.content .post h1, .content .page h1 {
		font-size: 32px;
	}

	.content .post h2, .content .page h2 {
		font-size: 29px;
	}

	.content .post .page-header, .content .page .page-header {
		margin: 0px 0px 40px 0px;
	}

	.content .post .page-header h2, .content .page .page-header h2 {
		font-size: 40px;
	}

	.visual .has-thumb .post-content {
		width: 60%;
		padding: 0px 0px 0px 40px;
	}

	.visual.visual-right .has-thumb .post-content {
		padding: 0px 40px 0px 0px;
	}

	.visual .post-thumb {
		width: 40%;
		margin-top: 5px;
	}

	.visual .post-thumbnail {
		width: 40%;
	}

	.post-format-link {
		padding: 100px 60px;
	}

	.visual .post-format-link {
		padding: 40px 30px;
	}

	.post-format-link div {
		font-size: 26px;
	}

	.visual .post-format-link div {
		font-size: 20px;
	}

	.post-format-link div span {
		font-size: 17px;
	}

	.post-format-quote {
		padding: 100px 60px;
	}

	.visual .post-format-quote {
		padding: 40px 30px;
	}

	.post-format-quote div {
		font-size: 26px;
	}

	.visual .post-format-quote div {
		font-size: 20px;
	}

	.post-format-quote div span {
		font-size: 17px;
	}

	/* post header *****************************************/
	/*******************************************************/
	.post-header {
		padding: 180px 0px 90px 0px;
	}

	.post-header.round-bottom {
		padding: 180px 0px 150px 0px;
	}

	.post-header h1 {
		font-size: 36px;
	}

	.post-header p {
		font-size: 18px;
		line-height: 29px;
	}

	.post-listing h2 {
		font-size: 31px !important;
		line-height: 43px;
	}

	/* archive header **************************************/
	/*******************************************************/
	.archive-header {
		padding: 80px 0px 0px 0px;
	}

	.masonry .archive-header {
		padding: 60px 0px 30px 0px;
	}

	.archive-header h1, .archive-header h2 {
		font-size: 44px
	}

	.archive-header p {
		font-size: 18px;
		width: 80%;
	}

	/* masonry grid ****************************************/
	/*******************************************************/
	.grid .grid-item h2 {
		font-size: 26px;
	}

	/* metabox *********************************************/
	/*******************************************************/
	.blog-post-meta {
		display: block;
	}

	.blog-post-metabox:nth-child(1) {
		display: inline-block;
	}

	.blog-post-metabox:nth-child(2) {
		display: inline-block;
	}

	.blog-post-metabox:nth-child(3) {
		display: inline-block;
	}

	/* wp-caption ******************************************/
	/*******************************************************/
	.wp-caption.alignleft img {
		padding-right: 30px;
		border-right: 1px solid #EEEEEE;
	}

	.wp-caption.alignright img {
		padding-left: 30px;
		border-left: 1px solid #EEEEEE;
	}

	.wp-caption.alignnone {
		margin: 5px 0px 30px 0px;
		padding: 30px 0px;
	}

	.wp-caption.alignleft {
		width: auto;
		margin: 7px 30px 30px 0px;
	}

	.wp-caption.alignright {
		width: auto;
		margin: 7px 0px 30px 30px;
	}

	.wp-caption.alignleft .wp-caption-text {
		right: 31px;
		bottom: 0px;
		left: 0px;
	}

	.wp-caption.alignright .wp-caption-text {
		right: 0px;
		bottom: 0px;
		left: 31px;
	}

	.wp-caption.alignright .wp-caption-text {
		text-align: right;
	}

	/* grouped posts ***************************************/
	/*******************************************************/
	.grouped-post-box .grouped-post-box-item.col-md-12 .grouped-post-box-item-img,
	.grouped-post-box .grouped-post-box-item.col-md-6 .grouped-post-box-item-img,
	.grouped-post-box .grouped-post-box-item.col-md-4 .grouped-post-box-item-img,
	.grouped-post-box .grouped-post-box-item.col-md-3 .grouped-post-box-item-img {
		height: 200px;
	}

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

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

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

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

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

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

	/* author bio ******************************************/
	/*******************************************************/
	.author-info {
		text-align: left
	}

	.author-heading {
		top: 24px;
		left: 170px;
		right: auto;
		display: block;
		font-weight: 600
	}

	.author-user {
		position: absolute;
		top: 30px;
		left: 30px;
		right: 30px;
		right: auto;
		width: 100px;
		margin-bottom: 0px;
		text-align: center;
	}

	.author-user .avatar {
		width: 60%;
	}

	.author-description {
		padding-left: 140px;
		margin-top: 20px;
	}

	/* comments ********************************************/
	/*******************************************************/
	.comment-metadata {
		display: block;
	}

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

	.comment-respond textarea {
		width: 100%;
	}

	.comment-list li {
		padding: 20px 20px;
	}

	.comment-list .avatar {
		width: 56px;
		height: 56px
	}

	/* bootstrap modal *************************************/
	/*******************************************************/
	.popup.modal .modal-content {
		padding: 20px 30px 40px;
	}

	.popup.modal .modal-title {
		font-size: 24px;
	}

	/* sidebar *********************************************/
	/*******************************************************/
	.has-sidebar {
		padding: 10px 0px 0px 0px;
	}

	.has-sidebar.has-sidebar-right {
		padding: 10px 0px 0px 0px;
	}

	.sidebar {
		padding: 10px 20px 0px 0px;
	}

	.sidebar.sidebar-right {
		padding: 10px 0px 0px 0px;
	}

	/* lead ins ********************************************/
	/*******************************************************/
	.leadin {
		max-width: 40%;
		font-size: 24px;
		padding: 24px 35px 28px 35px;
		margin: 8px 40px 20px 0px;
	}

	.leadin.right {
		margin: 8px 0px 20px 40px;
	}

	.leadin.full {
		padding: 35px 60px 35px 60px;
		margin: 15px 0px 35px 0px;
	}

	/* bootstrap modal *************************************/
	/*******************************************************/
	.popup.modal .modal-dialog {
		width: 560px;
	}

	/* footer sidebar **************************************/
	/*******************************************************/
	.footer-sidebar {
		padding: 60px 0px;
		margin-top: 30px;
	}

	.footer-sidebar aside {
		padding: 0px 20px;
	}

	/* instagram footerbar *********************************/
	/*******************************************************/
	.instagram-footerbar .instagram-widget-image {
		width: 16.66666%;
	}

	/* post password form **********************************/
	/*******************************************************/
	.post-password-form div {
		width: 60%;
		margin-bottom: 0px;
	}

	.post-password-form div:nth-of-type(2) {
		width: 40%;
		padding-left: 20px;
	}

	/* post-list *******************************************/
	/*******************************************************/
	/* one-column */
	.post-list-teaser-box.col-md-12 .post-list-teaser-box-bg {
		width: 30%;
		margin: 6px 0px 0px 0px;
	}

	.post-list-teaser-box.col-md-12 .post-list-content {
		width: 70%;
		padding-left: 30px
	}

}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MIN WIDTH 992px */
/******************************************************************************************************************************************************************/

@media (min-width: 992px) {

	/* header **********************************************/
	/*******************************************************/
	.header .col-lg-6 {
		width: 43%;
	}

	/* header posts ****************************************/
	/*******************************************************/
	.header-post-teaser .col-md-12 h3 {
		font-size: 36px
	}

	.header-post-teaser .col-md-6 h3 {
		font-size: 30px
	}

	.wide .header-post-teaser .col-md-4 h3, .full-page .header-post-teaser .col-md-4 h3 {
		font-size: 31px
	}

	/****** boxed items ******/
	/* col 1 */
	.header-post-teaser .col-md-12 .header-post-teaser-box-content { width: 60%; padding: 140px 0px 140px 100px }

	/* col 2 */
	.header-post-teaser .col-md-6 .header-post-teaser-box-content { width: 80%; padding: 160px 0px 160px 80px }

	/* col 3 */
	.header-post-teaser .col-md-4 .header-post-teaser-box-content { width: 90%; padding: 120px 0px 120px 30px }

	/* col 4 */
	.header-post-teaser .col-md-3 .header-post-teaser-box-content { width: 100%; padding: 80px 0px 80px 20px }

	/* center compact settings */
	.header-post-teaser .header-center .header-post-teaser-box-content { width: 100%; padding-left: 20px; padding-right: 20px}

	.header-post-teaser .header-compact .header-post-teaser-box-content { padding-top: 50px; padding-bottom: 50px}

	/****** wide items ******/
	.wide .header-post-teaser .col-md-12 .header-post-teaser-box-spacer {
		width: 1170px;
		margin: 0 auto;
	}

	/* col 1 */
	.wide .header-post-teaser .col-md-12 .header-post-teaser-box-content { width: 60%; padding: 140px 0px 140px 50px }

	/* col 2 */
	.wide .header-post-teaser .col-md-6 .header-post-teaser-box-content { width: 80%; padding: 160px 0px 160px 80px }

	/* col 3 */
	.wide .header-post-teaser .col-md-4 .header-post-teaser-box-content { width: 80%; padding: 140px 0px 140px 50px }

	/* col 4 */
	.wide .header-post-teaser .col-md-3 .header-post-teaser-box-content { width: 90%; padding: 140px 0px 140px 50px }

	/* center compact settings */
	.wide .header-post-teaser .header-center .header-post-teaser-box-content { width: 100%; padding-left: 50px; padding-right: 50px}

	.wide .header-post-teaser .header-compact .header-post-teaser-box-content { padding-top: 60px; padding-bottom: 60px}

	/****** full page items ******/
	/* col 1 */
	.full-page .header-post-teaser .col-md-12 .header-post-teaser-box-spacer {
		width: 1170px;
		margin: 0 auto;
	}

	.full-page .header-post-teaser .col-md-12 .header-post-teaser-box-content { width: 50%; padding: 200px 0px 200px 50px }

	/* col 2 */
	.full-page .header-post-teaser .col-md-6 .header-post-teaser-box-content { width: 80%; padding: 200px 0px 200px 80px }

	/* col 3 */
	.full-page .header-post-teaser .col-md-4 .header-post-teaser-box-content { width: 80%; padding: 180px 0px 180px 50px }

	/* col 4 */
	.full-page .header-post-teaser .col-md-3 .header-post-teaser-box-content { width: 90%; padding: 160px 0px 160px 50px }

	/* center compact settings */
	.full-page .header-post-teaser .header-center .header-post-teaser-box-content { width: 100%; padding-left: 50px; padding-right: 50px}

	.full-page .header-post-teaser .header-compact .header-post-teaser-box-content { padding-top: 100px; padding-bottom: 100px}

	/****** active item ******/
	.header-post-teaser .only-one .header-post-teaser-box-content {
		opacity: 0;
		transform: scale(0.8);
	}

	.header-post-teaser .only-one .owl-item.active-item .header-post-teaser-box-content,
	.header-post-teaser .only-one .owl-item:hover .header-post-teaser-box-content {
		transform: scale(1.0);
		transition: all 1.15s;
		opacity: 1
	}

	/* leading area ****************************************/
	/*******************************************************/
	.leading-area {
		padding: 50px 0px 0px 0px
	}

	/* post grid *******************************************/
	/*******************************************************/
	.post-grid .grid-item {
		padding: 40px 40px 60px 40px;
	}

	.post-grid .grid-item .post-content {
		padding: 0px 0px 40px 0px;
	}

	.post-grid .ribbon {
		top: 40px;
		right: 50px;
	}

	/* sidebar *********************************************/
	/*******************************************************/
	.has-sidebar {
		float: right;
		padding: 110px 0px 0px 40px;
	}

	.has-sidebar.has-sidebar-right {
		float: left;
		padding: 10px 40px 0px 0px;
		border-right: 1px solid #EEEEEE;
		border-left: 0px;
	}

	.sidebar {
		padding: 10px 40px 0px 0px;
		margin-top: 0px;
		width: 25%
	}

	.sidebar.sidebar-right {
		padding: 10px 0px 0px 40px;
	}

	/* social share bar ************************************/
	/*******************************************************/
	.social-share-bar-content {
		display: inline-block;
		padding: 7px 4px;
		border-radius: 3px 3px 0px 0px;
	}

	.social-share-bar a {
		width: 32px;
		margin: 0px 4px;
	}

	.social-share-bar a.fa-whatsapp {
		display: none;
	}

	/* grouped posts ***************************************/
	/*******************************************************/
	.grouped-post-box .grouped-post-box-item.col-md-12 {
		width: 100%
	}

	.grouped-post-box .grouped-post-box-item.col-md-6 {
		width: 50%
	}

	.grouped-post-box .grouped-post-box-item.col-md-4 {
		width: 33.33333333%
	}

	.grouped-post-box .grouped-post-box-item.col-md-3 {
		width: 25%
	}

	.grouped-post-box .grouped-post-box-item.col-md-12 .grouped-post-box-item-img {
		height: 400px;
	}

	.grouped-post-box .grouped-post-box-item.col-md-6 .grouped-post-box-item-img {
		height: 250px;
	}

	.grouped-post-box .grouped-post-box-item.col-md-4 .grouped-post-box-item-img {
		height: 200px;
	}

	.grouped-post-box .grouped-post-box-item.col-md-3 .grouped-post-box-item-img {
		height: 150px;
	}

	.grouped-post-box .grouped-post-box-item.col-md-12 h3 {
		font-size: 22px
	}

	.grouped-post-box .grouped-post-box-item.col-md-6 h3 {
		font-size: 20px
	}

	.grouped-post-box .grouped-post-box-item.col-md-4 h3 {
		font-size: 18px
	}

	.grouped-post-box .grouped-post-box-item.col-md-3 h3 {
		font-size: 16px
	}

	/* related posts ***************************************/
	/*******************************************************/
	.related-list {
		margin: 0px -20px;
	}

	.related-list li {
		padding: 0px 20px 0px 20px;
		width: 33.3333%
	}

	/* category teaser *************************************/
	/*******************************************************/
	.cat-teaser-content {
		margin: 20px 0px 50px 0px;
	}

	/* postbar *********************************************/
	/*******************************************************/
	.social-postbar {
		width: 40%;
		margin-bottom: 0px;
		text-align: left;
	}

	.tags-postbar {
		width: 60%;
		text-align: right;
	}

	.tags-postbar-label {
		width: auto;
		padding-right: 5px;
	}

	.social-postbar-label {
		width: auto;
		padding-right: 5px;
	}

	.social-postbar .fa-whatsapp {
		display: none;
	}

	/* attachment page *************************************/
	/*******************************************************/
	.attachment-page .attach-right {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		width: 35%;
	}

	.attachment-page .attach-image {
		position: absolute;
		top: 0px;
		right: 35%;
		bottom: 0px;
		left: 0px;
	}

	.admin-bar.attachment-page .attach-right, .admin-bar.attachment-page .attach-image {
		top: 32px;
	}

	/* footer **********************************************/
	/*******************************************************/
	.footer {
		padding: 60px 0px 40px 0px;
	}

	.footer .menu {
		width: auto;
		margin-bottom: 0px;
	}

	.socialbar {
		width: auto;
		margin-bottom: 0px;
	}

	/* cookie-bar ******************************************/
	/*******************************************************/
	#cookie-bar span {
		display: inline-block;
		width: auto;
		padding-bottom: 0px;
	}

	/* attachment page *************************************/
	/*******************************************************/
	.attachment-page .attach-image {
		padding: 100px 0px;
	}

	/* columns *********************************************/
	/*******************************************************/
	.col-2, .col-3, .col-4 {
		width: 50%;
		margin-bottom: 0px
	}

	.col-3 {
		width: 33.3333333%;
	}

	.col-4 {
		width: 25%;
	}

}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MIN WIDTH 1200px */
/******************************************************************************************************************************************************************/

@media (min-width: 1200px) {

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	}

	/* owl *************************************************/
	/*******************************************************/
	.owl-carousel .owl-nav div {
		width: 40px;
		background: #FFFFFF;
		font-size: 15px;
		color: #686868;
		transition: all 0.5s;
	}

	.owl-carousel .owl-nav div:hover {
		background: rgba(255, 255, 255, 0.5);
		transition: all 0.5s;
	}

	.owl-carousel .owl-prev {
		left: -20px;
	}

	.owl-carousel .owl-next {
		right: -20px;
	}

	.owl-gallery .owl-carousel .owl-prev {
		left: 0px;
	}

	.owl-gallery .owl-carousel .owl-next {
		right: 0px;
	}

	.full-page .headers .owl-carousel .owl-prev, .wide .headers .owl-carousel .owl-prev {
		left: 0px;
	}

	.full-page .headers .owl-carousel .owl-next, .wide .headers .owl-carousel .owl-next {
		right: 0px;
	}

	/* header **********************************************/
	/*******************************************************/
	.header-content {
		padding: 160px 0px 120px 80px;
	}

	.full-page .header-content {
		padding: 240px 0px 220px 0px;
	}

	.header-content.header-compact {
		padding: 80px 0px 60px 80px;
	}

	.header-content.header-center.header-compact {
		padding: 80px 0px 60px 0px;
	}

	.full-page .header-content.header-center.header-compact {
		padding: 160px 0px 160px 0px;
	}

	.full-page .header-content.header-compact {
		padding: 140px 0px 80px 0px;
	}

	.header-content.header-center {
		padding: 160px 0px;
	}

	.full-page .header-content.header-center {
		padding: 240px 0px 220px 0px;
	}

	.header-content.header-center .col-lg-6 {
		padding: 0px 200px;
	}

	/* header posts ****************************************/
	/*******************************************************/
	.wide .header-post-teaser .spacing {
		margin-top: 40px;
		padding: 0px
	}

	/* metabox *********************************************/
	/*******************************************************/
	.blog-post-metabox:nth-child(4), .blog-post-metabox:nth-child(5) {
		display: inline-block;
	}

	/* instagram footerbar *********************************/
	/*******************************************************/
	.instagram-footerbar .instagram-widget-image {
		width: 12.555555%;
	}

}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MIN WIDTH 1240px */
/******************************************************************************************************************************************************************/

@media (min-width: 1240px) {

	.container {
		width: 1170px;
		padding: 0px 0px;
	}

	.navbar .container {
		width: 1170px;
	}

	/* breadcrumb ******************************************/
	/*******************************************************/
	.crumb {
		padding: 0px;
	}

	/* sidebar *********************************************/
	/*******************************************************/
	.has-sidebar {
		padding: 10px 0px 0px 40px;
	}

	.has-sidebar.has-sidebar-right {
		padding: 10px 40px 0px 0px;
	}

	.sidebar {
		padding: 10px 40px 0px 0px;
	}

	.sidebar.sidebar-right {
		padding: 10px 0px 0px 40px;
	}

	/* instagram footerbar *********************************/
	/*******************************************************/
	.instagram-footerbar .instagram-widget-image {
		width: 10%;
	}

}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MIN WIDTH 1360px */
/******************************************************************************************************************************************************************/

@media (min-width: 1360px) {

	/* social share bar ************************************/
	/*******************************************************/
	.social-share-bar {
		position: absolute;
		top: 10px;
		left: auto;
		bottom: auto;
		right: -70px;
		width: 32px;
	}

	.has-sidebar-right .social-share-bar {
		left: -70px;
		right: auto;
	}

	.social-share-bar-content {
		padding: 0px;
		box-shadow: none;
		background: none;
	}

	.social-share-bar a {
		margin: 0px 0px 8px 0px;
		border-radius: 50%
	}

}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MIN WIDTH 1460px */
/******************************************************************************************************************************************************************/

@media (min-width: 1460px) {

	/* single post navigation ******************************/
	/*******************************************************/
	.single-post-navigation {
		margin: 0px;
		border: 0px;
	}

	.single-post-navigation a {
		position: fixed;
		top: 50%;
		z-index: 2;
		width: 300px;
		color: #FFFFFF !important;
		margin-top: -25px;
		background: #222222;
		transition: all 1s ease-in-out;
	}

	.single-post-navigation a:hover {
		transition: all 1s ease-in-out;
	}

	.single-post-navigation a.next {
		left: -250px;
	}

	.single-post-navigation a.prev {
		right: -250px;
	}

	.single-post-navigation a.next:hover {
		left: 0px;
	}

	.single-post-navigation a.prev:hover {
		right: 0px;
	}

	.single-post-navigation span {
		padding: 10px 20px;
		display: block;
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.single-post-navigation .post-nav-title {
		width: 200px;
		padding: 15px 20px;
	}

	.single-post-navigation figure {
		width: 100px;
		margin: 0px !important;
	}

	.single-post-navigation a.next span {
		float: left;
	}

	.single-post-navigation a.next figure {
		float: right;
	}

	.single-post-navigation a.prev span {
		float: right;
	}

	.single-post-navigation a.prev figure {
		float: left;
	}

	.single-post-navigation img {
		display: inline-block;
		width: 50%;
		height: auto;
	}

	.single-post-navigation a.next img {
		float: left;
	}

	.single-post-navigation a.prev img {
		float: right;
	}

	.single-post-navigation .post-nav {
		width: 50%;
	}

	.single-post-navigation a.next .post-nav {
		float: right;
		left: auto;
	}

	.single-post-navigation a.prev .post-nav {
		float: left;
		right: auto;
	}

	.single-post-navigation .post-nav-label span {
		display: none;
	}

	.single-post-navigation .fa {
		color: #FFFFFF !important;
	}

	.single-post-navigation .thumb {
		display: inline-block;
		float: left;
		width: 50px;
		height: 50px;
		background-color: #A29581;
	}

	.single-post-navigation a.prev .thumb {
		float: right;
	}

	.single-post-navigation .letter {
		display: table;
		width: 100%;
		height: 100%;
	}

	.single-post-navigation .letter span {
		display: table-cell;
		vertical-align: middle;
		float: none !important;
		padding: 0px;
	}

}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MAX WIDTH 768px */
/******************************************************************************************************************************************************************/

@media (max-width: 768px) {

	.wp-caption.alignleft {
		width: 100% !important;
	}

	.wp-caption.alignright {
		width: 100% !important;
	}

	.g-recaptcha div {
		width: auto !important;
	}

	.g-recaptcha iframe {
		width: 100% !important;
	}

}

/* bootstrap 5 columns *********************************/
/*******************************************************/

.col-md-2-4 {
	width: 100%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.col-md-2-4 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-md-2-4 {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-md-2-4 {
		width: 20%;
	}
}

/** navi last item **/

.sticky-wrap-navbar .main-menu .navbar-nav > li:last-child {
	background-color: #a7003f;
	border-radius: 5px;
	border: 1px solid #a7003f;
	transition: all 0.2s ease-out;
}

.sticky-wrap-navbar .main-menu .navbar-nav > li:last-child a {
	padding: 7px 10px;
	color: #fff;
	transition: all 0.2s ease-out;
}

.sticky-wrap-navbar .main-menu .navbar-nav > li:last-child:hover {
	background-color: #ffffff;
}

.sticky-wrap-navbar .main-menu .navbar-nav > li:hover:last-child a {
	color: #000;
}

.navbar-nav li:last-child:after {
	border: none;
}

.my-class .ctf-tweet-actions {
	display: none;
}
