/*
Theme Name: Sabana
Theme URI: http://themes.themedsgn.com/sabana
Author: ThemeDsgn
Author URI: https://themeforest.net/user/ThemeDsgn/
Description: Clean, minimalist, modern and responsive WordPress blogging theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sabana
*/

/*
 * ==========================================
 * Please do not edit this file,
 * Thank you
 * ==========================================
 */


/* 
 * ------------------------------------------
 * Normalize CSS
 * ------------------------------------------
 */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto},input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* 
 * ------------------------------------------
 * Basic style 
 * ------------------------------------------
 */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
body { font-family: "PT Sans", "Helvetica Neue", Arial, Sans-serif; font-size: 14px; line-height: 1.7; color: #444; margin: 0 auto; overflow-x: hidden; background: #f2f2f2; word-wrap: break-word; }
a { text-decoration: none; color: #7fbb00; -webkit-transition: .1s all ease; -moz-transition: .1s all ease; -o-transition: .1s all ease; transition: .1s all ease; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; vertical-align: middle; }
input { font-size: 14px; }

/* Elements */
blockquote { font-style: italic; font-size: 16px; margin: 2em 0; padding: .3em 1.5em; background: #f4f4f4; border-left: 5px solid #7fbb00; }


/* 
 * ------------------------------------------
 * Forms
 * ------------------------------------------
 */
input[type="search"], input[type="text"], input[type="url"], input[type="email"], textarea { border: 1px solid #ddd; background: #f8f8f8; outline: none; padding: 10px; width: 100%; display: block; }
input[type="search"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus, textarea:focus { background: #fff; }
textarea { min-height: 150px; }
label { display: block; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; padding: 10px 0 5px 0; font-weight: bold; }
input[type="submit"], input[type="reset"], .button { text-decoration: none !important; color: #fff !important; padding: 10px 14px; background: #7fbb00; border: none; border-radius: 2px; }


/* 
 * ------------------------------------------
 * WordPress default
 * ------------------------------------------
 */
.alignleft { float: left; margin: 10px 30px 30px 0; }
.alignright { float: right; margin: 10px 0 30px 30px; }
.alignnone { margin: 10px 0 30px; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption img { max-width: 100%; height: auto; }
.wp-caption-text { color: #bbb; border-bottom: 3px double #eee; font-style: italic; padding: 8px 0; text-align: right; }
.bypostauthor {}
.gallery-caption {}


/* 
 * ------------------------------------------
 * Header 
 * ------------------------------------------
 */
.site-nav { height: 55px; line-height: 55px; background: #222; position: relative; }
.site-menu { margin: 0; padding: 0; font-size: 12px; text-transform: uppercase; }
.site-menu li { position: relative; list-style-type: none; }
.site-menu > li { display: inline-block; }
.site-menu > li > a { padding: 0 15px; display: inline-block; color: #fff; text-decoration: none; letter-spacing: 1px; font-weight: 600; float: left; }
.site-menu > li > a:hover, .site-menu > li.current-menu-item > a, .site-menu > li:hover > a { background: #7fbb00; }

.site-menu ul { position: absolute; top: 100%; width: 200px; z-index: 99999; background: #7fbb00; line-height: 40px; padding: 0; margin: 0; display: none; opacity: 0; text-transform: none; font-weight: bold; }
.site-menu ul li a { padding: 0 15px; display: block; text-decoration: none; color: #fff; }
.site-menu ul li a:hover { background: #222; }

.site-menu li:hover > ul { display: block; opacity: 1; }
.site-menu .child-menu-indicator { padding-left: 5px; }

/* Social links */
.social-links a { display: inline-block; width: 30px; height: 30px; text-align: center; background: #7fbb00; color: #fff; line-height: 30px; font-size: 14px; border-radius: 15px; margin: 0 2px; opacity: .9; }
.social-links a:hover { opacity: 1; }

/* Header */
.site-branding { padding: 40px 0; background: #fafafa; }
.site-branding-2 .header-ad { float: right; }
.site-branding-2 .logo { float: left; }

/* Sticky navigation */
.site-nav-sticky .site-nav { width: 100%; z-index: 99999; }

/* Mobile navigation */
.mobile-nav { display: none; }
.mobile-menu-anchor { display: inline-block; padding-left: 25px; padding-right: 25px; background: #7fbb00; color: #fff; }
.mobile-menu { position: absolute; max-height: 300px; width: 250px; overflow-y: scroll; z-index: 99999; background: #7fbb00; top: 100%; padding: 0; margin: 0; line-height: 1; font-size: 12px; display: none; }
.mobile-menu li { list-style-type: none; padding: 0; margin: 0; }
.mobile-menu > li > a { text-transform: uppercase; }
.mobile-menu li ul { margin-left: 20px; padding: 0; }
.mobile-menu a { color: #fff; display: block; font-weight: 600; letter-spacing: 1px; text-decoration: none; padding: 15px 20px; }
.mobile-menu a:hover { background: #222; }
.mobile-menu li ul a { padding: 8px 20px; }
.mobile-menu li ul a:hover { background: transparent; text-decoration: underline; }


/* 
 * ------------------------------------------
 * Top Carousel
 * ------------------------------------------
 */
.top-carousel { position: relative; display: none; }
.top-carousel-item { position: relative; }
.top-carousel-item a { color: #fff; text-decoration: none; }
.top-carousel-item .post-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px; background: rgba(0,0,0,.5); }
.top-carousel-item .post-caption .post-title { margin: 0; font-size: 14px; font-weight: 400; text-shadow: 0 0 10px rgba(0,0,0,1); }
.top-carousel-item .post-caption span { font-style: italic; color: rgba(255,255,255,.8); font-size: 12px; }
.top-carousel .owl-next, .top-carousel .owl-prev { position: absolute; width: 50px; height: 50px; top: 50%; right: 0; text-align: center; font-size: 20px; color: #fff; line-height: 50px; margin-top: -25px; opacity: 0; -webkit-transition: .3s all ease; -moz-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; }
.top-carousel .owl-prev { right: auto; left: 0; }
.top-carousel:hover .owl-next, .top-carousel:hover .owl-prev { opacity: 1; }


/* 
 * ------------------------------------------
 * Layout
 * ------------------------------------------
 */
.site-content { padding-top: 40px; }
.content-wrap { float: left; width: 100%; margin-right: -340px; }
.content { margin-right: 340px; }
.sidebar { float: right; width: 300px; position: relative; }
.sticky-sidebar { width: 300px; }

.left-sidebar .content-wrap { margin-right: 0; margin-left: -300px; float: right; }
.left-sidebar .content { margin-right: 0; margin-left: 340px; }
.left-sidebar .sidebar { float: left; }

.no-sidebar .content-wrap { margin-left: 0; margin-right: 0; float: none; }
.no-sidebar .content { margin-right: auto; margin-left: auto; }
.no-sidebar .sidebar { display: none; }


/* 
 * ------------------------------------------
 * Content style
 * ------------------------------------------
 */
.post {  padding: 40px; background: #fff; position: relative; margin-bottom: 40px; box-shadow: 0 0 2px rgba(0,0,0,.05); }
.post:after { content: ""; position: absolute; border-bottom: 30px solid transparent; border-right: 30px solid #7fbb00; top: 0; right: 0; }
.post .post-header { text-align: center; margin: 0 0 40px 0; }
.post .post-title { font-family: "Playfair Display"; margin: 0; font-size: 32px; letter-spacing: -1px; line-height: 1.5; }
.post .post-title a { color: #333; text-decoration: none; }
.post .post-meta { color: #bbb; padding-top: 20px; position: relative; font-size: 14px; font-style: italic; }
.post .post-meta span { padding: 0 10px; }
.post .post-image { margin: 0 -40px 40px; position: relative; text-align: center; }
.post .post-image.post-image-gallery { width: auto !important; }
.post .post-image.post-image-audio iframe { width: 100%; }
/*.post .post-image.post-image-audio .user-audio-embed { position: absolute; bottom: 30px; left: 30px; right: 30px; padding: 30px; background: rgba(255,255,255,.4); border-radius: 3px; }*/
.post .post-image.post-image-audio audio { width: 100%; background: #000; }
.post .post-category { margin-bottom: 20px; }
.post .post-category a { display: inline-block; padding: 3px 10px; text-transform: uppercase; letter-spacing: 2px; color: #fff;  background: #222; text-decoration: none; font-size: 12px; }
.post .post-category a:hover { background: #7fbb00; }
.post .post-readmore { text-align: left; padding-top: 20px; }
.post .post-readmore a { display: inline-block; text-decoration: none; color: #fff; background: #222; line-height: 1; padding: 0 15px; line-height: 30px; border-radius: 15px; }
.post .post-readmore a:hover { background: #7fbb00; }
.post .post-tags { padding-top: 20px; }
.post .post-tags a:before { content: "#"; padding-right: 5px; }

.post .post-footer { padding-top: 20px; }
.post .post-footer .post-footer-wrap { margin-left: -20px; margin-right: -20px; }
.post .post-footer .post-footer-wrap .post-footer-col { width: 50%; float: left; padding-left: 20px; padding-right: 20px; }

.post .post-content li { padding-left: .5em; }
.post-single .post-image { margin-bottom: 20px; }
.post-single .post-content .fluid-width-video-wrapper { margin: 40px -40px; width: auto; }

.page .post-category { display: none; }

/* Link pages */
.link-pages { margin: 30px 0; }
.link-pages a, .link-pages > span { display: inline-block; margin: 0 5px 5px 0; width: 40px; height: 40px; background: #7fbb00; color: #fff; text-align: center; line-height: 40px; border-radius: 20px; text-decoration: none; }
.link-pages a:hover, .link-pages > span { background: #222 !important; }


/* Post navigation */
.post-navigation { margin-bottom: 40px; }
.post-navigation a, .post-navigation span { display: inline-block; padding: 10px 20px; background: #7fbb00; color: #fff; text-decoration: none; border-radius: 2px; }
.post-navigation a:hover, .post-navigation span { background: #222 !important; }

/* Post share */
.post-share { margin-bottom: 30px; }
.post-share a { display: inline-block; width: 50px; height: 50px; line-height: 50px; font-size: 20px; color: #fff; text-align: center; background: #222; border-radius: 25px; margin: 0 5px 10px 5px; }
.post-share a:hover { background: #7fbb00; }

/* Author info */
.author-info { margin-bottom: 40px; background: #fff; box-shadow: 0 0 2px rgba(0,0,0,.05); padding: 40px; }
.author-info .avatar { float: left; border-radius: 3px; }
.author-info .author-detail { margin-left: 150px; }
.author-info .author-heading { margin: 0 0 10px 0; font-size: 18px; line-height: 1.6; font-weight: 400; }
.author-info .author-description { margin-bottom: 20px; padding: 10px 20px; border-left: 3px solid #7fbb00; font-style: italic; }
.author-info .author-links a { display: inline-block; width: 35px; height: 35px; line-height: 35px; background: #222; color: #fff; text-align: center; border-radius: 2px; margin: 0 5px 5px 0; }
.author-info .author-links a:hover { background: #7fbb00; }

/* Comments link */
.comments-section { margin-bottom: 40px; background: #fff; box-shadow: 0 0 2px rgba(0,0,0,.05); padding: 40px; }
.comments-section .comments-heading, .comments-section .comment-reply-title { font-size: 16px; text-transform: uppercase; margin: 0 0 30px 0; letter-spacing: 2px; }
.comments-section .comments-list { margin: 0; padding: 0 0 30px 0; }
.comments-section .comments-list li { margin: 0; padding: 0; list-style-type: none; }
.comments-section .comments-list ol { margin-left: 50px; padding: 0; }

.comment-body { margin: 0 0 20px 0; }
.comment-body .avatar { float: left; border-radius: 25px; }
.comment-body .comment-metadata { margin-left: 70px; font-style: italic; display: block; }
.comment-body .comment-metadata a { color: #bbb; text-decoration: none; }
.comment-body .comment-author { font-size: 16px; }
.comment-body .comment-author .fn { margin-left: 20px; }
.comment-body .says { display: none; }

.comment-body .comment-content { padding: 10px 20px; margin: 15px 0; border: 1px solid #eee; position: relative; border-radius: 3px; background: #f6f6f6; }
.comment-body .comment-content:before { content: ""; position: absolute; top: -10px; left: 70px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #eee; }
.comment-body .comment-content:after { content: ""; position: absolute; top: -8px; left: 72px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #f6f6f6; }
.comment-body .reply { text-align: right; color: #bbb; }
.comment-body .reply a { margin-left: 5px; display: inline-block; line-height: 25px; border-radius: 25px; padding: 0 10px; color: #888; background: #eee; text-decoration: none; font-style: italic; }
.comment-body .reply a:hover { background: #e2e2e2; }

.comment-form .comment-notes, .comment-body .comment-awaiting-moderation { font-style: italic; padding: 10px; color: #8A6D3B; background: #FCF8E3; border-radius: 3px; }
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url { display: inline-block; width: 33.33333%; float: left; }
.comment-form .comment-form-email, .comment-form .comment-form-url { margin-left: -1px; }
.comment-form .form-allowed-tags { display: none; }
.comment-form p { margin-bottom: 25px; }

/* Two Columns Layout */
.col .post .post-title { font-size: 24px; }
.col .post .post-image { margin-bottom: 20px; }


/* 
 * ------------------------------------------
 * Pages, Archive, & Search
 * ------------------------------------------
 */
.archive-taxonomy { text-transform: uppercase; letter-spacing: 5px; padding: 40px 0; }
.archive-taxonomy h2 { margin: 0; padding: 0; font-size: 32px; }
.archive-taxonomy h2 span { font-size: 14px; display: block; color: #bbb; }

.archive-template .archive-item { margin-bottom: 40px; }
.archive-template .archive-item:last-child { margin-bottom: 0; }
.archive-template h2 { font-size: 14px; margin: 0 0 10px 0; text-transform: uppercase; letter-spacing: 3px; color: #bbb; position: relative; }
.archive-template h2 span { position: relative; padding: 0 20px; display: inline-block; z-index: 2; background: #fff; }
.archive-template h2:after { content: ""; z-index: 1; height: 1px; top: 50%; left: 0; width: 100%; margin-top: -5px; border-bottom: 10px solid #f6f6f6; position: absolute; }
.archive-template ul { margin: 0; padding: 0; }
.archive-template li { list-style-type: none; padding: 0; margin: 0; }


/* 
 * ------------------------------------------
 * Widget
 * ------------------------------------------
 */
.widget { margin-bottom: 40px; }
.widget .widget-title { position: relative; margin: 0 0 30px 0; text-align: center; letter-spacing: 2px; text-transform: uppercase; font-size: 12px; font-weight: 400; color: #ddd; padding: 5px; background: #333; }
.widget .widget-title span { display: block; padding: 8px; border: 1px dashed rgba(255,255,255,.3); }
.widget .widget-title span:before, .widget .widget-title span:after { content: "-"; padding: 0 5px; }

.sidebar ul { margin: 0; padding: 0; margin-bottom: -20px; }
.sidebar li { list-style-type: none; padding: 10px 0; margin: 0; color: #bbb; border-bottom: 1px dashed #ddd; }
.sidebar li:last-child { border-bottom: none; }
.sidebar li:first-child { padding-top: 0; }
.sidebar li a { display: inline-block; text-decoration: none; color: #333; }
.sidebar li a:hover { color: #7fbb00; }

/* Widget Search */
.search-form { position: relative; }
.search-form label { padding: 0; margin: 0; line-height: 1; }
.search-form .search-input { padding-right: 40px; }
.search-form .screen-reader-text { display: none; }
.search-form .search-field { font-weight: 400; height: 45px; padding-right: 90px; }
.search-form .search-submit { position: absolute; top: 5px; right: 5px; height: 35px; line-height: 37px; background: #7fbb00; border-radius: 10; padding: 0 10px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.search-form .fa-search { position: absolute; height: 20px; width: 20px; right: 10px; text-align: center; line-height: 20px; color: #ddd; top: 50%; margin-top: -10px; }

/* Widget Recent Entries */
.widget_recent_entries li span { color: #bbb; display: block; font-style: italic; }
.footer-content .widget_recent_entries li span { color: rgba(255,255,255,.2); }

/* Widget Tag */
.tagcloud a { display: inline-block; padding: 5px 10px; background: #7fbb00; color: #fff !important; margin: 0 3px 6px 0; text-decoration: none; font-size: 14px !important; }
.tagcloud a:hover { background: #222; }
.footer-content .tagcloud a:hover { background: #7fbb00; opacity: .5; }

/* Responsive Likebox */
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }

/* Widget Calendar */
.widget_calendar table { width: 100%; border-collapse: collapse; text-align: center; }
.widget_calendar table td { padding: 5px; }
.widget_calendar table thead th { padding: 10px 5px; }
.widget_calendar table caption { background: #7fbb00; color: #fff; text-transform: uppercase; letter-spacing: 2px; padding: 10px 0; }
.footer-content .widget_calendar table thead { color: #fff; }

/* Custom widget: Social links */
.social-links-widget { margin-bottom: -10px; }
.social-links-widget a { display: inline-block; width: 40px; height: 40px; border-radius: 3px; background: #333; color: #fff; text-decoration: none; margin: 0 10px 10px 0; text-align: center; line-height: 40px; }
.social-links-widget a:hover { opacity: .7; }
.social-links-widget a.social-links-behance { background: #1769ff; }
.social-links-widget a.social-links-digg { background: #000000; }
.social-links-widget a.social-links-dribbble { background: #ea4c89; }
.social-links-widget a.social-links-facebook { background: #3b5998; }
.social-links-widget a.social-links-flickr { background: #ff0084; }
.social-links-widget a.social-links-github { background: #4183c4; }
.social-links-widget a.social-links-gplus { background: #dd4b39; }
.social-links-widget a.social-links-instagram { background: #3f729b; }
.social-links-widget a.social-links-lastfm { background: #c3000d; }
.social-links-widget a.social-links-linkedin { background: #0976b4; }
.social-links-widget a.social-links-paypal { background: #253b80; }
.social-links-widget a.social-links-pinterest { background: #cc2127; }
.social-links-widget a.social-links-skype { background: #00aff0; }
.social-links-widget a.social-links-soundcloud { background: #f80; }
.social-links-widget a.social-links-spotify { background: #7ab800; }
.social-links-widget a.social-links-steam { background: #222; }
.social-links-widget a.social-links-tumblr { background: #35465c; }
.social-links-widget a.social-links-twitter { background: #55acee; }
.social-links-widget a.social-links-vimeo { background: #1ab7ea; }
.social-links-widget a.social-links-vine { background: #00b488; }
.social-links-widget a.social-links-youtube { background: #b31217; }

/* Custom widget: Post thumbnail */
.posts-list-item li { text-align: left; padding: 20px 0; }
.posts-list-item time { font-style: italic; }
.posts-list-item .post-image { float: left; border-radius: 3px; overflow: hidden; }
.posts-list-item .placeholder-image { width: 60px; height: 60px; background: #333; line-height: 60px; color: #fff; text-align: center; -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; }
.posts-list-item .post-image:hover .placeholder-image { background: #7fbb00; }
.posts-list-item .post-detail { margin-left: 80px; }

/* Custom widget: Widget category */
.category-list li { padding: 10px 0; overflow: auto; text-align: left; }
.category-list li a { text-decoration: none; display: block; }
.category-list li .category-article { float: right; color: #bbb; font-style: italic; }

/* Custom widget: Recent Comment */
.recent-comments-list li { text-align: left; color: #444; padding: 20px 0; border-bottom: none; }
.recent-comments-list .avatar { float: left; border-radius: 3px; }
.recent-comments-list .recent-comment-header { margin-left: 70px; }
.recent-comments-list .recent-comment-header h3 { margin: 0 0 5px 0; font-size: 14px; color: #444; }
.recent-comments-list .recent-comment-header .recent-comment-url { line-height: 1.3; font-size: 14px; }
.recent-comments-list .recent-comment-header .recent-comment-url a { display: inline; color: #7fbb00; }
.recent-comments-list .recent-comment-message { padding: 15px; background: #fff; margin-top: 15px; border-radius: 3px; color: #888; }


/* 
 * ------------------------------------------
 * Footer
 * ------------------------------------------
 */
.footer-content { background: #222; padding: 40px 0 0; color: #888; }
.footer-content .footer-content-wrap { margin-left: -20px; margin-right: -20px; }
.footer-content .footer-col { float: left; width: 33.33333%; padding-left: 20px; padding-right: 20px; }

.footer-content ul { margin: 0; padding: 0; }
.footer-content li { list-style-type: none; padding: 10px 0; margin: 0; border-bottom: 1px dashed rgba(255,255,255,.05); }
.footer-content a { color: #aaa; }
.footer-content a:hover { color: #ddd; }
.footer-content .widget-title { background: transparent; font-weight: bold; }
.footer-content .widget-title span { border: none; display: inline-block; padding: 0 0 5px 0; border-bottom: 2px solid #ddd; }
.footer-content .widget-title span:before, .footer-content .widget-title span:after { display: none; }

.footer { background: #111; padding: 30px 0; font-size: 12px; border-top: 1px solid rgba(255,255,255,.15); color: #666; }
.footer .colophon p { margin: 0; }


/* 
 * ------------------------------------------
 * Basic Shortcode
 * ------------------------------------------
 */
.gallery { margin: 40px 0; }


/* 
 * ------------------------------------------
 * Misc Classes 
 * ------------------------------------------
 */
.container { max-width: 1080px; margin: 0 auto; }
.row { margin-left: -20px; margin-right: -20px; }
.row .col { float: left; padding-left: 20px; padding-right: 20px; }
.row .col-2 { width: 50%; }
.row .col-3 { width: 33.33333%; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.fl { float: left; }
.fr { float: right; }


/* 
 * ------------------------------------------
 * Responsive
 * ------------------------------------------
 */
@media screen and (min-width: 768px) and (max-width: 1080px) {
	.container { width: 760px; }
	.content-wrap { margin-right: -240px; }
	.content { margin-right: 240px; }
	.sidebar, .sticky-sidebar { width: 200px; }

	.left-sidebar .content-wrap { margin-right: 0; margin-left: -240px; }
	.left-sidebar .content { margin-right: 0; margin-left: 240px; }

	.posts-wrap.row .col-2 { width: 100%; }
	.posts-wrap.row .col-3 { width: 50%; }
}

@media screen and (max-width: 767px) {
	.container { width: 75%; }
	.content-wrap, .left-sidebar .content-wrap { float: none; margin-left: 0; margin-right: 0; }
	.content, .left-sidebar .content { margin-left: 0; margin-right: 0; }
	.sidebar, .sticky-sidebar { float: none; width: 100%; }

	.sticky-sidebar { position: relative !important; top: auto !important; }
	.sidebar .sticky-wrapper { height: auto !important; }

	.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url { float: none; margin-left: 0; width: 100%; }
	.comment-form p { margin-bottom: 0; }

	.site-menu { display: none; }
	.mobile-nav { display: block; }

	.footer-content .footer-col { width: 100%; }

	.posts-wrap.row .col { width: 100%; }
}

@media screen and (max-width: 480px) {
	.author-info { text-align: center; }
	.author-info .avatar { float: none; }
	.author-info .author-detail { margin-left: 0; margin-top: 30px; }
}


/* 
 * ------------------------------------------
 * Owl Carousel v 1.3.3
 * ------------------------------------------
 */
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.grabbing { cursor:url(assets/images/grabbing.png) 8 8, move; }
.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item { -webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}


/*
 * ------------------------------------------
 * Justified Gallery - v3.5.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
 * ------------------------------------------
 */
@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}


/*! 
 * ------------------------------------------
 * Swipebox v1.3.0
 * Constantin Saguin csag.co
 * MIT License
 * github.com/brutaldesign/swipebox 
 * ------------------------------------------
 */
html.swipebox-html.swipebox-touch { overflow: hidden !important; }
#swipebox-overlay img { border: none !important; }
#swipebox-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999 !important; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#swipebox-container { position: relative; width: 100%; height: 100%; }
#swipebox-slider { -webkit-transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; display: none; cursor: pointer; }
#swipebox-slider .slide { height: 100%; width: 100%; line-height: 1px; text-align: center; display: inline-block; }
#swipebox-slider .slide:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container { display: inline-block; max-height: 100%; max-width: 100%; margin: 0; padding: 0; width: auto; height: auto; vertical-align: middle; }
#swipebox-slider .slide .swipebox-video-container { background: none; max-width: 1140px; max-height: 100%; width: 100%; padding: 5%; -webkit-box-sizing: border-box; box-sizing: border-box; }
#swipebox-slider .slide .swipebox-video-container .swipebox-video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative; }
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }
#swipebox-slider .slide-loading { background: url(assets/images/loader.gif) no-repeat center center; }
#swipebox-bottom-bar, #swipebox-top-bar { -webkit-transition: 0.5s; transition: 0.5s; position: absolute; left: 0; z-index: 999; height: 50px; width: 100%; }
#swipebox-bottom-bar { bottom: -50px; }
#swipebox-bottom-bar.visible-bars { -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); }
#swipebox-top-bar { top: -50px; }
#swipebox-top-bar.visible-bars { -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }
#swipebox-title { display: block; width: 100%; text-align: center; }
#swipebox-prev, #swipebox-next, #swipebox-close { background-image: url(assets/images/icons.png); background-repeat: no-repeat; border: none !important; text-decoration: none !important; cursor: pointer; width: 50px; height: 50px; top: 0; }
#swipebox-arrows { display: block; margin: 0 auto; width: 100%; height: 50px; }
#swipebox-prev { background-position: -32px 13px; float: left; }
#swipebox-next { background-position: -78px 13px; float: right; }
#swipebox-close { top: 0; right: 0; position: absolute; z-index: 9999; background-position: 15px 12px; }
.swipebox-no-close-button #swipebox-close { display: none; }
#swipebox-prev.disabled,
#swipebox-next.disabled { opacity: 0.3; }
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider { -webkit-animation: rightSpring 0.3s; animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider { -webkit-animation: leftSpring 0.3s; animation: leftSpring 0.3s; }
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all .3s ease; transition: all .3s ease; content: ' '; position: absolute; z-index: 999; top: 0; height: 100%; width: 20px; opacity: 0; }
.swipebox-touch #swipebox-container:before { left: 0; -webkit-box-shadow: inset 10px 0px 10px -8px #656565; box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after { right: 0; -webkit-box-shadow: inset -10px 0px 10px -8px #656565; box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before { opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after { opacity: 1; }
@-webkit-keyframes rightSpring {
	0% { left: 0; }
	50% { left: -30px; }
	100% { left: 0; }
}
@keyframes rightSpring {
	0% { left: 0; }
	50% { left: -30px; }
	100% { left: 0; }
}
@-webkit-keyframes leftSpring {
	0% { left: 0; }
	50% { left: 30px; }
	100% { left: 0; }
}
@keyframes leftSpring {
	0% { left: 0; }
	50% { left: 30px; }
	100% { left: 0; }
}
@media screen and (min-width: 800px) {
	#swipebox-close { right: 10px; }
	#swipebox-arrows { width: 92%; max-width: 800px; }
}
/* Skin 
--------------------------*/
#swipebox-overlay { background: #0d0d0d; }
#swipebox-bottom-bar, #swipebox-top-bar { text-shadow: 1px 1px 1px black; background: #000; opacity: 0.95; }
#swipebox-top-bar { color: white !important; font-size: 15px; line-height: 43px; font-family: Helvetica, Arial, sans-serif; }