/*
Theme Name: AlxMedia
Theme URI: http://alx.media
Version: 2.0
Description: Official theme for AlxMedia.se
Author: Alexander Agnarson
Author URI: http://alx.media
Tags: light, one-column, flexible-width, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

	Copyright: (c) 2018 AlxMedia - Alexander "Alx" Agnarson
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
*/

/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */
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%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
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; }


/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
body { background: #fff; font-size: 16px; line-height: 200%; color: #666; font-weight: 300; }
::selection { background: #60bc71; color: #fff; }
::-moz-selection { background: #60bc71; color: #fff; }
a { color: #60bc71; text-decoration: none; outline: 0; }
a:hover { color: #444; }
img { max-width: 100%; height: auto; }
a,
a:before,
a:after {
-webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
-moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
-o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; 
transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; }
a img {
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }

/*  base : clear
/* ------------------------------------ */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }

/*  base : forms
/* ------------------------------------ */
.themeform input,
.themeform textarea,
.themeform button,
.themeform select,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner, 
.themeform button::-moz-focus-inner { border: 0; padding: 0; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="submit"],
.themeform button, 
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.themeform input, 
.themeform textarea, 
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.themeform label { font-weight: 600; color: #444; }
.themeform input[type="text"], 
.themeform input[type="password"], 
.themeform input[type="email"], 
.themeform textarea { background: #fff; border: 2px solid #ddd; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="text"]:focus, 
.themeform input[type="password"]:focus, 
.themeform input[type="email"]:focus, 
.themeform textarea:focus { color: #444; border-color: #60bc71; -webkit-box-shadow: 0 0 5px rgba(96,188,113,0.4); box-shadow: 0 0 5px rgba(96,188,113,0.4); }
.themeform label .required { color: #60bc71; }
.themeform input[type="submit"],
.themeform button[type="submit"] { background: #60bc71; color: #fff; padding: 9px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover { background: #333; }

/*  base : entry
/* ------------------------------------ */
.entry { font-size: 18px; font-style: normal; }
.entry p,
.entry dd { margin-bottom: 15px; }
.entry address,
.entry cite,
.entry em { font-style: italic; }
.entry strong { font-weight: 600; }
.entry a { border-bottom: 1px solid #eee; }
.entry a:hover { border-bottom-color: #ddd; }
.entry ol,
.entry ul { margin: 0 0 15px 30px; }
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 5px 0; }
.entry ul li,
.entry ol ul li { list-style: square; }
.entry ol li,
.entry ol ul ol li { list-style: decimal; }
.entry dt { color: #444; font-weight: 600;}
.entry address { margin-bottom: 1em; }
.entry blockquote { position: relative; color: #777; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; }
.entry blockquote p { margin-bottom: 0.75em; }
.entry blockquote:before { content: "\f10d"; color: #ccc; font-size: 32px; font-style: normal; font-family: FontAwesome; text-align: center; position: absolute; left: 0; top: 0; }
.entry code, 
.entry pre,
.comment-body code,
.comment-body pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; }
.entry code { background: #eee; padding: 3px 6px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-body code { background: #eee; }
.entry pre,
.comment-body pre { background: url(img/pre.png) repeat top; color: #444; padding: 0 0 0 20px; margin: 15px 0; border: 1px solid #ddd; font-size: 11px; line-height: 17px; overflow: auto; white-space: pre; 
-webkit-box-shadow: inset 10px 0 0 #e5e5e5; box-shadow: inset 10px 0 0 #e5e5e5; }
.entry ins { background: #fff486; }
.entry sub,.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }
.entry hr, 
.entry .hr { border: 0; background: #eee; border-bottom: 1px solid #eee; height: 1px; margin: 30px 0; }

/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img { max-width: 100%; height: auto; }
.entry img.alignleft { margin: 18px 20px 18px 0; }
.entry img.alignright { margin: 18px 0 18px 20px; }
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
.entry img .size-full { width: 100%!important; }
.entry .gallery img, 
.entry img.wp-smiley { margin: 0; }
.entry .wp-caption { background: #f1f1f1; max-width: 100%; margin-bottom: 14px; text-align: center; }
.entry .wp-caption-text { font-style: italic; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone { width: 100%!important; overflow: hidden; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.entry .wp-caption-text { color: #999; font-size: 12px; padding: 0 0 8px 0; margin: 0; }

/* table */
.entry table { font-size: 13px; margin-bottom: 1.5em; width: 100%; text-align: center; }
.entry table tr.alt { background: #f1f1f1; }
.entry table td { border-bottom: 1px solid #f1f1f1; text-align: center; padding: 5px; vertical-align: middle; }
.entry table th { font-weight: 600; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }

/* default gallery */
.entry .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.entry .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: #fff!important; }
.entry .gallery .gallery-item { position: relative; overflow: hidden; border-color: #fff; margin-top: 0!important; }
.entry .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 11px; line-height: 1.5em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -42px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption { display: none!important; }

/*  base : headings
/* ------------------------------------ */
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { color: #333; margin-bottom: 15px; }
.entry h1 span,.entry h2 span,.entry h3 span,.entry h4 span,.entry h5 span,.entry h6 span { color: #999; }
.entry h1 { font-size: 38px; }
.entry h2 { font-size: 34px; }
.entry h3 { font-size: 28px; }
.entry h4 { font-size: 24px; }
.entry h5 { font-size: 20px; }
.entry h6 { font-size: 18px; }

.heading,
#reply-title { color: #333; font-weight: normal; font-size: 18px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
.heading-large { color: #333; font-weight: normal; font-size: 32px; letter-spacing: -1px; font-weight: 600; text-align: center; margin-bottom: 1em; }


/* ------------------------------------------------------------------------- *
 *  Common
/* ------------------------------------------------------------------------- */

/*  common : grid
/* ------------------------------------ */
.grid { margin-right: 2.1%; float: left; display: inline; position: relative; }
.last { clear: right; margin-right: 0!important; }

.one-full { margin-right: 0; width: 100%; overflow: hidden; }
.one-half { width: 48.9%; }
.one-third { width: 31.9%; }
.two-third { width: 65.9%; }
.one-fourth { width: 23.4%; }
.three-fourth { width: 74.4%; }
.one-fifth { width: 18.3%; }
.two-fifth { width: 38.8%; }
.three-fifth { width: 59.2%; }
.four-fifth { width: 79.6%; }

/*  common : fonts
/* ------------------------------------ */
body, input, textarea, button, select, label { font-family: "Merriweather", Georgia, serif; }
.nav,
.site-title,
.social-links,
.page-title,
.post-title,
.post-meta,
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6,
.more-link,
.post-top-link,
.b-wporg,
.theme-buttons,
.download-note,
.documentation,
.post-pages,
.post-tags,
.pagination,
.sharrre,
.comment-tabs,
.heading,
.heading-large,
#reply-title,
.commentlist .fn, 
.pinglist .ping-link,
.commentlist .reply,
.comments-nav,
.themeform input[type="submit"],
.themeform button[type="submit"],
#commentform label,
#footer,
.wpcf7 p,
.alx-tabs-nav li a .tab-content strong,
.header-intro-title,
.header-intro-btn,
.slick-slide .browser-bottom,
.btn,
.header-single-theme-title,
.feature-box h3,
.header-single-theme-category,
.feature-box-large h3,
.post-navigation,
.testimonial-name,
.testimonial-theme,
.footer-intro-num,
.customer-count,
.free-notice,
.gpl-notice,
.intro-text-header,
.author-bio,
.child-menu,
#docs-notice,
#docs-heading,
.supportme-notice { font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif; }

@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather-bold-webfont.eot');
    src: url('fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-bold-webfont.woff') format('woff'),
         url('fonts/merriweather-bold-webfont.ttf') format('truetype'),
         url('fonts/merriweather-bold-webfont.svg#merriweatherbold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather-light-webfont.eot');
    src: url('fonts/merriweather-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-light-webfont.woff') format('woff'),
         url('fonts/merriweather-light-webfont.ttf') format('truetype'),
         url('fonts/merriweather-light-webfont.svg#merriweatherlight') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather-lightitalic-webfont.eot');
    src: url('fonts/merriweather-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-lightitalic-webfont.woff') format('woff'),
         url('fonts/merriweather-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/merriweather-lightitalic-webfont.svg#merriweatherlight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: 700;
    font-style: normal;
}


/*  common : responsive videos
/* ------------------------------------ */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*  common : caption
/* ------------------------------------ */
.image-caption { text-align: center; font-style: italic; padding: 8px 10px; position: absolute; bottom: 0; left: 0; right: 0;
-webkit-border-radius: 2px; border-radius: 2px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease; }
.image-caption span { background: #fff; color: #777; display: inline-block; font-size: 13px; line-height: 1.5em; padding: 5px 14px; 
-webkit-border-radius: 20px; border-radius: 20px; }
.flexslider .image-caption { bottom: -50px; }
.browser-view:hover .image-caption  { bottom: 0; }

/*  common : notebox
/* ------------------------------------ */
.notebox { background: #e9f6fb; position: relative; padding: 12px 15px; color: #888; margin-bottom: 50px; -webkit-border-radius: 2px; border-radius: 2px; }
.notebox:before { content:''; display: inline-block; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #e9f6fb; position: absolute; top: -8px; left: 13px; }
.notebox:after { content:''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #e9f6fb; position: absolute; top: -5px; left: 15px; }
.notebox span { font-weight: 600; }
.notebox .search-again { margin-top: 10px; }
.notebox input[type="text"] { width: 100%; border-color: #60bc71; }
.notebox input[type="text"]:focus { border-color: #60bc71; -webkit-box-shadow: 0 0 5px rgba(36,165,219,0.4); box-shadow: 0 0 5px rgba(36,165,219,0.4); }  

/*  common : searchform
/* ------------------------------------ */
.themeform.searchform div { position: relative; margin-right: 86px; }
.themeform.searchform div input[type="text"] { padding-left: 26px; line-height: 20px; width: 100%; }
.themeform.searchform div input[type="submit"] { position: absolute; right: 0; top: 0; margin-right: -86px; }
.themeform.searchform div:after { color: #bbb; line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 10px; top: 5px; font-family: FontAwesome; }

/*  common : social links
/* ------------------------------------ */
.social-links { background: #1b2a30; text-align: center; padding: 20px 0 10px; position: relative; margin-top: 20px; }
.social-links li { display: inline-block; margin: 0 10px; line-height: 16px; font-size: 0; }
.social-links li a { display: block!important; position: relative; text-align: center; }
.social-links li i { width: 1em; display: inline-block; }
.social-links .social-tooltip { color: rgba(255,255,255,0.6); font-size: 24px; display: inline; position: relative; z-index: 9; }
.social-links .social-tooltip:hover { color: #fff; text-decoration: none; }
.social-links .social-tooltip:hover:after { top: -36px; background: #fff; font-size: 14px; color: #222; content: attr(title); display: block; right: 0; padding: 5px 15px; position: absolute; white-space: nowrap; 
-webkit-border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); box-shadow: 0 0 2px rgba(0,0,0,0.2); }
.social-links .social-tooltip:hover:before { top: -10px; right: 8px; border: solid; border-color: #fff transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; }

.site-header .social-links { background: linear-gradient(to bottom, #60bc71 0%,#4a9258 100%); border-radius: 5px; float: right; text-align: center; padding: 10px; margin: 22px 30px 0 0; transition: all 0.3s ease; }
.site-header .social-links li { margin: 0 6px; float: left; }
.site-header .social-links .social-tooltip { color: #fff; font-size: 24px; }
.site-header .social-links .social-tooltip:hover { color: rgba(255,255,255,0.75); }
.site-header .social-links .social-tooltip:hover:after { top: 0; background: #fff; font-size: 14px; color: #222; content: attr(title); display: block; right: 30px; padding: 5px 15px; position: absolute; white-space: nowrap; 
-webkit-border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); box-shadow: 0 0 2px rgba(0,0,0,0.2); }
.site-header .social-links .social-tooltip:hover:before { top: 7px; right: 25px; border: solid; border-color: transparent #fff; border-width: 5px 0 5px 5px; content: ""; display: block; position: absolute; z-index: 1; }
.site-header .social-links li img { height: 48px; width: 48px; border-radius: 100%; margin-top: -6px; }


/* ------------------------------------------------------------------------- *
 *  Header
/* ------------------------------------------------------------------------- */
.site-header { position: relative; z-index: 1; }
#header .container { position: relative; }

/*  header : nav
/* ------------------------------------ */
.nav-container { float: left; z-index: 99; position: relative; text-transform: none;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.nav-toggle { display: none; cursor: pointer; float: right; height: 44px; width: 60px; color: #fff; text-align: center; border-left: 1px solid rgba(255,255,255,0.1); }
.nav-toggle i { font-size: 29px; padding: 7px 0; }
.nav-text { display: none; float: right; font-size: 16px; line-height: 24px; padding: 13px 20px; }

@media only screen and (min-width: 1025px) {
	/* fixed nav */
	#header { }
	#topbar { transition: all 0.3s ease; position: fixed; top: 0; width: 100%; z-index: 99; }
	.admin-bar #topbar { top: 32px; }
	.site-header .affix .social-links { margin-top: 12px; }
	#header .affix .social-links { margin-top: 12px; }
	.affix .nav > li > a { padding: 25px 15px 20px; position: relative; }
	.affix .site-title a img { height: 30px; }
}
@media only screen and (min-width: 720px) {
	
	.nav-wrap { height: auto!important; }
	/* common */
	.nav { font-size: 0; position: relative; }
	.nav li a { color: rgba(255,255,255,0.75); text-shadow: 0 1px 0 rgba(0,0,0,0.1); display: block; line-height: 20px; }
	/* level 1 */
	.nav > li { font-size: 16px; display: inline-block; position: relative; }
	.nav > li > a { padding: 35px 15px 30px; border-bottom: 5px solid transparent; transition: none; }
	.nav li > a:hover, 
	.nav li:hover > a { color: #fff; border-bottom: 5px solid #fff; }
	.nav li.current_page_item > a, 
	.nav li.current-menu-item > a,
	.nav li.current-menu-ancestor > a,
	.nav li.current-post-parent > a { color: #fff; border-bottom: 5px solid #60bc71; }
	
}
@media only screen and (max-width: 719px) {
	
	.site-header .social-links { top: 0; right: -10px; position: absolute; }
	.nav { font-weight: 600; }
	.nav-container { text-transform: none; width: 100%; border-top: 1px solid rgba(255,255,255,0.1); }
	.nav-toggle,
	.nav-text { display: block; }
	.nav-wrap { position: relative; float: left; width: 100%; height: 0; overflow: hidden; }
	.nav-wrap.transition {
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease; }
	.expand .nav-wrap { height: auto; }
	/* common */
	.nav { float: left; width: 100%; }
	.nav li a { color: rgba(255,255,255,0.75); border-top: 1px solid rgba(255,255,255,0.1); line-height: 20px; display: block; padding: 12px 20px; }
	.nav li li a { padding-left: 15px; padding-right: 15px; }
	/* level 1 */
	.nav > li { font-size: 15px; }
	.nav li > a:hover, 
	.nav li.current_page_item > a, 
	.nav li.current-menu-item > a,
	.nav li.current-post-parent > a { color: #fff; }	
	
}

/*  header : content
/* ------------------------------------ */
*, :before, :after { box-sizing: border-box; }
.container { position: relative; z-index: 0; margin: 0 auto; width: 100%; max-width: 1140px; padding: 60px 20px; }
.single-themes .container { padding-top: 0; padding-bottom: 0; }
.site-header,
#topbar,
.page-header { background: #263941; }

body.blog #page,
body.single-post #page,
body.archive #page,
body.page-template-code #page,
body.page-template-contact #page,
body.single-code #page { max-width: 620px; margin: 0 auto; }

.site-header { padding-top: 90px; }

.btn { display: inline-block; margin-right: 5px; margin-bottom: 6px; border-radius: 6px; }
.btn .fa { opacity: 0.7; margin-right: 6px; transition: all 0.2s ease-in-out; }
.btn:hover .fa { opacity: 1;  }
.btn.btn-small { font-size: 15px; padding: 10px 25px; }
.btn.btn-large { font-size: 18px; padding: 20px 40px; }
.btn.btn-light { background: #eee; color: #555;  }
.btn.btn-light:hover { background: #fff; color: #222; box-shadow: 0 0 20px rgba(255,255,255,0.4); }
.btn.btn-light:active { box-shadow: 0 0 20px rgba(255,255,255,0.4), inset 0 10px 10px rgba(0,0,0,0.1); transition: none; }
.btn.btn-color { background: linear-gradient(to bottom, #60bc71 0%,#4a9258 100%); color: #fff; }
.btn.btn-color:hover { color: #fff; box-shadow: 0 0 20px rgba(96,188,113,0.5); }
.btn.btn-color:active { box-shadow: 0 0 20px rgba(96,188,113,0.5), inset 0 10px 10px rgba(0,0,0,0.2); transition: none; }

.header-intro { text-align: center; padding-top: 110px; padding-bottom: 90px; }
.header-intro-title { font-size: 44px; letter-spacing: -1px; line-height: 1.4em; color: #fff; font-weight: 600; margin-bottom: 24px; }
.header-intro-title span { border-bottom: 4px solid #60bc71; }
.header-intro-description { font-size: 17px; color: rgba(255,255,255,0.75); margin-bottom: 24px; max-width: 600px; margin-left: auto; margin-right: auto; }
.header-intro .btn { margin-right: 0; }

.footer-intro { background: #f5f5f5; text-align: center; padding: 40px 0; }
.footer-intro .btn { margin-right: 0; }
.footer-intro-num { font-weight: 600; padding: 0 0 30px; text-align: center; position: relative; }
.footer-intro-num .large-num { color: #67bc71; font-size: 80px; line-height: 1em; width: 150px; display: inline-block; letter-spacing: -2px; }
.footer-intro-num .large-num span { color: #333; text-transform: uppercase; font-size: 20px; line-height: 1em; display: block; letter-spacing: 0; }
.footer-intro-num .large-num strong { color: #bbb; text-transform: uppercase; font-size: 20px; line-height: 1em; display: block; letter-spacing: 0; margin-top: 4px; }
.footer-intro-num .large-num:last-child { border-left: 1px solid #e5e5e5;  }
.footer-intro-num .large-num:hover { color: #333; }
.footer-intro-num .large-num span { display: block; }

.intro-text-header { background: #f5f5f5; font-weight: 600; text-align: center; padding: 30px 20px; }
#page .intro-text-header { background: transparent; }
.intro-text-header h2 { font-size: 38px; letter-spacing: -1px; line-height: 1.4em; color: #222; font-weight: 600; margin-bottom: 10px; }
.intro-text-header p { font-size: 17px; color: #999; line-height: 1.5em; }

.supportme-notice { position: relative; z-index: 2; width: 50%; float: left; padding-left: 20px; padding-right: 20px; border: 0; margin-bottom: 20px; }
.supportme-notice-inner { background: #60bc71; background: linear-gradient(to bottom, #60bc71 0%,#4a9258 100%); border-radius: 0 4px 4px 0; margin-top: 60px; padding: 20px; height: 70%; position: relative; }
.supportme-notice-inner:before { background: #60bc71; background: linear-gradient(to bottom, #60bc71 0%,#4a9258 100%); border-radius: 0 4px 4px 0; z-index: -1; content:""; position: absolute; left: -9999px; right: 0; top: 0; bottom: 0; height: 100%; }
.supportme-notice-inner h2 { font-size: 36px; text-shadow: 0 2px 0 rgba(0,0,0,0.1); font-weight: 600; color: #fff; letter-spacing: -1.4px; line-height: 1.4em; margin-top: 30px; margin-bottom: 14px; }
.supportme-notice-inner p { font-size: 20px; text-shadow: 0 2px 0 rgba(0,0,0,0.1); line-height: 1.4em; letter-spacing: -0.3px; color: rgba(255,255,255,0.7); margin-bottom: 30px; }
.supportme-notice-inner .btn .fa { font-size: 28px; vertical-align: -10%; }

.supportme-notice-inner .fa.mega-size { font-size: 248px; color: #60bc71; text-shadow: 0 2px 0 rgba(0,0,0,0.1); position: absolute; right: 0; bottom: 0; z-index: 0; }
.supportme-notice-inner-content { position: relative; z-index: 2; }

@media only screen and (max-width: 1024px) {
	.supportme-notice-inner h2 { font-size: 28px; letter-spacing: -1px; }
	.supportme-notice-inner p { font-size: 17px; }
	.supportme-notice-inner .btn { font-size: 15px; }
}
@media only screen and (max-width: 719px) {
	.supportme-notice { width: 100%; padding: 0; }
	.supportme-notice-inner { height: auto; margin: 10px 0; border-radius: 4px; }
	.supportme-notice-inner:before { display: none; }
	.supportme-notice-inner h2 { margin-top: 0; }
	.supportme-notice-inner .btn .fa { font-size: 24px; }
}

.free-notice { background: #fff8e5; color: #b4a16d; border-bottom: 1px solid #fcdf8f; box-shadow: 0 0 5px rgba(252,223,143,0.4); font-size: 17px; font-weight: 600; padding: 30px 20px; text-align: center; }
.free-notice strong { color: #333; }
.free-notice span { display: inline-block; background: #b4a16d; color: #fff; padding: 0 10px; margin-left: 4px; border-radius: 6px; }
.free-notice .fa { font-size: 24px; margin-right: 4px; vertical-align: -10%; }

.gpl-notice { background: #fff8e5; color: #b4a16d; border: 1px solid #fcdf8f; box-shadow: 0 0 5px rgba(252,223,143,0.4); font-size: 17px; font-weight: 400; margin-bottom: 30px; padding: 20px 20px; border-radius: 6px; }
.gpl-notice .fa { font-size: 18px; vertical-align: -5%; margin-right: 4px; }
.gpl-notice span,
.gpl-notice a { display: inline-block; background: #b4a16d; color: #fff; padding: 0 10px; margin-left: 4px; border-radius: 6px; }

.customer-count { background: #67bc71; color: rgba(255,255,255,0.65); font-size: 26px; position: relative; padding: 30px 20px; margin-bottom: -40px; border-top: 1px solid #4a9258; box-shadow: 0 0 5px rgba(96,188,113,0.4); margin-top: 40px; font-weight: 600; text-transform: uppercase; }
.customer-count strong { color: #fff; }
.customer-count :before { content: ""; background: #67bc71; border-left: 1px solid #4a9258; border-top: 1px solid #4a9258; height: 20px; width: 20px; position: absolute; top: -11px; left: 50%; margin-left: -10px; z-index: 0;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg); }

.single-themes-container { margin: 0 -20px; display: flex; flex: 1 1 auto; flex-wrap: wrap; }

.header-single-theme { text-align: left; padding-top: 110px!important; }
.header-single-theme-left { width: 50%; float: left; padding-right: 60px; }
.header-single-theme-right { width: 50%; float: left; }

.header-single-theme-category { text-transform: uppercase; color: rgba(255,255,255,0.2); margin-bottom: 10px; font-size: 14px; margin-top: -30px; }
.header-single-theme-category a { color: #60bc71; }
.header-single-theme-category a:hover { color: #fff; }
.header-single-theme-title { font-size: 44px; letter-spacing: -1px; color: #fff; font-weight: 600; margin-bottom: 24px; }
.header-single-theme-description { font-size: 17px; color: rgba(255,255,255,0.75); margin-bottom: 40px; }
.header-single-theme-date { color: rgba(255,255,255,0.4); font-size: 14px; margin-top: 30px; }
.header-single-theme-date .fa { margin-left: 3px; margin-right: 6px;  }

.single-theme-overview-left { float: left; width: 75%; padding-right: 60px; }
.single-theme-overview-right { float: right; width: 25%; }

.header-single-theme {}
.header-slick { position: relative; }
.slick-themes-nav { position: relative; text-align: center; }
.slick-themes-nav .slick-prev,
.slick-themes-nav .slick-next { background: rgba(255,255,255,0.1); transition: all 0.3s ease; position: relative; display: inline-block; margin: 10px; height: 34px; width: 34px; border-radius: 4px; }
.slick-themes-nav .slick-prev:hover,
.slick-themes-nav .slick-next:hover,
.slick-themes-nav .slick-prev:focus,
.slick-themes-nav .slick-next:focus { background: rgba(255,255,255,0.2); }

#subfooter .slick-themes-nav { margin-top: 60px; }
#subfooter .slick-themes-nav .slick-prev,
#subfooter .slick-themes-nav .slick-next { background: #f5f5f5; }
#subfooter .slick-themes-nav .slick-prev:hover,
#subfooter .slick-themes-nav .slick-next:hover,
#subfooter .slick-themes-nav .slick-prev:focus,
#subfooter .slick-themes-nav .slick-next:focus { background: #eee; }
#subfooter .slick-themes-nav .slick-prev:before,
#subfooter .slick-themes-nav .slick-next:before { color: #333; }
#subfooter .slick-slide .browser { border: 1px solid #ddd; }

.slick-testimonials { background: #f5f5f5; border-top: 1px solid #e5e5e5; }
.slick-testimonials .testimonial { margin-bottom: 40px; position: relative; transition: all 0.3s ease; }
.slick-testimonials .testimonial:hover { margin-top: 40px; }

.slick-testimonials-nav { position: relative; text-align: center; }
.slick-testimonials-nav .slick-prev,
.slick-testimonials-nav .slick-next { background: #f5f5f5; transition: all 0.3s ease; position: relative; display: inline-block; margin: 10px; height: 34px; width: 34px; border-radius: 4px; }
.slick-testimonials-nav .slick-prev:hover,
.slick-testimonials-nav .slick-next:hover,
.slick-testimonials-nav .slick-prev:focus,
.slick-testimonials-nav .slick-next:focus { background: #eee; }
.slick-testimonials-nav .slick-prev { left: 0; }
.slick-testimonials-nav .slick-next { right: 0; }
.slick-testimonials-nav .slick-prev:before { color: #333; font-family: "FontAwesome"; content: "\f060"; }
.slick-testimonials-nav .slick-next:before { color: #333; font-family: "FontAwesome"; content: "\f061"; }

.slick-themes-nav .slick-prev { left: 0; }
.slick-themes-nav .slick-next { right: 0; }
.slick-themes-nav .slick-prev:before { font-family: "FontAwesome"; content: "\f060"; }
.slick-themes-nav .slick-next:before { font-family: "FontAwesome"; content: "\f061"; }
.slick-slide { margin: 0 20px; position: relative; margin-bottom: -1px; }
.slick-slide:hover .browser { margin-top: -20px; }
.slick-slide .browser { background: #fff; border: 0; margin-bottom: 0; transition: all 0.3s ease; position: relative; bottom: -20px; }
.slick-slide .browser-view img { border-radius: 0; }
.slick-slide .b-wporg { bottom: 30px; }
.slick-slide:hover .b-wporg { bottom: 10px; }
.slick-list { padding-top: 20px!important; }
#topbar {  }
#topbar-inner { border-bottom: 1px solid rgba(255,255,255,0.1);  }

.page-header { text-align: center; position: relative; }

.site-title { z-index: 2; position: relative; margin: 0; font-size: 32px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 50px; }
.site-title a { display: block; color: #fff; float: left; max-width: 100%; white-space: nowrap; }
.site-title a img { transition: all 0.3s ease; float: left; display: block; max-width: 100%; height: 50px; margin: 20px 30px 0; }
.site-title a:hover img { }

.page-title { font-size: 48px; text-align: center; font-weight: 600; color: #fff; letter-spacing: -1.4px; line-height: 1em; }
.page-title span { font-size: 20px; font-weight: 400; color: rgba(255,255,255,0.75); letter-spacing: -0.3px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.page-title .fa { margin-right: 6px; }

.btn-rss { background: #263941; color: rgba(255,255,255,0.75); font-size: 18px; line-height: 40px; position: absolute; display: block; height: 40px; width: 40px; right: 50%; left: 50%; margin-left: -20px; bottom: -20px; text-align: center;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg);  }
.btn-rss:hover { color: #fff; }
.btn-rss .fa { margin: 0;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.alx-tabs-nav { background: #fff; text-align: center; margin: 0 auto 60px; box-shadow: 0 2px 2px rgba(0,0,0,0.1); }
.alx-tabs-nav.tab-count-1 li { width: 100%; }
.alx-tabs-nav.tab-count-2 li { width: 50%; }
.alx-tabs-nav.tab-count-3 li { width: 33.333%; }
.alx-tabs-nav.tab-count-4 li { width: 25%; }
.alx-tabs-nav li { display: block; float: left; }
.alx-tabs-nav li a { color: #777; font-size: 14px; display: block; padding: 28px 0; border-bottom: 4px solid transparent; border-left: 1px solid #eee; }
.alx-tabs-nav li a .fa { color: #bbb; }
.alx-tabs-nav li a:hover { border-bottom-color: #777; }
.alx-tabs-nav li.active a { background: #fff; color: #777; border-bottom-color: #60bc71; }
.alx-tabs-nav li.active a .fa { color: #60bc71; }
.alx-tabs-nav li a .tab-content { display: inline-block; text-align: left; }
.alx-tabs-nav li a .tab-content strong { color: #222; font-size: 17px; font-weight: 600; line-height: 1em; }
.alx-tabs-nav li a .fa { font-size: 48px; text-align: left; margin-right: 10px; }
.alx-tabs-nav li a span { display: block; margin: 0 auto; }
.alx-tabs-nav li a span strong { display: block; }


/* ------------------------------------------------------------------------- *
 *  Page
/* ------------------------------------------------------------------------- */
#page .container-inner { max-width: 620px; padding: 70px 0 40px; margin: 0 auto; }


/* ------------------------------------------------------------------------- *
 *  Footer
/* ------------------------------------------------------------------------- */
#footer { background: #263941; color: rgba(255,255,255,0.4); text-align: center; padding-top: 20px; }
#back-to-top { border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px; margin-bottom: 30px; }
#to-top { color: rgba(255,255,255,0.4); font-size: 32px; width: 50px; line-height: 50px; display: inline-block; position: relative; }
#to-top:hover { color: rgba(255,255,255,0.8); }
#to-top:hover:after { top: -36px; left: -30px; background: #60bc71; color: #fff; font-size: 14px; line-height: 18px; content: attr(title); display: block; padding: 5px 15px; position: absolute; white-space: nowrap; 
-webkit-border-radius: 3px; border-radius: 3px; }
#to-top:hover:before { top: -8px; left: 20px; border: solid; border-color: #60bc71 transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; }
#copyright { margin-top: 20px; }
#host { text-transform: uppercase; font-size: 11px; padding: 10px 0; }
#host a { color: rgba(255,255,255,0.7); }
#host a:hover { color: #60bc71; }

#footer-avatar { margin-bottom: -40px; border-radius: 100%; position: relative; border: 10px solid #1b2a30; z-index: 1; }

#follow { background: #1b2a30; color: rgba(255,255,255,0.5); font-size: 16px; margin-bottom: -20px; padding: 20px 0; position: relative; }
#follow a { color: #fff; }
#follow a:hover { color: #fff; }
#follow span { text-transform: uppercase; font-size: 11px; display: block; margin-top: 0; }
#follow span a { text-transform: none; font-size: 16px; }

#footer .social-links { border-top: 1px solid #27353b; }
#footer .social-links:before { content: ""; background: #1b2a30; border-left: 1px solid #27353b; border-top: 1px solid #27353b; height: 20px; width: 20px; position: absolute; top: -11px; left: 50%; margin-left: -10px; z-index: 9;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg); }


/* ------------------------------------------------------------------------- *
 *  Post
/* ------------------------------------------------------------------------- */
.post,
.code,
.themes { padding-bottom: 50px; border-bottom: 2px solid #eee; margin-bottom: 50px; position: relative; }
.single .post,
.single .code,
.single .themes { padding-bottom: 0; border-bottom: 0; }
.post-title { color: #333; font-size: 36px; font-weight: 600; letter-spacing: -1.4px; line-height: 1.4em; margin-bottom: 15px; }
.post-title a { color: #333; }
.post-title a:hover { color: #60bc71; }
.post-meta { text-transform: uppercase; font-size: 14px; font-weight: 400; color: #ccc; margin-bottom: 15px; }
.post-meta.bottom { margin-bottom: 0; margin-top: 30px; }
.post-meta a { color: #ccc; }
.post-meta a:hover { color: #60bc71; }
.post-meta i { margin-right: 4px; }
.post-meta li { float: left; margin-right: 12px; }
.post-meta li.comment { height: 32px; float: right; margin-right: 0; }
.post-meta li.comment a { position: relative; display: block; }
.post-meta li.comment a span { color: #60bc71; position: absolute; text-align: center; left: 0; right: 0; top: 2px; padding-right: 3px; transition: color 0.3s ease; }
.post-meta li.comment a i { color: #dff2e3; font-size: 36px; text-shadow: 0 1px 0 #afddb8; transition: color 0.3s ease; }
.post-meta li.comment a:hover i { color: #60bc71; }
.post-meta li.comment a:hover span { color: #fff; }
.more-link { background: #60bc71; color: #fff; font-size: 14px; padding: 7px 14px; text-transform: uppercase; -webkit-border-radius: 6px; border-radius: 6px; }
.more-link:hover { background: #333; color: #fff; }
.more-link:after { content:"\f18e"; font-family: FontAwesome; margin-left: 6px; }
.more-link:hover:after { margin-left: 12px; }

/* single */
.post-pages { font-weight: 600; margin-bottom: 20px; }
.post-tags { margin: 40px 0; }
.post-tags span { font-size: 14px; display: inline-block; margin: 0 7px 0 0; }
.post-tags a { background: #eee; display: inline-block; line-height: 16px; white-space: nowrap; font-size: 12px; color: #777; padding: 3px 7px; margin: 0 5px 2px 0;
-webkit-border-radius: 4px; border-radius: 4px; }
.post-tags a:hover { background-color: #60bc71; color: #fff; }

.author-bio { text-align: center; position: relative; margin-top: 40px; margin-bottom: -30px; z-index: 2; }
.author-bio:before { content:""; border-top: 2px solid #e5e5e5; position: absolute; top: 52px; left: 0; right: 0; z-index: -1; }
.author-bio img { background: #fff; padding: 20px; border-radius: 100%; width: 104px; height: auto; }
.author-bio .bio-name { margin-top: -20px; line-height: 1.6em; }
.author-bio .bio-name span { color: #999; text-transform: uppercase; font-size: 12px; display: block; }
.author-bio .bio-name strong { color: #333; font-weight: 600; display: block; }

/* sharrre */
.post-sharrre { margin-top: 60px; }
.sharrre { width: 25%; float: left; }
.sharrre .box { display: block; padding: 15px 20px; border-top: 2px solid #333;
-webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; }
.sharrre .count { width: 50%; background: #eee; color: #fff; display: block; font-size: 15px; font-weight: 600; line-height: 30px; position: relative; text-align: center; border-radius: 6px; }
.sharrre .count:after { content:''; display: block; position: absolute; right: -12px; width: 0; height: 0; border: solid 6px transparent; border-left-color: #eee; bottom: 9px; }
.sharrre .share { width: 30%; margin-left: 20%; display: block; font-size: 24px; font-weight: 600; line-height: 32px; padding: 0; text-align: center; text-decoration: none; }
.sharrre .share,
.sharrre .count,
.sharrre .count:after { float: left; -webkit-transition: all .3s ease; transition: all .3s ease; }
.sharrre .box:hover .share {}
.sharrre .box:hover .count { color: #fff!important; }

.sharrre#twitter .box:hover { background: #eef6f9; }
.sharrre#twitter .box { border-top-color: #24a5db; }
.sharrre#twitter .box:hover .count:after { border-left-color: #24a5db; }
.sharrre#twitter .count,
.sharrre#twitter .share,
.sharrre#twitter .box:hover .count { color: #24a5db; }
.sharrre#twitter .box:hover .count { background: #24a5db; }

.sharrre#facebook .box:hover { background: #f0f2f7; }
.sharrre#facebook .box { border-top-color: #3b5998; }
.sharrre#facebook .box:hover .count:after { border-left-color: #3b5998; }
.sharrre#facebook .count,
.sharrre#facebook .share,
.sharrre#facebook .box:hover .count { color: #3b5998; }
.sharrre#facebook .box:hover .count { background: #3b5998; }

.sharrre#googleplus .box:hover { background: #fbf1f0; }
.sharrre#googleplus .box { border-top-color: #cd483c; }
.sharrre#googleplus .box:hover .count:after { border-left-color: #cd483c; }
.sharrre#googleplus .count,
.sharrre#googleplus .share,
.sharrre#googleplus .box:hover .count { color: #cd483c; }
.sharrre#googleplus .box:hover .count { background: #cd483c; }

.sharrre#pinterest .box:hover { background: #fbf1f0; }
.sharrre#pinterest .box { border-top-color: #ca2128; }
.sharrre#pinterest .box:hover .count:after { border-left-color: #ca2128; }
.sharrre#pinterest .count,
.sharrre#pinterest .share,
.sharrre#pinterest .box:hover .count { color: #ca2128; }
.sharrre#pinterest .box:hover .count { background: #ca2128; }

.sharrre#linkedin .box:hover { background: #f2f8fb; }
.sharrre#linkedin .box { border-top-color: #0077b5; }
.sharrre#linkedin .box:hover .count:after { border-left-color: #0077b5; }
.sharrre#linkedin .count,
.sharrre#linkedin .share,
.sharrre#linkedin .box:hover .count { color: #0077b5; }
.sharrre#linkedin .box:hover .count { background: #0077b5; }

/* ------------------------------------------------------------------------- *
 *  Post Type - Themes
/* ------------------------------------------------------------------------- */
.page-template-themes-php .post-top-link { display: none; }
.post-top-link { font-size: 14px; position: absolute; top: 8px; right: 0; text-transform: uppercase; }
.post-top-link .fa { margin-left: 6px; 
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease; }
.post-top-link:hover .fa { margin-left: 12px; }
.theme-excerpt { font-size: 18px; margin-bottom: 30px;  }
.theme-excerpt strong { color: #333; }
.page-template-themes .theme-excerpt { display: none; }

.post-navigation { float: right; margin-top: -70px; margin-bottom: 20px; }
.post-navigation .fa { font-size: 22px; position: relative; bottom: -3px; }
.post-navigation a { float: left; line-height: 30px; }
.post-navigation a strong { text-align: center; width: 40px; float: left; transition: all .3s ease; border-radius: 4px; display: block; padding: 4px 0; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); }
.post-navigation a:hover strong { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); }
.post-navigation .prev-theme { margin-right: 4px; }
.post-navigation .prev-theme strong {  }
.post-navigation .next-theme {  }
.post-navigation .next-theme strong {  }

/*  themes : browser window
/* ------------------------------------ */
.slick-themes .browser-bar { height: 26px; }
.slick-themes .b-prev { left: 4px; top: 4px; }
.slick-themes .b-next { left: 23px; top: 4px; }

.browser { background: #f5f5f5; border-radius: 4px 4px 0 0; }
#page .browser { border: 1px solid #e5e5e5; border-radius: 4px; }
/* browser bar */
.browser-bar { background: #b3b3b3; height: 33px; border-bottom: 1px solid #696969;
-webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;
-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#b3b3b3));
background-image: -webkit-linear-gradient(top, #ededed, #b3b3b3);
background-image:    -moz-linear-gradient(top, #ededed, #b3b3b3);
background-image:      -o-linear-gradient(top, #ededed, #b3b3b3);
background-image:         linear-gradient(to bottom, #ededed, #b3b3b3); }
.b-url { display: block; position: relative; font-size: 9px; padding: 0 6px; color: #999; font-family: verdana; line-height: 17px; background: #fff; border: 1px solid; border-color: #8d8d8d #979797 #a0a0a0 #979797;
-webkit-border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 3px 5px rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.08);
box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 3px 5px rgba(0,0,0,0.1), inset 0 1px 0 rgba(0,0,0,0.08); }
.b-url:hover { color: #444; }
.b-url .fa { margin: 0 4px 0 0; vertical-align: 8%; }
.b-url .fa-repeat { color: #999; position: absolute; right: 0; top: 4px; }
.b-url span { color: #444; }
.b-btn { background: #c0c0c0; position: absolute; text-align: center; width: 19px; height: 17px; border: 1px solid; border-color: #888 #7a7a7a #727272 #7a7a7a;
box-shadow: 0 1px 0 rgba(255,255,255,0.3);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#c0c0c0));
background-image: -webkit-linear-gradient(top, #ececec, #c0c0c0);
background-image:    -moz-linear-gradient(top, #ececec, #c0c0c0);
background-image:      -o-linear-gradient(top, #ececec, #c0c0c0);
background-image:         linear-gradient(to bottom, #ececec, #c0c0c0); }
.b-btn .fa { font-size: 14px; position: absolute; top: 1px; text-shadow: 0 1px 0 rgba(255,255,255,0.2); }
.b-prev { border-right: 0; left: 7px; top: 7px; padding-right: 1px; 
border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; 
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(0,0,0,0.2);
box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset -1px 0 0 rgba(0,0,0,0.2); }
.b-prev .fa { left: 6px; }
.b-next { border-left: 0; left: 26px; top: 7px; border-radius: 0 3px 3px 0; }
.b-next .fa { left: 6px; }
/* browser view */
.browser-view { position: relative; }
.browser-view img { display: block; width: 100%; height: auto; 
-webkit-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }
.b-free { display: block; position: absolute; top: 0; right: 0; z-index: 2; pointer-events: none; }
.b-free img { max-width: 80px; height: auto; display: block; }
.b-sticky { display: block; position: absolute; top: 0; right: 0; z-index: 2; pointer-events: none; }
.b-sticky img { max-width: 80px; height: auto; display: block; }
.b-wporg { background: #60bc71; color: #fff; position: absolute; left: 10px; bottom: 10px; padding: 0 10px; border-radius: 3px; z-index: 2; pointer-events: none; transition-property: all; transition-duration: 0.2s; transition-timing-function: ease; }
.browser-view a:hover .b-wporg { padding-left: 20px; }
.b-overlay { opacity: 0; background: rgba(38,57,65,0.85); color: #fff; text-align: center; position: absolute; top: 0; right: -1px; bottom: -1px; left: -1px; 
-webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
.b-overlay,
.b-overlay .fa {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.b-overlay:hover { opacity: 1; }
.b-overlay:active { opacity: 0.9; }
.b-overlay .fa { width: 80px; font-size: 36px; padding: 22px 20px 18px; border: 2px solid rgba(255,255,255,0.1); position: absolute; top: 50%; left: 50%; margin-top: -40px; margin-left: -40px;
-webkit-border-radius: 100%; border-radius: 100%; }
.b-wrap { padding: 7px 7px 7px 55px; position: relative; }

/*  themes : buttons
/* ------------------------------------ */
.download-note { background: #dff2e3; position: relative; border: 1px solid #afddb8; padding: 15px 20px; font-size: 14px; margin-bottom: 30px;
-webkit-border-radius: 4px; border-radius: 4px;
box-shadow: 0 0 5px rgba(96,188,113,0.4); }
.download-note:before, 
.download-note:after { content:''; display: block; position: absolute; left: 46%; width: 0; height: 0; }
.download-note:before { border: solid 10px transparent; border-bottom-color: #afddb8; margin-left: -6px; top: -20px; }
.download-note:after { border: solid 10px transparent; border-bottom-color: #dff2e3; margin-left: -6px; top: -19px; }
.download-note h4 { font-size: 17px; line-height: 1.5em; font-weight: 600; color: #222; margin-bottom: 10px; }
.download-note .via-tf { line-height: 1.6em; font-size: 16px; color: #60bc71; padding-bottom: 10px; }
.download-note .hugs { font-size: 15px; font-weight: 600; color: #60bc71; padding: 0; text-transform: uppercase; }
.download-note .hugs .fa.fa-wordpress { font-size: 18px; margin: 0 2px; }
.download-note .hugs span { display: block; color: #60bc71; font-size: 52px; line-height: 1em; font-weight: 600; }
.download-note .hugs span i { background: #fff; font-size: 20px; display: block; float: left; margin: 2px 10px 0 0; padding: 12px; 
-webkit-border-radius: 100%; border-radius: 100%; 
box-shadow: 0 0 3px rgba(96,188,113,0.4); }
.download-note .hugs strong { letter-spacing: -1px; }

.via-wporg { font-size: 16px; color: #60bc71; padding: 10px 0 0; }
.extra-theme-links { margin: 20px -20px -15px; }
.extra-theme-links li { font-size: 16px; }
.extra-theme-links li a { display: block; border-top: 1px solid #c3eacb; padding: 3px 20px; }
.extra-theme-links li a .fa { font-size: 18px; margin-right: 3px; opacity: 0.6; }
.extra-theme-links li a:hover .fa { opacity: 1; }
.extra-theme-links li a:hover { background: #60bc71; padding-left: 30px; color: #fff; }
.extra-theme-links li:last-child a { border-radius: 0 0 2px 2px; }

li.documentation { float: right; margin-right: 0; }

/*  themes : slider
/* ------------------------------------ */
.single-themes .flex-control-nav { bottom: auto; top: -70px; }
.single-themes .flex-direction-nav { top: 50%; margin-top: -20px; right: -60px; left: -60px; }
.single-themes .flex-direction-nav a { background: transparent; color: #999; height: 40px; width: 29px; }
.single-themes .flex-direction-nav a:before { line-height: 24px; font-size: 32px; }
.single-themes .flexslider:hover .flex-next:hover, 
.single-themes .flexslider:hover .flex-prev:hover { color: #333; }

/*  themes : feature box shortcode
/* ------------------------------------ */
.feature-box { width: 50%; padding: 20px 0 ; float: left; font-size: 13px; line-height: 1.85em; }
.feature-box h3,
.feature-box p { margin-left: 65px; }
.feature-box .fa { background: #dff2e3; color: #60bc71; font-size: 16px; display: block; float: left; width: 48px; line-height: 48px; text-align: center; border-radius: 100%; }
.feature-box h3 { color: #222; font-size: 17px; font-weight: 600; line-height: 1.6em; margin-bottom: 5px; }
.feature-box p { margin-bottom: 0; }
.feature-box.last { clear: right; }

.feature-box-large { width: 33.33%; padding: 20px 20px; float: left; font-size: 16px; line-height: 1.85em; text-align: center; }
.feature-box-large h3,
.feature-box-large p {  }
.feature-box-large .fa { background: #dff2e3; color: #60bc71; font-size: 42px; width: 100px; line-height: 100px; text-align: center; margin-bottom: 10px; border-radius: 100%; }
.feature-box-large h3 { color: #222; font-size: 17px; font-weight: 600; line-height: 1.6em; margin-bottom: 10px; }
.feature-box-large p { margin-bottom: 0; }
.feature-box-large.last { clear: right; }

.theme-heading { font-weight: 600; padding-top: 10px; text-align: center; text-transform: uppercase; }
.theme-subheading { font-style: italic; color: #999; text-align: center; }
.theme-subheading.bottom { margin-top: 30px; margin-bottom: -20px; }
#standard-features .fa { background: #faf1bb; color: #333; }

/*  themes : testimonial shortcode
/* ------------------------------------ */
.testimonial { background: #fff; font-size: 16px; position: relative; border: 1px solid #e5e5e5; box-shadow: 0 0 20px rgba(0,0,0,0.1); padding: 20px; border-radius: 6px; text-align: center; margin-top: 60px; }
.testimonial:after { background: #dff2e3; color: #67bc71; font-size: 24px; font-family: "FontAwesome"; content: "\f10d"; line-height: 40px; height: 40px; width: 40px; display: block; position: absolute; left: 0; top: 20px; border-radius: 0 6px 6px 0; }
.testimonial-avatar { border-radius: 100%; margin-top: -60px; display: inline-block!important; }
.testimonial-text { font-size: 16px; font-style: italic; }
.testimonial-text p { line-height: 1.8em; margin-bottom: 15px; }
.testimonial-rating { color: #e9b500; }
.testimonial-rating .fa { margin: 0 2px; }
.testimonial-name { color: #333; font-size: 17px!important; margin-bottom: 15px; font-weight: 600; }
.testimonial-theme,
a.testimonial-theme { background: #eee; color: #777; font-size: 12px; text-transform: uppercase; border-radius: 6px; display: inline-block; padding: 0 14px; border: 0; }
a.testimonial-theme:hover { background: #dff2e3; color: #60bc71; }


/* ------------------------------------------------------------------------- *
 *  Post Formats
/* ------------------------------------------------------------------------- */

/*  post format : common
/* ------------------------------------ */
.post-format { position: relative; margin-bottom: 2em; }
.post-format p { margin-bottom: 1em; }
.post-format .format-container { background: #f1f1f1; padding-bottom: 10px; border-left: 3px solid #60bc71; }
.post-format .format-container i[class^="icon-"],
.post-format .format-container i[class*=" icon-"] { color: #ccc; font-size: 36px; float: right; margin: 0 0 20px 20px; }

/*  post format : image
/* ------------------------------------ */
.format-image { }

/*  post format : video
/* ------------------------------------ */
.format-video { }

/*  post format : quote
/* ------------------------------------ */
.format-quote .post-format {  }
.format-quote .post-format blockquote { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }
.format-quote .post-format .quote-author { font-style: italic; }

/*  post format : link
/* ------------------------------------ */
.format-link .post-format p { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }

/*  post format : status
/* ------------------------------------ */
.format-status .post-title { display: none; }
.single .format-status .entry { font-size: 24px; line-height: 1.4em; }

/*  post format : gallery
/* ------------------------------------ */
.format-gallery .post-format .flexslider { overflow: visible; padding-bottom: 30px; margin-bottom: -20px; }
.format-gallery .post-format .flexslider .slides { background: #262626; overflow: hidden; position: relative; }
.format-gallery .post-format .flexslider .slides img { max-height: 405px; width: auto; max-width: 100%; -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6); box-shadow: 0 0 30px rgba(0,0,0,0.6); }
.format-gallery .post-format .flexslider .flex-control-nav { bottom: 1px; }  
.format-gallery .post-format .flex-direction-nav a:before { color: #fff; }


/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments { margin-top: 20px; }

.comment-tabs { font-size: 15px; border-bottom: 2px solid #eee; margin-bottom: 20px; }
.comment-tabs li { float: left; margin-bottom: -2px; }
.comment-tabs li a { font-weight: 600; padding: 0 10px 10px; display: block; color: #aaa; border-bottom: 2px solid #eee; }
.comment-tabs li a:hover { color: #444; border-color: #ccc; }
.comment-tabs li span { background-color: #eee; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-tabs li i { margin-right: 6px; }
.comment-tabs li.active a { color: #60bc71; border-bottom-color: #60bc71; }

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }
.commentlist .comment-body, .pinglist li  { clear: both; position: relative; padding-bottom: 20px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 22px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn, .pinglist .ping-link { color: #444; font-size: 13px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; } 
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply { font-size: 12px; line-height: 16px; }
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #444; }
.comment-awaiting-moderation { color: #60bc71; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }
.pinglist .ping-meta { font-size: 13px; line-height: 22px; }  

/* comment text */
.commentlist .comment-body p { margin-bottom: 8px; color: #777; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* author comment */
.commentlist li.bypostauthor > .comment-body:after { background: #60bc71; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
.commentlist li.bypostauthor > .comment-body:after { top: 32px; left: -28px; width: 16px; font-size: 10px; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist li li.bypostauthor > .comment-body:after { top: 22px; left: -24px; width: 12px; font-size: 8px; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin-bottom: 20px; padding: 10px 0; border-top: 2px solid #eee; border-bottom: 2px solid #eee; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes, 
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 12px; }
#cancel-comment-reply-link:hover { color: #777; }
#commentform { background: #f5f5f5; border: 1px solid #ccc; padding: 10px 20px 20px; margin-bottom: 20px; 
-webkit-border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
box-shadow: 0 0 5px rgba(0,0,0,0.1); }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"], 
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }


/* ------------------------------------------------------------------------- *
 *  Documentation
/* ------------------------------------------------------------------------- */
.page-template-documentation #page { max-width: 960px; margin: 0 auto; }
#docs-header { background: #60bc71; height: 120px; color: #fff; position: relative; z-index: 0; }
#docs-sidebar { margin-left: -300px; float: left; margin-right: 40px; width: 260px; }

#docs-notice { background: #fff8e5; color: #b4a16d; margin-top: 30px; border: 1px solid #fcdf8f; box-shadow: 0 0 5px rgba(252,223,143,0.4); font-size: 17px; font-weight: 600; padding: 20px 20px; text-align: center; }
#docs-notice .fa { font-size: 24px; margin-right: 4px; vertical-align: -10%; }

#docs { margin-top: -124px; position: relative; padding-left: 300px;}
#docs-inner { float: right; width: 100%; }

#docs-heading { color: #fff; font-size: 32px; letter-spacing: -1px; font-weight: 600; margin-bottom: 30px; padding-bottom: 40px; }
#docs-heading i { margin-right: 6px; color: rgba(255,255,255,0.7); }

#docs .entry h1,
#docs .entry h2,
#docs .entry h3,
#docs .entry h4,
#docs .entry h5,
#docs .entry h6 { line-height: 1.3em; font-weight: 600; letter-spacing: -0.5px; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; margin-bottom: 20px; margin-top: 30px; }


/* ------------------------------------------------------------------------- *
 *  Child Menu
/* ------------------------------------------------------------------------- */
.child-menu { background: #f4f4f4; position: relative; float: left; width: 100%; }
.child-menu a { color: #666; font-weight: 600; display: block; padding: 0 44px; }
.child-menu a:hover { color: #60bc71; }
.child-menu .current_page_item > a { color: #60bc71; }

/* show only current page items */
.child-menu > li { display: none; }
.child-menu > li.current_page_item, 
.child-menu > li.current_page_parent, 
.child-menu > li.current_page_ancestor { display: block; }
.child-menu > li.current_page_item > ul ul, 
.child-menu > li.current_page_parent > ul ul, 
.child-menu > li.current_page_ancestor > ul ul { display: none; }
.child-menu > li ul li.current_page_item ul, 
.child-menu > li ul li.current_page_parent ul, 
.child-menu > li ul li.current_page_ancestor ul { display: block; }

/* level 1 */
.child-menu > li > a { font-size: 20px; display: block; padding: 15px 20px; border: 1px solid #eee; border-bottom: 0; }

/* level 2 */
.child-menu > li > ul { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.child-menu > li > ul > li > a { font-size: 15px; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; padding: 11px 20px; }
.child-menu > li > ul > li > a:before { font-family: FontAwesome; content: "\f067"; font-weight: normal; font-size: 18px; margin-right: 8px; opacity: 0.3; }

/* level 3 */
.child-menu > li ul ul { background: #eee; background: linear-gradient(to right, #e7e7e7 0%,#eee 100%); padding: 6px 0; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #ddd; }
.child-menu > li ul ul a { font-size: 14px; font-weight: 300; padding-top: 7px; padding-bottom: 7px; margin-bottom: 1px; }
.child-menu > li ul ul a:hover,
.child-menu > li ul ul li.current_page_item > a { background: #f4f4f4; box-shadow: 0 1px 0 #ddd; }


/* ------------------------------------------------------------------------- *
 *  Plugins
/* ------------------------------------------------------------------------- */

/*  plugin : latest tweets
/* ------------------------------------ */
.latest-tweets {  }
.latest-tweets ul { max-width: 620px; font-size: 13px; line-height: 1.5em; text-align: left; padding: 20px; margin: 0 auto; }
.latest-tweets li { border-bottom: 1px solid rgba(255,255,255,0.1); padding: 20px 0; padding-left: 40px; position: relative; }
.latest-tweets li:last-child { border-bottom: 0; }
.latest-tweets li:before { color: rgba(255,255,255,0.2); font-size: 24px; content:"\f099"; font-family: FontAwesome; position: absolute; left: 0; top: 28px; }
.latest-tweets .tweet-text {}
.latest-tweets .tweet-text a { color: rgba(255,255,255,0.7); }
.latest-tweets .tweet-text a:hover { color: #60bc71; }
.latest-tweets .tweet-text .emoji {}
.latest-tweets .tweet-details { font-size: 11px; text-transform: uppercase; margin-top: 10px; }
.latest-tweets .tweet-details a { color: #60bc71; }
.latest-tweets .tweet-details a:hover { color: #fff; }

/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
.wp-pagenavi a,
.wp-pagenavi span { color: #aaa; font-size: 16px; padding: 7px 8px!important; display: inline-block; margin: 0 2px!important; }
.wp-pagenavi span.pages { font-size: 17px; font-weight: 300; display: block; margin-bottom: 1em!important; border: none!important; }
.wp-pagenavi span.pages:before { content: "\f15c"; font-family: FontAwesome; margin-right: 6px; }
.wp-pagenavi span.extend { border: none!important; border-bottom: 2px solid transparent!important; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { color: #444!important; }

.wp-pagenavi a { color: #60bc71; border: none!important; border-bottom: 2px solid #eee!important; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { background: none; border: none!important; border-bottom: 2px solid #60bc71!important; }

/*  plugin : contact form 7
/* ------------------------------------ */
.wpcf7 {  }
.wpcf7 p { font-size: 17px; color: #333; font-weight: 600; margin: 0 0 12px;  width: 100%; float: left; position: relative; }
.wpcf7 p span { font-weight: 400; color: #999; }
.wpcf7 label { display: block; float: left; width: 100%; text-align: left; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] { display: block; float: left; padding: 10px; width: 100%; }  
.wpcf7 textarea { display: block; float: left; padding: 10px; width: 100%; }  
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea { background: #f5f5f5; margin-top: 12px; }
.wpcf7 input[type="submit"] { width: 100%; padding: 10px 0; font-size: 22px; }
.wpcf7 div.wpcf7-validation-errors { border: none; margin: 0; padding: 0; }
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-mail-sent-ng { border: none; }
.wpcf7 div.wpcf7-response-output { margin: 0; padding: 10px 18px; float: left; }
.wpcf7 span.wpcf7-form-control-wrap { display: block; position: relative; }
.wpcf7 span.wpcf7-not-valid-tip { background: #f2dede; border-color: #e3bfbf; color: #b94a48; padding: 4px 14px; font-size: 12px; line-height: 20px; position: absolute; left: 0; top: 12px; width: auto; right: 0; display: block; }

/*  plugin : syntax highlighter evolved
/* ------------------------------------ */
body .syntaxhighlighter a,
body .syntaxhighlighter div,
body .syntaxhighlighter code,
body .syntaxhighlighter table,
body .syntaxhighlighter table td,
body .syntaxhighlighter table tr,
body .syntaxhighlighter table tbody,
body .syntaxhighlighter table thead,
body .syntaxhighlighter table caption,
body .syntaxhighlighter textarea,
body .syntaxhighlighter .gutter { font-size: 12px !important; line-height: 13px !important; }


/* ------------------------------------------------------------------------- *
 *  Flexslider
/* ------------------------------------------------------------------------- */

/*  flexslider : resets
/* ------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; } 

/*  flexslider : necessary styles
/* ------------------------------------ */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; height: auto; display: block; margin: 0 auto; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
html { -webkit-font-smoothing: antialiased; /* safari font rendering issue fix */ }
html[xmlns] .slides { display: block; } 
* html .slides { height: 1%;}
.no-js .slides > li:first-child { display: block; }

/*  flexslider : default theme
/* ------------------------------------ */
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.carousel li { margin-right: 5px; }

/* direction nav */
.flex-direction-nav { *height: 0; position: absolute; top: 10px; right: 10px; }
.flex-direction-nav li { float: left; }
.flex-direction-nav li:first-child { float: left; }
.flex-direction-nav li:last-child { float: right; }
.flex-direction-nav a { background: rgba(0,0,0,0.7); opacity: 0.6; position: relative; width: 40px; height: 40px; margin: 0 0 0; display: block; cursor: pointer; text-indent: -999px; overflow: hidden; 
-webkit-transition: all .3s ease; transition: all .3s ease;
-webkit-border-radius: 3px; border-radius: 3px; }
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

/* direction nav arrows */
.flex-direction-nav a:before { font-family: FontAwesome; font-size: 20px; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 9px; text-indent: 0; }
.flex-direction-nav .flex-next:before { content:"\f054"; }
.flex-direction-nav .flex-prev:before { content: "\f053"; }

/* control nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; }
.flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li a { background: rgba(0,0,0,0.15); width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -999px; overflow: hidden;
-webkit-border-radius: 100%; border-radius: 100%; }
.flex-control-nav li a:hover { background: rgba(0,0,0,0.15); }
.flex-control-nav li a.flex-active { background: rgba(0,0,0,0.25); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: .7; right: 0; }
  .flex-direction-nav .flex-next { opacity: .7; right: 0; }
}


/* ------------------------------------------------------------------------- *
 *  fancyBox
/* ------------------------------------------------------------------------- */
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object { vertical-align: top; padding: 0; margin: 0; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; padding: 0; margin: 0; background: #f9f9f9; color: #333; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5); -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { padding: 0; margin: 0; position: relative; outline: none; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #333; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 10px; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; vertical-align: top; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url(img/fancybox/fancybox-sprite.png); }
#fancybox-loading { position: fixed;	top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8020; }
#fancybox-loading div { width: 44px; height: 44px; background: url(img/fancybox/fancybox-loading.gif) center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; background: transparent url(img/fancybox/blank.gif); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next {	right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 20px; background-position: 0 -36px; }
.fancybox-next span { right: 20px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -9999px; left: -9999px; padding: 0; overflow: visible; visibility: hidden; }
/* overlay helper */
#fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: #000; }
#fancybox-overlay.overlay-fixed { position: fixed; bottom: 0; right: 0; }
/* title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none;	z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8030; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */background: rgba(0, 0, 0, 0.8); text-shadow: 0 1px 2px #111; color: #fff; font-weight: bold; line-height: 24px; white-space: nowrap; 
-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { margin-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0;	color: #fff; padding: 10px; background: #000; background: rgba(0,0,0,.8);}


/* ------------------------------------------------------------------------- *
 *  Slick Carousel
/* ------------------------------------------------------------------------- */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;  }
.slick-list:focus { outline: none;  }
.slick-list.dragging { cursor: pointer; cursor: hand;  }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;  }
.slick-track:before,.slick-track:after { display: table; content: '';  }
.slick-track:after { clear: both;  }
.slick-loading .slick-track { visibility: hidden;  }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  }
[dir='rtl'] .slick-slide { float: right;  }
.slick-slide img { display: block;  }
.slick-slide.slick-loading img { display: none;  }
.slick-slide.dragging img { pointer-events: none;  }
.slick-initialized .slick-slide { display: block;  }
.slick-loading .slick-slide { visibility: hidden;  }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;  }
.slick-arrow.slick-hidden { display: none;  }


/* ------------------------------------------------------------------------- *
 *  Slick Carousel Theme
/* ------------------------------------------------------------------------- */
.slick-loading .slick-list { background: #fff url(img/ajax-loader.gif) center center no-repeat;  }
.slick-prev,.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;  }
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus { color: transparent; outline: none; background: transparent;  }
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before { opacity: 1;  }
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before { opacity: .25;  }
.slick-prev:before,.slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.slick-prev { left: -25px;  }
[dir='rtl'] .slick-prev { right: -25px; left: auto;  }
.slick-prev:before { content: '←';  }
[dir='rtl'] .slick-prev:before { content: '→';  }
.slick-next { right: -25px;  }
[dir='rtl'] .slick-next { right: auto; left: -25px;  }
.slick-next:before { content: '→';  }
[dir='rtl'] .slick-next:before { content: '←';  }
.slick-dotted.slick-slider { margin-bottom: 30px;  }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center;  }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer;  }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;  }
.slick-dots li button:hover,.slick-dots li button:focus { outline: none;  }
.slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity: 1;  }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.slick-dots li.slick-active button:before { opacity: .75; color: black;  }


/* ------------------------------------------------------------------------- *
 *  Responsive Layout
/* ------------------------------------------------------------------------- */
.body-wrapper,
.container { min-width: 320px; }

.page-template-themes .themes { width: 50%; float: left; padding-left: 20px; padding-right: 20px; border: 0; margin-bottom: 20px; }

@media only screen and (max-width: 1160px) {
	.header-single-theme-left { width: 100%; text-align: center; padding-right: 0; padding-bottom: 30px; }
	.header-single-theme-right { width: 100%; }
	.header-single-theme-description { max-width: 600px; margin-left: auto; margin-right: auto; }
	.post-navigation { margin: 0; text-align: center; width: 100%; float: none; margin-bottom: 20px; }
	.post-navigation a { float: none; display: inline-block; }
	.header-single-theme-right .browser { max-width: 800px; margin: 0 auto; }
}

@media only screen and (max-width: 1024px) {
	.site-header { padding-top: 0; }
}

@media only screen and (max-width: 800px) {
	.alx-tabs-nav.tab-count-2 li,
	.alx-tabs-nav.tab-count-3 li { width: 100%; border-bottom: 1px solid #eee; }
	.single-theme-overview-right { width: 100%; }
	.single-theme-overview-left { padding-right: 0; width: 100%; }
}

/* ------------------------------------------------------------------------- *
 *  Tablet (Portrait) : 768px > 719px
/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 719px) and (max-width: 800px) {
	.single-themes .browser { margin-left: -1px; margin-right: -1px; }
	
}


/* ------------------------------------------------------------------------- *
 *  Mobile (Mid Res) : 719px > 0px (480px & 320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 719px) {
	
	/* layout */
	.container { padding-left: 15px; padding-right: 15px; }
	.grid { width: 100%; margin: 0 0 20px; }
	.hr { margin-top: 10px; }
	
	/* base */
	.notebox { margin-bottom: 30px; }
	.entry,
	.theme-excerpt { font-size: 16px; }
	
	/* text */
	.entry h1 { font-size: 30px; letter-spacing: -0.7px; }
	.entry h2 { font-size: 26px; letter-spacing: -0.5px; }
	.entry h3 { font-size: 24px; letter-spacing: -0.3px; }
	.entry h4 { font-size: 22px; letter-spacing: -0.3px; }
	.entry h5 { font-size: 18px; }
	.entry h6 { font-size: 16px; text-transform: uppercase; }
	
	/* hide */
	#head-face,
	#head-about { display: none!important; }
	.home #head-face { display: inline-block!important; }
	.home #head-about { display: block!important; }
	
	/* header */
	.site-title { width: 100%; float: none; line-height: 60px; margin-top: 20px; margin-bottom: 20px; }
	.site-title a { float: none; text-align: center; }
	.site-title a img { float: none; max-height: 60px; }
	.toggle-search { right: auto; left: 0; top: 0;
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
	box-shadow: 1px 0 0 rgba(255,255,255,0.1); }
	.search-expand { left: 0; right: auto; top: 50px; width: 320px; }
	.page-title { max-width: none; font-size: 36px; letter-spacing: -0.5px; }
	.page-title span { font-size: 18px; letter-spacing: 0; }

	/* page */
	#page { padding: 0!important; }
	.post-title { font-size: 26px; letter-spacing: -0.5px; }
	.sharrre .box { padding-left: 0; padding-right: 0; }
	.sharrre .count { width: 70%; margin: 0 15%; }
	.sharrre .share { width: 100%; margin-left: 0; margin-top: 10px; }
	
	.post-format { margin-bottom: 20px; }
	.format-gallery .post-format .flexslider .slides img { max-height: 240px; }
	
	.single-themes-container { margin: 0; }
	.page-template-themes .themes { width: 100%; padding: 0; margin-left: 0; margin-right: 0; }
	
	#docs-header { height: 100px; }
	#docs-heading { font-size: 22px; letter-spacing: 0; }
	#docs { padding-left: 0; }
	#docs-sidebar { margin-left: 0; margin-right: 0; width: 100%; margin-top: 40px; }
	
	/* themes */
	.post-top-link { top: 0; }
	.theme-excerpt { font-size: 16px; }
	.b-free img,
	.b-sticky img { max-width: 60px; }
	.image-caption { display: none; }
	.theme-buttons li a { font-size: 14px; }
	.theme-buttons li .fa { font-size: 16px; }
	.feature-box { width: 100%; }
	.feature-box h3 { font-size: 15px; }
	.feature-box-large { width: 100%; }
	
	/* comments */
	.comment-tabs { font-size: 13px; }
	.commentlist li { font-size: 13px; }
	.commentlist li ul li { padding-left: 10px; }
	
}


/* ------------------------------------------------------------------------- *
 *  Mobile (Low Res) : 479px > 0 (320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
	
	.site-title { line-height: 50px; }
	.site-title a img { max-height: 50px; }
	#head-about { font-size: 15px; }
	.page-title { max-width: none; font-size: 32px; letter-spacing: -0.5px; }
	.page-title span { font-size: 16px; }
	
	#page { padding-left: 15px; padding-right: 15px; }
	.post-title { font-size: 22px; letter-spacing: -0.3px; }
	.post-meta { font-size: 13px; }
	.entry,
	.theme-excerpt { font-size: 14px; line-height: 1.8em; }
	.more-link { font-size: 12px; }
	
	.gallery-caption { display: none; }
	
	.header-intro { padding-top: 60px; padding-bottom: 50px; }
	.header-intro-title { font-size: 32px; }
	.header-intro-description { font-size: 15px; }
	
	.header-single-theme { padding-top: 60px!important; }
	.header-single-theme-description { font-size: 16px; }
	
	.free-notice { padding-top: 40px; padding-bottom: 40px; line-height: 1.7em; font-size: 15px; }
	
	.testimonial-text { font-size: 14px; }
	.intro-text-header h2 { font-size: 32px; }
	
	#docs-heading .fa { display: none; }
	
}