/* 
Theme Name: Valery CD
Theme URI: http://www.creative-dive.de/themes/valery/
Description: valery - A Personal Blog Theme
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.1
Text Domain: valery-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:'Muli', sans-serif; -- > managed by wp settings */
	font-size: 15px;
	font-weight: 400;
	line-height: 1.52;
	color: #686868;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

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

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: #aaa
}

.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 #ddd;
    top: 0;
    bottom: 0;
    left: 28%;
}

dl dt:before {
    content: "";
    width: 30px;
    position: absolute;
    border-top: 1px solid #7da0d1;
    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%;
}

mark {
	padding: 3px 8px;
	margin: 0px 4px;
	background: #7da0d1;
	color: #fff
}

address {
	position: relative;
	background: #f5f5f5;
	border-left: 3px solid #ddd;
	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 #7da0d1;
	letter-spacing: 0.05em;
	cursor: help;
	border-radius: 3px;
}

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

blockquote {
	position: relative;
	padding: 20px 20px 20px 40px;
	margin: 10px 0px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #7da0d1;
	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: #7da0d1;
	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: #7da0d1;
	transition: color 0.3s ease-out;
}

a:hover, a:focus, a:active {
	color: #7da0d1;
	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: #7da0d1;
}

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

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

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

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

.avatar {
	border-radius: 50%;
}

.noborder {
	border: 0px!important;
}

.hover-box {
	position: relative;
}

.aligncenter {
	text-align: center;
}

.sticky.post-listing {
	border: 1px solid #7da0d1;
}

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

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

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

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

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

.hover {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 100%;
	left: 10px;
	color: #fff;
	background-color: rgba(255,255,255,0.35);
	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: #686868;
	font-size: 34px;
	text-align: center;
}

.container {
	padding: 0px 20px;
}

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

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

section:nth-of-type(2n) {
	background-color: #f7f7f7;
}

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.25);
}

.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, .custom-post-teaser-title {
	font-family: 'Roboto Slab';
}

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

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

h2 {
	position: relative;
	font-size: 32px;
	line-height: 1.4;
	font-weight: 500;
	color: #7da0d1;
}

.content .page h2 {
	font-size: 28px;
	margin-top: 30px;
}

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

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

.content .page h3, .content .post h3 {
	font-size: 22px;
	font-weight: 500;
	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: #7da0d1;
	border: 2px solid #7da0d1;
	padding: 15px 28px;
	min-height: 50px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	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: #fff!important;
	border-color: #fff!important;
	color: #7da0d1;
	outline: none;
}

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

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

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

.topbar {
	width: 100%;
	background: rgba(255,255,255,0.8);
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
    z-index: 999;
}

.wide .topbar {
	margin-bottom: 0px
}

.full-page .topbar {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.3);
	border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.top-spacer .topbar {
	position: absolute;
	top: 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: #7da0d1;
	color: #fff;
	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: #fff;
	margin-top: 40px;
	opacity: 0.3;
}

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

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

.full-page .main-logo {
	position: absolute;
	z-index: 2;
}

.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: #7da0d1
}

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

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

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

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

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

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

.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: absolute;
	width: 100%;
	border-radius: 0px;
	background: rgba(255,255,255,0.8);
	z-index: 999!important;
	margin-bottom: 15px
}

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

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

.full-page .navbar {
	position: absolute;
	top: auto;
	left: 0px;
	margin: 0px;
	border: 0px;
	background: none
}

.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: #7da0d1;
	position: absolute;
	top:50%;
	right: 0px
}

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

.full-page .affix .navbar-toggle {
	background: #7da0d1;
}

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

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

/* 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: #222222;
}

.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: 10px 30%;
	text-align: center
}

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

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

.top-search .fa {
	color: #fff;
}

.full-page .top-search {
	background: rgba(255,255,255,0.3);
}

.full-page .affix .top-search {
	background: #7da0d1;
}

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

.navbar-header .top-search {
	height: 32px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -16px;
}

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

.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%;
	padding-right: 100px;
}

.top-search-form input[type=search] {
	width: 100%!important;
	background: none;
	border: 0px!important;
	border-bottom: 2px solid #fff!important;
	height: 80px!important;
	font-size: 30px;
	font-weight: 400;
	color: #fff!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: #fff!important;
	border-color: #fff!important;
	color: #7da0d1!important;
}

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

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

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

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

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

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

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

.header .row {
	margin: 0px;
}

.header h1, .header h2 {
	font-size: 28px!important;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}

.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: 60px 0px 80px 0px;
}

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

.full-page .header-content.header-compact {
	padding: 60px 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.6);
    box-shadow: inset 0px 0px 30px rgba(255,255,255,0.6);
}

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

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

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

.header-content h2 {
	color: #fff;
	margin: 0px 0px 30px 0px;
}

.header-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}

.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: #fff;
	font-size: 24px;
	font-weight: 500;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}

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

.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: 300px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,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
}

.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.25);
}

.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.6);
    box-shadow: inset 0px 0px 30px rgba(255,255,255,0.6);
}

.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
}

/******************************************************/
/* 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: #7da0d1;
}

/* 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: #fff!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;
}

/* section owl *****************************************/
/*******************************************************/

.logos .owl-dots, .reviews .owl-dots {
	position: absolute;
	left: 0px;
	top: auto;
	width: 100%;
	margin-top: 15px;
}

.logos .owl-carousel .owl-item img, .reviews .owl-carousel .owl-item img {
	display: inline-block;
	width: auto
}

.logos .owl-stage {
	display: table;
}

.logos .owl-item {
	display: table-cell;
	float: none;
	vertical-align: middle
}

/******************************************************/
/* 6. CONTENT SECTIONS */
/******************************************************/

/* logos ***********************************************/
/*******************************************************/

.logos {
	padding: 30px 0px;
}

.logos .owl-dots {
	position: absolute;
	left: 0px;
	margin-top: -20px;
}

.logo-box {
	opacity: 0.5;
	padding: 0px 70px;
	transition: 0.3s linear;
}

.logo-box:hover {
	opacity: 1;
}

/* features-1 ******************************************/
/*******************************************************/

.features-1 .section-content .row div {
	padding-bottom: 25px;
}

/* features-2 ******************************************/
/*******************************************************/

.features-2 {
	padding: 120px 0px 75px 0px;
}

.features-2 .col-md-12 {
	margin-bottom: 45px;
}

.features-2 .media-left {
	min-width: 40px;
}

.features-2 .img-responsive {
	width: 100%
}

/* features-3 ******************************************/
/*******************************************************/

.features-3 {
	padding: 45px 0px 45px 0px;
}

.features-3 .col-md-6 {
	width: 100%;
	margin-bottom: 25px;
	display: inline-block;
	float: none;
	vertical-align: top;
}

.features-3 .fa-stack {
	border-radius: 50%;
	background: #7da0d1;
	text-align: center;
}

.features-3 .fa-stack i {
	color: #fff;
}

.features-3 .img-responsive {
	margin-bottom: 25px;
	width: 100%
}

/* banners *********************************************/
/*******************************************************/

.banner {
	background-color: #7da0d1!important;
	color: #fff;
	display: table;
	text-align: center;
}

.banner .row div {
	float: none;
	display: block;
	vertical-align: middle;
}

.banner h2 {
	margin: 0px;
	color: #fff!important;
	font-size: 30px;
}

.banner .btn {
	border: 2px solid #fff!important;
	margin-top: 25px;
}

.banner p {
	padding: 0px 30px;
}

/* reviews *********************************************/
/*******************************************************/

.review-box {
	padding: 0px 30px;
}

.review-box .fa {
	margin: 15px 0px;
}

.review-box time {
	display: none;
}

.review-img {
	border-radius: 50%;
	min-width: 170px;
	max-width: 50%;
}

.review-product {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #aaa;
}

/* image-section ***************************************/
/*******************************************************/

.image-section {
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	color: #fff;
}

.image-section h2 {
	color: #fff!important;
}

/* custom html ***************************************/
/*******************************************************/

.custom-html .section-content {
	text-align: left
}

/* newsletter ******************************************/
/*******************************************************/

.newsletter .mc4wp-form {
	line-height: 0;
}

.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 #7da0d1;
	vertical-align: top;
  	line-height: normal;
}

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

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

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

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

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

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

/* contact *********************************************/
/*******************************************************/

.contact-column {
	padding: 0px 40px;
	margin-top: 40px;
}

.google-map {
	width: 100%;
	height: 500px;
	border: 0px;
}

.google-map img {
	max-width: inherit!important;
}

.map-content {
	float: left;
	width: 100%;
}

.map-box {
	padding: 0px 10px;
	width: 180px;
	text-align: left;
}

.map-address {
	margin-top: 20px;
}

.map-row {
	position: relative;
	margin-bottom: 10px;
}

.map-row .fa {
	position: absolute;
	padding: 2px 1px 1px;
	float: left;
	width: 25px;
}

.map-row span {
	display: block;
	padding-left: 25px;
}

.map-link {
	margin-top: 15px;
}

/* 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 #eee;
	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: #7da0d1;
}

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

/* post/page teaser ************************************/
/*******************************************************/

.post-teaser {
	padding: 45px 0px 40px 0px;
}

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

.post-teaser-img {
	float: left;
	position: relative;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.post-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.6);
    box-shadow: inset 0px 0px 30px rgba(255,255,255,0.6);
}

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

.post-teaser-img:hover .hover {
	bottom: 10px;
	opacity: 1;
	transition: all 0.5s;
}	

.post-teaser-img .letter {
	display: table;
	width: 100%;
	height: 100%;
  	background-color: #7da0d1;
}

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

/* custom / popular / recent post teaser ***************/
/*******************************************************/

section.custom-post-teaser:first-child {
	padding: 20px 0px 20px 0px;
}

.post-teaser-wrapper .row {
    margin-right: -20px;
    margin-left: -20px;
}

.custom-post-teaser {
  	padding: 45px 0px 40px 0px;
}

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

.custom-post-teaser-box-bg {
	display: block;
	position: relative;
	height: 200px;
	padding: 0px 20px;
	margin-bottom: 20px;
	background-color: #7da0d1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

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

.custom-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.6);
    box-shadow: inset 0px 0px 30px rgba(255,255,255,0.6);
}

.custom-post-teaser-box-bg:hover .hover {
	bottom: 10px;
	opacity: 1;
	transition: all 0.5s;
	z-index: 3
}

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

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

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

.custom-post-teaser-category {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	display: inline-block;
}

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

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

.custom-post-teaser-title {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

/******************************************************/
/* 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: #000;
}

.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: #fff;
	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: #7da0d1;
	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: #fff;
	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: #fff;
	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: #fff;
	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: #fff;
	border: 2px solid #fff!important;
	background: none!important;
}

.popup.modal .wpcf7 input[type=submit]:hover {
	color: #686868;
	background: #fff!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 #ccc;
}

.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: #686868;
}

.full-page .topbar .socialbar a {
	color: #fff;
}

.socialbar a:hover {
	color: #7da0d1;
}

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

.copyright {
	text-transform: uppercase;
	font-size: 13px;
	color: #aaa;
	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 #ccc;
	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: #fff;
}

div.wpcf7-mail-sent-ok {
	background: #81c62f;
	color: #fff;
}

.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: #686868;
}

.full-page .breadcrumb {
	color: #fff;
}

.breadcrumb li {
	padding: 0px
}

.breadcrumb a {
	color: #686868;
}

.full-page .breadcrumb a {
	color: #fff;
}

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

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

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

.top-menu {
	display: none;
}

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

.full-page .top-menu {
	color: #fff;
}

.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: #ccc;
	content: "/\00a0";
}

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

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

.full-page .top-menu ul li a {
	color: #fff
}

/* 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-thumbnail .google-map {
	margin-bottom: 40px;
}

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

.page-content .page-header {
	text-align: left!important
}

.page-content .page-header h1, .page-content .page-header h2 {
	font-size: 33px!important;
	margin-top: 0px!important
}

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

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

.content .post {
	float: left;
	width: 100%;
	margin: 20px 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: #ddd;
}

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

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

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

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

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

.post-content h2:first-child {
	margin-top: 0px
}

.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: #7da0d1;
	color: #fff;
	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: #aaa;
}

.post-format-link a:hover .fa {
	background: #fff!important;
	color: #7da0d1;
	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: #7da0d1;
	color: #fff;
	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: #aaa;
}

.content .post .page-header h1, .content .page .page-header h1 {
	position: relative;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 300;
	color: #7da0d1;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 6px double #eee;
}

.content .post .page-header h1:before, .content .page .page-header h1:before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background: #fff;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: skew(-20deg);
}

.content .post h2, .content .page h2 {
	clear: both;
}

.content .post .page-header, .content .page .page-header {
	text-align: center;
	border: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

.content .post .page-header h2, .content .page .page-header h2 {
	position: relative;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 300;
	color: #7da0d1;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 6px double #eee;
}

.content .post .page-header h2:before, .content .page .page-header h2:before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background: #fff;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: skew(-20deg);
}


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

.post-header {
	position: relative;
	padding: 140px 0px 90px 0px;
	background-color: #7da0d1;
	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.25);
}

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

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

.post-header p {
	position: relative;
	color: #fff;
	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 #eee;
	border-bottom: 1px solid #eee;
}

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

.post-listing {
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 50px;
}

.post-listing:after {
	display: block;
	position: absolute;
    top: 15px;
    right: 25px;
    bottom: 0px;
    left: 25px;
    z-index: 1;
    content: "";
    box-shadow: 0px 2px 30px -4px rgba(0,0,0,0.2);
}

.post-listing-inner {
	float: left;
    width: 100%;
	padding: 30px;
	background: #fff;
	position: relative;
	z-index: 2
}

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

.post-listing:last-child {
	border-bottom: 0px;
}

.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: #7da0d1;
	font-weight: 300
}

.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: 30px;
	left: 50%;
	transform: translate(-50%,-50%);
	float: left;
	padding: 6px 20px;
	background: #7da0d1;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

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

.read-more a:hover {
	color: #fff;
	background: #222222;
}

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

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

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

.wpcontent.showtop p {
	width: 80%;
	display: inline-block
}

.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 {
	background-color: #7da0d1;
	color: #fff;
}

.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;
	border-radius: 50%
}

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

.custom-pagination span.current {
	background-color: #7da0d1;
	color: #fff;
}

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

.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.6);
    box-shadow: inset 0px 0px 30px rgba(255,255,255,0.6);
}

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

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

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

.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;
	border: 1px solid #eee;
}

.grid .grid-item.sticky {
	border: 1px solid #7da0d1;
}

.grid .grid-item:after {
	display: block;
	position: absolute;
    top: 15px;
    right: 25px;
    bottom: 0px;
    left: 25px;
    z-index: 1;
    content: "";
    box-shadow: 0px 2px 30px -4px rgba(0,0,0,0.2);
}

.grid-item-inner {
	background: #fff;
    position: relative;
    float: left;
    z-index: 2;
    width: 100%;
}

.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;
	white-space: normal
}

.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: #ddd;
}

.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: #fff;
}

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

.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: 10px;
	opacity: 1;
	transition: all 0.5s;
}

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

/* 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 #ccc;
	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 #eee;
	padding-bottom: 30px;
}

.attachment-page .attach-right .comments-area {
	border: 0px solid #eee;
	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: #000;
	text-align: center;
	color: #aaa;
}

.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: #fff;
	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: 9;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
}

.social-share-bar-content {
	background: #fff;
	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: 18px;
	color: #aaa;
	border-radius: 3px;
	background: #eee;
}

.social-share-bar a:hover, .social-share-bar.colored a {
	color: #fff!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: #aaa;
}

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

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

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

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

.pin-button:hover {
	background: #fff;
	color: #bb0f23!important;
}

.pin-button:hover .fa {
	color: #bb0f23;
}

/* 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: #aaa;
	border-radius: 50%;
	text-align: center;
}

.social-postbar a:hover {
	background: #7da0d1;
	color: #fff;
}

.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: #888;
}

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

.like-button {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	border-left: 1px solid #eee;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
}

.like-button button {
	text-transform: uppercase!important
}

.like-button-icon {
  	display: table-cell;
    vertical-align: middle;
}

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

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

.like-btn .fa {
	display: block;
	background: none;
	border: 0px;
	font-size: 25px;
	color: #7da0d1!important;
}

.like-btn-content {
  	display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    white-space: nowrap;
}

/* 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: #fff;
	padding: 0px 4px;
}

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

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

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

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

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

.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: #7da0d1;
}

.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: #888;
}

.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: #eee;
	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: #eee;
	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 #eee;
	border-bottom: 1px solid #eee;
}

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

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

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

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

/* 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 #eee;
	border-bottom: 1px solid #eee;
}

.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 #eee;
	border-bottom: 1px solid #eee;
}

.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: #fff;
	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: #999;
	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 #eee;
	border-bottom: 1px solid #eee;
}

.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: #fff;
	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 0px 40px 0px;
	padding: 0px;
	text-align: center
}

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

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

ul.glossary-index a {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 5px 0px;
}

ul.glossary-index li a:hover {
	background-color: #7da0d1;
	color: #fff;
}

ul.glossary-content {
	float: left;
	margin: 0px 0px 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 #eee;
}

ul.glossary-content li:first-child {
	padding-top: 0px;
	margin-top: 0px;
}

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;
	font-weight: 100;
	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: #7da0d1;
}

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;
	text-align: center
}

ul.sitemap-index li {
	display: inline-block;
	height: 32px;
	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: #aaa;
}

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

ul.sitemap-index li a:hover {
	background-color: #7da0d1;
	color: #fff;
}

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

.sitemap h2 {
	margin: 0px 0px 20px 0px!important;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.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 #eee;
}

.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: #7da0d1;
}

.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 {
	display: none;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	white-space: nowrap;
}

.post .blog-post-meta {
	text-align: center
}

.blog-post-metabox {
	display: none;
	position: relative;
	padding: 10px 20px;
	border-left: 1px solid #eee;
	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: #ddd;
	font-size: 25px;
}

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

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

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

.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: #ddd;
}

.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: #9F9F9F;
	padding-left: 22px;
	transition: all 0.15s;
	border: 2px solid #7da0d1;
	vertical-align: top;
}

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

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

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

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

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

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

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

.related-posts {
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	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: 10px;
	opacity: 1;
	transition: all 0.5s;
	z-index: 2
}

.related-posts .hover-box {
	position: relative;
  	background-color: #7da0d1;
	background-size: cover
}

.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.6);
    box-shadow: inset 0px 0px 30px rgba(255,255,255,0.6);
}

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

.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: #fff;
	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: #fff;
	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 #eee
}

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

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

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

.single-post-navigation a.next {
	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 .post-nav {
	display: inline-block;
}

.single-post-navigation a.prev .post-nav {
	margin: 10px 0px 0px 10px;
}

.single-post-navigation a.next .post-nav {
	margin: 10px 10px 0px 0px;
}

.single-post-navigation .fa {
	color: #7da0d1;
}

.single-post-navigation img {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%
}

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

.single-post-navigation a.next img {
	float: right;
}
	
.single-post-navigation .thumb {
	display: inline-block;
	float: left;
	width: 50px;
	height: 50px;
  	background-color: #7da0d1;
	border-radius: 50%
}
	
.single-post-navigation a.next .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;
	font-size: 20px
}

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

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

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

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

.comment-respond, .entry-pings, .entry-comments {
	color: #444;
	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: #888;
}

.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: #fff;
}

.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 #ccc;
	border-radius: 3px;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.1);
}

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

.comment-respond textarea {
	height: auto;
}

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

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

.comment-reply-link:hover {
	background: #7da0d1;
	color: #fff;
}

#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;
}

/* tab page ********************************************/
/*******************************************************/

.tab-page h1:first-child, 
.tab-page h2:first-child, 
.tab-page h3:first-child, 
.tab-page h4:first-child, 
.tab-page h5:first-child, 
.tab-page h6:first-child {
    margin-top: 0px!important
}

.tab-page {
    float: left;
    width: 100%;
    line-height: 26px;
}

.tab-page .nav-tabs {
	width:15%;
	margin: 10px 0px;
	border: 0px!important;
}

.tab-page.right .nav-tabs {
	float: right
}

.tab-page .nav-tabs li {
	width:100%;
	margin: 0px;
}

.tab-page .nav-tabs li a {
	margin: 0px;
	border: 0px!important;
	border-bottom: 1px solid #ddd!important;
	color: #686868;
	padding: 15px 0px;
	border-radius: 0px
}

.tab-page .nav-tabs li a span.tab-title {
	display: none
}

.tab-page .nav-tabs li a span.tab-letter {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #686868;
	font-weight: 600
}

.tab-page .nav-tabs li:last-child a {
	border: 0px!important
}

.tab-page .nav-tabs li a:hover {
	margin-right: -1px;
	background: linear-gradient(to right, rgba(250,250,250,0.65) 0%,rgba(0,0,0,0) 100%);
}

.tab-page.right .nav-tabs li a:hover {
	margin-right: -1px;
	background: linear-gradient(to left, rgba(250,250,250,0.65) 0%,rgba(0,0,0,0) 100%);
}

.tab-page .nav-tabs li.active a:hover {
	background: #fff!important;
}

.tab-page .nav-tabs li.active a {
	margin: 0px -1px 0px 0px;
}

.tab-page.right .nav-tabs li.active a {
	margin: 0px 0px 0px -1px;
}

.tab-page .nav-tabs .fa {
	width: 100%;
	text-align: center;
	color: #686868;
}

.tab-page .tab-content {
	width:85%;
	padding: 0px 0px 20px 25px;
	box-shadow: -20px 0px 20px -16px rgba(0, 0, 0, 0.15);
	border-left: 1px solid #ddd!important;
}

.tab-page.right .tab-content {
	padding: 0px 25px 20px 0px;
	box-shadow: 20px 0px 20px -16px rgba(0, 0, 0, 0.15);
	border-right: 1px solid #ddd!important;
	border-left: 0px!important
}

/* 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;
	margin-right: 10px;
    background: #7da0d1;
    width: 18px;
    height: 18px;
    color: #fff;
    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 #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0px;
	font-weight: 600;
}

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

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

/* faq page ********************************************/
/*******************************************************/

.faq-page {
	margin: 0px -15px;
	line-height: 26px
}

.faq-page .faq-column {
	float: left;
	width: 100%;
    padding: 0px 15px;
}

.faq-page .faq-column.col-2 {
	width: 100%;
}

.faq-page .faq-column.col-3 {
	width: 100%;
}

/* 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: 5px;
}

.sidebar-inner {
	float: left;
	width: 100%;
	padding: 0px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.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;
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #686868;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center
}

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

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

/* 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: #fff;
	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-radius: 40px!important;
	border: 1px solid #eee!important;
	font-weight: 400;
	font-size: 13px;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.06);
}

.widget_search .search-form .search-submit {
	display: none;
}

/* calendar widget *************************************/
/*******************************************************/

.widget_calendar {
	float: left;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	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: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px 0px;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	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 #eee;
}

.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_pages .page_item_has_children, .widget_nav_menu .menu-item-has-children {
	border: 0px;
}

.widget_pages .page_item_has_children ul, .widget_nav_menu .menu-item-has-children ul {
	padding-left: 20px;
}

.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: #888;
	text-transform: uppercase;
	font-size: 13px!important;
}

.widget_tag_cloud .tagcloud {
	float: left;
	padding-top: 5px;
}

/* comments widget *************************************/
/*******************************************************/

.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 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: #7da0d1;
}

.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 .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.6);
    box-shadow: inset 0px 0px 30px rgba(255,255,255,0.6);
}

.posts-alternative-widget .post-title {
	float: left;
	padding-top: 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.posts-alternative-widget a:hover .hover {
	bottom: 10px;
	opacity: 1;
	transition: all 0.5s;
}

.post-counter {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.posts-alternative-widget .hover-box {
	width: 100%;
}

.posts-alternative-widget .no-thumb {
	height: 130px;
}

.posts-alternative-widget .letter {
	display: table;
	width: 100%;
	height: 100%;
  	background-color: #7da0d1;
}

.posts-alternative-widget .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 40px
}

/* 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: #7da0d1;
}

.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 #eee;
	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: #aaa;
	font-weight:400;
}

.category-widget .no-thumb {
	width: 55px;
	height: 55px;
}

.category-widget .letter {
	display: table;
	width: 100%;
	height: 100%;
  	background-color: #7da0d1;
}

.category-widget .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #fff
}

/* about author widget *********************************/
/*******************************************************/

.widget_valery_cd_author_widget {
 	text-align: center;
}

.about-author-widget {
	position: relative;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
}

.about-author-widget img {
	display: inline-block;
	width: 50%;
	height: auto;
	margin: 20px 0px;
	border-radius: 50%;
}

.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 #eee!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: #fff;
	text-align: center;
	border-radius: 3px;
}

.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;
}

.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;
	background: #7da0d1;
	color: #fff;
	border-radius: 50%
}

.social-widget a:hover {
	color: #fff!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 {
	padding: 40px 0px 0px 0px;
}

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

.footer-sidebar aside {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.widget-footer.widget_mc4wp_form_widget {
	padding: 0px 10px;
	background: none;
}

.widget_valery_cd_instagram_widget .widget-title {
	margin: 0px 0px 20px 0px;
}

.widget_valery_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: #fff;
	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: #fff;
	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 #ddd;
	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: #7da0d1;
}

.ajax-search .letter span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
}

/* dropcaps ********************************************/
/*******************************************************/

.dropcap {
	float: left;
	border: 3px solid #7da0d1;
	width: 43px;
	height: 43px;
	text-align: center;
	font-size: 28px;
	color: #7da0d1;
	margin: 9px 15px 0px 0px;
	line-height: 1.33;
	font-weight: 700;
}

.paragraph-with-dropcap {
	min-height: 77px
}

/* 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 #eee;
}

.leadin.right {
	float: right;
	margin: 5px 0px 10px 20px;
	border-left: 3px solid #eee;
}

.leadin.full {
	background: #fff;
	width: 100%;
	max-width: 100%;
	padding: 15px 30px 15px 30px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}

/* divider *********************************************/
/*******************************************************/

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

.divider.with-content {
	padding: 25px 40px
}

.divider.solid {
	border-top: 2px solid #7da0d1
}
.divider.solid.with-content {
	border-bottom: 2px solid #7da0d1
}

.divider.dotted {
	border-top: 2px dotted #7da0d1
}
.divider.dotted.with-content {
	border-bottom: 2px dotted #7da0d1
}

.divider.dashed {
	border-top: 2px dashed #7da0d1
}
.divider.dashed.with-content {
	border-bottom: 2px dashed #7da0d1
}

.divider.double {
	border-top: 6px double #7da0d1
}
.divider.double.with-content {
	border-bottom: 6px double #7da0d1
}

/* post-list *******************************************/
/*******************************************************/

.post-list-wrapper {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	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: 10px;
	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: #7da0d1;
	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 #eee;
	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: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.scrolltop:hover {
	border: 1px solid #ccc;
	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: #000;
	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: #fff;
	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: #fff;
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 #ccc;
  	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;
}
  
/* topbar **********************************************/
/*******************************************************/

.topbar {
	border: 0px;
	margin-bottom: 0px
}
	
.full-page .topbar {
	border: 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 {
	display: block;
}
  
/* section owl *****************************************/
/*******************************************************/

.logos .owl-dots, .reviews .owl-dots {
	margin-top: 35px;
}

.logos .owl-dots {
	margin-top: -20px;
}

.container>.navbar-header {
	width: auto;
}

.mobile-menu-spacer {
	display: none;
}

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

.navbar-collapse .top-search .fa {
	color:#686868
}
	
/* menu ************************************************/
/*******************************************************/
	
.admin-bar .navbar.affix {
	top: 32px!important;
}	
	
.navbar {
	position: static;
}

.navbar .container {
	position: relative;
	padding: 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.navbar.affix .container {
	border: 0px
}

.full-page .navbar .container {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}	
	
.full-page .navbar.affix .container {
	border: 0px;
}	
	
.navbar .container:after {
	display: block;
	position: absolute;
    top: 15px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    z-index: 1;
    content: "";
    box-shadow: 0px 2px 30px -4px rgba(0,0,0,0.2);
}

.navbar.affix .container:after {
    content: none;
}
	
.navbar.affix {
	padding: 10px 0;
}

.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: 10px 0px 10px 0px;
	background: #fff;
	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 13px;
}

.navbar-nav li a {
	position: relative;
	padding: 15px 0px 15px 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: 80%;
	left: 0px;
	width: 0px;
	border-top: 2px solid #7da0d1;
	margin-top: 2px;
	transition: all 0.5s;
}

.full-page .affix-top .navbar-nav li:after {
	border-top: 2px solid #fff;
}

.navbar-nav li li:after {
	border-top: 2px solid #7da0d1!important;
}

.navbar-nav li.current-menu-parent:after, .navbar-nav li.current_page_parent:after {
	width: 100%;
}

.navbar-nav li:hover:after, .navbar-nav .active:after {
	width: 100%;
}

.full-page .affix-top .navbar-nav li a {
	color: #fff;
}

.full-page .affix-top .navbar-nav li li a {
	color: #686868;
}

.full-page .affix-top .navbar-nav li a:hover {
	color: #fff;
}
  
.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: 14px;
	padding: 5px;
	background: rgba(255,255,255,0.8);
	text-transform: none;
	text-align: left
}

.navbar-nav li:hover ul {
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 9;
	width: 220px;
	margin-left: -110px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
}

.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: -12px;
	border-bottom-color: rgba(255,255,255,0.8);
	border-width: 12px;
}
	
.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: 9px 13px!important;
	color: #686868;
}

.navbar-nav li:hover li a:first-child {
	border-top: 0px;
}

.navbar-nav li li {
	position: relative;
	border-bottom: 1px solid #eee;
}

.navbar-nav li li:last-child {
	border-bottom: 0;
}

.navbar-nav li li a {
	display: block;
	padding: 15px 20px;
	color: #686868;
	background: #fff
}

.navbar-nav li li a:hover {
	background: #fafafa!important
}

.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: #ccc;
}

.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;
	right: 20px;
	margin: 0px 0px 0px 30px;
	padding: 14px 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, .header h2 {
	font-size: 42px!important;
	line-height: 1.3;
}

.header h2 {
	font-size: 36px;
}

.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: 26px;
}

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

/* 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 #eee;
}

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

.content .post {
	margin: 50px 0px;
}	
	
.content .post h1, .content .page h1 {
	font-size: 43px;
}

.content .post .page-header, .content .page .page-header {
	margin: 0px;
}	
	
.content .post .page-header h1, .content .page .page-header h1 {
	font-size: 40px;
}

.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;
}

.wpcontent {
	font-size: 18px;
	line-height: 28px;
}
	
.wpcontent.showtop p {
	width: 80%
}
	
/* 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: 29px!important;
	line-height: 43px;
}

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

.archive-header {
	padding: 80px 0px 0px 0px;
}
	
.masonry .archive-header {
	padding: 80px 0px 50px 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 #eee;
}

.wp-caption.alignright img {
	padding-left: 30px;
	border-left: 1px solid #eee;
}

.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;
}

/* 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;
}
	
/* single post navigation ******************************/
/*******************************************************/

.single-post-navigation .post-nav-title {
	display: inline-block;
}

/* 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: 20px 0px 0px 0px;
}

.has-sidebar.has-sidebar-right {
	padding: 20px 0px 0px 0px;
}

.sidebar .sidebar-inner {
	padding: 25px 20px 0px 0px;
}

.sidebar.sidebar-right .sidebar-inner {
	padding: 25px 0px 0px 0px;
}

/* dropcaps ********************************************/
/*******************************************************/

.dropcap {
	width: 68px;
	height: 68px;
	font-size: 40px;
	margin: 9px 20px 0px 0px;
	line-height: 1.5;
}

/* 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;
}

/* features-3 ******************************************/
/*******************************************************/

.features-3 {
	padding: 120px 0px 75px 0px;
}

.features-3 .col-md-6 {
	width: 49%;
}

.features-3 .col-md-6 {
	margin-bottom: 45px;
}

.features-3 .img-responsive {
	margin-bottom: 0px;
}

/* post/page teaser ************************************/
/*******************************************************/

.post-teaser {
	padding: 90px 0px 40px 0px;
}
	
/* custom / popular / recent post teaser ***************/
/*******************************************************/

section.custom-post-teaser:first-child {
	padding: 30px 0px 20px 0px;
}	
	
.custom-post-teaser-box-bg {
	margin-bottom: 40px;
}

/* banner **********************************************/
/*******************************************************/

.banner p {
	margin: 0px;
}

/* newsletter ******************************************/
/*******************************************************/

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

.mc4wp-form input[type=submit] {
	width: auto;
}

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

.popup.modal .modal-dialog {
	width: 560px;
}

/* footer sidebar **************************************/
/*******************************************************/

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

.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
}
	
/* tab page ********************************************/
/*******************************************************/

.tab-page .nav-tabs {
	width:30%;
	margin: 10px 0px;
}

.tab-page .nav-tabs li a {
	padding-left: 40px;
	padding-right: 15px
}
	
.tab-page.right .nav-tabs li a {
	padding-left: 50px;
}
	
.tab-page .nav-tabs li a span.tab-title {
	display: inline-block
}
	
.tab-page .nav-tabs li a span.tab-letter {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 30px;
}
	
.tab-page.right .nav-tabs li a span.tab-letter {
	width: 50px;
}	

.tab-page .nav-tabs .fa {
	position: absolute;
	top: 18px;
	left: 0px;
	width: 30px;
}
	
.tab-page.right .nav-tabs .fa {
	width: 50px;
}

.tab-page .tab-content {
	width:70%;
	padding: 0px 0px 40px 40px;
}

.tab-page.right .tab-content {
	padding: 0px 40px 40px 0px;
}
	
}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MIN WIDTH 992px */
/******************************************************************************************************************************************************************/


@media (min-width: 992px) {

/* menu ************************************************/
/*******************************************************/

.navbar-nav > li {
	margin: 0px 18px;
}

/* 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
}	
	
/****** boxed items ******/

/* col 1 */
.header-post-teaser .col-md-12 .header-post-teaser-box-content { width: 45%; 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
}

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

.has-sidebar {
	float: right;
	padding: 25px 0px 0px 40px;
}

.has-sidebar.has-sidebar-right {
	float: left;
	padding: 25px 40px 0px 0px;
	border-left: 0px;
}

.sidebar .sidebar-inner {
	padding: 0px 40px 0px 0px;
	margin-top: 0px;
}

.sidebar.sidebar-right .sidebar-inner {
	padding: 0px 0px 0px 40px;
}
	
.sidebar:after {
	position: absolute;
    top: 30px;
    right: 0px;
    bottom: 30px;
    left: 50px;
    z-index: 1;
    content: "";
    box-shadow: 0px -2px 30px -4px rgba(0,0,0,0.2);
}

.sidebar.sidebar-right:after {
    position: absolute;
    top: 25px;
    right: 50px;
    bottom: 25px;
    left: 0px;
    z-index: 1;
    content: "";
    box-shadow: 0px -2px 30px -4px rgba(0,0,0,0.2);
}

/* 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;
}

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

.related-list {
	margin: 0px -20px;
}	
	
.related-list li {
	padding: 0px 20px 0px 20px;
	width: 50%
}

/* post/page teaser ************************************/
/*******************************************************/

.post-teaser-content {
	margin: 20px 0px 50px 0px;
}

/* 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;
}
	
/* faq page ********************************************/
/*******************************************************/

.faq-page .faq-column.col-2 {
	width: 50%;
}
	
.faq-page .faq-column.col-3 {
	width: 50%;
}

/* features-1 ******************************************/
/*******************************************************/

.features-1 .section-content .row div {
	padding-bottom: 0px;
}

/* banners *********************************************/
/*******************************************************/

.banner {
	text-align: left;
}

.banner .row div {
	display: table-cell;
}

.banner .btn {
	margin-top: 0px;
}

/* contact *********************************************/
/*******************************************************/

.contact-column {
	border-left: 1px solid #e1e1e1;
}

.contact-column:first-child {
	border: 0px;
}
  
/* 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: #fff;
	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;
}

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

.blog-post-metabox:nth-child(4) {
	display: inline-block;
}

/* instagram footerbar *********************************/
/*******************************************************/

.instagram-footerbar .instagram-widget-image {
	width: 12.555555%;
}
	
/* faq page ********************************************/
/*******************************************************/

.faq-page .faq-column.col-3 {
	width: 33.33333%;
}

}

/******************************************************************************************************************************************************************/
/* MEDIA QUERY MIN WIDTH 1360px */
/******************************************************************************************************************************************************************/

@media (min-width: 1360px) {

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

.social-share-bar {
	position: absolute;
	top: 0px;
	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;
}
	
}

/******************************************************************************************************************************************************************/
/* 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: 25px 0px 0px 60px;
}

.has-sidebar.has-sidebar-right {
	padding: 25px 60px 0px 0px;
}

.sidebar .sidebar-inner {
	padding: 20px 40px 0px 0px;
}

.sidebar.sidebar-right .sidebar-inner {
	padding: 20px 0px 0px 40px;
}
	
/* instagram footerbar *********************************/
/*******************************************************/

.instagram-footerbar .instagram-widget-image {
	width: 10%;
}	
	
}

/******************************************************************************************************************************************************************/
/* 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%;
}
	
}



