/* TABLE OF CONTENT 
 * ==================
 * 1.  BASE
 * 2.  HEADER
 * 3.  NAVIGATION MENU
 * 4.  HOMEPAGE
 * 5.  BLOG
 * 6.  PAGES
 * 7.  SIDEBAR
 * 8.  FOOTER
 * 9.  MODULES
 * 10. WIDGETS
 **/

 
/************************* 
 *  
 *  1.  BASE
 * 
 *************************/
 /*==== RESET ===========*/
 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
legend {
	white-space: normal;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

input:focus, textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}
/*======= STANDARD ===========*/
/*========= Fonts =========*/
/*--- Hyperlinks ---*/
a, a:visited {
	text-decoration: none;
	}
a:active,a:focus {
	outline: none;
	}

/*========= Headings =========*/
h1,h2,h3,h4,h5,h5,h6{
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	line-height: 1.2;
	font-weight: 700;
}
h1{
	font-size: 30px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 20px;	
}

h4{
	font-size: 18px;	
}

h5{
	font-size: 16px;
}

h6{
	font-size: 14px;
}

:focus {
	outline: 0;
}
 /*==== GENERAL ===========*/
/*--- Clear fix -----------*/
.clear-fix:before,
.clear-fix:after {
    content: " ";
    display: table;
}
 
.clear-fix:after {
    clear: both;
}
 
/* IE6/7 support */
.clear-fix {
    *zoom: 1;
}
body {
    background: none;
    background-color: #fff;    
}
.hide, .invisible {
    visibility: hidden;
}
::selection {
    color: #fff;
}
::-moz-selection {
    color: #fff;
}
.site-container {
    background-color: #fff;
    overflow: hidden;
    margin: auto;
    width: 1110px;
}
.site-container.wide {
    width: 100%;
}
.site-container.boxed {
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}
.site-container.wide .main-body {
    width: 1050px;
    margin: auto;
}
.site-container.boxed .main-body {
    width: 100%;
    margin: auto;
}
.site-container.boxed .main-body {
    padding: 0 30px;    
}
.main-body {
    margin-bottom: 30px;
}
.fa {
    font-style: normal !important;
}
/*====== flex slider ===========*/
/* Direction Nav */
.flexslider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.flexslider .flex-direction-nav .flex-prev {
    left: -50px;
}
.flexslider .flex-direction-nav .flex-next {
    right: -50px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.main-slider-thumbs .flexslider:hover .flex-direction-nav .flex-prev {
    left: -50px;
}
.main-slider-thumbs .flexslider:hover .flex-direction-nav .flex-next {
    right: -50px;
}
.flexslider .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flexslider .flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flexslider .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    line-height: 40px;
    display: block;
    content: '\f001';
}
.flexslider .flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flexslider ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
/*===== Module heading =====*/
.cat-header, .bk-header {
	margin-bottom: 30px;
    height: 35px;
}
.bk-header .bk-title, .cat-header .cat-title {
    padding: 5px;
    text-align: center;
}
.module-header-left .bk-header .bk-title, .module-header-left .cat-header .cat-title {
    text-align: left;
}
.module-header-left .footer .bk-header .bk-title, .module-header-left .footer .cat-header .cat-title {
    margin-left: 0;
}
.bk-header h3, .cat-header h3 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 25px !important;
    padding: 0 7px;
    text-transform: uppercase;
    display: inline-block;
}
.cat-header a {
    color: #fff;
}
/* ==== Featured Videos and Images ===== */ 
.thumb-wrap {  
  position: relative;
  margin-bottom: 20px;
}
.thumb-wrap img {
    width: 100%;
    height: auto;
}
.thumb a {
    display: block;
}

.video-thumb iframe {
	width: 100% !important;
	display: block;
}
.video-thumb p {
	display: none;
}	
.last { 
	margin-right: 0 !important; 
	clear: right; 
}

.full-width {
	width: 100% !important;
    clear: both;
}
.footer .one-half.last {
    margin-top: 30px;
}
/*====== post info =============*/
.post-title-main-post {
    margin-bottom: 10px;
}
.sub-post .post-meta {
    margin-top: 5px;
}
.item-post .entry-meta {
	margin-bottom: 0;
}
.cat-icon {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.post-list .thumb {
    width: 70px;
    height: 70px;
}
.item-post .thumb {
    width: 75px;
    height: 75px;
} 
.thumb {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    min-height: 32px;
}
.thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}
.thumb:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.module-main-slider .main-slider .thumb:hover img {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
.icon-thumb {
    position: relative;
    max-width: 100%;
    height: auto;
    vertical-align: middle; 
    text-align: center;  
    opacity: 0.8;
    box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.05);
}
.module-main-slider .main-slider-thumbs .icon-thumb {
    opacity: 1;
}
.icon-thumb:after {
    content: '';
    padding-top: 100%;
    display: block;
}
.widget-slider .icon-thumb:after, .post-thumb-classic-blog .icon-thumb:after, .article-masonry .icon-thumb:after, .main-post .icon-thumb:after {
    content: '';
    padding-top: 66.6667%;
    display: block; 
}
.main-slider-frame .icon-thumb:after {
    content: '';
    padding-top: 57.1429%;
    display: block; 
}
.module-carousel .style-card .icon-thumb:after, .bk-mega-menu .icon-thumb:after {
    content: '';
    padding-top: 154%;
    display: block;  
}
.module-carousel .style-thumb .icon-thumb:after {
    content: '';
    padding-top: 100%;
    display: block;
}
.archive-card .icon-thumb:after {
    content: '';
    width: 261px;
    height: 398px;
    display: block;
}
.masonry-grid-slider .icon-thumb:after {
    content: '';
    padding-top: 76.6284%;
    display: block;  
}
.grid-container .icon-thumb:after {
    content: '';
    padding-top: 76.3359%;
    display: block;  
}
.icon-thumb i {
    font-size: 150%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.module-carousel .icon-thumb i, .module-main-slider .main-silder-frame .icon-thumb i, .widget-slider .icon-thumb i {
    display: none;
}
.bk-mega-menu .icon-thumb i {
    font-size: 50px;
}
.archive-card .icon-thumb i, .post-thumb-classic-blog .icon-thumb i, .article-masonry .icon-thumb i, .module-carousel .icon-thumb i, .main-post .icon-thumb i, .main-slider-frame .icon-thumb i, .masonry-grid-slider .icon-thumb i {
    font-size: 400%;
}

.post-thumb a {
    display: block;
}
.post-thumb img {
    width: 100%;
}
.post-title-sub-post {
    margin: 0;
}
.post-title.post-title-sub-post {
    font-size: 15px;
    line-height: 1.5;
    text-transform: none;
    margin-bottom: 0 !important;
}
.post-title.post-title-main-post, .post-title.post-title-masonry, .post-title.post-title-classic-blog {
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
}
.post-title {
    text-transform: uppercase;
}
.post-title a {
    color: #333;
    transition: all 0.3s ease;
}
.post-cat a {
    color: #fff;
    text-transform: uppercase;
}
.post-cat-bg {
    position: absolute;
    left: 0px;
    bottom: 10px;
    padding: 6px 8px 6px 15px;
    text-align: center;
    transition: all .3s ease;
}
.post-cat-bg a {
    display: block;
    font-size: 11px;   
    font-weight: 400 !important;
}
.footer .post-cat-bg a {  
    border: 2px solid #222;
}
.entry-excerpt {
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
}
.main-post p,
.entry-excerpt p {
	margin-bottom: 0;
}
.post-meta {
    color: #888;
    margin-top: 10px;
}
.post-meta div {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.5;
    color: #888;
}
.post-meta.post-meta-single div {
    font-size: 13px;
} 
.post-meta.post-meta-single .post-meta-secondary {
    float: right;    
}
.post-meta a {
    color: #888;
}
.post-meta i {
    margin-right: 2px;
    font-size: 14px;
}
.post-meta .post-author a {
    text-transform: uppercase;
}
.post-meta .post-author {
    margin-right: 10px;
}
.post-meta .date {
    float: right;
}
.post-meta .views, .post-meta .comments {
    margin-right: 10px;
    line-height: 1;
}
.post-meta .read-more {
    float: right;
    border: 1px solid #888;
}
.post-meta .read-more a {
    display: block;
    margin: 0;
    padding: 4px;
    text-transform: capitalize;
}
.sub-post .post-meta .date {
    float: none;
}
/*=== Review score ===*/
.rating-wrap {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
}
.rating-canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.rating-wrap span {
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}
/* Mega menu score */
.bk-mega-menu .rating-wrap {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    width: 48px;
    height: 48px;
}
.bk-mega-menu .rating-wrap span {
    display: block;
    color: #fff;
    line-height: 48px;
    font-size: 14px;
    font-weight: 700;
}
/*========= oEmbed ========*/
.bk-oEmbed-audio iframe {
    width: 100%;
} 
.module-post-two .main-post .bk-oEmbed-video {
	position: relative;
	padding-bottom: 66.67%; /* 1.45 */
	height: 0;
}
.module-main-slider .bk-oEmbed-video {
	position: relative;
	padding-bottom: 57.14%; /* 1.75 */
	height: 0;
}
.bk-oEmbed-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.bk-oEmbed-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 /************************* 
 *  
 *  2.  HEADER
 * 
 *************************/
/*======= Top nav ========*/
.top-nav {
    float: left;
    font-size: 11px;
}
.top-nav li {
    display: block;
    position: relative;
}    
.top-nav ul.menu > li {
    padding: 0 10px;
    float: left;
    text-align: center;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.top-nav a {
    display:block;
    text-decoration:none;
    text-transform: uppercase;
}
.top-nav ul.menu>li>a {
    color: #fff;
    float: left;
}
.top-nav ul.sub-menu li {
    padding: 10px 10px;
}
.top-nav ul.sub-menu a {
    color: #333;
    vertical-align: middle;
    width: 150px;
    line-height: 1.5;
}
.top-nav ul.sub-menu { /* hide sub menu */
    position:  absolute;
    visibility: hidden;
    background-color: #fafafa;
    z-index: 100;
    top: -10px;
    left: 100%;
    padding: 10px;
    opacity: 0;
    
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;  
}
.top-nav ul.menu > li > ul.sub-menu {
    top: 100%;
    left: 0;
}
.top-nav ul.sub-menu li{
    text-align: left;
    min-width: 150px;
}
.top-nav li:hover > ul.sub-menu{ /* show sub-menu from lvl2 */
    opacity: 1;
    visibility: visible;
}
.top-nav ul.menu>li:hover { /*hover effect menu */
    background-color: rgba(0,0,0,0.1);
}
.top-nav ul.sub-menu li:hover { /*hover effect submenu li*/
    background-color: #eee;
}
#top-menu > ul.menu > li.menu-item-has-children:before {
    content: '\f078';
    float: right;
    margin-left: 4px;
    font-family: 'FontAwesome';
    font-size: 8px;
    line-height: 35px;
    color: #fff;
}
/*======== Top bar social =========*/
.header-social {
    float: right;
    margin: 5px 0;
    background-color: rgba(0,0,0,0.1);
}
.header-social li {
    float: left;
    line-height: 26px;
}
.header-social li a {
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.header-social li:hover {
    background-color: #fff;
}
.header-social li.twitter:hover a {
	color: #9AE4E8;
}
.header-social li.fb:hover a {
	color: #3B5998;
}
.header-social li.dribbble:hover a {
	color: #ea4c89;
}
.header-social li.youtube:hover a {
	color: #cc181e;
}
.header-social li.rss:hover a {
	color: #F4A62A;
}
.header-social li.gplus:hover a {
	color: #d34836;
}
.header-social li.linkedin:hover a {
	color: #0e76a8;
}
.header-social li.pinterest:hover a {
	color: #C92228;
}
.header-social li.instagram:hover a {
	color: #3f729b;
}
.header-social li.vimeo:hover a {
	color: #4ebbff;
}
.header-social li.vk:hover a {
	color: #4F7094;
}
/*----- header main ----------*/
.header-inner {
    width: 1050px;
    margin: auto;
    position: relative;
}
.header-wrap {
    width: 100%;
    margin-bottom: 30px;
}
.header {
    text-align: center;
}
.header .header-inner {
    display: table;
}
.header .logo.logo-text h1 {
    font-size: 50px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 15px 0;
}
.header-left .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.header-center .logo {
    display: inline-block;
}
.header .logo {
    padding: 20px 0; 
}
.header .logo img {
    max-width: 100%;
    display: block;
}
.header .logo a {
    display: inline-block;
}
.header-banner {
    padding: 15px 0;
}
.header-left .header-banner {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.header-banner img {
    max-width: 100%;
}
.header-left #main-menu ul.menu {
    text-align: left;
}
 /************************* 
 *  
 *  3.  NAVIGATION MENU
 * 
 *************************/
.header-center .main-nav {
    text-align: center;
}
#main-menu {
    font-size: 0;
    padding-right: 50px;
}
.main-nav.fixed {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
}
.main-nav .header-inner {
    background-color: #333;
}
/*=== Mobile nav ===*/
#main-mobile-menu {
    display: none;
}
.mobile {
    display: none;
}
.main-nav .mobile {
    width: 50px;
    height: 50px;
    float: left;
    cursor: pointer;
    text-align: center;
}
.main-nav .mobile i {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}
#main-mobile-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #333;
    padding-top: 15px;
    z-index: 99;
}
#main-mobile-menu li {
    text-align: left;
    cursor: pointer;
}
#main-mobile-menu li a {
    color: #fff;
}
#main-mobile-menu .expand {
    display: block;
    width: 40px;
    height: 40px;
    float: right; 
    text-align: center;       
}
#main-mobile-menu .expand i {
    display: block;
    font-size: 16px;
    line-height: 40px;
}
#main-mobile-menu li > ul > li > a {
    padding-left: 40px;
}
#main-mobile-menu a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 5px 20px;
}
#main-mobile-menu > ul > li > a {
    border-bottom: 1px solid #555;
}
#main-mobile-menu > ul > li:last-child > a {
    border-bottom: none;
}
#main-mobile-menu ul.sub-menu {
    display: none;
}
/*==== Dark nav ====*/
.main-nav {
    background-color: transparent;
    position: relative;    
    list-style-type:none;
    z-index: 99;
    min-height: 50px;
}
.main-nav li {
    display: block;
}   
.main-nav #main-menu .menu > li {
    height: 50px;
    line-height: 50px !important;
    vertical-align: middle;
    display: inline-block;
}
.main-nav a {
    display: inline-block;
    text-decoration:none;
    text-transform: uppercase;
}
.main-nav li:hover, .main-nav a:hover {
    transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
}
.main-nav #main-menu .menu > li > a {
    position: relative;
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
    line-height: 50px;
    font-weight: 700;
}
.header-dark .main-nav #main-menu .menu > li.current-menu-item:hover > a {
    color: #fff;
}
/*==== Light nav ====*/
.header-light .main-nav {
    background-color: #fff;
}
.header-light .main-nav .header-inner {
    background-color: #fff;
}
.header-light .main-nav #main-menu {
    background-color: #f5f5f5;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}
.header-light .main-nav #main-menu .menu > li:hover > a {
    color: #fff !important;
}
/*==== Primary color nav ====*/
.header-custom .main-nav #main-menu .menu > li:hover > a {
    color: #fff;
}
.header-custom .main-nav #main-menu .menu > li.current-menu-item:hover > a {
    color: #fff;
}
/*==== Mega menu ====*/
.bk-mega-menu {
    top: 100%;
    position: absolute;
    width: 1050px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
    left: -999999px;
    transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s 0.2s;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s 0.2s;
}
.main-nav .menu > li:hover > .bk-mega-menu {
    visibility: visible;
    opacity: 1;
    left: 0;
    transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s 0.2s;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s, left 0s;
}
.bk-mega-menu .bk-sub-menu {
    width: 20%;
    float: left;
    padding: 10px;
}
.bk-sub-menu > li {
    text-align: left;
}
.bk-sub-menu > li:hover, .bk-sub-sub-menu > li:hover {
    background-color: rgba(0,0,0,0.05);
}
.bk-mega-menu .bk-sub-menu > li {
    display: block;
    position: relative;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.bk-mega-menu .bk-sub-menu > li > a {
    color: #fff;
    padding: 5px 15px;
    display: block;
    line-height: 20px;
    font-size: 12px;
}
.bk-mega-menu .bk-sub-sub-menu {
    position: absolute;
    padding: 10px;
    left: 100%;
    top: 0;
    visibility: hidden;
    background-color: #fff;
    width: 210px;
    box-shadow: 2px 0px 2px -1px rgba(0,0,0,0.1);
    transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s, visibility 0s ease-in-out 0.2s;
}
.bk-mega-menu .bk-sub-sub-menu > li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.bk-mega-menu .bk-sub-sub-menu > li:last-child {
    border: none;
}
.bk-mega-menu .bk-sub-sub-menu > li > a {
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 12px;
}    
.bk-mega-menu .bk-sub-sub-menu > li:hover > a {
    color: #333;  
} 
.bk-mega-menu .bk-sub-menu > li:hover > .bk-sub-sub-menu {
    visibility: visible;
}
.bk-sub-post {
    position: relative;
}
.bk-sub-posts {
    background-color: #f5f5f5;
}
.bk-sub-posts.bk-with-sub {
    width: 80%;
    float: right;
}
.bk-sub-post .thumb img {
    height: 323px;
}
/*====== Megamenu =======*/
.flexslider_destroy ul li{
    width: 210px;
    float: left;
}
/*----- post card meta -------*/
.bk-meta {
    position: absolute;
    top: 15px;
    left: 0;
    right:0;
    padding: 10px;
    text-align: center;
}
.bk-meta:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    content: '';
    width: 50px;
    height: 2px;
}
.bk-sub-posts .thumb {
    overflow: visible;
}
.bk-sub-posts .thumb:hover img {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
.bk-sub-posts .post-title.post-title-card {
    margin: 0;
}
.bk-sub-posts .post-title.post-title-card a {
    color: #fff; 
    font-size: 18px;
    line-height: 1.5;
    text-shadow: 1px 1px 3px #000;
    word-wrap: break-word;  
}
/*Normal menu*/
.bk-dropdown-menu {
    position: absolute;
    top: 100%;
    width: 210px;
    padding: 10px;
    background-color: #333;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
.main-nav .menu li:hover > .bk-dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
}
.bk-dropdown-menu .bk-sub-menu > li {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.bk-dropdown-menu .bk-sub-menu > li:last-child {
    border-bottom: none;
}
.bk-dropdown-menu .bk-sub-menu > li > a {
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}
.bk-dropdown-menu .bk-sub-sub-menu {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 100%;
    width: 210px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.7);
}
.bk-dropdown-menu li:hover > .bk-sub-sub-menu {
    visibility: visible;
    opacity: 1;
}
.bk-dropdown-menu .bk-sub-sub-menu li {
    line-height: 20px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.bk-dropdown-menu .bk-sub-sub-menu li:last-child {
    border-bottom: none;
}
.bk-dropdown-menu .bk-sub-sub-menu a {
    line-height: 20px;
    font-size: 12px;
}
/*----- Carousel--------*/
.bk-mega-menu .flexslider {
    border: none !important;
    margin: 0 !important;
}
/*------ search form --------*/
nav #main-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}
nav #search-form {
    margin: 0;
    padding: 0;
    height: 100%;
}
nav #s {
    color: #fff;
    font-size: 0px; /* fix FF */    
    width: 0;
    position: absolute;
    top: 0;
    right: 100%;
    height: 50px;
    border: none;
    margin: 0;
    padding: 0;
    transition: width ease-out 0.3s;
    -webkit-transition: width ease-out 0.3s;
}
nav .search-icon i {
    cursor: pointer;
    width: 50px;
    height:  50px;
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 27px !important;
    line-height: 50px;
}
 /************************* 
 *  
 *  4.  HOMEPAGE
 * 
 *************************/
 .fullwidth-section {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.content-section {
    width: 690px;
    float: left;
    padding-bottom: 30px;
}
.sb-left .content-section {
    float: right;
}
 /************************* 
 *  
 *  5.  BLOG
 * 
 *************************/
 /*======== Classic blog big ========*/
.bk-classic-blog-content.bk-classic-big .item { 
	width: 100%;     
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.bk-classic-blog-content.bk-classic-big .item .post-thumb-wrap.post-thumb-wrap-classic-blog {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.bk-classic-blog-content.bk-classic-big .item .thumb.post-thumb-classic-blog {
    width: 100%;
}
.post-thumb-classic-blog img {
    height: auto;
}
.bk-classic-blog-content.bk-classic-big .item .post-details {
    width: 100%;
}
.post-title.post-title-classic-blog {
    margin-top: 0px;
}
.bk-classic-blog-content.bk-classic-big .two-col {
    margin-right: 0;
}
 /************************* 
 *  
 *  6.  PAGES
 * 
 *************************/
.content {
    padding-bottom: 30px;
}
.content > .search-form:last-child {
    margin-bottom: 30px;
}
.bk-archive-content .module-main-slider {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.module-main-slider.show-title .post-cat, .module-main-slider.show-title .post-title, .module-main-slider.show-title .post-info-line {
    opacity: 1 !important;
}
.module-main-slider.show-title .post-info-line {
    height: 2px;
    width: 50px;
    margin: auto;
}
.content.has-sidebar {
    width: 690px;
    float: left;    
}
.sb-left .content.has-sidebar {
    float: right;
}
.archive-masonry {
    margin: 0 -15px;
}
.heading-wrap {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.2;
}
.heading-wrap h2 {
    font-size: 30px;
    color: #333;
}
.heading-wrap hr {
    margin: 15px auto;
    height: 2px;
    width: 50px;
    border: none;
}
.archive-meta {
    text-transform: none;
    line-height: 1.2;
    color: #666;
    font-size: 14px;
}
/*====== Typography ======*/
.article-content ul, .textwidget ul, .article-content ol, .textwidget ol {
	margin: 0 0 1.5em 2.5em;
}

.article-content ul, .textwidget ul {
	list-style: square;
}

.article-content ol, .textwidget ol {
	list-style-type: decimal;
}

.article-content ol ol, .textwidget ol ol {
	list-style: upper-alpha;
}

.article-content ol ol ol, .textwidget ol ol ol {
	list-style: lower-roman;
}

.article-content ol ol ol ol, .textwidget ol ol ol ol {
	list-style: lower-alpha;
}

.article-content ul ul, .textwidget ul ul, .article-content ol ol, .textwidget ol ol, .article-content ul ol, .textwidget ul ol, .article-content ol ul, .textwidget ol ul {
	margin-bottom: 0;
}

.article-content dl, .textwidget dl {
	margin: 0 1.5em;
}

.article-content dt, .textwidget dt {
	font-weight: bold;
}
.article-content dd, .textwidget dd {
	margin-bottom: 1.5em;
}

.article-content strong, .textwidget strong {
	font-weight: bold;
}

.article-content small, .textwidget small { 
	font-size: 80%; 
}

.article-content big, .textwidget big {
	font-size: 120%;
}

.article-content cite, .textwidget cite, .article-content em, .textwidget em, .article-content i, .textwidget i {
	font-style: italic;
}

.article-content cite, .textwidget cite {
	border: none;
}

.article-content blockquote, .textwidget blockquote {
	font-style:italic;
    margin: 7px 35px 10px 45px;    
	font-style: italic;
	background: #EFEFEF;
	padding: 10px;
	clear: both;
    border-left-style: solid;
    border-left-width: 3px;
}

.page .post-article .article-content blockquote p:last-child, .textwidget blockquote p:last-child, .single .post-article .article-content blockquote p:last-child, .textwidget blockquote p:last-child {
	margin-bottom: 0;
	padding: 0px;
}
.article-content blockquote em, .textwidget blockquote em, .article-content blockquote i, .textwidget blockquote i, .article-content blockquote cite, .textwidget blockquote cite {
	font-style: normal;
}
.article-content pre, .textwidget pre {
	background: rgba(0, 0, 0, 0.05);
	font: 87.5% "Courier 10 Pitch", Courier, monospace;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}
.article-content code, .textwidget code, .article-content kbd, .textwidget kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.article-content abbr, .textwidget abbr, .article-content acronym, .textwidget acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.article-content ins, .textwidget ins {
	text-decoration: none;
}
.article-content sup, .textwidget sup, .article-content sub, .textwidget sub {
	font-size: 62.5%;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.article-content sup, .textwidget sup {
	bottom: 1ex;
}
.article-content sub, .textwidget sub {
	top: .5ex;
}

.article-content input, .textwidget input, .article-content textarea, .textwidget textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.article-content input:focus, .textwidget input:focus, .article-content textarea:focus, .textwidget textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}

.article-content button, .textwidget button,
.article-content input[type="button"], .textwidget input[type="button"],
.article-content input[type="reset"], .textwidget input[type="reset"],
.article-content input[type="submit"], .textwidget input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
    padding: 5px 10px;
}

.article-content button[disabled], .textwidget button[disabled],
.article-content input[disabled], .textwidget input[disabled] {
	cursor: default;
    padding: 5px 10px;
}

.article-content address, .textwidget address {
	display: block;
	margin: 0 0 1.625em;
}

.article-content table, .textwidget table {
	border-bottom: 1px solid #F2F2F2;
	margin: 0 0 1.625em;
	width: 100%;
	text-align:left;
}

.article-content th, .textwidget th {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2.6em;
}

.article-content td, .textwidget td {
	border-top: 1px solid #F2F2F2;
	padding: 6px 10px 6px 0;
}

.article-content p, .textwidget p{
	margin-bottom: 15px;
}

.article-content img, .textwidget img{
	max-width: 100%; 
	height: auto;
}

/*-- WordPress common classes*/
.article-content .alignleft, .textwidget .alignleft{
	display: inline;
	float: left;
	margin-right: 1.25em;
}
.article-content .alignright, .textwidget .alignright{
	display: inline;
	float: right;
	margin-left: 1.25em;
}

.article-content .alignnone, .textwidget .alignnone,
.article-content .aligncenter, .textwidget .aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.article-content img.alignleft, .textwidget img.alignleft,
.article-content img.alignright, .textwidget img.alignright,
.article-content img.alignnon, .textwidget img.alignnone,
.article-content img.aligncenter, .textwidget img.aligncenter {
	margin-bottom: 1.25em;	
}

.article-content p img, .textwidget p img,
.article-content .wp-caption, .textwidget .wp-caption {
	margin-top: 0.4em;
}
.article-content .textwidget .wp-caption, .textwidget .wp-caption {
	margin-bottom: 1.25em;
	max-width: 96%;
	text-align:center;
    background-color: #eee;
}

.article-content .wp-caption img, .textwidget .wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.article-content p.wp-caption-text, .textwidget p.wp-caption-text {
	margin-bottom: 0;
}

.article-content .wp-caption .wp-caption-text, .textwidget .wp-caption .wp-caption-text,
.article-content .gallery-caption, .textwidget .gallery-caption {
    padding: 4px;
	color: #666;	
	font-size: 12px;
    margin-bottom: 0 !important;
}

/*-- WP Gallery --*/ 
.article-content .gallery img, .textwidget .gallery img {
	border: none !important;
	line-height: 0;
	display: inline-block;
	box-shadow: none;
	max-width: 100%;
}

.article-content .gallery img:hover, .textwidget .gallery img:hover, .article-content .gallery img:focus, .textwidget .gallery img:focus {
	box-shadow: none;
}

.article-content .gallery .wp-caption-text, .textwidget .gallery .wp-caption-text {
	margin: 0 !important;
}

.article-content .gallery .gallery-item, .textwidget .gallery .gallery-item {
	width: 100%;
	margin: 0 0 10px !important;
}

.article-content .gallery-icon, .textwidget .gallery-icon {
	margin: 0;
	padding: 0 10px;
} 
/*======== single page ========*/
.single .main-content.has-sidebar {
    width: 690px;
    float: left;
}
/* Article thumb */
.article-thumb {
    position: relative;
}
.article-thumb video, .article-content video {
    width: 100% !important;
}
.article-thumb .mejs-container, .article-content .mejs-container {
width: 100% !important;
}
.article-thumb .wp-video, .article-content .wp-video {
    width: 100% !important;
}
.article-thumb .mejs-layer, .article-content .mejs-layer {
    width: 100% !important;
}
.single .article-thumb {
    margin-bottom: 5px;
}
.single .article-thumb img {
    width: 100%;
    height: auto;
}
.single .cat-list {
    line-height: 25px;
}
.single .post-title {
    color: #333;
}
.single .post-title-single {
    font-size: 40px;
    color: #333;
    margin-top: 20px;
}
.single .post-meta span, .single .post-meta span a {
    margin: 0;
}
.single .author-name a {
    color: #E63B36;
    font-size: 15px;
}
.single .article-time {
    text-transform: none;
}
.single .post-article {
    position: relative;
}
.single .post-article .post-meta-secondary {
    margin-left: 20px !important;
}
.single .post-meta-secondary span {
    margin: 5px;
}
.single .post-article p, .single .post-article li, .single .post-article h1, .single .post-article h2, .single .post-article h3, .single .post-article h4, .single .post-article h5 {
    line-height: 1.5;
}
.single .post-article .article-content h1, .single .post-article .article-content h2, .single .post-article .article-content h3, .single .post-article .article-content h4, .single .post-article .article-content h5, .single .post-article .article-content h6, .single .post-article .article-content hgroup,
.single .post-article .article-content ul, .single .post-article .article-content ol, .single .post-article .article-content dl, .single .post-article .article-content blockquote, .single .post-article .article-content p, .single .post-article .article-content address,
.single .post-article .article-content table, .single .post-article .article-content fieldset, .single .post-article .article-content figure, .single .post-article .article-content pre {
  margin-bottom: 15px; 
}
.single .post-article .article-content {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #444;
    font-size: 14px;
} 
.cat-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 4px 5px;
    margin-right: 2px;
    text-transform: uppercase;
}
.tag-list {
    margin-top: 30px;
    clear: both;
}
.tag-list > span {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 10px;
}
.tag-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 4px 5px;
    margin-right: 2px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
/***************
Review box
****************/
.bk-review-box .bk-bar .bk-overlay {
    height: 15px;
}
article .bk-review-box {
    margin: 0 0 10px 0;
    padding: 15px;
    background-color: #f5f5f5;
}
.bk-review-box .bk-review-title {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 15px 0;
    text-align: center;
}
.bk-review-box .bk-bar {
    width: 100%;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 20px;
}
.bk-review-box .bk-detail-rating {
    margin-bottom: 20px;
}
.bk-review-box .bk-criteria-score {
    font-size: 16px;
    line-height: 1.5;
    z-index: 5;
    float: right;
    font-weight: 700;
}
.bk-review-box .bk-criteria {
    font-size: 16px;
    line-height: 1.5;
    z-index: 5;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
}
.bk-review-box .bk-bar .bk-overlay {
    margin:  0;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
}
.bk-review-box .bk-bar .bk-overlay .bk-bar-ani {
    height: 100%;
    display: block;
    border-radius: 4px;}

.bk-review-box .bk-summary {
    width: 100%;
    float: left;
    margin-right: -130px;
    padding-right: 145px;
}
.bk-review-box .bk-summary #bk-conclusion {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    display: block;
    background-color: #eaeaea; 
    border-radius: 5px;
    padding: 15px;
    min-height: 130px;
}
.bk-review-box .bk-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: gray;
}
/* Review score */
.bk-score-box {
    position: relative;
    clear: both;
    margin: auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
}
.bk-summary + .bk-score-box {
    float: right;
    clear: none;
}
.bk-score-box .score-clip {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background-color: transparent;
    clip: rect(0,122px,122px,61px);
}
.bk-score-box .score-clip.left-half {
    clip: rect(0,61px,122px,0);
}
.bk-score-box .pie-spinner, .bk-score-box .pie-filler {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 122px;
    height: 122px;
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
}
.bk-score-box .pie-spinner {
    clip: rect(0,61px,122px,0);
}
.bk-score-box .pie-filler {
    clip: rect(0,122px,122px,61px);
}
.bk-score-box .score {
    display: block;
    color: #fff;
    line-height: 130px;
    font-size: 50px;
    font-weight: 700 !important;  
}
/********************
CSS ANIMATION STYLES
*********************/
.come-in {
  animation: come-in;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 1;
}

.already-visible {
  opacity: 1;
}

.bk-zero-trigger {
  width: 0 !important;
}

.bk-bar-ani {
  animation: bk-bar-ani 2s;
  -webkit-animation: bk-bar-ani 2s;
}

@keyframes bk-bar-ani {
  from {
    width: 0;
  }
}

@-webkit-keyframes bk-bar-ani {
  from {
    width: 0;
  }
}

@-moz-keyframes bk-bar-ani {
  from {
    width: 0;
  }
}
/*======== Post page links ========*/
.post-page-links {
    margin-bottom: 30px;
    float: right;
}
.post-page-links + div, .post-page-links + nav {
    clear: both;
}
.post-page-links span {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 12px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    font-size: 12px;
    color: #fff;
}
.post-page-links a span {
    color: #fff;
}
/*======== Related posts =========*/
.single .full-width #bk-related-posts .main-post {
    width: 23%;
    margin-right: 2.6666%;    
}
#bk-related-posts .main-post:last-child {
    margin-right: 0 !important;
}
#bk-related-posts .post-meta {
    display: inline-block;
    font-size: 11px;
}
#bk-related-posts .post-meta-secondary {
    float: right;
}
#bk-related-posts .post-title-main-post, #bk-related-posts .post-meta {
    line-height: 1.5;
    margin: 0;
}
#bk-related-posts .post-title-main-post {
    font-size: 16px;
}
#bk-related-posts .post-cat a {
    font-size: 10px;
}
#bk-related-posts {
    padding-top: 30px;
    border-top: 3px solid #333;
    margin-top: 30px;
    margin-bottom: -30px;
}
#bk-related-posts .main-post { 
    float: left;
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.post-cat {
    z-index: 10;
}
.single .has-sidebar #bk-related-posts .main-post {
    width: 31.5555%;
    margin-right: 2.6666%;   
}
/*======== Comments ==============*/
.comments-area {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 3px solid #333;
}
.comment-respond {
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment-respond h3, .comments-area h3 {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    text-transform: uppercase;
}
.comment-respond, .comments-area small {
    font-size: 80%;
}
.comments-area h3:first-child {
    display: inline-block;
}
.comments-area-title h4 {
    display: inline-block;
}
.comments-area-title .add-comment-btn {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 5px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
.comments-area ul, .comments-area ol {
    list-style: none;
    
}
.comment-author span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
}
.comment-time a {
    color: #888;
}
.comment-avatar {
    float: left;
    margin-right: 15px;
}
.comment.bypostauthor > .comment-article > .comment-author > .comment-author-name:after {
    content: 'AUTHOR';
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    padding: 1px 5px 2px 5px;
    margin-left: 10px;
    float: right;
}
.comment-author .comment-author-name {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    display: inline-block !important;
}
.comment-links a {
    margin-right: 10px;
}
.comment-text .alert.info {
    margin-left: 75px;
    background: #eee;
    padding: 5px;
}
.comment-text .alert.info p {
    font-size: 14px;
    font-style: italic;
}
.comment-content {
    margin-left: 75px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}
ol.commentlist ul.children {
    border-top: 1px solid #ddd;
    margin-top:  30px;
}
.comment:first-child {
    margin-top: 30px;
}
.comment + .comment {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.comment-navigation div {
    margin-bottom: 20px;
    margin-right: 10px;
}
.comment-navigation a {
    padding: 5px 8px;
    font-size: 14px;
}
.comment-navigation .nav-previous {
    float: left;
}
.comment-navigation .nav-next {
    float: right;
}
.comment-navigation {
    margin: 20px 0;
}
.comment-navigation a {
    color: #fff;
}

.comment-respond {
    font-size: 14px;
    color: #888;
}
.comment-respond #reply-title {
    margin-bottom: 10px;
}
.comment-form {
  list-style: none;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    position: relative;
    margin: 0 5% 30px 0;
}
.comment-form-url {
    margin-right: 0;
}
.comment-respond input[type="text"] {
    display: block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 0;
    padding: 10px;
}
.comment-respond input[type="text"]:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.comment-respond label {
    display: none;
}
.comment-form-comment {
    margin: 20px 0;
}
.comment-form-comment textarea {
    width: 100%;
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.comment-form-comment textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
#comment-submit {
    text-decoration: none;
    color: #fff;
    background-color: #E63B36;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
}
.comments-area ul ul, .comments-area ol ul {
    margin-left: 60px;
}
.form-submit {
    text-transform: uppercase;
    margin-bottom: 10px;
}
/*======== Share box ======*/
.bk-share-box .block-title {
    float: left;
    margin-bottom: 0;
}
.bk-share-box {
    width: 100%;
    border-top: 3px solid #333;
    padding-top: 30px;
    margin-top: 30px; 
}
.bk-share-box ul {
    float: right;
}
.bk-share-box li {
    float: left;
    width: 48px;
    height: 30px;
    text-align: center;
}
.bk-share-box li:hover a {
    transform: translatey(-5px);
    -webkit-transform: translatey(-5px);
}
.bk-share-box li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bk-share-box li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.bk-share-box .bk_facebook_share {
    background-color: #3B5998;
}
.bk-share-box .bk_twitter_share {
    background-color: #9AE4E8;
}
.bk-share-box .bk_google_share {
    background-color: #d34836;
}
.bk-share-box .bk_pinterest_share {
    background-color: #C92228;
}
.bk-share-box .bk_tumblr_share {
    background-color: #2c4762;
}
.bk-share-box .bk_linkedin_share {
    background-color: #0e76a8;
}
.bk-share-box .bk_stumbleupon_share {
    background-color: #EB4924;
}
.bk-share-box .bk_vk_share {
    background-color: #4F7094;
}
.bk-share-box li a {
    display: block;
    color: #fff;
    transition: all ease .3s;
}
.bk-share-box li i {
    font-size: 16px;
    line-height: 30px;
}
.block-title {
    text-transform: uppercase;  
    margin-bottom: 10px;
    color: #333;
    display: inline-block;
}
/*======= Author box ======*/
.bk-author-box {
    position: relative;
    margin-top: 30px;
    padding: 10px;
    background-color: #f5f5f5;
    border-left-width: 5px;
    border-left-style: solid;
}
.author .bk-author-box {
    margin-top: 0;
    margin-bottom: 30px;
}
.bk-author-avatar {
    float: left;
    margin-right: 10px;
}
.bk-author-box h3 {
    font-size: 20px;
    text-transform: capitalize;
    padding-right: 185px;
    font-weight: 700 !important;
}

.bk-author-page-contact {
    position: absolute;
    top: 10px;
    right: 10px;
}
.bk-author-page-contact a {
    margin-left: 5px;
    display: inline-block;
    background-color: #333;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    text-align: center;
    transition: all ease .3s;
}
.bk-author-page-contact a:hover {
    border-radius: 50%;
}
.bk-author-page-contact a i {
    line-height: 22px;
    color: #fff;
    font-size: 14px;
}
.bk-author-bio {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #888;
    margin-left: 110px;
}
/*========= Entry navigation =========*/
.post-nav {
    border-top: 3px solid #333;
    padding-top: 30px;
    margin-top: 30px;
}
.post-nav-link-next {
    width: 50%;
    text-align: right;
    float: right;
}
.post-nav-link-prev {
    width: 50%;
    text-align: left;
    float: left;
}
.post-nav-link-next h3 {
    padding-left: 15px;
}
.post-nav-link-prev h3 {
    padding-right: 15px;
}
.post-nav i {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.post-nav-link-next i {
    margin-left: 5px;
    float: right;
}
.post-nav-link-prev i {
    margin-right: 5px;
    float: left;
}
.post-nav-link-label {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    color: #333;
}
.post-nav-link-title {
    font-size: 16px;
    clear: both;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.post-nav-link-title h3 {
    transition: all 0.3s ease;    
}
.post-nav-link-title:hover a {
    text-decoration: underline;
}
/*======= Gallery slider ========*/
#bk-carousel-gallery-thumb {
    margin-bottom: 30px;
}
#bk-carousel-gallery-thumb li {
    border: 8px solid transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#bk-carousel-gallery-thumb li.flex-active-slide {
    border-width: 8px;
    border-style: solid;
}
#bk-carousel-gallery-thumb .flex-direction-nav {
    height: 0;
}
.main-content.has-side-bar #bk-gallery-slider li img {
    height: 395px;
}
.main-content.full-width #bk-gallery-slider li img {
    height: 530px;
}
 /*==== 404 PAGE ========*/
 .bk-404-header{
    text-align: center;
    
}
.bk-404-header .error-number h4{
    font-size: 120px;
    margin-bottom: 20px;
}

.bk-404-header .bk-error-title{
    font-size: 40px;
    margin-bottom: 20px;
}

#bk-404-wrap{
    text-align: center;
}

#bk-404-wrap #page-not-found .entry-content{
    text-align: center;
}

#bk-404-wrap .search {
    margin-bottom: 20px;
}

#bk-404-wrap .search #search-form{
    margin: 0 auto;
    width: 80%;
    position: relative;
}
#bk-404-wrap .entry-content h2 {
    font-size: 20px;
    color: #b3b3b3;
    margin-bottom: 20px;
}
#bk-404-wrap .search #s{
    width: 100%;
    color: #999999;
    background: #f7f7f7;
    border: 3px solid #e9e9e9;
    font-size: 20px;
    padding: 10px 60px 10px 20px;
    height: 60px;
    outline: none;
}

#bk-404-wrap #search-form #search-submit{
    background: #cccccc;
    font-size: 28px;
    border: 0;
    color: #fafafa;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    outline: none;
}
#bk-404-wrap #search-form .search-icon{
    position: absolute;
    right: 0px;
    top: 0px;
}
#bk-404-wrap #search-form .search-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
}
#bk-404-wrap .redirect-home {
    margin-bottom: 20px;
}
#bk-404-wrap .redirect-home a {
    line-height: 30px;
    vertical-align: middle;
}
#bk-404-wrap .redirect-home i {
    font-size: 30px;
    vertical-align: middle;
}
/*=== ARCHIVE PAGE ======*/

/*======= Cards post =========*/
.archive-card article {
    position: relative;
    float: left;
    width: 262px;
    border: 1px solid transparent;
    overflow: hidden;
}
.archive-card article:nth-child(4n) {
    margin-right: 0;
}
.archive-card article img {
    width: 100%;
    min-height: 398px;
}
.archive-card .post-info {
    position: absolute;
    top: 40%;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    transition: all 0.5s ease;
}
.archive-card .post-info h4 {
    margin-bottom: 0;
}
.archive-card .post-cat a {
    font-size: 13px;
    text-shadow: 1px 1px 3px #333;
    margin: 10px 0;
    display: block;
}
.archive-card .post-cat:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 50px;
}
.archive-card .post-title {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.4;
}
.archive-card .post-title a {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #333;
}
.entry-excerpt-card {
    position: absolute;
    top: 40%;
    color: #fff;
    padding: 0 20px;
    width: 100%;
}
.overlay-card {
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
    opacity: 0.9;
}
.bk-card-content {
    margin-bottom: 30px;
}
.bk-card-content a, .module-carousel li a {
    display: block;
}
.archive-card article:hover .overlay-card {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
}
.archive-card article:hover .post-info {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}
/*========= Pagination ========*/
.archive-masonry #pagination {
    margin-left: 15px;
}
#pagination span, #pagination a {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    font-size: 12px;
}
#pagination .current {
    color: #fff;
}
/*=========== Page ================*/
.page .main-content.has-sidebar {
    width: 690px;
    float: left;
}
.page .article-thumb {
    margin-bottom: 5px;
}
.page .article-thumb img {
    width: 100%;
    height: auto;
}
.page .cat-list {
    line-height: 25px;
}
.page .post-title {
    color: #333;
}
.page .post-title-single {
    font-size: 40px;
    color: #333;
    margin-top: 20px;
}
.page .post-meta span, .page .post-meta span a {
    margin: 0;
}
.page .author-name a {
    color: #E63B36;
    font-size: 15px;
}
.page .article-time {
    text-transform: none;
}
.page .post-article {
    position: relative;
    margin-bottom: 30px;
}
.page .post-meta-secondary span {
    margin: 5px;
}
.page .post-article p, .page .post-article li, .page .post-article h1, .page .post-article h2, .page .post-article h3, .page .post-article h4, .page .post-article h5 {
    line-height: 1.5;
}
.page .post-article .article-content h1, .page .post-article .article-content h2, .page .post-article .article-content h3, .page .post-article .article-content h4, .page .post-article .article-content h5, .page .post-article .article-content h6, .page .post-article .article-content hgroup,
.page .post-article .article-content ul, .page .post-article .article-content ol, .page .post-article .article-content dl, .page .post-article .article-content blockquote, .page .post-article .article-content p, .page .post-article .article-content address,
.page .post-article .article-content table, .page .post-article .article-content fieldset, .page .post-article .article-content figure, .page .post-article .article-content pre {
  margin-bottom: 24px;
  margin-bottom: 1.7rem; 
}
.page .post-article .article-content {
    margin-top: 24px;
    margin-top: 1.7rem;
    margin-bottom: 24px;
    margin-bottom: 1.7rem;
    color: #666;
    font-size: 14px;
}
 /************************* 
 *  
 *  7.  SIDEBAR
 * 
 *************************/
 .sidebar {
    width: 330px;
    margin-bottom: 30px;
}
.sidebar.bordered {
    padding: 14px;
    border: 1px solid #ddd;
}
.sidebar.grey {
    padding: 15px;
    border: none;
    background-color: #f5f5f5;
}
.sidebar.no-border.right {
    padding-left: 15px;
}
.sidebar.no-border.left {
    padding-right: 15px;
}
.right {
    float: right;
}
.left {
    float: left;
}
.widget{
	margin-top: 30px;
	overflow: hidden;
}
.widget:first-child {
    margin-top: 0;
}
 /************************* 
 *  
 *  8.  FOOTER
 * 
 *************************/
 /*======== Back top button =======*/
#back-top {
    width: 34px;
    height: 34px;
    position: fixed;
    right: 20px;
    bottom: -34px;
    background-color: #333;
    opacity: 0.5;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}
#back-top:hover {
    opacity: 1 !important
}
#back-top i {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}
.footer {
    width: 100%;
    background-color: #222;
    color: #ddd;
    clear: both;
}
.footer a {
    color: #fff;
}
.footer-content {
    width: 1050px;
    margin: auto;
    padding-bottom: 30px;
}
.footer-sidebar {
    width: 330px;
    margin-right: 30px;
    margin-top: 30px;
    float:  left;
}
.footer-sidebar:last-child {
    margin-right: 0;
}
.footer-lower {
    width: 100%;
    margin: auto;
    padding: 20px;
    font-size: 12px;
    background-color: #111;
}
.footer-lower .footer-inner {
    width: 1050px;
    margin: auto;
}
.footer .widget {
    background-color: transparent;
}
.footer .bk-header, .footer .cat-header, .footer .widget-tabs-title-container {
    background-color: transparent;
    height: auto;
    margin-bottom: 20px;
}
.footer .bk-title, .footer .widget-tabs-title-containers li {
    padding: 0;
}
.footer .bk-header h3, .footer .cat-header h3, .footer .widget-tabs-title-container li h3 {
    background-color: transparent !important;
    font-size: 16px;
    padding-left: 0;
    font-weight: 700;
}
 /************************* 
 *  
 *  9.  MODULES
 * 
 *************************/
 /*======== flexslider ==========*/
.flexslider .slider ul, .flexslider .slider ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.flexslider {
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.bk-mega-menu .flexslider .slides > li {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.bkflex-loading {
    background: url('../images/loadinfo.gif') no-repeat center;
    width:100%;
    height: 262px;
}
.module-main-slider .main-slider .main-slider-frame .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}

#bk-gallery-slider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}

.masonry-grid-slider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
/*========== Module Carousel ============*/
.module-carousel .style-thumb {
    padding: 30px;
}
.module-carousel .bkflex-loading .style-thumb {
    padding: 0px;
}
.module-carousel .style-card .slides li img {
    height: 400px;
}
.module-carousel .style-card .icon-thumb {
    height: 400px;
}
.module-carousel .style-thumb .slides li img {
    height: 246px;
}
.module-carousel .style-thumb .icon-thumb {
    height: 246px;
}
.content-section .module-carousel .style-card .slides li img {
    height: 348px;
}
.content-section .module-carousel .style-card .icon-thumb {
    height: 348px;
}
.content-section .module-carousel .style-thumb .slides li img {
    height: 208px;
}
.content-section .module-carousel .style-thumb .icon-thumb {
    height: 208px;
}
.module-carousel .post-title:hover a {
    color: #fff;
}
.module-carousel .slides li {
    position: relative;
    overflow: hidden;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-backface-visibility: visible;
    backface-visibility: hidden;
}
.module-carousel .slides .thumb:hover img {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
.module-carousel .post-info {
    position: absolute;
    top: 40%;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    transition: all 0.5s ease;
}
.module-carousel .post-info h4 {
    margin-bottom: 0;
}
.module-carousel .post-cat a {
    font-size: 12px;
    line-height: 1.4;
    text-shadow: 1px 1px 3px #333;
    display: block;
}
.module-carousel .style-thumb .post-cat a {
    font-size: 11px;
}
.module-carousel .post-info-line {
    height: 2px;
    width: 40px;
    margin: 4px auto;
}
.module-carousel .post-title {
    font-size: 20px;
    line-height: 1.4;
}
.module-carousel .style-thumb .post-title {
    font-size: 16px;
}
.module-carousel .post-title a {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #333;
}
/*==== Module post one ===*/
.module-post-one-wrap {
	overflow: hidden;    
}
.module-post-one-wrap .content-wrap {
    width: 100%;
}
.module-post-one-wrap .main-post {
	margin-bottom: 0;
}

.module-post-one-wrap .item-post:last-child, .module-post-two-wrap .item-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.module-post-one-wrap .item-post .thumb, .module-post-two-wrap .item-post .thumb, .widget-tabs li .thumb {
	margin-right: 10px;	
	float: left;
    position: relative;	
}
.module-post-one-wrap .item-post .wp-post-image, .module-post-two-wrap .item-post .wp-post-image {
	width: 75px;
	height: 75px;
}
/*==== Module post two ===*/

/*======= Module posts three ========*/
.module-post-three .one-half {
    float: none;
}
.module-post-three .main-post .thumb-wrap {
    float: left;
    margin-bottom: 0;
}
.module-post-three .main-post .post-details {
    float: right;
}
.module-post-three .post-title {
    margin: 0;
}
.two-col {
    width: 690px;
    float: left;
    margin-right: 30px;
}
.one-col {
    width: 330px;
    float: left;
    margin-right: 30px;
}
.two-col.post-list .item-post {
    float: left;
}
.two-col.post-list .item-post .thumb {
    width: 75px;
    margin-right: 10px;
    float: left;
    position: relative; 
}
.sub-post {
    margin-left: -85px;
    padding-left: 85px;
    width: 100%;
    float: left;
}
.item-post {
    margin-bottom: 20px;
    overflow: hidden;
}
.item-post:last-child {
    margin-bottom: 0;
}
.main-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
/*======= Module posts four ========*/
.module-post-four, .bk-grid-content {
    overflow: visible;
}
.module-post-four-content-wrap {
    margin-bottom: -30px;
}
.module-post-four .main-post, .bk-grid-content .main-post {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
}
.module-post-four .one-col:nth-child(2n), .bk-grid-content.col2 .one-col:nth-child(2n), .bk-grid-content.col3 .one-col:nth-child(3n) {
    margin-right: 0;
}
.module-post-four .post-details, .bk-grid-content .post-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.2);
}
.module-post-four .post-details.has-review, .bk-grid-content .post-details.has-review {
    padding-right: 50px;
}
.module-post-four .post-title, .bk-grid-content .post-title {
    margin-bottom: 0;
}
.module-post-four .post-title a, .bk-grid-content .post-title a {
    color: #fff;
}
/*====== Module post hero ========*/
.module-hero .post-list .one-col {
    float: left;
    margin-right: 0;
}
.module-hero .post-list .one-col:nth-last-child(2) {
    margin-bottom: 15px;
}
.module-hero .post-list .item-post .thumb {
    float: right;
    width: 75px;
}
.module-hero .item-post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.module-hero .item-post:last-child {
    margin-bottom: 0;
}
.module-hero .main-post {
    position:  relative;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.module-hero .main-post:hover .thumb img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.module-hero .main-post .post-title a {
    color: #fff;
}
.module-hero .main-post .post-title {
    font-size: 30px;
    text-shadow: 1px 1px 3px #333;
    margin-bottom: 0 !important;
}
.module-hero .post-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}
.module-hero .post-info-line {
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px 0;
}
.module-hero .post-info-overlay .post-cat {
    font-size: 14px;
    margin-bottom: 0!important;
}
.module-hero {
    overflow: visible;
}

.module-hero .main-post.hero-video {
    position:  relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.module-hero .main-post.hero-video .post-details .post-title {
    font-size: 24px;
    text-shadow: none;
}
.module-hero .main-post.hero-video .post-details .post-title a {
    color: #333;
}
/*====== Module Row =====*/
.module-row .style-1 {
    margin-bottom: -15px;
}
.module-row .style-2 {
    margin-bottom: -30px;
}
.module-row .one-col {
    margin-right: 30px;
}
.module-row .one-col:nth-child(3n) {
    margin-right: 0px;
}
.module-row .one-col:nth-child(3n+1) {
    clear: both;
}
.module-row {
    overflow: visible;
}
/*==== Module Grid ====*/
.grid-widget-posts {
    margin: 0 -1px;
}
.big-grid {
    height: 400px;
    width: 526px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}
.big-grid img {
    height: 400px;
    width: 526px;
}
.small-grid {
    height: 200px;
    width: 263px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}
.small-grid img {
    height: 200px;
    width: 263px;
}
.module-grid .grid-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.module-grid .grid-container .item {
    display: block;
    border: 1px solid #ffffff
}
.module-grid .left-slider .invisible {
    display: none !important;
}
/*--- Thumb Transitions ---*/
.module-grid .grid-container .item img {
    -webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.module-grid .thumb {
    position: static;
}
.masonry-grid-slider .thumb img {
    height: 400px;
}
.masonry-grid-slider {
    border: none !important;
    margin: 0 !important;    
} 
.masonry-grid-slider .flex-viewport ul li{
    position: relative;
}
.grid-container .small-grid .post-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    text-align: left;
}
.masonry-grid-slider .post-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0 30px 30px 30px;
    text-align: left;
}
.grid-container .post-info .post-title {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    text-transform: uppercase; 
    word-wrap: break-word; 
    text-shadow: 1px 1px 3px #333;
}
.grid-container .post-info .post-title a {
    color: #fff !important; 
}
.grid-container .post-info .post-cat {
    position: static;
    display: inline-block;
    width: auto;
    font-size: 12px;
    line-height: 1.5; 
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #333;
}
.grid-container .post-info .post-cat a {
    color: #fff !important;
}          
.masonry-grid-slider .post-info .post-title {
    font-size: 24px;
    text-shadow: 1px 1px 3px #333;
}
.masonry-grid-slider .post-info .post-cat {
    font-size: 12px;
    text-shadow: 1px 1px 3px #333;
}
.small-grid .post-info-line {
    width: 40px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.big-grid .post-info-line {
    width: 40px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}
/*==== Module Slider ====*/
.module-main-slider {
    position: relative;
}
.module-main-slider .control-hide .main-slider-thumbs {
    display: none;
}
.module-main-slider .flexslider {
    margin: 0;
    padding: 0;
    border:  0;
}
.module-main-slider .main-slider-thumbs {
    width: 50%;
    margin: 0px auto;
    margin-top: -50px;
    z-index: 100;
}
.module-main-slider .main-slider-thumbs .flex-viewport {
    height: 120px;
}
.module-main-slider .main-slider-thumbs .flexslider {
    background-color: transparent;
    box-shadow: none;
}
.module-main-slider .main-slider-thumbs li { 
    border: 10px solid transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.module-main-slider .main-slider-thumbs li .thumb {
    border: 3px solid #fff;
    cursor: pointer;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}
.module-main-slider .main-slider-thumbs li .thumb img {
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}
.fullwidth-section .module-main-slider .main-slider-thumbs li img {
   height: auto;
}
.module-main-slider .main-slider-thumbs li.flex-active-slide .thumb {
    transform: scale(1.2);
    -ms-transform: scale(1.2); 
    -webkit-transform: scale(1.2); 
}
.module-main-slider .main-slider-thumbs .thumb:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2); 
    -webkit-transform: scale(1.2); 
}
.module-main-slider .main-slider-thumbs .flex-direction-nav a {
    top: 45%;
}
.module-main-slider .main-slider-thumbs .flex-direction-nav {
    height: 0;
}

.module-main-slider .main-slider li .thumb {
    position: relative;
}
.fullwidth-section .module-main-slider .main-slider-frame li img {
    height: 600px;
}
.content-section .module-main-slider .main-slider-frame li img {
    height: 395px;
}
.module-main-slider .main-slider .post-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 50px;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}
.module-main-slider .main-slider .post-info.overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.module-main-slider .flex-active-slide .post-info-line {
    height: 3px;
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    opacity: 0;
}
.module-main-slider .main-slider .post-info .post-title-main-slider a {
    color: #fff;    
    display: inline-block;
}
.module-main-slider .main-slider .post-info .post-title-main-slider {
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #333;
    margin-top: 10px;
}
.content.has-sidebar .module-main-slider .main-slider .post-info .post-title-main-slider {
   font-size: 22px; 
}
.module-main-slider .main-slider .post-info .post-cat-main-slider a {
    color: #fff;    
}
.module-main-slider .main-slider .post-info .post-cat-main-slider {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #333;
}
.content-section .module-main-slider .main-slider .post-info .post-title-main-slider, .content.has-sidebar .module-main-slider .main-slider .post-info .post-title-main-slider {
    font-size: 22px;
}
.content-section .module-main-slider .main-slider .post-info .post-cat-main-slider, .content.has-sidebar .module-main-slider .main-slider .post-info .post-cat-main-slider {
    font-size: 13px;
}
.module-main-slider .main-slider .post-info .post-title-main-slider, .module-main-slider .main-slider .post-info .post-cat-main-slider {
    opacity: 0;
}
.content-section .module-main-slider .main-slider-thumbs, .content .main-slider-thumbs {
    display: none;
}
@-webkit-keyframes fadeinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
	}
	
	10% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
	}
    
   	30% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    
	70% {
		opacity: 1;
        -webkit-transform: translateX(0);
	}
	90% {
		opacity: 0;
		-webkit-transform: translateX(50px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(50px);
	}
}
@-moz-keyframes fadeinleft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-50px);
	}
	
	10% {
		opacity: 0;
		-moz-transform: translateX(-50px);
	}
    
   	30% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
    
	70% {
		opacity: 1;
        -moz-transform: translateX(0);
	}
	90% {
		opacity: 0;
		-moz-transform: translateX(50px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateX(50px);
	}
}
@-o-keyframes fadeinleft {
	0% {
		opacity: 0;
		-o-transform: translateX(-50px);
	}
	
	10% {
		opacity: 0;
		-o-transform: translateX(-50px);
	}
    
   	30% {
		opacity: 1;
		-o-transform: translateX(0);
	}
    
	70% {
		opacity: 1;
        -o-transform: translateX(0);
	}
	80% {
		opacity: 0;
		-o-transform: translateX(50px);
	}
	90% {
		opacity: 0;
		-o-transform: translateX(50px);
	}
}
@keyframes fadeinleft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	
	10% {
		opacity: 0;
		transform: translateX(-50px);
	}
    
   	30% {
		opacity: 1;
		transform: translateX(0);
	}
    
	70% {
		opacity: 1;
        transform: translateX(0);
	}
	90% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 0;
		transform: translateX(50px);
	}
}
.module-main-slider .flex-active-slide .post-title{
    animation:fadeinleft 8s;
    -webkit-animation:fadeinleft 8s; /*Safari and Chrome*/
}

@-webkit-keyframes fadeinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
	}
	
	10% {
		opacity: 0;
		-webkit-transform: translateX(50px);
	}
    
   	30% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
    
	70% {
		opacity: 1;
        -webkit-transform: translateX(0);
	}
	90% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
	}
}
@-moz-keyframes fadeinright {
	0% {
		opacity: 0;
		-moz-transform: translateX(50px);
	}
	
	10% {
		opacity: 0;
		-moz-transform: translateX(50px);
	}
    
   	30% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
    
	70% {
		opacity: 1;
        -moz-transform: translateX(0);
	}
	90% {
		opacity: 0;
		-moz-transform: translateX(-50px);
	}
	100% {
		opacity: 0;
		-moz-transform: translateX(-50px);
	}
}
@-o-keyframes fadeinright {
	0% {
		opacity: 0;
		-o-transform: translateX(50px);
	}
	
	10% {
		opacity: 0;
		-o-transform: translateX(50px);
	}
    
   	30% {
		opacity: 1;
		-o-transform: translateX(0);
	}
    
	70% {
		opacity: 1;
        -o-transform: translateX(0);
	}
	90% {
		opacity: 0;
		-o-transform: translateX(-50px);
	}
	100% {
		opacity: 0;
		-o-transform: translateX(-50px);
	}
}
@keyframes fadeinright {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	
	10% {
		opacity: 0;
		transform: translateX(50px);
	}
    
   	30% {
		opacity: 1;
		transform: translateX(0);
	}
    
	70% {
		opacity: 1;
        transform: translateX(0);
	}
	90% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 0;
		transform: translateX(-50px);
	}
}
.module-main-slider .flex-active-slide .post-cat{
    animation: fadeinright 8s;
    -webkit-animation: fadeinright 8s; /*Safari and Chrome*/
}

@keyframes fadeinline {
	0% {
		opacity: 0;
	}  
    10% {
		opacity: 0;
	}
    30% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes fadeinline {
	0% {
		opacity: 0;
	}  
    10% {
		opacity: 0;
	}
    30% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes fadeinline {
	0% {
		opacity: 0;
	}  
    10% {
		opacity: 0;
	}
    30% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fadeinline {
	0% {
		opacity: 0;
	}  
    10% {
		opacity: 0;
	}
    30% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.module-main-slider .flex-active-slide .post-info-line {
    animation: fadeinline 8s;
    -webkit-animation: fadeinline 8s; /*Safari and Chrome*/
}
/*======== Masonry module =======*/
.widget-tabs-title {
    margin: 0 !important;
    padding: 0 !important;
}
.widget-tabs-title h3 {
    margin: 0 !important;
}
.module-masonry .masonry-post {
    margin: 0 -15px;
}
.module-masonry .bk-masonry-tab-content {
    width: 100%;
    position: absolute;
}
.item.bordered .article-masonry {
    border-bottom: 1px solid #ddd;
}
.article-masonry {
    padding-bottom: 30px;
}
.article-masonry.one-col {
    margin-right: 0;
}
.bk-masonry-content .item { 
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;    
}
/*--- Load more button ---*/
.module-masonry .load-more {
    padding: 0 15px;
}
.load-more {
    width: 100%;
    margin-bottom: 1px;
    
}
.load-more .inner {
    padding: 0;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.load-more span {
    color: #333;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}
.load-more .loading-animation {
    display: none;
    width: 20px;
    height: 20px;
    line-height: 30px;
    background: url('../images/loadinfo.gif') no-repeat top left;
    background-size: 20px 20px;
    margin-left: 10px;
    
}
.load-more.ajax-loading .loading-animation {
    display: inline-block;
}

/*--- Post meta ---*/
.module-masonry .post-title.post-title-masonry {
    margin-bottom: 10px;
}
.module-masonry {
    overflow: visible!important;
}
/*==== Classic-Blog Widget ===*/
.module-classic-blog .bk-classic-blog-tab-content {
    width: 100%;
    position: absolute;
}
.bk-classic-blog-content .item { 
	width: 100%;     
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
/*--- Load more button ---*/

.module-classic-blog .loading-bar{
    text-align: center;
    margin-top: 30px;
}
/*--- Post meta ---*/
.bk-classic-blog-content .item .post-thumb-wrap.post-thumb-wrap-classic-blog {
    float: left;
    margin-bottom: 0;
    position: relative;
}
.bk-classic-blog-content .item .post-details {
    float: right;
}

.post-title.post-title-classic-blog {
    margin-top: 0px;
}

.module-classic-blog .two-col {
    margin-right:  0;
}
/* ===== Module Ticker ==== */
.sidebar .bk-ticker-module {
    display: none !important;
}
.fullwidth-section.top .bk-ticker-module.widget:first-child {
    margin-top: -30px;
}
.ticker-wrapper {
	background: #eee;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 35px;
    padding: 5px;
	z-index: 12;
}
h3.ticker-header {    
    float: left;    
    position: relative;
	color: #fff;
	font-size: 12px;
    line-height: 25px;
	max-width: 200px;
    padding: 0 5px;
	text-transform: uppercase;
}

ul.ticker {
    display: block;
	height: 25px;
	overflow: hidden;
}
ul.ticker li {
	display: block;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 25px;
}
ul.ticker li h2 {
    float: left;
    margin-left: 20px;
	font-size: 14px;
    line-height: 25px;
}
ul.ticker li h2 a {
	color: #777;    
    text-decoration: none;
}    
ul.ticker li h2 a:hover {    
    text-decoration: underline;    
}    
ul.ticker li h2:before {
    content: '+  ';
    color: #E91B23;
}
.tickercontainer { 
    margin: 0px;
    overflow: hidden;
    padding: 0 5px 0 5px;
}
.tickercontainer .mask {
    position: relative;    
    width: 100%;    
    overflow: hidden;
}
ul.newsticker {
    position: relative;       
    list-style-type: none;
}
ul.newsticker a {
    white-space: nowrap;    
    margin-right: 100px;
}
ul.newsticker li:last-child a {    
    margin-right: 0;
}
ul.newsticker li {
    width: auto;
}
 /************************* 
 *  
 *  10.  WIDGETS
 * 
 *************************/
 /* ======= General ======= */
.sidebar .widget ul li:last-child,
.footer .widget ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.widget select {
	border: 1px solid #eee;
	font: inherit;
	width: 100%;
	padding: 8px;
}
/*=========== Widget Tab ==========*/
.widget-tabs .post-meta {
    float: left;
}
.widget-tabs .post-meta.post-meta-secondary {
    float: right;
}
.widget-tabs-title-container {
    margin-bottom: 30px;
    background: transparent;
    text-align: center;
    line-height: 0;
}
.module-header-left .widget-tabs-title-container {
    text-align: left;
}
.widget-tabs-title-container ul{
    display: inline-block;
}
.widget-tabs-title-container li {		
    vertical-align: bottom;	
    display: inline-block;
    float: left;
    padding: 5px;
}
.widget-tabs-title-container li h3 {
    float: left;
    font-size: 11px;
    font-weight: 300;
    line-height: 25px;
    padding: 0 7px;
    text-transform: uppercase;
    background-color: #333;
    display: inline-block;
    margin: 0;
    transition: .2s ease;
    -webkit-transition: .2s ease;
}
.widget-tabs-title-container li h3 a {
    color: #ddd;
}
.widget-tabs-title-container li.active h3 {
    font-size: 13px;
}
.widget-tabs-title-container li.active h3 a {
    color: #fff;  
}
.footer .widget-tabs-title-container li h3 {
    font-size: 16px;
}
.footer .widget-tabs-title-container li {
    padding: 0;
    margin-right: 10px;
    border-bottom: none !important;
}
/*========== Widget Slider =============*/
.widget-slider .post-info-line {
    display: block;
    width: 50px;
    height: 2px;
    margin: 5px auto;
}
.widget-slider .slides li {
   position: relative;
   overflow: hidden;
}
.widget-slider .slides li img {
    width: 100%;
}
.widget-slider .post-info {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    text-align: center;
    color: #fff;
    padding: 0 10px;
    width: 100%;
}
.widget-slider .post-info h4 {
    margin-bottom: 0;
}
.widget-slider .post-cat {
    font-size: 11px;
    margin: 5px 0;    
}
.widget-slider .post-cat a {
    text-shadow: 1px 1px 3px #333;
    display: block;
}
.widget-slider .post-title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;
}
.widget-slider .post-title a {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #333;
}
.widget-slider .post-title:hover a{
    color: #fff;
}
/* ======= Twitter widget =======*/
.widget-twitter .flex-slider ul li {
    display: none;
}
.fullwidth-section .widget-twitter, .content-section .widget-twitter, .sidebar-bottom .widget-twitter {
    display: none;
}
.widget-twitter {
    background-color: #2FC2EF;
    padding: 15px 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    height: 220px;
}
.footer .widget-twitter {
    padding: 0;
}
.widget-twitter .bk-header {
    margin-bottom: 20px;
    background: transparent;
}
.widget-twitter .bk-title h3 {
    background: transparent !important;
}
.widget-twitter .bk-title h3 i {
    margin-right: 10px;    
}
.widget-twitter .flex-slider {
    padding: 0 15px;
}
.widget-twitter a {
    color: #fff;
    font-style: italic;
    font-size: 13px;
}
.widget-twitter .flex-control-paging {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
}
.widget-twitter .flex-control-paging li a {
    background: #eee;
    background: rgba(255,255,255,0.5);
    box-shadow: none;
    font-size: 14px;
    width: 8px;
    height: 8px;
}
.widget-twitter .flex-control-paging li a.flex-active {
    background: #eee;
    background: rgba(255,255,255,0.9);
}
/*====== Widget Google Plus =====*/
.widget-googlebadge > div:nth-of-type(2) {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*====== Widget Ads banner =====*/
.widget-ads-banner img {
    max-width: 100%;
}
.widget-ads-banner {
    text-align: center;
}
/**
 * -------------------------------------------
 * WP Default widgets
 * -------------------------------------------
 **/
.widget-facebook, .widget_flickr, .widget_rss, .widget_calendar, .widget_recent_comments, .widget_links, .widget_search, .widget_tag_cloud, .widget_categories, .widget_recent, .widget_archive, .widget_meta, .widget_pages, .widget_recent_entries, .widget_nav_menu, .widget_text {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  background: transparent;
}
/* Archives & Categories widget
==================================== */
.widget_archive ul li, .widget_categories ul li {
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    float: left;
    color: #fff;
    border-radius: 3px;
}
.widget_archive ul li a, .widget_categories ul li a {
    padding: 5px 10px;
    margin-right: 8px;
    display: inline-block;
    color: #fff;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget_archive ul li a:hover, .widget_categories ul li a:hover {
    background-color: rgba(0,0,0,0.3);
}
.widget_categories ul.children {
    display: none;
}
/* Custom menu widget
==================================== */
.widget_nav_menu div:nth-child(2) {
    border-radius: 4px;
    margin: -10px 0;
}
.widget_nav_menu li a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.widget_nav_menu li a:hover {
    padding-left: 15px;
}
.widget_nav_menu > div > ul > li > a {
    border-top: 1px solid #ddd;
}
.widget_nav_menu > div > ul > li:first-child > a {
    border-top: none;
}
.widget_nav_menu > div > ul > li.menu-item-has-children > a {
    border-bottom: 1px solid #ddd;
}
.widget_nav_menu ul ul {
    margin-left: 25px;
    list-style: square;
}

.footer .widget_nav_menu li a {
    color: #fff !important;
}
.footer .widget_nav_menu > div > ul > li:first-child > a {
    border-top: none;
}
.footer .widget_nav_menu div:nth-child(2) {
    background-color: transparent;
}
.footer .widget_nav_menu > div > ul > li > a {
    border-top: 1px solid #444;
}
.footer .widget_nav_menu > div > ul > li.menu-item-has-children > a {
    border-bottom: 1px solid #444;
}
/* Pages & Meta widget
==================================== */
.widget_pages li, .widget_meta li {
    margin-bottom: 5px;
    border-left-width: 4px;
    border-left-style: solid;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.widget_pages li:hover a, .widget_meta li:hover a {
    padding-left: 15px;
}
.widget_pages li a, .widget_meta li a {
    border: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;    
    text-transform: uppercase;
    color: #333;
    display: block;
    padding: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .widget_pages li a, .footer .widget_meta li a {
    color: #fff;
    border: 1px solid #444;
}

/* RSS widget
==================================== */
.widget_rss h3 a {
    color: #fff;
}
.widget_rss h3 a img {
    vertical-align: middle;
}
.widget_rss ul {
    margin: -10px 0;
}
.widget_rss li {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
.widget_rss li a {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
}
.widget_rss li span {
    font-size: 13px;
    font-style: italic;
    line-height: 1.5;
    display: block;
}
.widget_rss li div {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}

.footer .widget_rss li:nth-child(odd) {
    background-color: transparent;
}
.footer .widget_rss li {
    border-bottom: 1px solid #444;
}
/* Text widget
==================================== */

.widget_text .textwidget {
	padding: 0!important;
}

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

/* Calendar widget
==================================== */
.widget_calendar {
    text-align: center;
    background: transparent;
}
.widget_calendar #calendar_wrap {
	background: #fdfdfd;
	width: 100%;
    font-size: 13px;
    border-radius: 6px;
}
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar #wp-calendar caption {
    color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.widget_calendar #wp-calendar th {
	padding: 10px 0;
}
.widget_calendar #wp-calendar td {
	padding: 5px 8px;
	text-align: center;
}
.widget_calendar #wp-calendar td a {
	font-weight: bold;
}
.widget_calendar #today {
    color: #fff;
}
.widget_calendar tfoot {
    line-height: 30px;
}
.widget_calendar tfoot tr {
}
.widget_calendar #wp-calendar #prev {
    padding-left: 10px;
    text-align: left;
    border-bottom-left-radius: 4px;
}
.widget_calendar #wp-calendar #next {
    padding-right: 10px;
    text-align: right;
    border-bottom-right-radius: 4px;
}

.footer .widget_calendar #calendar_wrap {
    border: none;
    color: #333;
}
/* Recent comments widget
==================================== */
.widget_recent_comments .recentcomments {
    font-size: 13px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.widget_recent_comments .recentcomments:first-child {
    padding-top: 0;
}
.widget_recent_comments .recentcomments:last-child {
    padding-bottom: 0;
}
.widget_recent_comments .recentcomments a:last-child {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
}
.footer .recentcomments {
    color: #ddd;
}
.footer .recentcomments a:last-child {
    color: #fff;
}
.footer .widget_recent_comments .recentcomments {
    border-bottom: 1px solid #444;
}
/* FB widget
==================================== */
.widget-facebook .fb-container div {
    text-align: center;
}
/* Recent posts widget
==================================== */
.widget_recent_entries ul {
    margin: -10px 0;
}
.widget_recent_entries li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.widget_recent_entries li a {
    display: block;
    text-transform: uppercase;
    color: #6abf6d;
}
.footer .widget_recent_entries a {
    color: #fff;
}
.footer .widget_recent_entries li {
    border-bottom: 1px solid #444;
}
/*  Tag cloud widget
==================================== */
/*========= Clear fix =========*/
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
    content: " ";
    display: table;
} 
.widget_tag_cloud .tagcloud:after {
    clear: both;
}
/* IE6/7 support */
.widget_tag_cloud .tagcloud {
    *zoom: 1;
}

.widget_tag_cloud a {
    float: left;
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 13px !important;
    color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.widget_tag_cloud a:hover {
    background-color: transparent !important;
}
.widget_tag_cloud span {
    padding: 5px 10px;
    margin-right: 8px;
    display: inline-block;
    color: #fff;
    background-color: rgba(0,0,0,0.1);
}

.footer .widget_tag_cloud a {
    color: #fff;
}
/*==== Review Widget ====*/
.widget-review-tabs .bk-review-title.post-title {
    margin: 0;
    width: 100%;
    margin-right: -30px;
    padding-right:  30px;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    text-transform: capitalize;
    float: left;
}
.widget-review-tabs .bk-review-title.post-title a {
    text-overflow: ellipsis;
}
.widget-review-tabs .bk-review-box {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;

}
.widget-review-tabs .bk-review-box .bk-overlay {
  margin-top: 2px;
  display: block;
  width: 100%;
  float: left;
  position: relative;
  height: 10px;
  border-radius: 3px;
}

.widget-review-tabs .bk-review-box .bk-overlay .bk-bar-ani {
  height: 10px;
  display: block;
  border-radius: 3px;
}
.widget-review-tabs .bk-review-box .bk-final-score {
    float: right;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
}
.footer .widget-review-tabs .bk-review-box .bk-final-score {
    color: #fff;
}
/* tab */
.widget_reviews_tabs .reviews-tabs-content-container .reviews-tab-content{
    display: none;
}
/* ======= Widget social counters ======= */
.widget-social-counter ul{
	overflow: hidden;
}

.widget-social-counter ul li {
    width: 100%;
	margin-top: 10px;
	height: 54px;	
	padding: 10px 20px;
	color: #FFFFFF;
    transition: all 0.3s ease;
}
.widget-social-counter ul li:hover {
    padding-left: 30px;   
}
.widget-social-counter ul li:first-child {
    margin-top: 0;
}
.widget-social-counter ul li a {
    display: block;
    color: #fff;
}


.widget-social-counter ul li i{
	font-size: 32px;
    line-height: 34px;
}

.widget-social-counter ul li.twitter{
	background: #2FC2EF;
}

.widget-social-counter ul li.facebook{
	background: #4c66a4;
}

.widget-social-counter ul li.dribbble{
	background: #ea4c89;
}

.widget-social-counter ul li.youtube{
	background: #cc181e;
}

.widget-social-counter ul li.rss{
	background: #F4A62A;
}

.widget-social-counter .icon {
    float: left;
	margin-right: 10px;
}
.widget-social-counter .subscribe {
    font-weight: 700 !important;
}
.widget-social-counter .text{
	font-size: 13px;
	opacity: 0.75;
}
/*=== Widget tabs ====*/
.widget-tabs .custom-bg {
    background-color: #fff;
}

.custom-bg a, .custom-bg span {
    color: #fff !important;
}
.widget-tabs .tab-content{
	display: none;
}

.widget-tabs .post-list li{
	overflow: hidden;
	margin-bottom: 20px;	
}

.widget-tabs .comment-list li{
	overflow: hidden;
	margin-bottom: 20px;	
}

.widget-tabs .comment-list .thumbnail,
.widget-tabs .post-list .thumbnail{
	width: 70px;
	float: left;
	margin-right: 15px;
}

.widget-tabs .comment-list .avatar,
.widget-tabs .post-list .wp-post-image{
	width: 70px;
	height: 70px;
}
.widget-tabs .sub-post {
    line-height: 1.2;
}
.widget-tabs .comment-text{
	line-height: 1.2;
}
.widget-tabs .comment-author {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
}
.widget-tabs .comment-list .date {
    display: inline-block;
    font-size: 12px;
}
.widget-tabs .post-title-commented a {
    font-size: 12px;
}
.widget-tabs .comment-text a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
}
.footer .widget-tabs .comment-text a {
    color: #888;
}
/*==== Widget Flickr ====*/
#flickr { 
    list-style-type: none; 
    padding: 0;
}
#flickr li { 
    list-style-type: none;
    display: block;
    float: left;
    border: none; 
}
#flickr li a {
    display: block;
}
#flickr li a img { 
	border: 5px solid transparent;
	width: 100px;
	height: 100px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-transition: all 0.2s linear;
    display: block;	
 }
.footer #flickr li a img { 
	border: 5px solid #2a2a2a;
} 
#flickr li a:hover img {
    border-width: 5px;
    border-style: solid;
}
/* Search form
==================================== */
.content #search-form {
    margin-top: 30px;
}
#search-form {
    width: 100%;
    position:relative;
}
#s {
    border: none;
	width: 100%;
    background-color: #eee;
    height: 40px;
    color: #888;
    padding: 5px 45px 5px 5px;
}
.search-icon {
    position: absolute;
    right: 0px;
    top: 0;
}
.search-icon i {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
/* Widget Login Form */
.widget-login p {
    margin: 10px 0;
}
.widget-login input[type=text], .widget-login input[type=password], .widget-login input[type=submit] {
    width: 100%;
}
.widget-login .user-ava {
    float: left;
    margin-right: 15px;
}
.widget-login a {
    display: block;
    margin-bottom: 5px;
}
.button-primary {
    color: #fff;
    border-radius: 3px;
}

.fluid-width-video-wrapper {
   clear: both;
}
