/*
Theme Name: Blaze Mag
Theme URI: http://blazemag.themeflames.com
Author: ThemeFlames
Author URI: http://www.themeforest.net/user/ThemeFlames
Description: Responsive Blog and Magazine Theme  
Version: 1.0
License URI: http://themeforest.net/licenses/regular_extended
Tags: custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, post-formats, theme-options, threaded-comments, three-columns, left-sidebar, right-sidebar, light
*/



/* ===========================================================================================

Styles Order:

1. Fonts
2. Theme Standards
3. Top navigation
4. Header Sticky Area
5. Homepage & Archive Pages Items
6. Posts Slider
7. Single Post
8. Footer
9. Responsive Design
10. Basics

============================================================================================== */
/* =========================================================================================== */
/* ================================== EDIT pEtEr ============================================= */
/* =========================================================================================== */
/* =========================================================================================== */

/* ============================= START rbllnavigation ================================================= */

.rbllnavigation {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    height: 50px;
    margin: 0;
    width: 100%;
    z-index: 9999 !important;
    top: 0;
    position: fixed;
    text-transform: uppercase;
    font-weight: 300 !important;
    letter-spacing: 0;
    font-size: 14px !important;
}

.rbllnavigationinner {
	margin: 0 auto;
}

.rbllnavire {
	float: right;
}

.rbllnlogo {
	float: left;
}

.rbllnlogo a {
	padding: 0px !important;
}

.rbllnlogo img {
	width: 240px;
}

.navisearch, .advicelogo {
	border-right: 0px !important;
}

/*Strip the ul of padding and list styling*/
.rbllnavigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/*Create a horizontal list with spacing*/
.rbllnavigation li {
	display:inline-block;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.19);
}

/*Style for menu links*/
.rbllnavigation li a {
	display:block;
	padding: 0 15px 0;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
}

.navinews a:hover {
	background-color: #0099CC !important;
	color: #fff !important;
} 

.navimedien a:hover  {
	background-color: #999999 !important;
	color: #fff !important;
}

.navimusik a:hover  {
	background-color: #CC3333 !important;
	color: #fff !important;
}

.navikultur a:hover  {
	background-color: #993399 !important;
	color: #fff !important;
}

.navivideo a:hover  {
	background-color: #FFFF33 !important;
	color: #000 !important;
}

.naviwtf a:hover  {
	background-color: #FF9933 !important;
	color: #fff !important;
}

.navievents a:hover  {
	background-color: #33CC33 !important;
	color: #fff !important;
}

/*Style for dropdown links*/
.rbllnavigation li:hover ul a {
	background: #f3f3f3;
	color: #2e2f35;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.rbllnavigation li:hover ul a:hover {
	background: #1ac589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
.rbllnavigation li ul {
	display: none;
}

/*Make dropdown links vertical*/
.rbllnavigation li ul li {
	display: block;
	float: none;
	width: 200px;
}

/*Prevent text wrapping*/
.rbllnavigation li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.rbllnavigation ul li a:hover + .rbllnhidden, .rbllnhidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: #000;
	text-align: right;
	font-size: 32px;
    padding: 0 5% 0 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #rbllnmenu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width: 767px){
	/*Make dropdown links appear inline*/
	.rbllnavigation ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.rbllnavigation li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.rbllnavigation ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	.rbllnavigation li a {
		height: 30px !important;
		line-height: 30px !important;
	}
	
	.rbllnavigation li ul li {
		float: left !important;
	    width: 50% !important;
	}
	
	.navinews {
		background-color: rgba(0, 153, 204, 0.9) !important;
		color: #fff !important;
	} 
	
	.navimedien  {
		background-color: rgba(153, 153, 153, 0.9) !important;
		color: #fff !important;
	}
	
	.navimusik  {
		background-color: rgba(204, 51, 51, 0.9) !important;
		color: #fff !important;
	}
	
	.navikultur  {
		background-color: rgba(153, 51, 153, 0.9) !important;
		color: #fff !important;
	}
	
	.navivideo  {
		background-color: rgba(255, 255, 51, 0.9) !important;
	}
	
	.navivideo a {
		color: #000 !important;
	}
	
	.naviwtf  {
		background-color: rgba(255, 153, 51, 0.9) !important;
		color: #fff !important;
	}
	
	.navievents  {
		background-color: rgba(51, 204, 51, 0.9) !important;
		color: #fff !important;
	}
	.media-body {overflow: visible !important;}
}
/* ============================= END rbllnavigation ================================================= */


.gallery-item {
	margin: 0 0 20px;
    display: inline-block;
}

/*-- Teaser Photo Credit--*/
.photocredit {
    position: relative;
    color: #fff;
    background-color: #000;
    float: right;
    bottom: 11px;
    right: 0;
    padding: 0 4px;
    font-size: 8px;
    opacity: 0.6;
}

/*-- Home aktuelle Beiträge Widget--*/

@media screen and (min-width: 767px) { 
	.lastarticlehomereihe { display: none !important; }
}
.lastarticlehomereihe .wpb_content_element {
	float: none;
}

.lastarticlehome .nav{
	padding-top: 10px;
}

.lastarticlehome .nav>li>a {
display: inline-block !important;
padding: 4px 10px 6px 30px !important;
}

.lastarticlehome .nav>li:before { 
  content: '' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  position: absolute;
  top: 5px;
}

/*-- END -> Home aktuelle Beiträge Widget--*/

.fb-post {padding-bottom: 30px !important;}

/* ============================= Newsletter ================================================= */

#mc_embed_signup input.email {
display: block;
padding: 6px 0;
margin: 0 4% 15px 0;
text-indent: 5px;
width: 58%;
min-width: 268px;
margin-left: 6px;
line-height: 14px;
border-radius: 3px;
}
#mc_embed_signup {
background: #FFF;
clear: left;
width: 300px;
max-width: 300px;
border-radius: 3px;
margin: 0 auto;
}
#mc_embed_signup input.button {
display: block;
margin: 0 0 11px 0;
width: 264px;
min-width: 279PX;
margin-left: 1px;
}
#mc_embed_signup .button {
clear: both;
background-color: #EC3C8F;
border: 0 none;
border-radius: 4px;
color: white;
font-size: 15px;
font-weight: bold;
height: 34px;
line-height: 31px;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
}
#mc_embed_signup input {
border: 1px solid grey;
-webkit-appearance: none;
}
#mc_embed_signup form {
display: block;
position: relative;
text-align: left;
padding: 20px 3% 8px 3%;
}
#mc_embed_signup label {
display: block;
font-weight: bold;
text-align: center;
color: #333;
}
.mc_embed_info {
display: block;
font-size: 12px;
padding-bottom: 10px;
text-align: center;
}

/* ============================= END Newsletter ================================================= */

.relatedNew {
	color: #333;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 1px 0 3px;
    position: relative;
    display: block;
}

.relatedNew a {
	color: #ec3c8f !important;
	text-decoration: none !important;
}

.relatedNew img {
	float: left;
    margin: 3px 10px 3px 0 !important;
    border: none;
}




	
	.header-cat {
		display: inline-block;
		width: 100%;
		min-height: 140px;
		padding: 0 5px 20px 5px;
		background-color: rgba(0,0,0,0.5) !important;
		text-align: center;
	}
	
	
	.feed-archive a {
		text-decoration: underline !important;
		color: #ddd !important;
		font-size: 14px;
	}
	
	.navigation {
		padding-top: 10px;
	}
	
	.swipe {
		text-align: center;
		background-color: rgba(236, 60, 143, 0.1);
		padding: 5px;
		margin: 0 5px 15px 0;
	}

	.plista_widget_belowArticle .itemText, .plista_widget_belowArticle .itemTitle {
		font-family: 'Muli',sans-serif !important;
	}
	
	.plista_widget_belowArticle {
	margin: 0 !important;	
	}
	
	.plista_widget_belowArticle .plistaHl {
		padding-top: 0px !important;
		font-weight: 300 !important;
		font-size: 15px !important;
		text-transform: uppercase;
		letter-spacing: normal !important;
		text-align: center;
		border: 0 !important;
	}
	
	.post-follow-inner-left {
		float: left;
	}
	.post-follow-inner-right {
		width: 670px;
		float: left;
	}


	.image-title {
		margin: 0px !important;
		font-size: 20px !important;
	}
	.imageback {
		color: #ec3c8f !important;
	}
	.entry-caption {
		margin: 10px;
		text-align: left;
	}
	.entry-caption p {
		margin-bottom: 10px !important;
	}
	.containerimage {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	
/* ============================= relatedinline ================================================= */

.relatedinline {
    border-top: 0 none;
    overflow: hidden;
    padding: 20px;
	margin: 30px 0;
    width: 100%;
	background: rgba(126, 126, 126, 0.04);
	border-radius: 3px;
	border: 1px solid #DBDBDB;
}

/* ============================= relatedside ================================================= */

.relatedside {
    border-top: 0 none;
    float: left;
    margin: 80px 20px 40px 20px;
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    width: 240px;
    font-size: 15px;
	background: rgba(126, 126, 126, 0.04);
	border-radius: 3px;
	border: 1px solid #DBDBDB;
}

.relatedside ul {
	padding: 10px 0 0 0;
	list-style-type: none;
}

.relatedside li {
	padding-bottom: 10px;
}

.relatedside li:before {
  content: '' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  display: inline-block;
  padding-right: 5px;
  font-size: 13px;
}

/* ============================= XLquote ================================================= */

.xlquote {
    font-size: 20px;
    font-weight: 600;
    width: 300px;
    float: left;
    margin: 10px 10px 10px 0;
    border-left: 5px solid #eee;
    padding: 10px 20px;
}

@media(max-width: 479px) {
	.xlquote {
    float: none !important;
    width: 100% !important;
	}
}


/* ============================= Ad ================================================= */

.displaysolt2 {
    border-top: 0 none;
    float: left;
    margin: 0;
    overflow: hidden;
    padding-top: 0px;
    width: 300px;
}

#div-gpt-ad-212760512802710579-3 {
	padding: 10px 0;
}

#div-gpt-ad-212760512802710579-1 {
	margin-bottom: 20px;	
}

.main-aslot {
	text-align: center;
}

/* =========================================================================================== */


.vonanderen li {
    font-size: 14px !important;
    padding-bottom: 5px !important;
}

.vonanderen li:before {
  content: '' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  display: inline-block;
  padding-right: 5px;
  font-size: 10px;
}

.social_metrics {
	width: 100%;
}

.social_metrics_row {
    background-color: #ffffff;
    border-bottom: 2px solid #ec3c8f;
    clear: both;
    float: left;
    padding: 10px;
    width: 100%;
}

.social_metrics_title {
	float: left;
	min-width: 100px;
}

.social_metrics_row li {
    float: left;
    list-style: none outside none;
    padding-left: 40px;
    padding-top: 10px;
    min-width: 90px;
}

.xoxo {
	list-style: none outside none;
    padding-left: 15px;
    padding-top: 10px;
}

.xoxo li {
	padding-bottom: 15px;
}

.wpp-list li {
    list-style: none outside none;
    padding-left: 15px;
}

.archive-month {
    color: #909090;
    padding-top: 10px;
}

.archive-year {
	list-style: none outside none;
    padding-left: 15px;
}

.pageweiss {
	background-color: #FFF;
	margin-top: 20px;
	padding: 20px;
}

.edit-link {
    font-size: 10px;
    margin-top: 10px;
    display: block;	
}

.entry-content i {
    font-weight: 300 !important;
}

.wa_btn_s {
    background-color: #5cbe4a;
    background-image: url(http://www.blogrebellen.de/wp-content/themes/blazemag-child/wa-logo.png);
    background-position: 5px 2px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline !important;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 3px 6px 3px 25px;
    text-transform: none;
}

.post-follow {
	text-align: center;
	float: left;
	margin-top: 20px;
}

.post-follow-icon-home {
	font-size: 40px !important;
	color: #ec3c8f !important;
	padding-right: 5px;
}

.post-follow-icon {
	font-size: 32px !important;
	padding-top: 10px !important;
	margin: 0 !important;
}

.post-follow-inner {
	width: 100%;
	float: left;	
	padding-bottom: 10px;
}


@media(max-width: 479px) { 
	.post-follow-icon {
	font-size: 30px !important;
	padding-top: 10px !important;
	margin: 0 !important;
	} 
	.post-smallviewfeatured	{
	margin-left: -10px !important;
    width: 106% !important;
	}
}	

.gallery-caption {
	font-size: 14px;
}

.navunten {
	height: 45px;
    padding: 10px 0;
}

.wpb_raw_html {
	text-align: center;
}
.adhtml {
	margin-left: 0px;
}

@media screen 
and (min-width: 320px) 
and (max-width: 768px) {
	.advicelogo a {padding: 2px !important;}
	.advicelogo img {width: 40px;}
	.rbllnavigation li a {padding: 0 10px 0;}	
	.rbllnavigationinner {width: 100%;}
}


@media screen 
and (min-width: 768px) 
and (max-width: 880px) {
	.advicelogo a {padding: 2px !important;}
	.advicelogo img {width: 40px;}
	.advicelogo {width: 50px !important;}
	.rbllnavigationinner {width: 768px;}
	.rbllnlogo img {width: 200px !important; padding-top: 3px;}
	.rbllnavigation li a {padding: 0 6px 0 !important;}
	.native-top-share-button-count span {width: 440px !important;}
	.navimusik {width: 80px !important;}
	.navikultur {width: 89px !important;}
	.rbllnavigation li {width: 80px;}
	.navisearch {width: 20px !important;}
}

@media(min-width: 768px) { 
	.post-smallviewfeatured {
		margin-top: 20px;
	}
}

@media screen 
and (min-width: 881px) 
and (max-width: 991px) {
		.advicelogo {width: 50px !important;}
}

@media(min-width: 881px) { 
	.advicelogo a {padding: 2px !important;}
	.rbllnavigationinner {width: 880px;}
	.native-top-share-button-count span {width: 450px !important;}
	.rbllnavigation li {width: 90px;}
	.navisearch {width: 40px !important;}
}	

@media(min-width: 992px) { 
	.adhtml { margin-left: 110px; } 
	.rbllnavigationinner {width: 990px;}
	.rbllnavigation li {width: 100px;}
}

@media(min-width: 1100px) { 
	.rbllnavigationinner {width: 1100px;}
	.rbllnavigation li {width: 115px;}
}

@media(min-width: 1200px) { 
	.largeleaderboard { margin-left: 50px !important; }
	.rbllnavigationinner {width: 1200px;}
	.adhtml { margin-left: 170px; }
	.rbllnavigation li {width: 130px;}
}


.moretag {
	text-decoration: none !important;
}

.page-header.related-header {
    margin-bottom: 0px !important;
}

.user-login-container {
    display:none;
}

.mediafeaturevideo {
	text-align: center;
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.mediafeaturevideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mediafeature {
	text-align: center;
}

.mediafeature iframe {
}

.entry-meta {
    padding-bottom: 10px;
}

.entry-attachment {
    clear: both;
    padding: 10px 0;
    text-align: center;
}

.image-navigation {
    margin: 0 auto;
    text-align: center;
    width: 280px;
}

.widget {
    box-shadow: none;
}

.menu-musik-tags-container {
    background-color: #000000; 
    box-shadow: none; 
}

#menu-musik-tags > li {
    float: left;
}

#menu-musik-tags > li a {
    background-color: #333333;
    color: #FFFFFF !important;
    margin-left: 5px;
    margin-top: 5px;
    padding: 2px 6px;
}

#menu-musik-tags > li a:hover {
    color: #333333 !important;
}

.article-content a:link, .article-content a:visited, .article-content a:active {
    text-decoration:underline;
    color: #ec3c8f;
}

.pingback, .trackback {
    margin-left: 60px;
}

.favicon {
	vertical-align: sub !important;
    border: 18px solid #F2F2F0;
}

.comment-meta-pinkback {
	color: #9B9B9B;
    font-size: 11px;
    margin-bottom: 0;
}

.author-page-social-article {
	margin-right: 10px;
	font-size: 15px;
	color: #686868 !important;
	-webkit-text-stroke: 1px rgba(0,0,0,0.2);
}

.author-page-social-article-wrapper {
	margin-top: 5px;
	margin-bottom: 10px;
}

.meistgelesen-unten {
	padding-top: 30px;
	background-color: #000 !important;
}

.author-page {
	border-top: 8px solid #EC3C8F;
}

.wpcf7-form-control {
	width: 260px;
}

/* ============================== .Seiten template ======================================= */

.page-header-seite {
    padding-left: 20px;
    padding-top: 1px;
    margin-bottom: 0px !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
    color: #FFFFFF;
}

/* ============================== .Seiten template ======================================= */

@media screen 
and (min-width: 320px) 
and (max-width: 767px) {	
	
	.nav-text-wrapper {
    top: 20px !important;
	}
	.page-title {
		font-size: 2.133em !important;
	}
	.author-page-bio {
    margin: 10px 20px 20px 10px !important;
    width: 100% !important;
	}
	.wpb_content_element {
		width: 100%;
	}
	.vc_row-fluid .vc_span6, .wpb_teaser_grid.wpb_carousel .vc_span6 {
		margin-left: 0 !important;
		width: auto !important;
	}
	.wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
		margin: 0 !important;
		width: 100% !important;
	}
	.post-item-meta-header-sticky {
		display: none !important;
		
	}
	.post-follow-inner {
		width: 100%;
		float: none;	
	}
.post-follow {
	float: none !important;
	margin-top: 20px;
}
}

@media screen 
and (min-width: 320px) 
and (max-width: 479px) {
	h3.header-sticky-post-title {
		font-size: 2em !important;
		line-height: 32px !important;
		letter-spacing: 0 !important;
	}
	.post-previous, .post-next {
    	width: 100% !important;	
	}
	.nav-text-wrapper h4 a {
		font-size: 22px !important;
	}
	.header-sticky-post-subtitle, .header-sticky-post-cat {
		display: none !important;
	}
	.header-sticky {
		height: 350px !important;
	}
	.header-sticky-post {
		margin-top: 80px !important;
		padding: 5px !important;
	}
	h3.header-sticky-post-title {
		font-size: 1.8em !important;
		margin: 0 !important;
	}
}

@media screen 
and (min-width: 480px) 
and (max-width: 767px) {
	.page-title {
		font-size: 2.133em !important;
	}	
	h3.header-sticky-post-title {
		font-size: 32px !important;
		line-height: 34px !important;
	}
	.header-sticky-post {
		margin-top: 80px !important;
		padding: 10px !important;
	}
	.nav-text-wrapper h4 a {
		font-size: 18px !important;
	}
	.header-sticky {
		height: 450px !important;
	}
	.header-sticky-post-cat {
		display: none !important;
	}
}


@media screen
and (min-width: 768px)
and (max-width: 880px) {
	.post-previous, .post-next {height: 111px !important;}
	.nav-text-wrapper h4 a {font-size: 22px !important;}
	.nav-text-wrapper {top: 15px !important;}
	.page-title {font-size: 2.133em !important;}
	.wpb_text_column {width: 320px !important;}
	h3.header-sticky-post-title {font-size: 42px !important;line-height: 44px !important;}
	.vc_row-fluid [class*="vc_span"]:last-child {margin-left: 0;}
}

@media screen
and (min-width: 881px)
and (max-width: 992px) {.post-previous, .post-next {height: 115px !important;}
	.nav-text-wrapper h4 a {font-size: 24px !important;}
	.nav-text-wrapper {top: 25px !important;}
	.page-title {font-size: 2.133em !important;}
	h3.header-sticky-post-title {font-size: 42px !important;line-height: 44px !important;}
	.vc_row-fluid [class*="vc_span"] {margin-left: 0 !important;}
	.wpb_text_column {max-width: 330px;}
	.site-footer-inner.col-12 {width: 800px !important;} 
}

@media screen
and (min-width: 993px) 
and (max-width: 1200px) {
.post-previous, .post-next {height: 149px !important;}
	.nav-text-wrapper {top: 25px !important;}
	.page-title h1 {font-size: 46px !important; }
	.vc_row-fluid [class*="vc_span"]:last-child {margin-left: 0;}
	.wpb_text_column {max-width: 420px;}
	.post {width: 620px !important;}
	.post-follow-inner-left {width: 350px !important;}
}

@media screen
and (min-width: 993px) 
and (max-width: 1099px) {
	.site-footer-inner.col-12 {width: 900px !important;}
}

@media screen
and (min-width: 1101px) 
and (max-width: 1199px) {
	.vc_row-fluid .vc_span8 {width: 570px !important;}
}


/* Größer than 768 do not display Mobile Autor Post-Section */
@media only screen and (min-width: 768px) {
	.author-post-section-mobile, .swipe {display: none;}
	.wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
	margin: 0 0 0 -40px !important;
	width: calc(100% + 40px) !important;
	}
}    

/* Kleiner than 768 */
@media only screen and (max-width: 767px) {
	.social-icon-container {display: none;}
}
	
	
/* ============================== native HTML5 Audio Player ======================================= */

.wp-audio-shortcode {margin-bottom: 30px;}
.mejs-time-loaded {background-color: #CCC !important;}
.mejs-time-current {background-color: #ec3c8f !important;}

/* ============================== Native Share  Buttons ========================================= */

/* === g+ iframe breite fix ===*/
iframe[id^="oauth2relay"] { position: fixed !important; }
.oauth2relay353408875 iframe {display: none !important;}
.native-share-facebook-twitter {border-top: 1px solid #CCCCCC;margin-top: 50px;padding-top: 20px;}
.native-top-share-facebook-twitter {clear: left;display: inline-block;}

@media only screen and (min-width: 990px) {
	.author-post-section-mobile {display: none;}
}

.native-share-button-count, .native-top-share-button-count {height: 26px;}
.native-share-button-count-tw, .native-top-share-button-count-tw {height: 26px;}
.native-top-share-button-count-tw, .native-top-share-button-count {margin-bottom: 10px;}

/* ============================== Kodda Menue Logo Size Fix ============================================= */


/* Smaller than 650 */
@media only screen and (max-width: 649px) {
	.share-button-count {margin-right: 3 !important;}
}

@media only screen 
and (min-width: 1000px)
and (max-width: 1100px) {
	.share-button-count {margin-right: 0 !important;}
}

/* ============================== Kategorien-Beitraege-Widget ================================ */

.element-header-newsteaser {
	border-top-width: 2px solid;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	height: 8px;
	width: 100%;
	text-align: center;
	background-color: #0099cc !important;
}

.widget-title-newsteaser {
	background-color: #0099cc !important;
	margin-top: 0px;
	padding: 0 0 8px 0;
	text-align: center;
	color: #fff;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 0px;
}

.element-header-musikteaser {
	border-top-width: 2px solid;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	height: 8px;
	width: 100%;
	text-align: center;
	background-color: #cc3333 !important;
}

.widget-title-musikteaser {
	background-color: #cc3333 !important;
	margin-top: 0px;
	padding: 0 0 8px 0;
	text-align: center;
	color: #fff;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 0px;
}

.rpwe-block ul {
	list-style:none!important;
	margin-left:0!important;
	padding-left:0!important;
}
.rpwe-block li {
	border-bottom:1px solid #eee;
	list-style-type: none;
}
.rpwe-block a {
	display:inline!important;
	text-decoration:none;
}
.rpwe-block h3 {
	padding: 15px 20px 0 20px;
	margin: 0 !important;
	text-align: center;
	font-size: 14px;
	opacity: .99;
	-webkit-font-smoothing:antialiased;
	hyphens: auto;
	word-wrap: break-word;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	line-height: 16px;
	margin-top: 0px !important;
	text-transform: uppercase;
}

.rpwe-block h3 a:link {text-decoration:none !important;}
.rpwe-thumb {opacity: 0.5;}
.rpwe-summary {
	font-size:12px;
	text-align: center;
	padding: 10px 20px 0 20px !important;
}
.rpwe-time { 
	color:#bbb;
	font-size:11px;
}
.rpwe-alignleft {
	display:inline;
	float:left;
}
.rpwe-alignright {
	display:inline;
	float:right;
}
.rpwe-alignnone {
	display:block;
	float:none;
}
.rpwe-clearfix:before,.rpwe-clearfix:after {
	content:"";
	display:table !important;
}
rpwe-clearfix:after {clear:both;}
.rpwe-clearfix {zoom:1;}

/* =========================================================================================== */	
/* ============================== END EDIT pEtEr ============================================= */
/* =========================================================================================== 

1. Fonts

============================================================================================== */

h1, h2, h3, h4, h5, h6, .tagline, .sub-title, .entry-meta, .entry-note, .read-more, #submit, input#s, .widget_ti-about-site p, .comments .vcard, .copyright, #wp-calendar tbody, .latest-reviews i, .score-box .total {
	font-family: 'Muli',sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: -0.05em;
}

.navbar-nav>li>a, #search-box .kodda_search_input {
	font-family: 'Muli', sans-serif !important;
	font-weight: 300 !important;
	letter-spacing: 0.2em;
}

body {
	font-family: 'Muli',sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}

h1, .h1 {
	font-size: 2.8em !important;
	word-wrap: break-word;
}

.isotope-item .post-category, .vc_span4 .post-category, .flex-caption a.slider-category {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700 !important;
	letter-spacing: 0.2em;
	color: #333;
}

a {
color: inherit;
text-decoration: none;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;

}

a:link {color: inherit; text-decoration:none;}      /* unvisited link */
a:visited {color: inherit; text-decoration:none;}  /* visited link */
a:active {color: inherit; text-decoration:none;}  /* selected link */

/* ===========================================================================================

2. Theme Standards

============================================================================================== */



#theme {
	float: left;
	width: 100%;
	background: #000;
}

.main-content {
	padding-top: 20px;
	margin-top: 50px;
	background: #000;
	z-index: 4;
	position: relative;
	border-top-width: 8px;
	border-top-style: solid;
}

.single .main-content, .archive .main-content, .search .main-content {
	padding-top: 0px;
}

.archive.category .main-content {
	padding-top: 0px;
}


.main-content .container {
	z-index: 4;
	position: relative;
	background: #000;
	padding: 0 0 0 0 !important;
	
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.container {
	padding: 0 !important;
}


/* ===========================================================================================

3. Top Navigation

============================================================================================== */


.site-header {
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.85);
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.8);
	border-top: 1px solid #444444;
	border-bottom: 1px solid #090909;
	position: fixed;
	float: left;
	z-index: 2000;
}

.navbar {
	background-color: transparent !important;
	border-radius: 0px !important;
	padding: 0px  !important;
	z-index: 99;
}

#main-menu {
	font-size: 14px;
	text-transform: uppercase;
}

.navbar-nav>li {
	border-right: 1px solid rgba(255, 255, 255, 0.19);
}

.navbar-nav>li.first {
	border-left: 1px solid rgba(255, 255, 255, 0.19);
}

.navbar-nav>.active>a {
	color: #b9d400 !important;
	background-color: transparent !important;
}

.navbar-nav>li>a {
	padding-top: 20px !important;
	padding-bottom: 19px !important;
	color: #fff !important;
}

.header-logo {
	padding: 10px 15px 10px 0;
	float: left;
}

.search-container, .user-login-container, .social-icon-container {
	background-color: transparent;
	position: relative;
	float: right;
	color: #fff;
	height: 60px;
	font-size: 16px;
	-webkit-text-stroke: 1px rgba(0,0,0,0.3);
	border-left: solid 1px;
	border-color: rgba(255, 255, 255, 0.19) !important;
	-webkit-transition: all 054s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.search-container, .user-login-container {
	padding: 19px 15px 0px 15px;
}

.search-container:hover, .user-login-container:hover, .social-icon-container:hover {
	color: #333333;
	background-color: #f1f0ed;
	-webkit-transition: all 054s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.search-container { border-right: solid 1px; }

.search-container:hover + #search-box { 
	opacity:1 !important; 
	visibility: visible !important;
	transition-delay:0s;
	-moz-transition-delay:0s; 
	-webkit-transition-delay:0s; 
	-o-transition-delay:0s; 
}

#search-box {
	opacity:0;
	visibility: hidden;
	position: absolute;
	top: 50px;
	right: -16px;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

#search-box:hover { 
	opacity:1 !important; 
	visibility: visible !important; 
}

.user-login-container:hover + .loginbox { 
	opacity:1 !important; 
	visibility: visible !important;
	transition-delay:0s;
	-moz-transition-delay:0s; 
	-webkit-transition-delay:0s; 
	-o-transition-delay:0s; 
}

.loginbox {
opacity: 0;
visibility: hidden;
position: absolute;
background: #f1f0ed;
padding-top: 15px;
border-left: 1px solid #929292;
border-bottom: 1px solid #929292;
border-right: 1px solid #929292;
height: 205px;
width: 177px;
top: 59px;
right: 0px;
transition: visibility 0s linear 0.5s, opacity 0.5s linear;
-moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
-webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
-o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.loginbox.logged {
	height: 150px !important;
}

.loginbox:hover { 
	opacity:1 !important; 
	visibility: visible !important; 
}

a.logintitle {
font-family: 'Muli', sans-serif !important;
font-size: 14px !important;
text-transform: uppercase !important;
margin-left: 35px !important;
letter-spacing: 0.2em;
}

.usernameicon {
float: left;
margin: 10px 10px 0 10px;
}

.usernameicon .fa, .passwordicon .fa {
color: #AAA;
-webkit-text-stroke: 0.3px #ccc;
}

.passwordicon {
float: left;
margin: 10px 10px 8px 10px;
}

#rememberme {
float: left;
margin-left: 45px;
margin-bottom: 7px;
}

#pwd {margin-left:8px; }

#log {margin-left:10px; }

.loginbox p {
color: #dcdcdc; font-family: 'Muli', sans-serif;
font-size: 12px;
line-height: 12px;
margin-top:-3px;
font-weight: 400;
text-transform: none;
margin-left:10px;
}

#loginsubmit {
width: 80px;
margin-top: 15px;
margin-left: 46px;
margin-bottom: 1px;
background: #A2A2A2;
color: #fff !important;
display: block;
line-height: 28px !important;
font-family: 'Muli', sans-serif;
letter-spacing: 0.1em;
text-transform: uppercase;
text-align: center;
border: 1px solid #7E7E7E;
transition: all .5s;
-ms-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
}

#loginsubmit:hover  {
background: #6F6F6F;
transition: all .5s;
-ms-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-webkit-transition: all .5s;
}

a.remember {
color: #5C5C5C;
float: left;
font-size: 11px;
line-height: 12px;
margin-top: 5px;
margin-left: 6px;
margin-bottom: 7px;
}

a.forgot {
color: #B1B1B1 !important;
font-family: 'Muli', sans-serif;
font-size: 11px;
line-height: 16px;
margin-left: 42px;
}

#pwd, #log {
-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
-o-transition: border linear 0.2s,box-shadow linear 0.2s;
transition: border linear 0.2s,box-shadow linear 0.2s;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
padding: 2px 4px;
border: 1px solid #dedede;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

a.logout {
margin-bottom:10px;
}

a.logout, a.adminpanel {
width: 120px;
margin-top: 15px;
margin-left: 28px;
background: #A2A2A2;
color: #fff !important;
display: block;
line-height: 28px !important;
font-family: 'Muli', sans-serif;
letter-spacing: 0.1em;
text-transform: uppercase;
text-align: center;
border: 1px solid #7E7E7E;
}

a.adminpanel:hover {
background: #6F6F6F;
}

a.loggedtitle {
font-family: 'Muli', sans-serif !important;
font-size: 14px !important;
text-transform: uppercase !important;
margin-left: 20px !important;
letter-spacing: 0.2em;
}



.wpb_posts_slider {
width: 1070px;
}

.wpb_posts_slider {
width: 100% !important;
}

.social-icon-container a {
display: block;
padding: 19px 15px 19px 15px;
}

/* ===========================================================================================

4. Header Sticky Area

============================================================================================== */


.header-sticky {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	width: 100%;
	height: 550px;
	margin-top: -60px;
	margin-bottom: -60px;
	position: relative;
	z-index: 2;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: cover;
}

.header-sticky-bg {
	margin: 0 auto;
	z-index: -999;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.header-sticky-bg img {
	width: 100%;
	position: absolute;
	left: 0;
}

.header-sticky-mask {
	margin: 0 auto;
	width: 100%;
  	z-index: -990;
   	position: absolute;
   	left: 0;
   	top: 0;
   	right: 0;
   	bottom: 0;
   	background: url(sticky-mask.png);
}

.header-sticky-post {
display: inline-block;
margin-top: 120px;
width: 100%;
padding: 30px;
background-color: rgba(0,0,0,0.5) !important;
box-shadow: 0 0 15px -2px #000;
-moz-box-shadow: 0 0 15px -2px #000;
-ms-box-shadow: 0 0 15px -2px #000;
-o-box-shadow: 0 0 15px -2px #000;
-webkit-box-shadow: 0 0 15px -2px #000;
text-align: center;
}

.header-sticky-post-cat {
color: #ccc;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.2em;
margin-bottom: 10px;
}

.header-sticky-post-cat .fa {
letter-spacing: 0;
}

h3.header-sticky-post-title {
font-size: 52px;
letter-spacing: 0.05em;
color: #FFFFFF;
line-height: 54px;
margin-top: 0px;
text-transform: uppercase;
text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 2px;
}

.header-sticky-post-subtitle {
color: #ccc;
margin-bottom: 15px;
margin-top: 15px;
}

.header-sticky .post-item-meta {
text-align: center;
}
.post-item-meta {
margin: 0 auto;
float: left;
width: 100%;
padding: 0px;
}

.header-sticky-author-picture {
display: inline-block;
width: 30px !important;
height: 30px !important;
margin: 0px 10px -10px 0px;
overflow: hidden;
background-color: #f2f2f0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

.header-sticky-post-meta {
display: inline-block;
font-size: 14px;
color: #ccc;
}




/* ===========================================================================================

5. Homepage & Archive Pages Items

============================================================================================== */


.isotope-item.vc_span4 {
	width: 330px !important;
	margin: 40px 0 0 40px !important;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 1px 4px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 4px rgba(255, 255, 255, 0.5);
	-o-box-shadow: 0 1px 4px rgba(255, 255, 255, 0.5);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.wpb_carousel .vc_span4 {
	width: 330px !important;
	margin: 40px 0 0 40px !important;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.post-thumb {
	overflow: hidden;
}

.isotope-item img, .vc_span4 img {
	width: auto;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-backface-visibility: hidden;
}

.isotope-item:hover .post-thumb img, .vc_span4:hover .post-thumb img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
	-webkit-backface-visibility: hidden;
	opacity: 0.5;
}

.isotope-item:hover .post-thumb, .vc_span4:hover .post-thumb {
	background-color: #b9d400;
}

.isotope-item .post-category-meta, .vc_span4 .post-category-meta {
	padding: 20px 20px 0 20px;
	margin: 0 !important;
	text-align: center;
}

.isotope-item .post-category, .vc_span4 .post-category {
	color: #333;
}

.col-12 {
	padding: 0 !important;
}

h2.grid-title {
	padding: 15px 20px 0 20px;
	margin: 0 !important;
	text-align: center;
	font-size: 2em;
	opacity: .99;
	-webkit-font-smoothing:antialiased;
	hyphens: auto;
	word-wrap: break-word;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	line-height: 32px;
	margin-top: 0px !important;
	text-transform: uppercase;
}

h2.grid-title a:link {color: #333 !important; text-decoration:none !important;}      /* unvisited link */
h2.grid-title a:visited {color: #333 !important; text-decoration:none !important;}  /* visited link */
h2.grid-title a:active {color: #333 !important; text-decoration:none !important;}  /* selected link */

.wpb_teaser_grid .entry-content {
	text-align: center;
	padding: 15px 20px 0 20px !important;
}

.btn-sm, .btn-xs {
	padding: 5px 10px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	border-radius: 3px !important;
}

.btn-xs {
	padding: 1px 5px !important;
}

.grid-read-more {
	display: block !important;
	margin: 20px auto 20px auto !important;
}

.wpb_main_heading {
	text-align: center;
	margin: 0 !important;
}

.element-title {
	font-size: 32px;
	float:left;
	width: 100%;
	color: #FFF !important;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.wpb_subheading {
	text-align: center;
	margin: 0 0 -15px 0 !important;
}

.wpb_subheading span {
	font-size: 18px;
	color: #ddd !important;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.wpb_carousel .teaser_grid_container {
	margin-left: -40px;
	padding-bottom: 3px;
}

.vc_span4.wpb_column.column_container {
	background-color: transparent;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.wpb_widgetised_column.wpb_content_element {
	margin-top: 0px;
	width: 100%;
}

.wpb_text_column {
/*	width: 330px; */
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	width: 100%;
}

.wpb_heading.wpb_singleimage_heading, .wpb_heading.wpb_gallery_heading, .wpb_heading.wpb_tabs_heading, .wpb_heading.wpb_video_heading, .wpb_heading.wpb_map_heading, .wpb_heading.wpb_flickr_heading, .wpb_heading.wpb_progress_bar_heading, .wpb_heading.wpb_pie_chart_heading {
	width: 100% !important;
	margin: 0px !important;
	padding: 6px 0 8px 0 !important;
	text-align: center;
	color: #fff;
	font-size: 14px !important;
	background-color: #ec3c8f !important;
	border-top-color: #ec3c8f !important;
	border-top: 2px solid;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.wpb_single_image, .wpb_gallery.wpb_content_element.clearfix, .wpb_call_to_action.wpb_content_element, .wpb_flickr_widget.wpb_content_element, .vc_progress_bar.wpb_content_element, .vc_pie_chart.wpb_content_element, .wpb_accordion.wpb_content_element {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.wpb_tabs.wpb_content_element, .wpb_tour.wpb_content_element {
	width: 100%;
	background: #f0f0f0;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.wpb_alert {
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.wpb_tab .wpb_content_element, .wpb_accordion_content .wpb_content_element {
	width: 100%;
	margin: 0;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
background-color: #fff !important;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background-color: #fff !important;
}

.wpb_tab .widget, .wpb_accordion_content .widget {
	background: transparent;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
}

.wpb_tab .wpb_content_element .widget {
	margin-top: -20px;
}

.nav>li>a {
display: inline-block !important;
}

.widget select {
width: 290px;
margin: 10px 20px 20px 20px;
}

.widget .search-field.form-control {
margin: 10px 20px;
width: 290px;
}

.widget .textwidget .wp-caption {
margin: 0 !important;
}

.widget .textwidget img {
max-width: 100%;
}

.widget .textwidget .wp-caption-text {
margin-right: 0 !important;
margin-left: 0 !important;
width: 100%;
}

.widget .textwidget select {
margin: 0 0 10px 0;
}

.widget .media-list {
padding: 10px 20px;
}

.widget .tagcloud, .widget .textwidget {
padding: 10px 20px 20px 20px;
}

.widget .tagcloud a {
display: inline-block;
color: #fff !important;
background-color: #333;
padding: 2px 6px;
margin-top: 5px;
font-size: 15px !important;
}

.vc_span4 .wpb_content_element {
width: 100%;
}

.wpb_video_widget.wpb_content_element {
padding: 0px;
}

.flickr_badge_image {
margin: 20px 0 0 20px !important;
width: 83px !important;
height: 83px !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.flickr_badge_image:hover {
opacity: 0.6;
}

.flickr_badge_image img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

.flickr_stream_wrap {
float: left;
margin: 20px 0 20px 20px !important;
}

.vc_single_bar {
margin: 20px !important;
}

.widgettitle {
width: 100% !important;
margin: 0px !important;
padding: 6px 0 8px 0 !important;
text-align: center;
text-transform: uppercase;
color: #fff;
font-size: 14px !important;
background-color: #ec3c8f !important;
border-top-color: #ec3c8f !important;
border-top: 2px solid;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
letter-spacing: 0.2em;
}

.wpb_content_element .widget {
margin-top: 0px;
}

.sidebared {
margin-top: 40px !important;
}

.wpb_carousel {
position: relative;
}

.wpb_carousel .prev {
position: absolute !important;
left: -60px;
top: 350px !important;
width: 40px;
background: transparent !important;
color: #EC3C8F !important;
font-size: 40px !important;
text-shadow: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.wpb_carousel .next {
right: -60px !important;
top: 350px !important;
width: 40px;
background: transparent !important;
color: #EC3C8F !important;
font-size: 40px !important;
text-shadow: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.wpb_carousel .prev:hover, .wpb_carousel .next:hover {
text-shadow: 3px 3px 0 #000;
}

.widget {
	width: 100%;
	margin-bottom: 0 !important;
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.widget-title {
	margin-top: 0px;
	padding: 0 0 8px 0;
	text-align: center;
	color: #fff;
	font-size: 14px !important;
}

.wpb_heading {

padding: 0 0 8px 0;
text-align: center;
color: #fff;
font-size: 14px !important;
width: 100%;
}

.wpb_heading:after { 
content:" ";
border-top: 2px solid #b9d400;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
height: 8px;
width: 100%;
background: #b9d400;
text-align: center;
}

.grid-meta {
	height: 50px;
	width: 100%;
	background-color: #F7F7F7;
	-moz-box-shadow: inset 0px 10px 6px -10px rgba(0,0,0, 0.2);
	-webkit-box-shadow: inset 0px 10px 6px -10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 10px 6px -10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.post-item-avatar {
	float: left;
	width: 30px !important;
	height: 30px !important;
	margin: 10px 8px 0 10px;
	overflow: hidden;
	background-color: #f2f2f0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.grid-meta-text {
	font-size: 13px;
	padding: 15px 0 0 0;
	float: left;
	color: #474747;
}

.grid-meta-icon {
	font-size: 15px;
	color: #ccc;
	padding: 17px 7px 0 15px;
	float: left;
	-webkit-text-stroke: 1px rgba(204, 204, 204,0.3);
}

.grid-meta-share-icon {
	font-size: 15px;
	color: #7E7E7E;
	padding: 18px 20px 0 18px;
	float: right;
	-webkit-text-stroke: 1px rgba(204, 204, 204,0.3);
}

.wpb_carousel .post-thumb { opacity: 1 !important; }

.grid-meta-share{
    float: right;
}

.sharrre .box {
	-webkit-text-stroke: 1px rgba(204, 204, 204,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f838c', endColorstr='#4d5e66',GradientType=0 );
	-moz-box-shadow: 0 1px 1px #d3d3d3;
	display: inline-block;
	position: relative;
	padding: 16px 20px 0 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	clear: both;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.sharrre .left {
	cursor:pointer;
	font-size: 15px;
	display: block;
	color: #7E7E7E;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.sharrre .middle {
	background-color: #F7F7F7;
	font-size: 17px;
	position: absolute;
	margin-right: 10px;
	top: 11px;
	right: 25px;
	width: 0px;
	height: 28px;
	padding-top: 3px;
	overflow: hidden;
	-moz-transition: width 0.3s linear;
	-o-transition: width 0.3s linear;
	transition: width 0.3s linear;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(51, 51, 51, 0.13);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(51, 51, 51, 0.13);
	box-shadow: inset 0px 0px 1px 1px rgba(51, 51, 51, 0.13);
}

.sharrre .middle a {
	margin-left: 10px;
	text-align: center;
	float: left;
}

.sharrre .middle a.facebook {
	color: #5C50BE;
}

.sharrre .middle a.twitter {
	color: #888BDD;
}

.sharrre .middle a.googleplus {
	color: #A84141;
}

.sharrre .middle a:hover {
    text-decoration:none;
}

.sharrre .box:hover .middle{
    width:85px;
}

.wpb_teaser_grid .categories_filter, .wpb_categories_filter {
	margin: 20px 0 -20px 0 !important;
	float: left;
	z-index: 99999;
	position: relative;
}

.wpb_teaser_grid .categories_filter li, .wpb_categories_filter li {
	color: #fff !important;
	margin: 10px 10px 0 0 !important;
	padding: 3px 6px 2px 6px;
}

.wpb_teaser_grid .categories_filter li a:hover, .wpb_categories_filter li a:hover {
	color: #333 !important;
	border-bottom: none !important;
}

.wpb_teaser_grid .categories_filter li.active a, .wpb_categories_filter li.active a {
	border-bottom: none !important;
	color: #333;
}

.author-page {
	float:left;
	width: 100%;
	margin: 60px 0 0 0;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.author-page-picture {
	position: relative;
	float: left;
	margin: 30px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.author-page-bio {
	float: left;
	margin: 10px 20px 20px 0px;
	width: 70%;
}

.author-page-name h3 {
	font-size: 32px;
	letter-spacing: 0.1em;
}

.author-page-desc {
	margin-bottom: 15px;
}

.author-page-social {
	margin-right: 20px;
	font-size: 20px;
	color: #686868 !important;
	-webkit-text-stroke: 1px rgba(0,0,0,0.2);
}

.archive-title {
	font-size: 32px;
	margin-bottom: 0px;
	width: 100%;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

.archive-header {
	margin-top: 20px;
	margin-bottom: 0px;
	width: 100%;
	float: left;
	text-align: center;
}

.nothing-header {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
	text-align: center;
}

.nothing-title {
	font-size: 32px !important;
	margin-bottom: 0px;
	width: 100%;
	color: #FFF !important;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

.search-nothing {
	text-align: center;
	margin-bottom: 200px;
}

.grid-read-more a:hover {
	color: #333 !important;
}

.page-template-default .main-content-inner.col-12 {
	float: left;
	width: 700px;
	padding: 0 20px !important;
	margin-top: 40px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.page-template-default .sidebar {
	float: left;
	margin-left: 40px;
	width: 330px;
}

.teaser_grid_container {
	margin-top: -40px;
}

.wpb_teaser_grid .wpb_subheading {
	text-align: center;
	margin: 0 0 30px 0 !important;
}

/* ===========================================================================================

6. Posts Slider

============================================================================================== */

.flexslider {
	width: 100%;
	border: none !important;
	margin: 0 !important;
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.1) !important;
}

.wpb_posts_slider .flexslider {
	margin: 35px 0 0 0 !important;	
}


.wpb_content_element {
	margin-bottom: 0 !important;
	margin-top: 40px;
	float: left;
}

.element-header {
	border-top-width: 2px solid;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	height: 8px;
	width: 100%;
	text-align: center;
}

.flex-direction-nav a {
	opacity: 1 !important;
	text-indent: 0px !important;
}

.flex-next, .flex-prev {
	background: none !important;
	text-shadow: 0 0 0 #000;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.flex-prev .fa, .flex-next .fa  {
	float: left;
	font-size: 30px;
	color: #fff;
}

.flexslider:hover .flex-next {
	opacity: 1;
	text-shadow: 3px 3px 0 #000;
}

.flexslider:hover .flex-prev {
	opacity: 1;
	text-shadow: 3px 3px 0 #000;
}

.flex-direction-nav .flex-next {
	right: 20px !important;
	top: -35px !important;
}

.flex-direction-nav .flex-prev {
	right: 55px !important;
	top: -35px !important;
}

.tint {
	position: relative;
	float: left;
	cursor: pointer;
}

.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
	-moz-box-shadow: inset 0 0 40px rgba(0,0,0,0);
	-webkit-box-shadow: inset 0 0 40px rgba(0,0,0,0);
	box-shadow: inset 0 0 40px rgba(0,0,0,0);
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.flexslider:hover .tint:before {
	background: rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 40px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 0 40px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 40px rgba(0,0,0,0.4);
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
	display: none;
}

.wpb_gallery_slides ul li {
	position: relative;
}

.flex-caption {
	position: absolute !important;
	float: left;
	width: 40%;
	right: 25px;
	top: 5%;
	text-align: left;
	padding: 25px !important;
	background-color: rgba(0,0,0,0.8) !important;
	box-shadow: 0 0 15px -2px #000;
	-moz-box-shadow: 0 0 15px -2px #000;
	-ms-box-shadow: 0 0 15px -2px #000;
	-o-box-shadow: 0 0 15px -2px #000;
	-webkit-box-shadow: 0 0 15px -2px #000;
}

h2.post-title {
	font-size: 36px;
	opacity: .99;
	-webkit-font-smoothing: antialiased;
	color: #fff !important;
	text-shadow: 0 0 0 #000;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	line-height: 38px;
	margin-top: 2px !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

h2.post-title a:link {color: #fff !important; text-decoration:none !important;}      /* unvisited link */
h2.post-title a:visited {color: #fff !important; text-decoration:none !important;}  /* visited link */
h2.post-title a:active {color: #fff !important; text-decoration:none !important;}  /* selected link */

.flexslider:hover h2.post-title {
	text-shadow: 3px 3px 0 #000;
}

.flex-caption p {
	color: #dcdcdc !important;
	font-size: 15px;
	line-height: 17px;
}

.flex-caption a.slider-category  {
	color: #dcdcdc;
}

.flex-caption .fa {
	color: #dcdcdc;
	font-size: 14px;
}

.flex-caption .post-item-meta {
	float: left;
	margin-top: 5px;
}

.flex-caption .header-sticky-author-picture {
	margin-top: -5px;
}

/* ===========================================================================================

7. Single Post

============================================================================================== */

.post {
	width: 670px;
	float: left;
}

.single-post-wrapper {
	float: left;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.post-navigation, .comments-area {
	float: left;
}

.author-post-section {
	width: 300px;
	float: left;
	border-top: 0;
	padding-top: 0;
	text-align: left;
}

.author-post-section-inner {
	width: 240px;
	float: left;
	border-top: 0;
	padding-top: 0;
	text-align: left;
	margin: 40px 20px 40px 40px;
	overflow: hidden;
}

.post .entry-content {
	font-size: 18px;
	word-break: break-word;
}

.author-post-picture {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.author-post-picture img {
	width: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #f2f2f0;
}

.author-post-bio {
	margin: 0;
	padding: 0;
	clear: right;
	width: 200px;
}

.author-post-desc {
	font-size: 11px;
	color: #7E7E7E;
}

.author-post-name a {
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
	color: #333;
}

.author-post-date {
	font-size: 11px;
	color: #7E7E7E;
}

.author-post-date:before {
	content: '';
	display: block;
	width: 25%;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}

.postteaser {
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	color: #333;
}

.post-featured img {
	width: 100%;
}

.share-button-count {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 30px;
}

.share-button-medium-facebook {
	height: 28px;
	width: 90px;
	line-height: 28px;
	background-color: #3b5998;
	color: white !important;
	display: inline-block;
	padding: 0 5px 0 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.share-button-medium-twitter {
	height: 28px;
	width: 90px;
	line-height: 28px;
	background-color: #2aa9e0;
	color: white !important;
	display: inline-block;
	padding: 0 5px 0 10px;
	font-size: 10px;
	letter-spacing: 0em;
	font-weight: 700;
	letter-spacing: 1px;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.share-button-medium-gplus {
	height: 28px;
	width: 90px;
	line-height: 28px;
	background-color: #D34836;
	color: white !important;
	display: inline-block;
	padding: 0 5px 0 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.share-button-medium-gplus:hover {
	color: #333 !important;
}

.share-button-count .fa.fa-twitter, .share-button-count .fa.fa-facebook, .share-button-count .fa.fa-google-plus-square {
	font-size: 13px;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.share-facebook-twitter {
	margin-top: 20px;
}

.share-button-medium-facebook:hover {
	background-color: #4c70ba;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
	color: #333 !important;
}

.share-button-medium-twitter:hover {
	background-color: #57bbe6;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
	color: #333 !important;
}

.post-nav {
	float: left;
	width: 100%;
	background-color: #333;
}

.post-previous, .post-next {
	float: left;
	width: 50%;
	position: relative;
	background: #333;
}

.next, .previous {
	color: #ccc !important;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
}

.nav-text-wrapper h4 {
	margin-top: 5px;
}

.nav-text-wrapper h4 a {
	color: #fff;
	font-size: 28px;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
	word-wrap: break-word;
}

.post-nav img {
	opacity: 0.5;
	width: 100%;
	height: 100%;
	max-height: 170px;
}

.nav-text-wrapper {
	position: absolute;
	text-align: center;
	top: 45px;
	right: 20px;
	left: 20px;
	bottom: 0;
}

.post-tags {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 2em;
	word-wrap: break-word;
}

.post-tags:before {
	content: '';
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.post-tags a {
	color: #fff !important;
	background-color: #333;
	padding: 2px 6px;
	margin-left: 5px;
	margin-top: 5px;
}

.post-tags a:hover {
	color: #333 !important;
}

.pull-left img {
	width: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #f2f2f0;
}

.page-header.comments-header {
	width: 100%;
	background-color: #333;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #DBDBDB;
	margin-bottom: 40px;
	margin-top: 0px;
}

.comments-title {
	margin: 0 !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.media-heading {
	font-family: 'Carrois Gothic', sans-serif !important;
	-webkit-text-stroke: 1px rgba(0,0,0,0.1);
}

.comment-meta a {
	font-size: 11px;
	color: #9B9B9B;
}

.comment-content {
	font-size: 18px;
}

.comment-reply-link.btn.btn-primary {
	color: #fff;
	font-size: 11px;
	padding: 4px 6px;
	background-color: #333;
	border-color: transparent;
}

#reply-title {
	width: 100%;
	background-color: #333;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #DBDBDB;
	margin-bottom: 40px;
	margin: 0 !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.logged-in-as {
	margin-top: 10px;
	color: #9B9B9B;
}

.logged-in-as a {
	color: #9B9B9B;
}

.form-allowed-tags {
	color: #9B9B9B;
}

.comment-respond .alert-info {
	background-color: #333;
	border-color: transparent;
	color: #fff;
}

#commentsubmit {
	background-color: #333;
	border-color: transparent;
}

#respond {
	width: 100%;
	padding-bottom: 20px;
}

.comment-notes {
	margin-top: 10px;
	color: #9B9B9B;
}

label {
	font-weight: normal !important;
	text-transform: uppercase;
	color: #9B9B9B;
}

#author, #email, #url {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#url {
	margin-bottom: 35px;
}

#comments {
	width: 100%;
	margin-top: 40px;
}

#commentform {
	width: 100% !important;
	background: #EEE;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


#nav-below {
	margin: 40px 0 0 0;
	float: left;
}

.nav-previous, .nav-next {
	color: #fff !important;
	background-color: #999;
	padding: 2px 6px;
	float: left;
	margin-right: 10px;
	height: 24px;
}

.navimage {
	width: 130px;
}


.nav-previous a:hover, .nav-next a:hover {
	color: #333 !important;
}


/* ===========================================================================================

8. Footer

============================================================================================== */

#colophon {
	background: rgba(0, 0, 0, 0.85);
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom: 1px solid #090909;
	margin-top: 40px;
}

.site-footer-inner.col-12 {
	width: 1120px;
}

.footer-widget {
	width: 237.5px;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
}

.footer-widget-title {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-left: 15px;
	margin-top: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.31);
}

.footer-widget .nav>li>a:hover {
	color: #8F83E6;
	background-color: transparent;
}

.footer-widget .nav>li>a {
	color: #ccc;
}

.footer-widget .post-date {
	font-size: 11px;
	color: #686868;
}

.recentcomments {
	color: #686868;
}

.recentcomments a {
	color: #ccc;
}

.latest-tweets ul {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	list-style: none;
	padding: 0 10px;
}

.tweet-text {
	color: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footer-widget {
	color: #ccc;
	margin-bottom: 20px;
}

.tweet-details {
	color: #686868;
	font-size: 11px;
}

.latest-tweets {
	margin-top: 20px;
}

ul#recentcomments img.avatar {
	box-shadow: none;
	padding: 4px;
	margin: 0;
	width: 45px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #ccc !important;
	border: 1px solid #5A5A5A !important;
}

ul#recentcomments .alignleft {
	border: 0;
}

ul#recentcomments li.recentcomments {
	border: none !important;
	margin-top: 20px !important;
	color: #ccc;
}

.recentcomments span {
	color: #686868;
}

.footer-widget .textwidget {
	margin-top: 20px;
}

.footer-widget .textwidget p {
	margin-bottom: 20px;
}

.footer-brand {
	height: 70px;
	width: 100%;
	float: left;
	background: #1A1A1A;
	border-top: 1px solid rgba(204, 204, 204, 0.13);
}

.footer-brand .container {
	margin-top: 15px;
}

.footer-brand-title {
	border-left: 1px solid;
	margin-left: 20px;
	padding: 8px 0px 13px 20px;
	text-transform: uppercase;
}

.footer-brand-social {
	margin-left: 22px;
	font-size: 16px;
}

.footer-brand-desc {
	border-right: 1px solid;
	padding: 8px 20px 13px 0px;
}

/* ===========================================================================================

9. Responsive Design

============================================================================================== */

/* iPads (landscape) ----------- */
@media screen 
and (min-width: 992px) 
and (max-width: 1200px)  {
/* Styles */
	.site-footer-inner.col-12 { width: 940px !important; }
	.wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"] { margin-left: 5.5%; }
	.teaser_grid_container .isotope-item.vc_span4, .wpb_carousel .teaser_grid_container .vc_span4 { width: 450px !important;}
	.vc_row-fluid .vc_span4, .wpb_teaser_grid.wpb_carousel .vc_span4 { width: 450px !important; }
	.vc_row-fluid .vc_span8 { width: 450px !important; }
	.post-thumb img { width:450px !important }
	.wpb_carousel .carousel-nav .prev { left: -40px !important; top: 380px !important; }
	.wpb_carousel .carousel-nav .next { right: -40px !important; top: 380px !important; }
	.footer-widget { width: 310px !important; display: inline-table !important; float: none !important; }
	.header-sticky-bg img { height: 100%; }
	.wp-caption.alignright { margin-right: 0px !important; }
	.alignnone img { max-width: 940px !important; }
	.alignnone .wp-caption-text { margin-right: -250px !important; }
	.post-item-avatar {	margin: 10px 8px 0 20px !important;}
	.grid-meta-icon {padding: 17px 7px 0 25px !important;}
}
/* iPads (landscape) ----------- */

/* iPads (portrait) ----------- */
@media screen 
and (min-width: 768px) 
and (max-width: 879px) {
/* Styles */

	.nav-text-wrapper h4 a {font-size: 24px;}
	.header-sticky-bg img { height: 100%; }
	.vc_row-fluid .vc_span8 { width: 330px !important; }
	.flex-caption { width: 93% !important; }
	.site-footer-inner.col-12 { width: 700px !important; }
	.footer-widget { width: 310px !important; display: inline-table !important; float: none !important; }
	.flex-direction-nav .flex-prev { left: inherit !important; }
	.wpb_carousel .carousel-nav .prev { left: 10px !important; top: 315px !important; }
	.wpb_carousel .carousel-nav .next { right: 10px !important; top: 315px !important; }
	.wp-caption.alignright { margin-right: 0px !important; }
	.alignnone img { max-width: 700px !important; }
	.alignnone .wp-caption-text { margin-right: -230px !important; }
	.wp-caption.alignright,.wp-caption.alignleft { margin-right: 0px !important; float: none !important; clear: both !important;  display: block !important; margin: 0 auto !important; padding-left: 0px !important; border: 0px !important;}
}
/* iPads (portrait) ----------- */

/* Iphone (landscape) ----------- */
@media screen 
and (min-width: 480px) 
and (max-width: 767px) {
/* Styles */

	.vc_row-fluid .vc_span4, .wpb_teaser_grid.wpb_carousel .vc_span4 { width: 450px !important; }
	.vc_row-fluid .vc_span8 { width: 450px !important; }
	.post-thumb img { width:450px !important }
	.wpb_carousel .carousel-nav .prev { left: 0px !important; top: 380px !important; }
	.wpb_carousel .carousel-nav .next { right: 0px !important; top: 380px !important; }
	.container { width: 450px !important; }
	.site-footer-inner.col-12 { width: 450px !important; }
	.footer-widget { width: 450px !important; display: inline-table !important; float: none !important; margin-right: 0px !important; }
	.nav-text-wrapper h4 a {font-size: 18px;}
	.header-sticky-bg img { height: 100%; }
	.flex-caption { display: none !important; }
	.footer-brand-title, .footer-brand-desc { display: none; }
	.vc_row-fluid [class*="vc_span"] { margin-left: 0px !important; }
	.author-post-section { display: none !important; }
	.single .main-content .container { width: 450px !important; }
	.post { width: 95% !important; margin-left: 20px !important; }
	.wp-caption.alignright { margin-right: 0px !important; }
	.wp-caption.alignleft { margin-left: 0px !important; }
	.alignnone img { max-width: 450px !important; }
	.alignnone .wp-caption-text { margin-right: -20px !important; }
	.entry-content .wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .entry-content .wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .entry-content .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid { margin: 0 !important; }
	.wpb_carousel .teaser_grid_container { margin-left: 0px !important; }
}
/* Iphone  (landscape) ----------- */





/* Iphone (portrait) ----------- */
@media screen 
and (min-width: 320px) 
and (max-width: 479px) {
/* Styles */
	
	/* update facelift jan15 */
	.grid-meta { display: none !important;}
	.wpb_raw_code.wpb_content_element.wpb_raw_html {margin-top: 20px !important;}
	.entry-content > p {font-size: 0.9em !important;}
	.isotope-item .post-category-meta, .vc_span4 .post-category-meta {display: none;}
	.btn-primary {display: none !important;} 
	.grid-read-more {margin: 10px auto !important;}
	.wpb_subheading span {font-size: 14px !important;}
	.menu-item.menu-item-type-taxonomy.menu-item-object-category > a {width: 300px !important; word-break: break-word !important;}
	/* END update facelift jan15 */
	.isotope-item.vc_span4 {margin-top: 20px !important;}
	.vc_span4.wpb_column.column_container {width: 100% !important; margin: 0 auto !important;}
	h2.grid-title { font-size: 1.2em !important; line-height: 20px !important; padding: 10px 10px 0; text-align: left; margin-left: 110px !important; letter-spacing: -0.03em !important;}
	.wpb_teaser_grid .entry-content {padding: 10px 10px 0 !important;}
	.container { width: 90% !important; }
	.social-icon-container { display: none !important; }
	.teaser_grid_container .isotope-item.vc_span4, .wpb_carousel .teaser_grid_container .vc_span4 { width: 100% !important;}
	.isotope-item.vc_span4 .entry-content {text-align: left; line-height: 18px !important; padding: 5px 10px 10px 10px !important;}
	.vc_row-fluid .vc_span4, .wpb_teaser_grid.wpb_carousel .vc_span4 { width: 300px !important; }
/*	.vc_row-fluid .vc_span8 { width: 300px !important; } */
	.post-thumb { width: 100px !important; float: left; margin: 10px; text-align: left !important;}
	.post-thumb img { width: 100px !important; float: left; }
	.vc_row-fluid [class*="vc_span"] { margin-left: 0px !important; }
	.site-footer-inner.col-12 { width: 300px !important; }
	.footer-widget { width: 300px !important; display: inline-table !important; float: none !important; margin-right: 0px !important; }
	.flex-caption { display: none !important; }
	.wpb_gallery_slides .flex-direction-nav .flex-next { right: 5px !important; top: -80px !important; }
	.wpb_gallery_slides .flex-direction-nav .flex-prev { left: 10px !important; top: -80px !important; }
	.wpb_gallery.wpb_posts_slider.wpb_content_element { display: none; }
	.footer-brand-title, .footer-brand-desc { display: none; }
	.wpb_carousel .carousel-nav .prev { left: 0 !important; top: 120px !important; }
	.wpb_carousel .carousel-nav .next { right: 0 !important; top: 120px !important; }
	.post { width: 95% !important; margin-left: 10px !important; }
	.author-post-section { display: none !important; }
	.wp-caption.alignright,.wp-caption.alignleft { margin-right: 0px !important; float: none !important; clear: both !important;  display: block !important; margin: 0 auto !important; padding-left: 0px !important; border: 0px !important;}
	.alignnone img { max-width: 300px !important; }
	.alignnone .wp-caption-text { margin-right: 10px !important; margin-left: 10px !important; }
	.entry-content .wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .entry-content .wpb_row .wpb_grid ul.wpb_thumbnails-fluid, .entry-content .wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid { margin: 0 !important; }
	.wpb_carousel .teaser_grid_container { margin-left: 0px !important; }
}
/* Iphone  (portrait) ----------- */

/* ===========================================================================================

10. Basics

============================================================================================== */

.entry-content p {
	margin: 0 0 30px;
}

/* necessary Bootstrap WP CSS additions */
.dropdown-menu li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.dropdown-menu ul { list-style: none; }

.container { padding: 0 15px 15px 15px; }

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	margin: 0 0 15px;
}

.wp-caption {
	margin-top: 10px;
	max-width: 100%;
	font-size: 13px;
	color: #7E7E7E;
}

.wp-caption.alignright {
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

img.alignnone, .alignnone img {
	max-width: 100%;
}

.alignnone .wp-caption-text {
	margin-left: 20px;
	margin-right: -380px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.wp-caption.aligncenter, .wp-caption.alignnone  {
	margin-bottom: 20px;
	margin-top: 20px;
}

.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
/*	padding-bottom: 40px; */
}

.fluid-width-video-wrapper {
	margin-bottom: 40px;
}

.interactive {
	margin: 40px 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}

.hentry {
	margin: 0 0 1.5em;
}

/* Clearing */
.clear {
	clear: both;
}

/* Here some needed widget styles 
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select { max-width: 100%;}

/* Nested comments */
 .comment .children { margin-left: 1.5em; }

.twitter-tweet {
	margin: 0 auto !important;
}

blockquote p {
	font-size: 20px !important;
}

.sticky, .gallery-caption, .bypostauthor { width: auto; }