/*  
Theme Name:			Bizznis
Theme URI:			http://bizzthemes.com/themes/bizznis/
Description:		Bizznis is a professional mobile WordPress theme platform. Built for business websites, with speed, SEO and usability as main focus. It is extermely simple to use and is following all the standards of modern HTML5 driven websites. Theme is regularly updated and backed by a company that has been in the WordPress business since 2009! See more at http://bizzthemes.com/themes/bizznis/
License:			GPL version 3
License URI:		http://gplv3.fsf.org/
Branch:				1.0
Version:			1.2.2
Author:				BizzThemes
Author URI:			http://bizzthemes.com/
Tags:				light, gray, white, one-column, two-columns, three-columns, right-sidebar, left-sidebar, responsive-layout, fluid-layout, custom-menu, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain:		bizznis

					WARNING! DO NOT EDIT THIS FILE!
					This file is part of the core Bizznis parent theme. 
					Please do all modifications in the form of a child theme.
*/

/* FILE STRUCTURE:

	Imports
	HTML5 Reset
		- Normalize CSS Reset
		- Box Sizing
		- Float Clearing
	Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
		- Screen reader text
		- Column Classes
	Structure and Layout
		- Site Containers
		- Column Widths and Positions
			- Wrapping div for .content and .sidebar-primary
			- Content
			- Primary Sidebar
			- Secondary Sidebar
	Common Classes
		- WordPress
		- Search form
		- Avatar
		- Bizznis
			- Breadcrumb
			- Author box
		- Headings
	Skip Links
	Site Header
		- Header content
			- Title area
			- Full width header, no widgets
			- Logo, hide text
			- Header Aside Area
	Site Navigation
		- Navigation bar
		- Navigation menu
		- Accessible Menu
		- Primary Navigation
		- Secondary Navigation
		- Site Header Navigation
	Content Area
		- Entries
		- Pagination
		- Content Boxes
		- Comments
	Sidebars
	Site Footer
		- Footer Widgets
		- Footer Creds
	Custom Widgets
		- Featured Content
	Plugins
		- Gravity Forms
	External Scripts
		- Github
	Media Queries
		- Retina ready
		- Responsive width
	Print Styles

*/

/* Imports
------------------------------------------------------------------------------------------------------------------ */

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);


/* HTML5 Reset
------------------------------------------------------------------------------------------------------------------ */

/* normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-main:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-main:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
------------------------------------------------------------------------------------------------------------------ */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f1f1f1;
	color: #696f6f;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection,
::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #cf0f0f;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #424242;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-caption {
	margin-left: 0;
	margin-top: 10px;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	max-width: 100%;
	padding: 10px;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border-color: #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #191919;
	border: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #cf0f0f;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.nav-bizznis .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Structure and Layout
------------------------------------------------------------------------------------------------------------------ */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-header {
	background-color: #fff;
}

.site-main {
	clear: both;
	padding-top: 40px;
}

.site-footer {
	font-size: 16px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary
-------------------- */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content
-------------------- */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar
-------------------- */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar
-------------------- */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Common Classes
------------------------------------------------------------------------------------------------------------------ */

/* WordPress
--------------------------------------------- */

.sticky {
	/* style it inside a child theme */
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

.wp-caption {
	border: 0;
	background: none;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* Search form
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.header-content .search-form {
	margin-top: 17px;
}

.entry-content .search-form {
	width: 50%;
}

/* Avatar
--------------------------------------------- */

.avatar ,
.author-box .avatar {
	float: left;
}

.comment .avatar {
	margin: 0 24px 24px 0;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

/* Bizznis
--------------------------------------------- */

/* Breadcrumb
-------------------- */

.breadcrumb {
	font-size: 16px;
	margin-bottom: 20px;
}

/* Author box
-------------------- */

.author-box,
.author-box h1 {
	line-height: 1.5;
}

.author-box,
.archive-description {
	background-color: #fff;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 60px;
}

.author-box .author-body {
	margin-left: 90px;
}

.author-box .author-box-title {
	display: block;
	font-size: 20px;
	padding: 0;
}

.author-box p,
.archive-description p {
	margin-bottom: 0px;
}

.author-box a,
.author-box a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

/* Headings
--------------------------------------------- */

.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	color: #424242;
	font-size: 44px;
	letter-spacing: -2px;
	line-height: 1.38;
}

.widget-title {
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #cf0f0f;
}

.sidebar .widget-title a {
	border: 0;
}

.archive-title {
	font-size: 20px;
}

.search .archive-title {
	margin: 0;
}

/* Skip Links
------------------------------------------------------------------------------------------------------------------ */

.bizznis-skip-link {
	margin: 0;
}

.bizznis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: 1px solid #ccc;
}


/* Site Header
------------------------------------------------------------------------------------------------------------------ */

/* Header content
--------------------------------------------- */

.header-content {
	padding: 40px 0;
}

/* Title area
-------------------- */

.title-area {
	float: left;
	width: 360px;
}

.site-title {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.site-description {
	font-size: 17px;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

/* Full width header, no widgets
-------------------- */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Logo, hide text
-------------------- */

/* This is just an example for adding logo images, add your own inside images/ folder */
.header-image .title-area {
	background-image: url('data:image/png;base64,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');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 120px;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title a {
	max-width: 100%;
	min-height: 120px;
}

.header-image .site-description {
	display: none;
}

/* Header Aside Area
-------------------- */

.header-aside-area {
	float: right;
	margin-top: 10px;
	text-align: right;
	width: 800px;
}

.header-aside-area li {
	list-style-type: none;
	word-wrap: break-word;
}

/* Site Navigation
------------------------------------------------------------------------------------------------------------------ */

/* Navigation bar
-------------------- */

.nav-bizznis {
	clear: both;
	font-size: 0;
	line-height: 1.5;
	width: 100%;
}

.nav-bizznis .left {
	float: left;
}

.nav-bizznis .right {
	float: right;
}

.nav-bizznis .left > li,
.nav-bizznis .right > li {
	display: inline-block;
	text-align: left;
}

.nav-bizznis .left a,
.nav-bizznis .right a {
	border: 0;
	display: block;
	padding: 30px 20px;
	position: relative;
}

.nav-bizznis .date {
	padding: 30px 20px;
}

.nav-bizznis .search {
	padding: 20px 0 0;
}

.nav-bizznis .search input {
	border-color: #111;
}

/* Navigation menu
-------------------- */

.menu-bizznis {
	float: left;
	overflow: hidden;
	width: auto;
}

.menu-bizznis .menu-item {
	display: inline-block;
	font-size: 16px;
	text-align: left;
}

.menu-bizznis a {
	border: 0;
	color: #333;
	display: block;
	padding: 30px 20px;
	position: relative;
}

.menu-bizznis a:hover,
.menu-bizznis a:focus {
	color: #cf0f0f;
}

.menu-item-has-children > a:after {
	content: '\00a0\00a0\25BE'; /* Read about CSS content here: http://css-tricks.com/css-content/ */
}

.sub-menu .menu-item-has-children > a:after {
	content: '';
}

.menu-bizznis .current-menu-item > a {
	color: #cf0f0f;
}

.menu-bizznis .sub-menu .current-menu-item > a {
	color: #333;
}

.menu-bizznis .sub-menu {
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 250px;
	z-index: 99;
}

.menu-bizznis .sub-menu a {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top: 0;
	font-size: 16px;
	padding: 16px 20px;
	position: relative;
	width: 250px;
}

.menu-bizznis .sub-menu .sub-menu {
	margin: -57px 0 0 249px;
}

.menu-bizznis .menu-item:hover,
.menu-bizznis .menu-item:hover:focus {
	position: static;
}

.menu-bizznis .menu-item:hover > .sub-menu,
.menu-bizznis .menu-item:focus > .sub-menu {
	left: auto;
	opacity: 1;
}

.menu-bizznis > .first > a {
	padding-left: 0;
}

.menu-bizznis > .last > a {
	padding-right: 0;
}

.menu .menu-item:focus {
	position: static;
}

.menu-bizznis .menu-item > a:focus + ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-bizznis-extra {
	font-size: 16px;
}

/* Accessible Menu
-------------------- */

.menu-bizznis .menu-item:focus {
	position: static;
}

.menu-bizznis .menu-item > a:focus + ul.sub-menu,
.menu-bizznis .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #191919;
	color: #9e9d95;
}

.nav-primary  a {
	color: #d3d1c7;
}

.nav-primary  a:hover,
.nav-primary  a:focus,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a,
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu a:focus {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	font-weight: 600;
}

/* Site Header Navigation
--------------------------------------------- */

.nav-header .menu-bizznis {
	float: none;
	margin-top: 10px;
	text-transform: uppercase;
}

.nav-header .sub-menu {
	border-top: 1px solid #e5e5e5;
}

.nav-header .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

/* Content Area
------------------------------------------------------------------------------------------------------------------ */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

article.entry {
	background-color: #fff;
	padding: 50px 60px 60px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 24px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: 0;
}

.entry-meta {
	clear: both;
	font-size: 16px;
}

.entry-header .entry-meta {
	margin-bottom: 0;
}

.entry-footer .entry-meta {
	margin: 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-content .post-edit-link:before {
	clear: both;
	content: ".";
	display: block;
	height: 10px;
	visibility: hidden;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	cursor: pointer;
	display: inline-block;
	padding: 5px 15px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #191919;
	color: #fff;
}

.entry-pagination {
	margin: 0 0 40px 0;
}

.post-navigation {
	padding: 0 0 40px 0;
}

/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}
 
.content-box-blue {
	background-color: #a5dcf7;
}
 
.content-box-gray {
	background-color: #e2e2e2;
}
 
.content-box-green {
	background-color: #dbeaa0;
}
 
.content-box-purple {
	background-color: #f6e3f1;
}
 
.content-box-red {
	background-color: #f9bfa2;
}
 
.content-box-yellow {
	background-color: #fbf78d;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	clear: both;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 60px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f1f1f1;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li.comment {
	margin-top: 40px;
	padding: 50px;
}

.comment-list li li.comment {
	background-color: #fff;
	border-top: 2px solid #f1f1f1;
	margin-right: -50px;
	margin-bottom: -50px;
}

.comment-list li.comment,
.ping-list li.pingback {
	list-style-type: none;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond textarea {
	width: 100%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-content ol,
.comment-content ul {
	margin-bottom: 24px;
}

.comment-content ol li,
.comment-content ul li {
	margin-left: 40px;
}

.comment-content ol ol,
.comment-content ul ul {
	margin-bottom: 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f1f1f1;
	font-size: 16px;
	padding: 24px;
}

/* Sidebars
------------------------------------------------------------------------------------------------------------------ */

.sidebar {
	font-size: 16px;
}

.sidebar li,
.after-entry li {
	list-style-type: none;
	margin-bottom: 10px;
	word-wrap: break-word;
}

.sidebar li ul,
.sidebar li ol,
.after-entry li ul,
.after-entry li ol {
	margin-left: 20px;
	margin-top: 10px;
}

.sidebar li ul li,
.sidebar li ol li,
.after-entry li ul li,
.after-entry li ol li {
	list-style-type: inherit;
}

.sidebar p:last-child,
.after-entry p:last-child {
	margin-bottom: 0;
}

.sidebar .widget,
.after-entry .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 60px;
}


/* Site Footer
------------------------------------------------------------------------------------------------------------------ */

/* Footer Widgets
--------------------------------------------- */

.footer-widgets {
	background-color: #191919;
	color: #fff;
	clear: both;
	padding-top: 90px;
	padding-bottom: 40px;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 255px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 7px;
	word-wrap: break-word;
}

.footer-widgets .widget {
	margin-bottom: 60px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* Footer Creds
--------------------------------------------- */

.footer-creds {
	background-color: #fff;
	padding: 60px 0;
	text-align: center;
}

.footer-creds a {
	color: #424242;
}

.footer-creds a:hover {
	color: #cf0f0f;
}

.footer-creds p {
	margin-bottom: 0;
}

/* Custom Widgets
------------------------------------------------------------------------------------------------------------------ */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
}

/* Plugins
------------------------------------------------------------------------------------------------------------------ */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper select,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
	margin: 0 0 10px 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* External Scripts
------------------------------------------------------------------------------------------------------------------ */

/* Github
--------------------------------------------- */

table.lines {
	margin-bottom: 0;
	line-height: 1.5;
}


/* Media Queries : design-based, not device-based, so make sure to alter it in your child theme
				   to adapt per your own content, navigation width etc.
------------------------------------------------------------------------------------------------------------------ */

/* Retina ready
--------------------------------------------- */

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	/* This is just an example for adding logo images, add your own inside images/ folder */
	.header-image .title-area {
		background-image: url('data:image/png;base64,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');
		background-repeat: no-repeat;
		background-position: left;
		background-size: 330px 120px;
	}

}

/* Responsive width
--------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-main,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 220px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 960px) {

	.site-main,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.site-header .search-form,
	.site-header .menu-bizznis,
	.site-header .menu-bizznis-extra{
		float: none;
	}

	.nav-bizznis,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.nav-bizznis a,
	.nav-bizznis > .first > a,
	.nav-bizznis > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-main,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	article.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}

/* Print Styles
------------------------------------------------------------------------------------------------------------------ */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-main {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}