/* Customizer */
// * {
// 	box-sizing: border-box;
// 	-webkit-box-sizing: border-box;
// 	-moz-box-sizing: border-box;
// }
.padding-top-0 {
	padding-top: 0 !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.color-box {
	display: table;
    background: #fff;
    padding: 10px 2px;
}
.color {
    float: left;
    display: block;
    width: 52px;
    height: 52px;
    -webkit-box-shadow: inset 0 0 0 0px #eaeaea;
    box-shadow: inset 0 0 0 0px #eaeaea;
    margin: 4px;
    cursor: pointer;
}
.mino-bg-color-img {
	border: 2px solid transparent;
	height: 52px;
    width: 100%;
}
.mino-bg-color-img-selected {
	border: 2px solid rgba(255,255,255,0.8);
}
.customize-control-radio .color label.box {
	margin: 0px;
	padding: 0px;
}
.pattern-box {
	display: table;
    background: #fff;
    padding: 10px 2px;
}
.pattern {
    float: left;
    display: block;
    width: 52px;
    height: 52px;
    -webkit-box-shadow: inset 0 0 0 0px #eaeaea;
    box-shadow: inset 0 0 0 0px #eaeaea;
    margin: 4px;
    cursor: pointer;
}
.mino-bg-pattern-img {
	border: 2px solid transparent;
}
.mino-bg-pattern-img-selected {
	border: 2px solid red;
}
.customize-control-radio .pattern label.box {
	margin: 0px;
	padding: 0px;
}
.collayout-box {
	display: table;
    background: #fff;
    padding: 10px 2px;
}
.collayout {
    float: left;
    display: block;
    width: 52px;
    height: 52px;
    -webkit-box-shadow: inset 0 0 0 0px #eaeaea;
    box-shadow: inset 0 0 0 0px #eaeaea;
    margin: 4px;
    cursor: pointer;
}
.mino-bg-collayout-img {
	border: 2px solid transparent;
}
.mino-bg-collayout-img-selected {
	border: 2px solid red;
}
.customize-control-radio .collayout label.box {
	margin: 0px;
	padding: 0px;
}

#update-nag, .update-nag {
	display: block;
}
.menu-set {
	margin-bottom: 14px;
}
.label-set {
	margin-right: 10px;
    position: relative;
    bottom: 1px;
}
.edit-set, .delete-set {
	cursor: pointer;
	text-decoration: underline;
}
#mino-seo-title,
#mino-seo-desc {
	width: 100%;
}
.warning-input {
	margin-bottom: 0px;
}
.warning-notes {
    color: #9e9e9e;
    margin-top: 0px;
    text-align: right;
    font-size: 12px;
}
.div-mino {
	padding: 0px 20px;
}
textarea.regular-text,
.form-mino input,
.form-mino textarea {
	width: 25em;
}
.form-mino .wp-editor-container input {
	width: auto;
}
.form-mino-featured.form-table {
	max-width: 100%;
}
.form-mino-featured th {
	vertical-align: middle;
    width: 25%;
}
.form-mino-featured textarea {
	width: 100%;
	margin-top: 5px;
}
.form-mino-featured .mino-icon-featured {
	margin-bottom: 5px;
}
.form-mino-featured .mino-change-icon-image {
}
.form-mino input[type=checkbox],
.form-mino input[type=radio] {
	width: auto;
}
.form-mino input[type=radio] {
	margin: 7px 0px;
}
.hide-box {
	display: none;
	transition-duration: 0.3s;
}
.mino-adm-row:first-child {
	padding-top: 5px;
}
.mino-adm-row {
	padding: 20px 15px;
	margin-left: -12px;
	margin-right: -12px;
	border-bottom: 1px solid #eaeaea;
}
.mino-adm-label {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
.mino-adm-row input[type=checkbox] {
	margin-right: 6px;
}
.mino-adm-input {
	margin-bottom: 15px;
}
.mino-adm-input-label {
	margin-bottom: 5px; 
}
.mino-adm-row .howto {
	margin-top: 4px;
}
.form-table .section-desc td {
	padding: 10px 0px;
}
#mino-tom-form {
	margin: 20px 0px;
	max-width: 100%;
}
.mino-tom-form-container {
	width: 72%;
	float: left;
	margin-right: 20px;
}
.mino-tom-form-sidebar {
	width: 24.5%;
	float: left;
    margin-top: 40px;
}
.mino-menu-container {
	width: 100%;
	margin: 0px;
    padding: 0px;
    border-bottom: 5px solid #0073aa;
}
.mino-menu-content {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.mino-menu-list.active-list {
	background: #0073aa;
}
.mino-menu-list {
	margin-bottom: 0px;
	display: inline-block;
	background: #111;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	transition-duration: 0.3s;
	cursor: pointer;
}
.mino-menu-list:hover {
	background-color: #0073aa;
	transition-duration: 0.3s;
}
.mino-menu-list a {
	padding: 10px 20px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	-webkit-box-shadow: none;
     box-shadow: none;
}
.mino-part-container {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    width: 100%;
    margin: 20px 0px;
    margin-top: 0px;
    position: relative;
    float: left;
}
.mino-part-content {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    margin: 20px;
}
.mino-part-content h3 {
    background: #ececec;
    margin: 0px;
    padding: 15px 20px;
}
.mino-part-content .form-mino th,
.mino-part-content .form-mino-featured th {
	padding-left: 20px;
}
.mino-part-content table.form-table+p.submit,
.mino-part-content table.form-table+p.submit {
	padding-left: 20px;
	padding-right: 20px;
}
.form-table-analityc,
.form-table-custom {
	margin-top: 15px;
}
#editor-sidebar-ads-container,
#editor-top-ads-container,
#editor-html-container,
#editor-css-container,
#editor-js-container {
	position: relative;
}
#editor-sidebar-ads,
#editor-top-ads,
#editor-html,
#editor-css,
#editor-js {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 95%;
    min-height: 100px;
    margin: 20px;
}
#mino-tom-form {
    margin: 20px 0px;
    width: 100%;
    float: left;
}
div#message.mino-message {
    margin-left: 2px;
}
.mino-analityc-section,
.mino-custom-section {
	padding: 0px 20px;
}
input.mino-sidebar-ads-choose,
input.mino-top-ads-choose 
{
    margin: -2px 8px 1px 2px;
}
#editor-top-ads,
#editor-sidebar-ads {
	margin: 0px;
}
.mino-submit-content {
	padding: 0px 20px;
}
.only-pre {
    margin: 15px 0px;
    padding: 0px 15px;
    line-height: 2;
    display: block;
    white-space: normal;
    background: #272822;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 3px solid #999;
}
.table-title-par {
	padding-left: 11px;
}

/* Theme Info */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

.wp-core-ui {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #F1F1F1;
	margin: 0 auto;
}

/* MINO STYLE START
======================================== */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* .clearfix             { zoom: 1; } /* IE6 */
*:first-child .clearfix { zoom: 1; } /* IE7 */

#mino-welcome {padding: 0;}
.mino-header, .mino-content {padding: 90px 80px;}
.mino-header {border-bottom: 1px solid #e8e8e8;}
.mino-header img {
	float: left;
	margin-right: 30px;
}
.mino-header h2 {
	font-size: 35px;
}
.mino-content p,
.mino-header p {
	font-size: 14px;
}
.mino-content p {margin-bottom: 0;}
.mino-content a {font-weight: bold;}
.mino-content h3{
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 30px;
}
.mino-content-row {
	margin-bottom: 30px;
	padding-bottom: 30px;
	display: table;
	width: 100%;
	border-bottom: 1px dashed #e8e8e8;
}
.mino-content-row:last-child {border-bottom: none;}
.mino-content-wrap .content-list {
	display: table-cell;
	width: 30%;
	padding-right: 30px;
}
.mino-content-wrap .content-list h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}

.mino-content-wrap .content-list h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 1.5;
}
.mino-content-wrap .content-list h4 img {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
.mino-content-wrap .content-list p {
	margin-top: 5px;
}
.updated span {
	margin-left: 10px;
}
.mino-content-wrap .content-list .coming-soon {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	color: #39B54A;
}
.mino-content-wrap .content-list .coming-soon:before {
	content: '';
	width: 50px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background-color: #eee;
	margin-right: 5px;
}
.mino-text-center {
	text-align: center;
}
a.mino-button.button-primary {
    margin: 20px 0px;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    padding: 3px 20px;
    height: auto;
}
.mino-header-content {
	background-image: url( 'images/mino_main_bg.png' );
	background-size: cover;
}
.mino-header-content .mino-content-header {
	margin-bottom: 50px;
}
.mino-middle-content {
	background-image: url( 'images/bg-cover.jpg' );
	background-size: cover;
	padding: 50px;
}
.mino-header.upgrade {
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-bottom: none;
	height: 630px;
	overflow: hidden;
}
.mino-header-content {
	padding: 50px 0px; 
}
.mino-header .mino-header-content h2 {
	color: #fff;
	font-size: 46px;
	font-weight: bold;
}
.mino-header .mino-header-content h4 {
	margin: 5px 0px;
	font-size: 18px;
	font-weight: 300;
	color: rgba( 255,255,255,0.8 );
}

.mino-header .mino-header-content p {
	margin: 20px 0px;
	margin-top: 30px;
	color: rgba( 255,255,255,0.8 );
	font-size: 18px;
	font-weight: 300;
}	

#mino-welcome a.btn-spec {
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    display: inline-block;
    font-weight: bold;
    margin: 0 10px;
}
#mino-welcome a.btn-spec[class*="ico-"]:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	line-height: 18px;
	width: 25px;
	background: transparent center no-repeat;
	margin-left: 10px;
}
#mino-welcome a.btn-spec.ico-get:after {
	font-family: dashicons;
	content: "\f504";
	width: 18px;
	font-size: 18px;
	font-weight: normal;
}
#mino-welcome a.btn-spec.ico-more:after {
	content: "\f180";
	color: #3EC66E;
}
#mino-welcome a.btn-spec.ico-eng:after {
	background-image: url( 'images/flag_eng.png' );
}
#mino-welcome a.btn-spec.ico-id:after {
	background-image: url( 'images/flag_indonesia.png' );
}
.btn-orange {
    box-shadow: 2px 2px 0px #D32424;
    background: #F92C2D;
}
.btn-orange:hover {
	background-color: #F90F0F;
}
.btn-outline {
	border: 2px solid #eaeaea;
	background-color: transparent;
	color: #222 !important;
}
.btn-outline:hover {
	border-color: #3EC66E;
}
.btn-green {
    box-shadow: 2px 2px 1px #47C356; 
    background: #54D464;
}
.btn-green:hover {
	background-color: #34D350;
}
.mino-section-center {
	text-align: center;
}
.mino-section-center h4 {
	font-size: 60px;
	color: #222;
	margin: 15px 0px 70px;
	font-weight: 100;
}
.col-two .col-container {
	width: 50%;
	display: block;
	float: left;
}
.col-container.left {
	text-align: right;
}
.col-container.left a {
	margin-right: 30px;
}
.col-container.right {
	text-align: left;
}
.col-container.right a {
	margin-left: 30px;
}
.mino-content .image-container img {
	max-width: 100%;
	width: 100%;
}
.mino-content .col-two .image-container img {
	border: 1px solid #eaeaea;
}
.mino-content-row2 .col-container,
.mino-content-row3 .col-container {
	padding: 40px;
	width: 42%;
}
.mino-content-row4 {
	padding: 20px 0px;
	padding-top: 40px;
}
.mino-content-row4 .col-container {
	padding: 0px;
	width: 33%;
	float: left;
	text-align: center;
}
.mino-content-row4 h4 {
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
}
.mino-content .mino-content-row4 .image-container img {
	width: auto;
}
.mino-content-row2 .col-container h4,
.mino-content-row3 .col-container h4 {
	color: #222;
	font-size: 24px;
	font-weight: 600;
}
.mino-content-row3 .col-container h4 {
	color: #333;
	margin: 0px 0px;
}
.mino-content.mino-divider h3 {
	text-align: center;
    font-weight: 600;
    position: relative;
    margin: 0px;
    padding-bottom: 20px;
}
.mino-content-row3 .icon-container {
	width: 10%;
	float: left;
}
.mino-content-row3 .text-container {
	width: 90%;
	float: left;
}
.mino-content .dashicons-before:before {
	font-size: 30px;
	color: #fc3b29;
}
.col-two .col-left {
	width: 40%;
	display: block;
	float: left;
	text-align: center;
	padding: 12px 0px;
}
.col-two .col-right {
	width: 52%;
	display: block;
	float: left;
	border-left: 1px solid #fff;
	padding-left: 20px;
}
.welcome-panel .col-two h3 {
	color: #fff;
	margin: 0px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
}
.welcome-panel .mino-middle-content .col-two p {
	color: #fff;
	margin: 0px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
}
.mino-footer a h3 {
    background: #fc3b29;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
}
.mino-header-content {
	text-align: center;
	margin-bottom: 20px;
}
.mino-header .mino-header-content img {
	float: none;
	margin-right: 0px;
}
.wrap>h2.page-title-empty {
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

/* MINO PREMIUM PAGE 
==============================*/

/* MINO FEATURE */
.mino-feature-box {
	display: table;
	width: 100%;
	margin-bottom: 35px;
}
.mino-feature-box .feature-img,
.mino-feature-box .feature-content {
	display: table-cell;
	vertical-align: middle;
}
.mino-feature-box .feature-img {
	width: 320px;
}
.mino-feature-box .feature-content {
	width: 100%;
	padding-left: 45px;
}
.mino-feature-box .content-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
}

.mino-content .section-title {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}
.mino-content .section-title:after {
	content: '';
	width: 55px;
	height: 6px;
	background-color: #eaeaea;
	display: block;
	margin: 30px auto 70px;
	border-radius: 3px;
}
.mino-content.our-product {
	padding-bottom: 40px;
}
.mino-content.our-product .section-title:after {
	margin-bottom: 40px;
}

.btn-box {
	text-align: center;
	margin-bottom: 80px;
}
.btn-box a {
	margin: 0;
}

/* GET MINO PRO */
.get-mino {
	text-align: center;
	padding: 70px 0;
	background: url( 'images/mino_get_bg.png') no-repeat;
	background-size: cover;
}
.get-mino span {
	font-size: 36px;
	font-weight: 100;
	color: #fff;
	vertical-align: middle;
}
.get-mino img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
}
.get-mino .get-now {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 35px;
	text-align: center;
	position: relative;
	top: 4px;
}
.get-mino .get-now:before {
	content: "\f344";
	font-family: dashicons;
	font-weight: 100;
	width: 55px;
	height: 35px;
	color: #fff;
	font-size: 60px;
	vertical-align: middle;
	animation-name: arrow;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	position: relative;
	left: -30px;
}
.get-mino .btn-spec {
	box-shadow: 0 7px 27px rgba(0, 0, 0, 0.4);
}

/* ALL FEATURE */
.all-feature-box .feature-list {
	float: left;
	width: 50%;
}
@media screen and (min-width: 1400px) {
	.all-feature-box {
		max-width: 1300px;
		margin: 0 auto;
	}
	.all-feature-box .feature-list {
		width:33.3333333%;
		max-height: 109px;
	}
}
.all-feature-box .feature-list-box {
	display: table;
	width: 100%;
	padding: 20px;
}
.all-feature-box .feature-list-box .feature-icon,
.all-feature-box .feature-list-box .feature-text {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.all-feature-box .feature-list-box .feature-icon {
	width: 50px;
	height: 50px;
}
.all-feature-box .feature-list-box .feature-icon img {
	margin-top: 10px;
}
.all-feature-box .feature-list-box .feature-text {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	color: #222;
}
.all-feature-box .feature-list-box .feature-text a {
	color: #3EC66E;
	padding-bottom: 2px;
	border-bottom: 1px dotted #3EC66E;
}
.all-feature-box .feature-list-box .feature-text a:hover {
	border-bottom: 1px solid #3EC66E;
}
.all-feature-box .feature-list-box .feature-text i {
	font-weight: 100;
	font-style: normal;
	display: block;
	font-size: 15px;
}

/* ANIMATION */
@keyframes arrow {
    0%   {left: -30px;}
    50%   {left: 30px;}
    100% {left: -30px;}
}
.featured-img-site_icon img {
	max-width: 50px;
	height: auto;
}
.featured-img-custom_header img {
	max-width: 370px;
	max-height: 90px;
}
// .mino-content.mino-divider h3:before {
// 	content: " ";
//     position: absolute;
//     height: 1px;
//     width: 100px;
//     bottom: 0px;
//     background: red;
//     left: 50%;
//     transform: translateX(-50%);
// }
// .mino-content.mino-divider {
// 	border-top: 1px solid #eaeaea;
// 	padding-top: 50px;
// }