/*
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

============================================================================================== */





/* ===========================================================================================

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: 'Assistant', sans-serif !important;
	font-weight: 300 !important;
}

.navbar-nav>li>a, #search-box .kodda_search_input {
	font-family: 'Assistant', sans-serif !important;
	font-weight: 300 !important;
	letter-spacing: 0.2em;
}

body {
	font-family: 'Heebo', sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	direction: rtl;
	unicode-bidi: embed;
	overflow-x: hidden;	
}

h1, .h1 {
	font-size: 62px !important;
}

.isotope-item .post-category, .vc_span4 .post-category, .flex-caption a.slider-category {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Assistant', sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0.2em;
	color: #333;
}


.kodda_top_link, .kodda_resp_top_link, .kodda_resp_posts_cat, .kodda_resp_submenu_links_column_title, .kodda_resp_submenu_links_links a, .kodda_submenu_posts_categories a, .kodda_submenu_posts_all_posts a span, .kodda_resp_posts_cat_container a span, .widget-title, .wpb_heading {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}


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: right;
	width: 100%;
	background: #eee;
}

.main-content {
	padding-top: 20px;
	margin-top: 60px;
	background: #eee;
	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: #eee;
	padding: 0 0 0 0 !important;
	
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.container {
	padding: 0 !important;
}



body {
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-o-animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/* ===========================================================================================

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: right;
	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 0px 10px 15px;
	float: right;
}


.kodda_submenu_posts_all_posts a span, .kodda_resp_posts_cat_container a span {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

#kodda_parent_full_width {
	float: right;
}

.kodda_top_link_current {
	height: 59px;
}

.kodda_submenu {
top: 59px !important;
}

a.kodda_top_link:hover {
color: #333 !important
}
 
a.kodda_posts_cat:hover {
color: #fff !important
}

.kodda_posts_cat, .kodda_submenu_posts_all_posts a span, .kodda_resp_posts_cat_container a span, .kodda_submenu_posts_all_posts a span:hover, .kodda_resp_posts_cat_container a span:hover, .kodda_posts_cat_container img {
	-webkit-transition: all 054s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.kodda_posts_cat_container img:hover {
opacity: 0.6;
}

.search-container, .user-login-container, .social-icon-container {
	background-color: transparent;
	position: relative;
	float: left;
	color: #fff;
	height: 60px;
	font-size: 16px;
	-webkit-text-stroke: 1px rgba(0,0,0,0.3);
	border-right: 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;
}

/* הסתרה של פאנל החיבור מהתפריט הראשי של האתר */
.user-login-container  { display: none !important; }


.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;
	left: -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; 
}

#search-box .kodda_search_buttom {
	display: none;
}

#search-box .kodda_search_input {
	background-color: #f1f0ed !important;
	color: #333 !important;
	height: 40px !important;
	padding: 0px 15px 0px 0px;
	text-transform: uppercase;
}



.kodda_search_form {
border-left: 1px solid #929292;
border-bottom: 1px solid #929292;
border-right: 1px solid #929292;
}




.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;
left: 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: 'Assistant', sans-serif !important;
font-size: 14px !important;
text-transform: uppercase !important;
margin-right: 35px !important;
letter-spacing: 0.2em;
}

.usernameicon {
float: right;
margin: 10px 10px 0 10px;
}

.usernameicon .fa, .passwordicon .fa {
color: #AAA;
-webkit-text-stroke: 0.3px #ccc;
}

.passwordicon {
float: right;
margin: 10px 10px 8px 10px;
}

#rememberme {
float: right;
margin-right: 45px;
margin-bottom: 7px;
}

#pwd {margin-right:8px; }

#log {margin-right:10px; }

.loginbox p {
color: #dcdcdc;
font-family: 'Assistant', sans-serif;
font-size: 12px;
line-height: 12px;
margin-top:-3px;
font-weight: 400;
text-transform: none;
margin-right:10px;
}

#loginsubmit {
width: 80px;
margin-top: 15px;
margin-right: 46px;
margin-bottom: 1px;
background: #A2A2A2;
color: #fff !important;
display: block;
line-height: 28px !important;
font-family: 'Assistant', 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: right;
font-size: 11px;
line-height: 12px;
margin-top: 5px;
margin-right: 6px;
margin-bottom: 7px;
}

a.forgot {
color: #B1B1B1 !important;
font-family: 'Assistant', sans-serif;
font-size: 11px;
line-height: 16px;
margin-right: 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-right: 28px;
background: #A2A2A2;
color: #fff !important;
display: block;
line-height: 28px !important;
font-family: 'Assistant', 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: 'Assistant', sans-serif !important;
font-size: 14px !important;
text-transform: uppercase !important;
margin-right: 20px !important;
letter-spacing: 0.2em;
}



.wpb_posts_slider {
width: 1070px;
}

.wpb_posts_slider {
width: 100% !important;
}



.kodda_resp_menu_posts {
	background-color: #ccc;
}

.kodda_responsive > .ct_font_box { 
	margin-top: 5px !important; 
}

.kodda_menu_dropdowns .kodda_submenu, .kodda_submenu_dropdown_level_two {
	background-color: #f1f0ed !important;
	background-image: none !important;
	border: none !important;
}

.kodda_menu_dropdowns .kodda_submenu a, .kodda_menu_dropdowns .kodda_submenu a:link, .kodda_menu_dropdowns .kodda_submenu a:visited {
	padding: 12px 15px 12px 0px !important;
	color: #333;
	font-size: 14px !important;
	font-family: 'Assistant', sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background-color: rgba(200,200,200,0.3);
	border-bottom: none !important;
}

.kodda_submenu_dropdown_level_one:hover > a, .kodda_submenu_dropdown_level_two a:hover {
	color: #ffffff !important;
	background-color: rgb(51, 51, 51) !important;
}

.social-icon-container a {
display: block;
padding: 19px 15px 19px 15px;
}

#kodda_container .kodda_title_container .kodda_title {
font-size: 15px !important;
text-transform: uppercase;
letter-spacing: 0.2em;
font-weight: 700;
font-family: 'Assistant', sans-serif !important;
font-style: normal;
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-right: 0 !important;
color: #ffffff;
line-height: 60px;
padding-left: 15px !important;
}

.kodda_title img {
margin-top: -5px;
}

#kodda_parent_full_width {
z-index: 9999 !important;
background: rgba(0, 0, 0, 0.85);
border-top: 1px solid #444444;
border-bottom: 1px solid #090909;
}

#kodda_container {
width: 1070px;
height: 60px !important;
position: relative;
display: block;
padding: 0px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
margin-left: auto;
margin-right: auto;
}




/* ===========================================================================================

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;
	right: 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 !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;
text-align: center;
}

.header-sticky-post-cat {
color: #ccc;
font-family: 'Assistant', sans-serif;
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: right;
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;
font-family: 'Assistant', sans-serif;
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(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_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;
}

.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;
}

h2.grid-title {
	padding: 15px 20px 0 20px;
	margin: 0 !important;
	text-align: center;
	font-size: 28px;
	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:right;
	width: 100%;
	color: #444 !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: #8c919b !important;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.wpb_carousel .teaser_grid_container {
	margin-right: -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;
}

.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: #b9d400 !important;
	border-top-color: #b9d400 !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: right;
margin: 20px 20px 20px 0 !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: #b9d400 !important;
border-top-color: #b9d400 !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;
right: -60px;
top: 350px !important;
width: 30px;
background: transparent !important;
color: #B0B62E !important;
font-size: 30px !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 {
left: -60px !important;
top: 350px !important;
width: 30px;
background: transparent !important;
color: #B0B62E !important;
font-size: 30px !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: right;
	width: 30px !important;
	height: 30px !important;
	margin: 10px 20px 0 8px;
	overflow: hidden;
	background-color: #f2f2f0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.grid-meta-text {
	font-size: 13px;
	font-family: Open Sans Condensed;
	padding: 15px 0 0 0;
	float: right;
	color: #474747;
}

.grid-meta-icon {
	font-size: 15px;
	color: #ccc;
	padding: 17px 25px 0 7px;
	float: right;
	-webkit-text-stroke: 1px rgba(204, 204, 204,0.3);
}

.grid-meta-share-icon {
	font-size: 15px;
	color: #7E7E7E;
	padding: 18px 18px 0 20px;
	float: left;
	-webkit-text-stroke: 1px rgba(204, 204, 204,0.3);
}


.post-thumb { opacity: 0; }

.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 18px 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float: right;
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-left: 10px;
top: 11px;
left: 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-right: 10px;
text-align: center;
float: right;
}

.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: right;
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:right;
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: right;
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: right;
margin: 10px 0px 20px 20px;
}

.author-page-name h3 {
font-size: 32px;
letter-spacing: 0.1em;
}

.author-page-desc {
margin-bottom: 15px;
}

.author-page-social {
margin-left: 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: #444 !important;
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
letter-spacing: 0.1em;
text-align: center;
}

.archive-header {
margin-top: 20px;
margin-bottom: -40px;
width: 100%;
float: right;
text-align: center;
}

.nothing-header {
margin-top: 20px;
margin-bottom: 30px;
width: 100%;
float: right;
text-align: center;
}

.nothing-title {
font-size: 32px !important;
margin-bottom: 0px;
width: 100%;
color: #444 !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: right;
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: right;
margin-right: 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: right;
}

.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: right;
	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 {
left: 55px !important;
top: -35px !important;
}

.flex-direction-nav .flex-prev {
left: 20px !important;
top: -35px !important;
}


.tint {
	position: relative;
	float: right;
	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: right;
	width: 40%;
	left: 25px;
	top: 5%;
	text-align: right;
	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: right;
margin-top: 5px;
}

.flex-caption .header-sticky-author-picture {
margin-top: -5px;
}



/* ===========================================================================================

7. Single Post

============================================================================================== */

.post {
	width: 670px;
	float: right;
}

.single-post-wrapper {
float: right;
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: right;
}

.author-post-section {
width: 160px;
float: right;
border-top: 0;
padding-top: 0;
text-align: left;
margin: 40px 20px 40px 40px;
overflow: hidden;
}

.post .entry-content {
font-size: 20px;
}

.author-post-picture {
display: block;
position: relative;
float: right;
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: left;
}

.author-post-desc {
font-size: 13px;
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%;
margin-right: 75%;
border-top: 1px solid #ccc;
margin-bottom: 10px;
}

.postteaser {
font-size: 28px;
margin-top: 20px;
color: #7E7E7E;
}

.post-featured img {
width: 100%;
}

.share-button-count {
display: inline-block;
margin-right: 10px;
margin-bottom: 5px;
}

.share-button-medium-facebook {
height: 28px;
width: 90px;
line-height: 28px;
background-color: #3b5998;
color: white !important;
display: inline-block;
padding: 0 10px 0 15px;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
font-family: Open Sans Condensed;
	-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 15px 0 10px;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
font-family: Open Sans Condensed;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.share-button-count .fa.fa-twitter, .share-button-count .fa.fa-facebook {
font-size: 13px;
padding-left: 8px;
margin-left: 8px;
border-left: 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;
}

.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;
}

.post-nav {
float: right;
width: 100%;
background-color: #333;
}

.post-previous, .post-next {
float: right;
width: 50%;
height: 170px;
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;
}

.post-nav img {
opacity: 0.5;
}

.nav-text-wrapper {
position: absolute;
text-align: center;
top: 45px;
right: 20px;
left: 20px;
bottom: 0;
}

.post-tags {
text-align: center;
float: right;
width: 100%;
margin-top: 10px;
}

.post-tags:before {
content: '';
display: block;
width: 10%;
margin: 0 auto;
border-top: 1px solid #ccc;
margin-bottom: 20px;
}

.post-tags a {
color: #fff !important;
background-color: #333;
padding: 2px 6px;
margin-right: 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: 'Heebo', 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%;
}

.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;
display: none;
}



#nav-below {
margin: 40px 0 0 0;
float: right;
}

.nav-previous, .nav-next {
color: #fff !important;
background-color: #ccc;
padding: 2px 6px;
float: right;
margin-left: 10px;
}

.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: right;
margin-left: 40px;
margin-top: 40px;
text-align: center;
}

.footer-widget-title {
color: #fff;
font-size: 14px;
letter-spacing: 0.2em;
text-transform: uppercase;
text-align: center;
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: right;
background: #1A1A1A;
border-top: 1px solid rgba(204, 204, 204, 0.13);
}

.footer-brand .container {
margin-top: 15px;
}

.footer-brand-title {
border-right: 1px solid;
margin-right: 20px;
padding: 8px 20px 13px 0px;
text-transform: uppercase;
font-family: 'Assistant', sans-serif;
letter-spacing: 0.2em;
}

.footer-brand-social {
margin-right: 22px;
font-size: 16px;
}

.footer-brand-desc {
font-family: 'Assistant', sans-serif;
letter-spacing: 0.2em;
border-left: 1px solid;
padding: 8px 0px 13px 20px;
}



/* ===========================================================================================

9. Responsive Design

============================================================================================== */

/* iPads (landscape) ----------- */
@media screen 
and (min-width : 880px) 
and (max-width : 1100px)  {
/* Styles */

#kodda_parent_full_width { padding: 0 42px !important; }

.kodda_submenu { width: 940px !important; }

.site-footer-inner.col-12 { width: 940px !important; }

.wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"] { margin-right: 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 { right: -40px !important; top: 380px !important; }

.wpb_carousel .carousel-nav .next { left: -40px !important; top: 380px !important; }

.footer-widget { width: 430px !important; display: inline-table !important; float: none !important; }

.kodda_posts_cat_container { width: 760px !important; }

.kodda_posts_cat_container a { width: 206px !important; }

.kodda_posts_cat_container img { width: 200px !important; }

.header-sticky-bg img { height: 100%; }

.wp-caption.alignright { margin-left: 0px !important; }

.alignnone img { max-width: 940px !important; }

.alignnone .wp-caption-text { margin-left: -250px !important; }

.post-previous, .post-next { height: 149px !important; }

/* Styles */
}
/* iPads (landscape) ----------- */




/* iPads (portrait) ----------- */
@media screen 
and (min-width : 768px) 
and (max-width : 879px) {
/* Styles */

.container { max-width: 700px !important; overflow: hidden !important;}

.page-template-default .main-content-inner.col-12 { width: 700px; }

.page-template-default .sidebar { width: 700px; margin-right: 0px;}

.widget .search-field.form-control { width: 660px; }

.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; }

#kodda_container { padding: 0 20px !important; }

.flex-direction-nav .flex-prev { right: inherit !important; }

.wpb_carousel .carousel-nav .prev { right: 10px !important; top: 315px !important; }

.wpb_carousel .carousel-nav .next { left: 10px !important; top: 315px !important; }

.post { width: 450px !important; }

.wp-caption.alignright { margin-left: 0px !important; }

.alignnone img { max-width: 700px !important; }

.alignnone .wp-caption-text { margin-left: -230px !important; }

.post-nav img { height: 170px !important; }


/* Styles */
}
/* iPads (portrait) ----------- */




/* Iphone (landscape) ----------- */
@media screen 
and (min-width : 480px) 
and (max-width : 767px) {
/* Styles */

#kodda_container { padding: 0 20px !important; }

.container { width: 330px !important; overflow: hidden !important;}

.page-template-default .main-content-inner.col-12 { width: 330px; }

.page-template-default .sidebar { width: 330px; margin-right: 0px;}

.widget .search-field.form-control { width: 290px; }

.header-sticky-bg img { height: 100%; }

.vc_row-fluid .vc_span8 { width: 330px !important; }

.site-footer-inner.col-12 { width: 330px !important; }

.footer-widget { width: 330px !important; display: inline-table !important; float: none !important; margin-left: 0px !important; }

.flex-caption { display: none !important; }

.wpb_gallery_slides .flex-direction-nav .flex-next { left: 5px !important; top: -80px !important; }

.wpb_gallery_slides .flex-direction-nav .flex-prev { right: 10px !important; top: -80px !important; }

.footer-brand-title, .footer-brand-desc { display: none; }

.vc_row-fluid [class*="vc_span"] { margin-right: 0px !important; }

.author-post-section { display: none !important; }

.single .main-content .container { width: 450px !important; }

.post { width: 410px !important; margin-right: 20px !important; }

.wp-caption.alignright { margin-left: 0px !important; }

.wp-caption.alignleft { margin-right: 0px !important; }

.alignnone img { max-width: 450px !important; }

.alignnone { margin-right: -20px !important; }

.alignnone .wp-caption-text { margin-left: -20px !important; }

.post-nav img { height: 140px !important; }

.post-previous, .post-next { height: 140px !important; }

.nav-text-wrapper { top: 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-right: 0px !important; }

/* Styles */
}
/* Iphone  (landscape) ----------- */





/* Iphone (portrait) ----------- */
@media screen 
and (min-width : 320px) 
and (max-width : 479px) {
/* Styles */

#kodda_container { padding: 0 10px !important;}

.container { width: 300px !important; overflow: hidden !important;}

.page-template-default .main-content-inner.col-12 { width: 300px; }

.page-template-default .sidebar { width: 300px; margin-right: 0px;}

.widget .search-field.form-control { width: 260px; }

.social-icon-container { display: none !important; }

.header-sticky { display: none !important; }

.teaser_grid_container .isotope-item.vc_span4, .wpb_carousel .teaser_grid_container .vc_span4 { width: 300px !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 img { width: 300px !important }

.vc_row-fluid [class*="vc_span"] { margin-right: 0px !important; }

.site-footer-inner.col-12 { width: 300px !important; }

.footer-widget { width: 300px !important; display: inline-table !important; float: none !important; margin-left: 0px !important; }

.flex-caption { display: none !important; }

.wpb_gallery_slides .flex-direction-nav .flex-next { left: 5px !important; top: -80px !important; }

.wpb_gallery_slides .flex-direction-nav .flex-prev { right: 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 { right: 10px !important; top: 330px !important; }

.wpb_carousel .carousel-nav .next { left: 10px !important; top: 330px !important; }

.post { width: 280px !important; margin-right: 10px !important; }

.author-post-section { display: none !important; }

.page-title { font-size: 46px !important; }

.wp-caption.alignright { margin-left: 0px !important; }

.wp-caption.alignleft { margin-right: 0px !important; }

.alignnone { margin-right: -10px !important; }

.alignnone img { max-width: 300px !important; }

.alignnone .wp-caption-text { margin-left: 10px !important; margin-right: 10px !important; }

.post-nav { display: none !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-right: 0px !important; }

/* Styles */
}
/* Iphone  (portrait) ----------- */







/* ===========================================================================================

10. Basics

============================================================================================== */

.entry-content p {
	margin: 0 0 30px;
}

/* Import the necessary Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );

/* Alignment */
.alignleft {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-right: -200px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

.alignright {
	display: inline;
	float: left;
	margin-right: 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 {
	margin-left: -160px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

img.alignnone, .alignnone img {
	max-width: 1070px;
}

.alignnone {
	margin-right: -220px;
}

.alignnone .wp-caption-text {
	margin-right: 20px;
	margin-left: -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%;
}


/* 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;
	right: 5px;
	line-height: normal;
	padding: 15px 0px 14px 23px;
	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-right: 1.5em; }

.twitter-tweet {
	margin: 0 auto !important;
}

blockquote p {
	font-size: 26px !important;
}

.sticky, .gallery-caption, .bypostauthor { width: auto; }