/*!
Theme Name: Indeks Online Mobile
Theme URI: 
Author: Kutia Digital Agency
Author URI: http://kutia.net/
Description: Indeks Online Mobile Version
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indeksmobile
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

indeksmobile is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
	overflow-x: hidden
}
.archive_pagination {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.page-numbers {
	display: none;
}
.next.page-numbers,
.prev.page-numbers {
    float: left;
    color: #FFFFFF;
	display: block;
    font-size: 18px;
    font-weight: 600;
    background: black;
    text-decoration: none;
	text-transform: uppercase;
    padding: 7px 20px 7px 10px;
}
.prev.page-numbers {
	float: left;
	width: auto;
}
.next.page-numbers {
	width: auto;
	float: right;
}
.article_content img {
    width: 100%;
	margin: 10px 0;
}
.article_content ol,
.article_content ul {
	float: left;
	width: 100%;
	padding-left: 20px;
	margin-bottom: 20px;
}
.article_content ol {
	list-style: decimal;
}
.article_content ul {
	list-style: circle;
}
.article_content a {
	color: #bd0a0a;
	text-decoration: none;
}
.article_content blockquote {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	background: #f2f2f2;
	padding: 15px 20px 20px;
}
.article_content blockquote:before {
	content: '';
	float: left;
	width: 15px;
	height: 10px;
	margin-right: 10px;
	background: url('icons/before-blockquote.png') no-repeat center;
}
.article_content blockquote:after {
	content: '';
	float: left;
	width: 15px;
	right: 20px;
	height: 10px;
	bottom: 20px;
	position: absolute;
	background: url('icons/after-blockquote.png') no-repeat center;	
}
.wpcf7-form {
	padding: 15px;
}
.mobile_search_form {
	float: left;
	width: 100%;
        z-index: 1001;
	outline: none;
	border-bottom: 1px solid #969595;
}
.mobile_search_form input {
	float: left;
        z-index; 1001;
	width: 100%;
	height: 40px;
	border: none;
	padding: 15px;
	outline: none;
	color: #969595;
	font-size: 16px;
	background: #2b2b2b;
}
.main_content.top_content {
	margin-top: 60px !important;
}
.article_content p {
    color: #666;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 20px;
}
.main_item_thumb,
.main_item {
	position: relative;
}
.latest_article_title {
    left: 0;
    bottom: 5px;
    width: auto;
	font-size: 16px;
    position: absolute;
}

.more_post_loader {
	float: left;
	width: 100%;
}
#infscr-loading {
	display: none !important;
}
.search_message {
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
body .cat_title {
	margin-bottom: 0;
}
/*body .main_item {
	margin-left: -10px;
	width: 106%;
}
/*body .main_item .main_item_title {
	padding: 0 10px;
}
*/
.auto_slider_item_content {
	bottom: 0;
	top: auto;
	height: auto;
	font-weight: 600;
	line-height: 1.3em;
}
.auto_slider_item {
	padding-left: 0;
}
.auto_news {
	margin-bottom: 15px;
}
.verticalCol {
	width: 52.3%;
	margin: 0 1%;
	height: 210px;
	overflow: hidden;
	margin-top: 20px;
	margin-top: 3px;
    margin-left: -10px;
}
.verticalCol .row_item_thumb,
.verticalCol img {
	width: 100%;
	height: 120px;
}
.verticalCol img {
	margin-bottom: 10px;
}
.verticalCol .row_item_title {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.verticalCol:nth-child(3) {
	clear: left;
}
.verticalCol:nth-child(6),
.verticalCol:nth-child(4) {
	margin-right: -10px;
	margin-left: 0;
}
.verticalCol .row_item_title {
	padding: 0 10px;
}

.cat_multiple {
	float: left;
	width: 100%;
}
.cat_multiple_header {
	float: left;
	width: 100%;
    background: #0e4d9a;	
}
.cat_multiple .cat_title {
	float: left;
	width: auto;
}
.cat_multiple .cat_list {
	float: right;
	width: auto;
	padding-right: 10px;
}
.cat_multiple .cat_list li {
	display: inline-block;
}
.cat_multiple .cat_list li a {
	color: white;
	padding: 16px 10px;
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid black;
}
.cat_multiple .cat_list li:last-child a {
	border-right: none;
}
.multiple_cats_content {
	float: left;
	width: 100%;
}
.multiple_cats_content > div {
	display: none;
}
.multiple_cats_content > div.active {
	display: block;
}
.title_only_item a {
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
	color: black;
	text-decoration: none;
}
.auto_slider.owl-carousel .owl-item {
    height: 170px;
}
.auto_slider .auto_slider_item .row_item,
.auto_slider .auto_slider_item {
	height: 100%;
}
@media only screen and (min-device-width : 375px) and (max-device-width : 727px) {
	.fixed {
		position: relative !important;
	}
}

.wpcf7-form-control-wrap iframe{
	float: left;
	width: 100% !important;
}
.corruption .wpcf7-submit {
	clear: left;
	width: 100%;
}

div.wpcf7 .wpcf7-recaptcha iframe {
   height:120px;
   margin-bottom:15px;
   }


body.archive .main_item_thumb img {
	width: 100%;
	height: auto;
}	

html body span.file {
	z-index: 100;
	position: relative;
}
html body .g-recaptcha {
	margin-left: 7px !important;
}
.fixed-banner{
	max-width: 100%;
	overflow: hidden;
}
.main_header{
	max-width: 100%;
}
.row,
.full_content{
	margin-left:0;
	margin-right:0;
}

.hamburger{
	margin-right: 0;
}
.other_articles {
    flex: none !important;
    display: block !important;
}
