/*
Theme name: Carbon Fields
Description: Elegant WordPress custom fields for developers.
Author: htmlBurger
Author URI: https://htmlburger.com/
Version: 1.0
*/

/* ================================================================ *\
	#Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; }

/* ================================================================ *\
	#Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { min-width: 980px; background: #3b4f65; font-family: Roboto, sans-serif; font-size: 16px; line-height: 1.625; color: #333; -webkit-font-smoothing:antialiased; font-weight: 300; }

a { color: #333; text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

h1, h2, h3, h4, h5, h6 { color: #555; font-weight: 300; }
h1 { font-size: 55px; }
h2 { font-size: 45px; }
h3 { font-size: 35px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }
h6 { font-size: 20px; }

::selection { background: #3b4f65; color: #fff; }
::-moz-selection { background: #3b4f65; color: #fff; }

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection { background: #3b4f65; color: #fff; }

::-webkit-input-placeholder { color: #fff; opacity: 0.8; }
:-moz-placeholder { color: #fff; opacity: 0.8; }
::-moz-placeholder { color: #fff; opacity: 0.8; }
:-ms-input-placeholder { color: #fff; opacity: 0.8; }
:placeholder-shown { color: #fff; opacity: 0.8; }

/* ================================================================ *\
	#WP Blocks
\* ================================================================ */

.wp-block-embed-youtube .wp-block-embed__wrapper { height: 0; padding-bottom: 56.25%; position: relative; }
.wp-block-embed-youtube .wp-block-embed__wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }
.notext { font-size: 0; line-height: 0; text-indent: -9999px; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

.fade-in { opacity: 0; }
.fade-in.in-viewport { opacity: 1; }

.btn { background: #2cc76c; padding: 9px 22px; border-radius: 5px; position: relative; color: #fff; display: inline-block; border: 0; }
.btn:hover { background: #27ae60; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); text-decoration: none; }

.btn.edit-btn { color: #fff; padding: 3px 22px; }
.btn.edit-btn i { margin-right: 10px; }

.right { display: inline; float: right; }
.left { display: inline; float: left; }

/* ================================================================ *\
	#Wrappers & Loading
\* ================================================================ */

.shell { width: 980px; margin: 0 auto; }
.wrapper { background: #fff; opacity: 0; }

.loading-spinner { position: fixed; z-index: 1; top: 50%; left: 50%; width: 50px; height: 50px; background-color: #2cc76c; border-radius: 50%; }
.loading-spinner:after { content: ''; position: absolute; border-radius: 50%; top: 50%; left: 50%; border: 0px solid white; }

.page-loaded .wrapper { opacity: 1; }
.page-loaded .loading-spinner { opacity: 0; display: none; }

/* ================================================================ *\
	#Header
\* ================================================================ */

.header { padding: 20px 0; background: #3b4f65; position: relative; z-index: 900; }

.header .logo { float: left; }
.header .logo a { width: 145px; height: 40px; display: block; background: url(images/logo.png) no-repeat center center; background-size: 145px 40px; }

.header .nav { float: right; }
.header .nav ul { list-style-type: none; }
.header .nav li { float: left; margin-right: 11px; line-height: 40px; position: relative; }
.header .nav li:last-child { margin-right: 0; margin-left: -20px; }
.header .nav a { float: left; color: #fff; position: relative; }
.header .nav a:hover { text-decoration: none; }
.header .nav ul ul { position: absolute; left: 0; top: 100%; background-color: #3b4f65; padding: 5px; box-shadow: 2px 2px 0px #31e07a; }
.header .nav ul ul { white-space: nowrap; min-width: 180px; border-radius: 8px; opacity: 0; visibility: hidden; }
.header .nav ul ul {
	-webkit-transition: opacity 0.4s, visibility 0.4s, box-shadow 0.4s, padding 0.4s, max-height 0.4s;
			transition: opacity 0.4s, visibility 0.4s, box-shadow 0.4s, padding 0.4s, max-height 0.4s;
}
.header .nav ul ul a { float: none; display: block; }
.header .nav ul ul li { margin-right: 0; float: none; display: block; }
.header .nav ul ul li:last-child { margin-left: 0; }
.header .nav ul ul li + li { border-top: 1px solid #2c3e51; }
.header .nav ul ul ul { top: 0; left: 100%; }
.header .nav ul ul a:hover,
.header .nav ul ul .current-menu-item > a { color: #31e07a; }
.header .nav ul ul .menu-item-has-children:after { margin-top: -5px; right: 4px; }
.header .nav ul ul .menu-item-has-children:after {
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}
.header .nav .menu-item-has-children { padding-right: 12px; }
.header .nav .menu-item-has-children:after { content: ' '; position: absolute; right: 0; top: 50%; width: 6px; height: 6px; }
.header .nav .menu-item-has-children:after { border-left: 1px solid white; border-top: 1px solid white; margin-top: -6px; }
.header .nav .menu-item-has-children:after {
	-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
}

.header .nav .btn-menu { display: none; height: 12px; padding-top: 2px; float: right; }
.header .nav .btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 4px solid #fff; }
.header .nav .btn-menu span:before,
.header .nav .btn-menu span:after { position: absolute; width: 100%; height: 4px; background: #fff; content: ''; left: 0; }
.header .nav .btn-menu span:before { top: -12px; }
.header .nav .btn-menu span:after { top: 4px; }

.header .nav .regular-item a { position: relative; }
.header .nav .regular-item a::before,
.header .nav .regular-item a::after { display: inline-block; opacity: 0; position: relative; top: -1px; }
.header .nav .regular-item a::before { margin-right: 7px; content: '['; }
.header .nav .regular-item a::after { margin-left: 7px; content: ']'; }
.header .nav .regular-item a:hover::before,
.header .nav .regular-item a:hover::after,
.header .nav .regular-item a:focus::before,
.header .nav .regular-item a:focus::after { opacity: 1; }

.header .nav .download-button { margin-left: 10px; }
.header .nav .download-button a { background: #2cc76c; padding: 5px 20px; border-radius: 6px; position: relative; z-index: 5; border: 1px solid #3b4f65; font-weight: 600; line-height: 30px; }
.header .nav .download-button a:hover { background: #27ae60; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); }
.header .nav .download-button i { margin-left: 10px; font-size: 24px; vertical-align: middle; position: relative; margin-top: -2px; }

.header .nav .fork-button a { background: #30a96a; z-index: 4; padding-left: 28px; }
.header .nav .fork-button a:hover { background: #29955d; }

.header .nav .menu-item-has-children:hover > ul { opacity: 1; visibility: visible; }
.header .nav ul ul:hover { box-shadow: 4px 4px 0px #31e07a; }

/* ================================================================ *\
	#Intro
\* ================================================================ */

.intro { min-height: 560px; background: #2c3e51 url(images/intro.png) no-repeat center center; color: #fff; text-align: center; position: relative; overflow: hidden; }

.intro .text { padding: 50px 0 0; }
.intro h2 { color: #fff; }
.intro h3 { font-size: 20px; padding: 0 0 25px; color: #fff; }

.intro ul { list-style-type: none; }
.intro ul li { display: inline; font-weight: 300; margin: 0 13px; }
.intro ul li i { color: #31e07a; font-weight: 400; margin-right: 10px; }
.intro ul li strong { font-weight: 300; color: #31e07a; }

.intro .image { position: absolute; bottom: 0; left: 50%; border-radius: 10px; opacity: 0; }
.intro .image img { display: block; }
.intro .image-1 { margin-left: -350px; }
.intro .image-2 { margin-left: -480px; box-shadow: 98px -59px 94px -25px rgba(0, 0, 0, 0.15); }
.intro .image-3 { margin-left: -215px; box-shadow: 0 50px 94px -25px rgba(0, 0, 0, 0.15); }
.intro .image-4 { margin-left: 92px; margin-bottom: 62px; box-shadow: -55px 62px 94px -25px rgba(0, 0, 0, 0.25); }

.intro.loaded .image { opacity: 1; }

/* ================================================================ *\
	#Home Content
\* ================================================================ */

.home-content { text-align: center; padding: 60px 0 40px; border-bottom: 1px solid #e7e7e7; margin-bottom: 60px; }
.home-content h3 { padding-bottom: 10px; }
.home-content p { padding-bottom: 20px; }
.home-content .intro-text { width: 75%; margin: 0 auto; }

/* ================================================================ *\
	#Features
\* ================================================================ */

.features .feature { border-bottom: 1px solid #e7e7e7; margin-bottom: 60px; overflow: hidden; }
.features .feature img { float: left; margin-right: 50px; opacity: 0; }
.features .feature .text { padding: 35px 0; }
.features .feature.in-viewport img { opacity: 1; }
.features .feature:nth-child(2n) img { float: right; margin-right: 0; margin-left: 50px; }
.features .feature:last-child { border-bottom: 0; margin-bottom: 0; }

/* ================================================================ *\
	#Stats
\* ================================================================ */

.stats { background: #3b4f65; color: #fff; text-align: center; }
.stats .stats-entry-box { width: 50%; float: left; text-align: right; padding: 50px 20px; box-sizing: border-box; }
.stats .stats-entry-box + .stats-entry-box { text-align: left; background: #495d74; }
.stats .stats-entry { display: inline-block; padding: 0 120px; text-align: center; }
.stats .stats-entry strong { color: #31e07a; font-weight: 600; }
.stats .stats-entry i { font-size: 42px; color: #31e07a; margin-bottom: 15px; }

/* ================================================================ *\
	#Preview
\* ================================================================ */

.preview { background: #f4f4f4; padding: 70px 0 80px; }
.preview .text { text-align: center; padding-bottom: 50px; }

.preview .tabs { background: #fff; border-radius: 5px; }

.preview .tab-nav { float: left; width: 276px; height: 594px; border-right: 1px solid #e5e5e5; padding: 25px 20px; box-sizing: border-box; }
.preview .tab-nav a { line-height: 65px; color: #373737; padding: 0 19px; border-bottom: 1px solid #e5e5e5; display: block; }
.preview .tab-nav a:first-child { border-top: 1px solid #e5e5e5; }
.preview .tab-nav a.current { color: #7dcea0; border-bottom-color: #7dcea0; border-bottom-width: 2px; line-height: 64px; font-weight: 700; }
.preview .tab-nav a:hover { color: #7dcea0; text-decoration: none; }

.preview .tab-content { float: right; width: 702px; }
.preview .tab,
.preview .tab .code,
.preview .tab .screenshot { display: none; }
.preview .tab.current,
.preview .tab .active { display: block; }
.preview .tab .tab-view { padding: 25px; }
.preview .tab .tab-view-inner { height: 544px; }
.preview .tab .tab-view-container { display: table; max-width: 100%; width: 100%; height: 100%; }
.preview .tab .tab-view-container-inner { display: table-cell; width: 100%; text-align: center; vertical-align: middle; }
.preview .tab pre { max-width: 620px; max-height: 512px;  }

.preview .actions a { background: #27ae60; color: #fff; line-height: 50px; display: block; border-radius: 5px; text-align: center; }
.preview .actions a:hover { background: #2cc76c; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); text-decoration: none; }
.preview .actions .inactive { display: none; }

/* ================================================================ *\
	#FAQ
\* ================================================================ */

.faq { padding: 70px 0 40px; text-align: center; }
.faq h3 { margin-bottom: 55px; }
.faq .question { margin-bottom: 35px; }
.faq .question h6 { margin-bottom: 5px; font-weight: 600; }

.faq-list h4 { margin-bottom: 20px; }
.faq-list .question + h4 { border-top: 1px solid #e5e5e5; margin-top: 50px; padding-top: 40px; }
.faq-list .question h6 { font-weight: 600; }
.faq-list .question li { margin-bottom: 10px; }
.faq-list .question li:last-child { margin-bottom: 0; }

/* ================================================================ *\
	#Main Content
\* ================================================================ */
.main-content { position: relative; }
.main-content .shell { position: relative; z-index: 1; display: table; }
.main-content .sidebar,
.main-content .content { display: table-cell; padding: 35px 0; }
.main-content .sidebar { width: 265px;  }
.main-content .content { width: 735px; max-width: 735px; box-sizing: border-box; padding-right: 40px; background: #fff; }
.main-content .bg { position: absolute; width: 50%; height: 100%; top: 0; }
.main-content .sidebar-bg { right: 0; background: #f7f7f7; }
.main-content .content-bg { left: 0; background: #fff; }

.docs-page .main-content .content { padding-left: 40px; padding-right: 0; }
.docs-page .main-content .sidebar-bg { left: 0; right: auto; }
.docs-page .main-content .content-bg { right: 0; left: auto; }
.docs-page .select__crb-docs-version { border: 1px solid #e5e5e5; border-radius: 5px; display: block; width: 100%; height: 45px; padding: 12px; box-sizing: border-box; color: #333; margin-bottom: 10px; }

.page-template-default .main-content .content,
.error404 .main-content .content { width: 100%; max-width: 100%; padding-right: 0; }

.page-template-default .pagetitle { margin-bottom: 20px; }

/* ================================================================ *\
	#Content elements
\* ================================================================ */

.article-head { margin-bottom: 20px; }

.article-meta { border-bottom: 1px solid #eee; padding-bottom: 12px; }
.article-meta ul { list-style: none; display: flex; flex-wrap: wrap; }
.article-meta ul li + li { padding-left: 10px; margin-left: 10px; border-left: 1px solid #eee; }

.article-thumbnail { padding: 15px 0; }
.article-thumbnail img { max-width: 100%; height: auto; }

.article-entry { overflow: hidden; }
.article-entry a { color: #2cc76c; }
.article-entry p,
.article-entry ul,
.article-entry ol,
.article-entry > pre,
.article-entry dl,
.article-entry dl dd,
.article-entry table,
.article-entry h5 { margin-bottom: 25px; }
.article-entry ul,
.article-entry ol { margin-left: 40px; }
.article-entry p code,
.article-entry dt code,
.article-entry dl code,
.article-entry td code { background: #f5f2f0; padding: 2px 6px; color: #3b9b59; border-bottom: 1px solid #e5e2e0; }
.article-entry dl { border: 1px solid #e5e5e5; border-bottom: 2px solid #dfe1e3; padding: 30px; }
.article-entry dl p:empty { display: none; }
.article-entry dl dd:last-child { margin-bottom: 0; }
.article-entry dt { margin-bottom: 5px; }
.article-entry .label { padding: 0 8px; display: inline-block; border-radius: 6px; margin-right: 5px; }
.article-entry .label.label-info { background: #2cc76c; color: #fff; }
.article-entry table,
.article-entry tr,
.article-entry th,
.article-entry td { border: 1px solid #e5e5e5; text-align: left; }
.article-entry th,
.article-entry td { padding: 15px 27px; border-left: 0; border-right: 0; font-size: 14px; }
.article-entry td code { font-size: 16px; }
.article-entry h1 { font-size: 45px; }
.article-entry .btn.edit-btn { margin-bottom: 15px; }

.article-entry img.alignnone,
.article-entry img.alignleft { margin: 0 15px 15px 0; }
.article-entry img.alignright { margin: 0 0 15px 15px; }
.article-entry .wp-caption.aligncenter { text-align: center; margin: 0 auto; }
.article-entry .wp-caption.alignright { text-align: right; }

.article-entry hr { margin-bottom: 25px; }

.article-entry .release-archive-table { width: 100% }
.article-entry .release-archive-table .version-col { width: 50px; }
.article-entry .release-archive-table .download-col { text-align: right; }

.article-entry > *:last-child { margin-bottom: 0; }

/* ================================================================ *\
	#Widgets
\* ================================================================ */
.widgets { list-style-type: none; margin-left: 20px; position: relative; }
.widgets > li { display: block; }

.widget {  }
.widget .widgettitle { font-size: 24px; position: relative; display: inline-block; margin-bottom: 15px; }
.widget .widgettitle:after { content: ''; position: absolute; left: 0; bottom: 0; width: 75%; height: 1px; background: #999; }

.widget ul { padding-left: 20px; list-style-type: disc; }

.widget + .widget { margin-top: 20px; }

.docs-page .widgets { list-style-type: none; margin-left: 0; margin-right: 20px; position: relative; }

.docs-nav-widget { color: #555; margin-top: 12px; }
.docs-nav-widget .mobile-nav { display: none; }
.docs-nav-widget ul { list-style-type: none; padding: 10px 0; }
.docs-nav-widget ul li { display: block; padding-bottom: 10px; }
.docs-nav-widget ul li:last-child { padding-bottom: 0; }
.docs-nav-widget > ul > li > strong { font-size: 20px; font-weight: 400; }
.docs-nav-widget > ul > li > .fa { font-size: 25px; color: #c4c4c4; margin-left: 20px; }
.docs-nav-widget > ul > li > ul { margin-left: 23px; padding-bottom: 0; }
.docs-nav-widget > ul > li > ul > li > a { font-weight: 300; color: #555; }
.docs-nav-widget > ul > li > ul > li.current-menu-item > a { color: #2cc76c; }

/* ================================================================ *\
	#Documentation - Head & search
\* ================================================================ */
.docs-head,
.docs-head h1 { margin-bottom: 20px; }

.docs-search { position: relative; margin-bottom: 35px; }
.docs-search .field,
.input-field input { border: 1px solid #e5e5e5; border-radius: 5px; display: block; width: 100%; height: 45px; padding: 12px 60px 12px 20px; box-sizing: border-box; color: #333; }
.input-field { position: relative; }
.docs-search .field::-webkit-input-placeholder,
.input-field input::-webkit-input-placeholder { color: #999; }
.docs-search .field:-moz-placeholder,
.input-field input:-moz-placeholder { color: #999; }
.docs-search .field::-moz-placeholder,
.input-field input::-moz-placeholder { color: #999; }
.docs-search .field:-ms-input-placeholder,
.input-field input:-ms-input-placeholder { color: #999; }
.docs-search .field:placeholder-shown,
.input-field input:placeholder-shown { color: #999; }
.docs-search i,
.input-field i { position: absolute; right: 20px; top: 15px; color: #cecece; }

.docs-breadcrumbs a { color: #2cc76c; }

.ui-autocomplete { background: #fff; position: absolute; top: 0; left: 0; cursor: default; z-index: 10; list-style-type: none; border: 1px solid #e5e5e5; border-top: 0; border-radius: 5px; }
.ui-autocomplete .ui-menu-item { color: #000; position: relative; padding: 9px 20px; line-height: 27px; color: #333; border-bottom: 1px solid #e5e5e5; cursor: pointer; }
.ui-autocomplete .ui-menu-item strong { color: #2cc76c; }
.ui-autocomplete .ui-menu-item:last-child { border-bottom: 0; }
.ui-autocomplete .ui-menu-item:hover { background: #f6f6f6; }
.ui-helper-hidden-accessible { display: none; }

.type-crb_docs img { max-width: 100%; }

/* ================================================================ *\
	#Social Networks Sharing
\* ================================================================ */
.social-share { background: #3b4f65; padding: 35px 0 40px; color: #fff; text-align: center; }
.social-share h3 { color: #fff; margin-bottom: 40px; }
.social-share .network { display: inline-block; margin: 0 25px; }
.social-share .network-facebook .fb-share-button > span { vertical-align: top !important; }
.social-share .network-google-plus { position: relative; top: 2px; }

/* ================================================================ *\
	#Newsletter Subscribe
\* ================================================================ */
.subscribe { background: #27ae60; color: #fff; padding: 45px 0 50px; }
.subscribe .content { float: left; }
.subscribe h6 { color: #fff; }
.subscribe p { font-size: 14px; font-weight: 300; }

.subscribe .form { float: right; position: relative; width: 410px; margin-top: 6px; }
.subscribe .form .gform_fields { list-style-type: none; background: #1b9250; border-radius: 5px; border-top: 1px solid #188348; width: 410px; height: 45px; }
.subscribe .form .gfield input { border: 0; background: transparent; width: 240px; height: 32px; padding: 5px 20px; margin: 1px 0 0 5px; }
.subscribe .form .gfield_error input { color: #d00; }
.subscribe .form .gfield_label { display: none; }
.subscribe .form .button { background: #c3fada; border: 0; border-radius: 5px; -webkit-appearance: none; width: 116px; height: 42px; position: absolute; top: 2px; right: 2px; color: #00572b; }
.subscribe .form .button:hover { background: #00572b; color: #c3fada; }
.subscribe .form .gform_ajax_spinner { position: absolute; top: 14px; right: -20px; }
.subscribe .form .validation_message,
.subscribe .form .validation_error { display: none; }

/* ================================================================ *\
    # Gravity Forms
\* ================================================================ */

.gform_wrapper { position: relative; }
.gform_wrapper .gform_fields { list-style-type: none; background: #1b9250; border-radius: 5px; border-top: 1px solid #188348; height: 45px; padding-left: 0; }
.gform_wrapper .gfield input { border: 0; background: transparent; width: 240px; height: 32px; padding: 5px 20px; margin: 1px 0 0 5px; }
.gform_wrapper .gfield_error input { color: #d00; }
.gform_wrapper .gfield_label { display: none; }
.gform_wrapper .button { background: #c3fada; border: 0; border-radius: 5px; -webkit-appearance: none; width: 116px; height: 42px; position: absolute; top: 2px; right: 2px; color: #00572b; }
.gform_wrapper .button:hover { background: #00572b; color: #c3fada; }
.gform_wrapper .gform_ajax_spinner { position: absolute; top: 14px; right: -20px; }
.gform_wrapper .validation_message,
.gform_wrapper .validation_error { display: none; }

/* ================================================================ *\
	#Footer
\* ================================================================ */
.footer { background: #2c3e50; padding: 60px 0 20px; color: #fff; line-height: 24px; font-size: 14px; }
.footer a { color: #fff; }

.footer .widgets { display: flex; flex-direction: row; justify-content: space-between; margin-left: 0; }
.footer .widgets--top { padding-bottom: 45px; align-items: start; }
.footer .widgets--bottom { padding-bottom: 15px; }

.footer .social-links { float: right; }
.footer .social-links a { font-size: 24px; margin-left: 4px; float: left; padding: 0 2px; }

.footer .copyright { float: left; }

.footer .authors img { margin: 1px 6px 0 8px; vertical-align: top; display: inline-block; }

.footer .widgets { display: flex; flex-direction: row; justify-content: space-between; }

.footer .widget { margin-top: 0; }
.footer .widget__head { margin-bottom: 20px; color: #fff; }
.footer .widget__head h3 { font-size: 16px; color: #fff; margin-bottom: 20px; font-weight: 600; }
.footer .widget__head p { font-size: 14px; }
.footer .widget__head p a { text-decoration: underline; }
.footer .widget__head h6 { color: #FFF; font-weight: 700; padding-bottom: 10px; }

.footer .widget--newsletter { background: #27AE60; color: #fff; border-radius: 5px; padding: 60px 40px; flex: 1; }
.footer .widget--newsletter .widget__head { margin-bottom: 30px; }
.footer .widget--menu { width: 25%; margin-left: 80px; }
.footer .widget--menu .widget__body {  }
.footer .widget--menu ul { list-style: none; padding-left: 0; margin-left: 0; }
.footer .widget--menu ul li { margin-bottom: 15px; }
.footer .widget--menu ul li:last-child { margin-bottom: 0 }
.footer .widget--menu ul li a { color: #FFF; font-weight: 600; }

/* ================================================================ *\
	#CSS3 Animations, Transforms and Transitions
\* ================================================================ */

.fade-in {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.loading-spinner {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loading-spinner:after {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: loading 1000ms ease-out forwards infinite;
	-moz-animation: loading 1000ms ease-out forwards infinite;
	animation: loading 1000ms ease-out forwards infinite;
}

.page-loaded .loading-spinner {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.page-loaded .wrapper {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.regular-item a::before,
.regular-item a::after {
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.regular-item a::before {
	-webkit-transform: translateX(14px);
	-moz-transform: translateX(14px);
	transform: translateX(14px);
}

.regular-item a::after {
	-webkit-transform: translateX(-14px);
	-moz-transform: translateX(-14px);
	transform: translateX(-14px);
}

.regular-item a:hover::before,
.regular-item a:hover::after,
.regular-item a:focus::before,
.regular-item a:focus::after {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.header .nav .download-button a,
.btn,
.preview .actions a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.intro.loaded .image {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: -webkit-transform 0.8s, opacity 0.6s;
	-moz-transition: -moz-transform 0.8s, opacity 0.6s;
	transition: transform 0.8s, opacity 0.6s;
}

.intro .image-1 {
	-webkit-transform: translate(0px, 340px);
	-moz-transform: translate(0px, 340px);
	transform: translate(0px, 340px);
}

.intro.loaded .image-1 {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.intro .image-2 {
	-webkit-transform: translate(-480px, 0);
	-moz-transform: translate(-480px, 0);
	transform: translate(-480px, 0);
}

.intro.loaded .image-2 {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.intro .image-3 {
	-webkit-transform: translate(0px, -220px);
	-moz-transform: translate(0px, -220px);
	transform: translate(0px, -220px);
}

.intro.loaded .image-3 {
	-webkit-transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.intro .image-4 {
	-webkit-transform: translate(220px, 0);
	-moz-transform: translate(220px, 0);
	transform: translate(220px, 0);
}

.intro.loaded .image-4 {
	-webkit-transition-delay: 2.4s;
	-moz-transition-delay: 2.4s;
	-o-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.intro-finished .intro .images .image-1:hover {
	-webkit-transform: translate(0px, -10px);
	-moz-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}

.intro-finished .intro .images .image-2:hover {
	-webkit-transform: translate(-10px, 0px);
	-moz-transform: translate(-10px, 0px);
	transform: translate(-10px, 0px);
}

.intro-finished .intro .images .image-3:hover {
	-webkit-transform: translate(-10px, 10px);
	-moz-transform: translate(-10px, 10px);
	transform: translate(-10px, 10px);
}

.intro-finished .intro .images .image-4:hover {
	-webkit-transform: translate(10px, -10px);
	-moz-transform: translate(10px, -10px);
	transform: translate(10px, -10px);
}

.intro-finished .intro.loaded .image-1,
.intro-finished .intro.loaded .image-2,
.intro-finished .intro.loaded .image-3,
.intro-finished .intro.loaded .image-4 {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.features .feature img {
	-webkit-transition: -webkit-transform 0.8s, opacity 0.7s;
	-moz-transition: -moz-transform 0.8s, opacity 0.7s;
	transition: transform 0.8s, opacity 0.7s;
	-webkit-transform: translateY(220px);
	-moz-transform: translateY(220px);
	transform: translateY(220px);
}

.features .feature.in-viewport img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.features .feature.in-viewport img:hover {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
}

.stats .stats-entry:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.stats .stats-entry:nth-child(2) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.stats .stats-entry:nth-child(3) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.subscribe .form .button {
	-webkit-transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}

.footer .social-links a,
.footer .authors a img {
	-webkit-transition: -webkit-transform 0.1s;
	-moz-transition: -moz-transform 0.1s;
	transition: transform 0.1s;
}

.footer .social-links a:hover,
.footer .authors a:hover img {
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	transform: translateY(2px);
}

.wpemerge-promo-wrapper { background: #FFE88C; display: block; padding: 12px 0; text-align: center; line-height: 32px; }
.wpemerge-promo { color: #353535; }
.wpemerge-promo { text-decoration: underline; }
.wpemerge-promo:hover { text-decoration: none; }
.wpemerge-promo .shell { display: block; }
.wpemerge-promo img { height: 40px; margin: -9px 6px -7px 6px; }
.wpemerge-promo-close { color: #353535; margin: 0 10px; }
.wpemerge-promo::selection,
.wpemerge-promo::-moz-selection { background: #FFE88C; color: #FFE88C; }

@-webkit-keyframes loading {
	0% {
		border: 0px solid white;
	}
	20% {
		border: 8px solid white;
		width: 0%;
		height: 0%;
	}
	100% {
		border: 8px solid white;
		width: 100%;
		height: 100%;
	}
}

@keyframes loading {
	0% {
		border: 0px solid white;
	}
	20% {
		border: 8px solid white;
		width: 0%;
		height: 0%;
	}
	100% {
		border: 8px solid white;
		width: 100%;
		height: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Comments Form
\* ------------------------------------------------------------ */

.comment-respond { padding: 20px; border-radius: 6px; background-color: #f7f7f7; border: 1px solid #ccc; }

.comment-form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;

	position: relative; margin: -5px -10px;
}

.comment-form * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.comment-form > * { padding: 5px 10px; width: 50%; }
.comment-form > .comment-notes,
.comment-form > .form-submit,
.comment-form > .comment-form-comment { width: 100%; }
.comment-form > .comment-notes { order: 1; border-bottom: 2px solid #3b4f65; margin-bottom: 20px; }
.comment-form > .comment-form-author { order: 2; }
.comment-form > .comment-form-email { order: 3; }
.comment-form > .comment-form-url { order: 4; }
.comment-form > .comment-form-comment { order: 5; }
.comment-form > .form-submit { order: 6; }
.comment-form label { display: inline-block; font-weight: 600; padding: 2px 12px; border-radius: 6px 6px 0 0; background-color: #2cc76c; color: #fff; }
.comment-form label { font-size: 14px; letter-spacing: 0.5px; }
.comment-form input {
	-webkit-appearance: none;
			appearance: none;
}
.comment-form input:not([type="submit"]),
.comment-form textarea { width: 100%; border: 0; background-color: #3b4f65; color: #fff; padding: 0 10px; height: 40px; }
.comment-form input:not([type="submit"]),
.comment-form textarea { box-shadow: 2px 2px 0 #2cc76c; border-radius: 0 6px 6px 6px; }
.comment-form textarea {
	-webkit-appearance: none;
			appearance: none;
}
.comment-form input:not([type="submit"]),
.comment-form textarea {
	-webkit-transition: box-shadow 0.4s;
			transition: box-shadow 0.4s;
}
.comment-form input:not([type="submit"]):focus,
.comment-form textarea:focus { box-shadow: 4px 4px 0 #2cc76c; }
.comment-form textarea { resize: none; height: 200px; padding: 10px; }
.comment-form .submit { border:  0; background-color: #2cc76c; border-radius: 6px; height: 40px; font-weight: 600; padding: 0 20px; color: #fff; }
.comment-form .submit {
	-webkit-transition: background 0.4s;
			transition: background 0.4s;

	-webkit-appearance: none;
			appearance: none;
}
.comment-form .submit:hover { background-color: #27ae60; }

/* ------------------------------------------------------------ *\
	- Comments List
\* ------------------------------------------------------------ */

.section-comments { padding-top: 20px; margin-top: 30px; border-top: 2px dashed #3b4f65; }
.section-comments > h3 { margin-bottom: 12px; }

.comments { list-style: none; }
.comments * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.comments ol,
.comments ul { list-style: none; }
.comments + * { margin-top: 30px; }
.comments .comment { border-radius: 6px; margin-left: 20px; background-color: #3b4f65; color: #fff; position: relative; }
.comments .comment { box-shadow: 2px 2px 0 #2cc76c; padding: 10px 10px 10px 50px; }
.comments .comment:before { content: ' '; position: absolute; left: 35px; top: 10px; bottom: 10px; width: 2px; background-color: #2cc76c; }
.comments .comment:not(:last-child) { margin-bottom: 20px; }
.comments .comment a { color: #2cc76c; }
.comments .comment .avatar { position: absolute; width: 48px; height: auto; border-radius: 50%; left: -24px; top: 10px; border: 4px solid #2cc76c; }
.comments .comment-reply { text-align: right; }
.comments .comment-reply a { display: inline-block; vertical-align: top; padding: 4px 12px; font-weight: 600; background-color: #2cc76c; color: #fff; }
.comments .comment-reply a { border-radius: 6px; font-size: 13px; letter-spacing: 0.5px; }
.comments .comment-reply a {
	-webkit-transition: background 0.4s;
			transition: background 0.4s;
}
.comments .comment-entry > *:not(:last-child) { margin-bottom: 10px; }
.comments .children { margin-top: 30px; }
.comments .children .comment { background-color: #fff; color: #333; }
.comments .comment-reply a:hover { background-color: #27ae60; text-decoration: none; }
.comments .comment-respond { margin-top: 30px; }

/* ------------------------------------------------------------ *\
	- Section Tesimonials
\* ------------------------------------------------------------ */

.section-testimonials { background-color: #3b5065; color: #fff; padding: 92px 0; }

/* ------------------------------------------------------------ *\
	- Section Blog
\* ------------------------------------------------------------ */

.section-blog { width: 100%; }

.section-blog .section__head { text-align: center; padding: 77px 0; position: relative; overflow: hidden; color: #c4cad0; }
.section-blog .section__head h1 { font-weight: 400; color: #c4cad0; margin-bottom: 14px; font-size: 42px; letter-spacing: 2px; }
.section-blog .section__head h1 strong { color: white; }
.section-blog .section__head h4 { margin: -7px 0 12px; color: white; }
.section-blog .section__head p strong { font-weight: 400; color: #2eba6b; }
.section-blog .section__head:before { content: ' '; position: absolute; left: 0; right: 0; top: 0; bottom: -100px; }
.section-blog .section__head:before {
	background: rgb(61,86,111);
	background: -moz-radial-gradient(center, ellipse cover, rgba(61,86,111,1) 0%, rgba(44,62,81,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(61,86,111,1) 0%,rgba(44,62,81,1) 100%);
	background: radial-gradient(ellipse at center, rgba(61,86,111,1) 0%,rgba(44,62,81,1) 100%);
}
.section-blog .section__head .shell { position: relative; z-index: 20; }
.section-blog .section__head .shell > *:last-child { margin-bottom: 0; }

.section-blog .section__head .form-search { max-width: 352px; margin-left: auto; margin-right: auto; }
.section-blog .section__head .form-search .input-field input { border-color: #2c3f51; background-color: #2f4356; color: #c4cad0; }
.section-blog .section__head .form-search .input-field i { color: white; }
.section-blog .section__head .form-search:not(:first-child) { margin-top: 32px; }

.section-blog .section__nav { width: 100%; background-color: white; }

.section-blog .section__body { padding: 80px 0; background-color: #f4f4f4; width: 100%; position: relative; overflow: hidden; }

/* ------------------------------------------------------------ *\
	- Slider Testimonials
\* ------------------------------------------------------------ */

.slider-testimonials { width: 100%; position: relative; overflow: hidden; font-family: 'Roboto Condensed', Arial, sans-serif; font-weight: 400; }
.slider-testimonials .slide { padding: 30px 0; width: 100%; position: relative; overflow: hidden; }
.slider-testimonials .slide {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}
.slider-testimonials .slide__avatar { width: 330px; min-width: 330px; }
.slider-testimonials .slide__avatar {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
			align-items: center;
}
.slider-testimonials .slide__avatar-image { width: 100px; position: relative; margin-right: 28px; }
.slider-testimonials .slide__avatar-image img { display: block; width: 100%; height: auto; border-radius: 50%; }
.slider-testimonials .slide__avatar-image:before { content: ' '; position: absolute; left: 50%; bottom: -19px; margin-left: -19px; }
.slider-testimonials .slide__avatar-image:before { background: url(images/ico-quote.png) no-repeat 0 0; width: 38px; height: 38px; }
.slider-testimonials .slide__avatar-content { font-size: 16px; line-height: 1.25; }
.slider-testimonials .slide__avatar-content h6 { font-size: 20px; line-height: 1.20; color: #fff; margin-bottom: 10px; }
.slider-testimonials .slide__avatar-content h6 { font-family: 'Roboto Condensed', Arial, sans-serif; font-weight: 400; }
.slider-testimonials .slide__avatar-content a { color: #2cc76c; }

.slider-testimonials .slide__body { width: calc(100% - 330px); font-size: 25px; line-height: 1.40; font-style: italic; }
.slider-testimonials .slide__body { font-weight: 300; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.slider-testimonials .slide__avatar-image:before { background-image: url(images/ico-quote@2x.png); background-size: 38px 38px; }
}

/* ------------------------------------------------------------ *\
	- Navigations
\* ------------------------------------------------------------ */

	/*
		- Categories
	*/

.nav-categories { max-width: 800px; margin: 0 auto; position: relative; overflow: hidden; }
.nav-categories ul { margin: 0 -20px; position: relative; list-style: none; }
.nav-categories ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;

	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.nav-categories li { font-size: 15px; line-height: 20px; }
.nav-categories a { display: block; padding: 26px 20px; }
.nav-categories a {
	-webkit-transition: color 0.4s;
			transition: color 0.4s;
}

.blog .cat-item-all > a,
.nav-categories .current-cat > a { color: #2cc76c; font-weight: 600; }
.nav-categories a:hover { color: #2cc76c; text-decoration: none; }

	/*
		- Pagination
	*/

.nav-pagination { width: 100%; position: relative; overflow: hidden; }
.nav-pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}
.nav-pagination > .btn { min-width: 130px; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
.nav-pagination > .btn i,
.nav-pagination > .btn span { display: inline-block; vertical-align: middle; }
.nav-pagination > .btn i { font-size: 8px; }
.nav-pagination > .btn i + span,
.nav-pagination > .btn span + i { margin-left: 8px; }
.nav-pagination > ul { list-style: none; font-size: 0; line-height: 0; position: relative; margin: -5px; margin-left: auto; margin-right: auto; }
.nav-pagination > ul li { padding: 5px; display: inline-block; vertical-align: top; font-size: 15px; line-height: 20px; }
.nav-pagination > ul a,
.nav-pagination > ul span { display: block; min-width: 44px; padding: 12px 5px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.nav-pagination > ul a,
.nav-pagination > ul span { border-radius: 6px; background-color: white; color: #3b4f65; text-align: center; }
.nav-pagination > ul span { cursor: default; }
.nav-pagination > ul a {
	-webkit-transition: color 0.4s, background 0.4s;
			transition: color 0.4s, background 0.4s;
}
.nav-pagination > ul .current a,
.nav-pagination > ul a:hover { background-color: #2cc76c; color: white; text-decoration: none; }

/* ------------------------------------------------------------ *\
	- Lists
\* ------------------------------------------------------------ */

.list-posts { width: 100%; }
.list-posts > *:not(:last-child) { margin-bottom: 78px; }
.list-posts .list__body > ul { position: relative; margin: -10px; list-style: none; }
.list-posts .list__body > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}
.list-posts .list__body > ul > li { padding: 10px; width: 33.333%; flex-grow: 1; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* ------------------------------------------------------------ *\
	- Articles
\* ------------------------------------------------------------ */

.article-post { background-color: white; border-radius: 6px; position: relative; overflow: hidden; }
.article-post {
	-webkit-transition: box-shadow 0.4s;
			transition: box-shadow 0.4s;
}

.article-post .article__head { background-color: #3b4f65; color: white; padding: 11px 20px; color: #d7d9dd; }
.article-post .article__head ul { list-style: none; font-size: 0; line-height: 0; text-align: center; }
.article-post .article__head li { display: inline-block; vertical-align: middle; padding: 4px; font-size: 12px; line-height: 20px; }
.article-post .article__head a {
	-webkit-transition: color 0.4s;
			transition: color 0.4s;
}
.article-post .article__head a { color: #d7d9dd; }
.article-post .article__head a:before { content: '[ '; }
.article-post .article__head a:after { content: ' ]'; }
.article-post .article__head a:hover { text-decoration: none; color: #2cc76c; }

.article-post .article__thumbnail { padding-bottom: 25px; margin: -36px -30px 0 -30px }
.article-post .article__thumbnail img { width: 100%; height: auto; }

.article-post .article__body { padding: 36px 30px; text-align: center; color: #666; }
.article-post .article__body a {
	-webkit-transition: color 0.4s;
			transition: color 0.4s;
}
.article-post .article__body h3 { font-size: 25px; line-height: 1.30; font-weight: 600; margin-bottom: 20px; }
.article-post .article__body h3 a { color: #3b4f65; }
.article-post .article__body h3 a:hover { color: #2cc76c; text-decoration: none; }
.article-post .article__body > *:last-child { margin-bottom: 0; }

.article-post .article__foot { padding: 15px 20px; border-top: 2px solid #f4f4f4; }
.article-post .article__foot {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
			align-items: center;
}
.article-post .article__foot p { margin: 0; color: #666; font-size: 12px; line-height: 20px; }
.article-post .article__foot p:first-child { margin-right: auto; }
.article-post .article__foot i { margin-right: 3px; }

.article-post:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.2); }

/* ------------------------------------------------------------ *\
	Media - Tablets in portrait
\* ------------------------------------------------------------ */

@media (max-width: 1024px) {
	body { min-width: 0; }

	h1 { font-size: 42px; }
	h2 { font-size: 32px; }
	h3 { font-size: 28px; }
	h4 { font-size: 24px; }
	h5 { font-size: 22px; }
	h6 { font-size: 20px; }

	.shell,
	.main-content .shell { max-width: 100%; width: 100%; padding: 0 20px; box-sizing: border-box; display: block; }

	.header .nav { position: absolute; width: 100%; text-align: left; top: 38px; right: 0; }
	.header .nav a { padding: 1px;  }
	.header .nav ul { visibility: hidden; opacity: 0; position: absolute; top: 42px; left: 0; right: 0; background-color: rgba(39, 59, 81, 0.97); padding: 0 20px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.header .nav li { display: block; width: 100%; text-align: center; margin-left: 0; margin-right: 0; float: none; }
	.header .nav li a { display: block; width: 100%; padding: 7px 0; float: none; }
	.header .nav li:last-child { margin: 10px 0 20px; }
	.header .nav .active + ul { visibility: visible; opacity: 1; z-index: 999; }
	.header .nav .btn-menu { display: inline-block; float: right; margin-right: 20px; }
	.header .nav .download-button { margin-left: 0; }
	.header .nav .download-button a { width: auto; display: inline-block; float: none; }
	.header .nav .fork-button a { padding-left: 20px; }
	.header .nav ul ul { position: relative; left: 0; top: 0; overflow: hidden; padding-top: 0; padding-bottom: 0; max-height: 0px; }
	.header .nav ul ul { min-width: 0; }
	.header .nav ul ul .menu-item-has-children:after { top: 27px; }
	.header .nav ul ul li:last-child { margin: 0; }
	.header .nav ul ul ul { left: 0; box-shadow: -2px -2px 0px #31e07a; border-radius: 0; }
	.header .nav ul ul ul a { padding: 0; }
	.header .nav .menu-item-has-children { padding-right: 0; }
	.header .nav .menu-item-has-children:after { right: 5px; margin-top: 0; top: 19px; }
	.header .nav li.hover > ul { opacity: 1; visibility: visible; max-height: 999px; padding-top: 5px; padding-bottom: 5px; }
	.header .nav ul ul ul:hover { box-shadow: -4px -4px 0px #31e07a; }

	.intro .text { padding-top: 30px; }
	.intro h2 { font-size: 32px; }
	.intro ul { margin-bottom: 20px; }
	.intro ul li { display: block; margin-bottom: 5px; }
	.intro .image-2 { margin-left: -378px; }
	.intro .image-4 { margin-left: -29px; }

	.home-content { padding: 40px 0 25px; }

	.features .feature img { max-width: 45%; height: auto; }

	.stats .stats-entry-box { padding: 30px 20px; }
	.stats .stats-entry { padding: 0 30px; }

	.preview { padding: 32px 0 35px; }
	.preview .text { padding-bottom: 40px; }
	.preview .tab-nav { float: none; width: auto; border-right: 0; height: auto; padding-bottom: 0; }
	.preview .tab-nav a { padding: 0; line-height: 41px; text-align: center; }
	.preview .tab-nav a.current { padding: 0; line-height: 40px; }
	.preview .tab-content { float: none; width: auto; }
	.preview .tab .tab-view-inner { height: auto; }
	.preview .tab .tab-view-container { display: block; width: auto; height: auto; }
	.preview .tab .tab-view-container-inner { display: block; }
	.preview .tab pre { max-width: 100%; margin: 0 auto; }

	.faq { padding: 30px 0 20px; }
	.faq h3 { margin-bottom: 20px; }
	.faq .question { margin-bottom: 20px; }

	.social-share { padding: 30px 0 35px; }
	.social-share h3 { margin-bottom: 25px; }

	.subscribe { padding: 30px 0 32px; }
	.subscribe .form,
	.subscribe .form .gform_fields { width: 300px; }
	.subscribe .form .gfield input { padding: 5px 10px; width: 170px; }
	.subscribe .form .button { width: 100px; }

	.main-content .sidebar { width: 215px; }
	.main-content .content { width: 553px; max-width: 553px; box-sizing: border-box; padding-left: 20px; }

	.docs-nav-widget > ul > li > .fa { display: none; }
	.docs-nav-widget > ul > li > ul { margin-left: 0; }
}

@media (max-width: 985px) {
	.list-posts .list__body > ul > li { width: 50%; }
}

@media (max-width: 767px) {
	.btn.edit-btn.alignright { display: block; float: none; padding: 9px 22px; margin-bottom: 20px; }

	.wpemerge-promo { text-decoration: none; }
	.wpemerge-promo-close { display: none; }

	.intro { min-height: 460px; }
	.intro .image img { max-width: 100%; height: auto; }
	.intro .image-1 { margin-left: -175px; }
	.intro .image-2 { margin-left: -215px; }
	.intro .image-3 { margin-left: -110px; }
	.intro .image-4 { margin-left: 25px; margin-bottom: 30px; }
	.intro .image-1 img { width: 350px; }
	.intro .image-2 img { width: 228px; }
	.intro .image-3 img { width: 297px; }
	.intro .image-4 img { width: 199px; }

	.home-content,
	.features .feature { margin-bottom: 40px; }

	.features .feature { text-align: center; }
	.features .feature .text { padding-top: 25px; }
	.features .feature img,
	.features .feature:nth-child(2n) img { float: none; max-width: 100%; margin: 0 auto 0; display: block; }

	.stats .stats-entry { display: block; padding: 0; margin-bottom: 35px; }
	.stats .stats-entry:last-child { margin-bottom: 0; }

	.preview { padding: 25px 0 30px; }
	.preview .text { padding-bottom: 30px; }
	.preview .tab .screenshot img { max-width: 100%; height: auto; }
	.preview .tab pre { font-size: 14px; }

	.social-share { padding: 20px 0; }
	.social-share .network { display: block; margin: 0 0 10px; }
	.social-share .network:last-child { margin-bottom: 0; }

	.subscribe { padding: 20px 0 10px; }
	.subscribe .form { float: none; margin: 0 auto 20px; }
	.subscribe .content { text-align: center; float: none; margin-bottom: 25px; }

	.footer .social-links,
	.footer .copyright,
	.footer .authors { float: none; display: block; margin: 0 auto 15px; text-align: center; }
	.footer .social-links a { display: inline-block; float: none; }
	.footer .authors { margin-bottom: 0; }

	.main-content .bg { display: none; }
	.main-content .sidebar,
	.main-content .content,
	.docs-page .main-content .sidebar,
	.docs-page .main-content .content { width: 100%; float: none; display: block; padding: 0; max-width: 100%; }
	.main-content .sidebar { background: #f7f7f7; margin: 0 -20px 20px; padding: 20px 20px 0; text-align: center; }
	.main-content .sidebar .widgets { margin-right: 0; padding-top: 20px; }
	.main-content .sidebar .widgets .carbon_richtext { display: none; }
	.main-content .content { padding: 20px 0; }
	.main-content .content pre { max-width: 100%; box-sizing: border-box; }
	.docs-page .main-content .sidebar { padding: 0 20px; }

	.docs-page .main-content h1 { font-size: 20px ; font-weight: bold ;}
	.docs-page .main-content h2 { font-size: 19px ; font-weight: bold ;}
	.docs-page .main-content h3 { font-size: 18px ; font-weight: bold ;}
	.docs-page .main-content h4 { font-size: 17px ; font-weight: bold ;}
	.docs-page .main-content h5 { font-size: 16px ; font-weight: bold ;}
	.docs-page .main-content h6 { font-size: 15px ; font-weight: bold ;}

	.main-content pre[class*=language] { font-size: 14px; }

	.docs-nav-widget .mobile-nav { height: 12px; padding-top: 2px; display: inline-block; margin: 10px auto; text-align: center; }
	.docs-nav-widget .mobile-nav span { position: relative; display: block; width: 25px; height: 15px; border-top: 4px solid #3b4f65; }
	.docs-nav-widget .mobile-nav span:before,
	.docs-nav-widget .mobile-nav span:after { position: absolute; width: 100%; height: 4px; background: #3b4f65; content: ''; left: 0; }
	.docs-nav-widget .mobile-nav span:before { top: -12px; }
	.docs-nav-widget .mobile-nav span:after { top: 4px; }
	.docs-nav-widget .mobile-nav + ul { display: none; }
	.docs-nav-widget .mobile-nav.active + ul { display: block; }

	.comment-respond { padding: 20px 10px; }

	.comment-form > * { width: 100%; }

	.comments .comment { padding: 70px 10px 10px 10px; }
	.comments .comment:before { display: none; }

	.section-testimonials { padding: 40px 0; }

	.section-blog .section__head { padding: 40px 0; }
	.section-blog .section__head h1 { font-size: 30px; }
	.section-blog .section__body { padding: 50px 0; }

	.slider-testimonials .slide { display: block; padding: 0; }
	.slider-testimonials .slide__avatar { width: 100%; min-width: 0; margin-bottom: 30px; }
	.slider-testimonials .slide__body { width: 100%; font-size: 20px; }

	.list-posts > *:not(:last-child) { margin-bottom: 20px; }
	.list-posts .list__body > ul > li { width: 100%; }

	.nav-categories { overflow: visible; }
	.nav-categories a { padding: 18px 20px 17px; }
	.nav-categories ul { display: block; }
	.nav-categories li { position: relative; overflow: hidden; max-height: 0px; opacity: 0; visibility: hidden; border-bottom: 1px solid transparent; }
	.nav-categories li {
		-webkit-transition: opacity 0.4s, visibility 0.4s, max-height 0.4s;
				transition: opacity 0.4s, visibility 0.4s, max-height 0.4s;
	}
	.nav-categories li.current-cat { max-height: 200px; opacity: 1; visibility: visible; }
	.nav-categories li.current-cat > a { position: relative; padding-right: 40px; pointer-events: none; }
	.nav-categories li.current-cat > a:before { content: ' '; position: absolute; right: 20px; top: 50%; width: 8px; height: 8px; }
	.nav-categories li.current-cat > a:before { border-left: 1px solid #2cc76c; border-top: 1px solid #2cc76c; margin-top: -8px; }
	.nav-categories li.current-cat > a:before {
		-webkit-transition: transform 0.4s, margin 0.4s;
				transition: transform 0.4s, margin 0.4s;

		-webkit-transform: rotate(-135deg);
				transform: rotate(-135deg);
	}
	.nav-categories:hover li { opacity: 1; visibility: visible; max-height: 200px; border-bottom-color: #3b4f65; }
	.nav-categories:hover li.current-cat > a:before { margin-top: -6px; }
	.nav-categories:hover li.current-cat > a:before {
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}

	.nav-pagination .btn { width: calc(50% - 10px); }
	.nav-pagination .btn ~ .btn { margin-left: auto; }
	.nav-pagination .btn--prev { order: 1; }
	.nav-pagination .btn--next { order: 2; }
	.nav-pagination > ul { order: 3; margin-top: 20px; }
}

@media (max-width: 480px) {
	h1, h2, h3, h4, h5, h6 { line-height: 1.2; }

	.article-meta ul { display: block; overflow: hidden; }
	.article-meta ul li { float: left; }
	.article-meta .article-meta__item--date-posted { clear: right; }
	.article-meta .article-meta__item--category { border-left: 0; margin-left: 0; padding-left: 0; clear: left; }

	.intro { min-height: 470px; }
	.intro .image-1 { display: none; }
	.intro .image-2 { margin-left: -130px; margin-bottom: 30px; }
	.intro .image-3 { margin-left: -148px; }
	.intro .image-4 { margin-left: -70px; margin-bottom: 25px; }

	.home-content { padding: 20px 0; margin-bottom: 20px; }
	.home-content h3 { margin-bottom: 20px; }
	.home-content :last-child { padding-bottom: 0; }

	.features .feature { margin: 0 -20px 20px; padding: 0 20px; }
	.features .feature .text { padding: 20px 0; }
	.features .feature h3 { margin-bottom: 15px; }

	.stats .stats-entry-box { padding: 20px; }
	.stats .stats-entry { margin-bottom: 20px; }

	.preview h3 { margin-bottom: 15px; }

	.faq { padding: 20px 0; }
	.faq .question:last-child { margin-bottom: 0; }

	.subscribe .form,
	.subscribe .form .gform_fields { width: 280px; }
	.subscribe .form .gfield input { width: 150px; }

	.main-content .content pre { max-width: 100%; width: 100%; display: block; }

    .footer .widgets { flex-direction: column; margin-left: 0; }

    .footer .widget--newsletter { padding: 40px 25px; margin-bottom: 30px; }
    .footer .widget--menu { margin-left: 0; display: flex; flex-direction: row; justify-content: space-between; width: auto; }
    .footer .widget--menu .widget__head { width: 50%; }
    .footer .widget--menu .widget__body { text-align: right }

    .footer .widgets--bottom { flex-direction: column-reverse; }
    .footer .widgets--bottom .authors { margin-bottom: 10px; }
}
