/*
Theme Name: Indika Blog
Theme URI: http://sensationaltheme.com/downloads/indika-blog-free/
Template: mirak
Author: Sensational Theme
Author URI: http://sensationaltheme.com/
Description: Indika Blog is a modern WordPress theme that comes with high-quality features and minimal design. The theme is a perfect fit for all kind of blogs such as food blogs, travel journals, personal blogs many more. Indika Blog is a fully responsive design that always remains mobile-friendly and will render perfectly on all devices. You also get support for custom headers, two column layout, full-width layout, and tons of easy customization options.
Tags: translation-ready,custom-background,theme-options,custom-menu,threaded-comments,featured-images,footer-widgets,editor-style,right-sidebar,full-width-template,two-columns,grid-layout,custom-colors,custom-header,custom-logo,featured-image-header,blog,entertainment
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 5.6
Text Domain: indika-blog
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, three-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, entertainment

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.

Indika Blog business is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.site-logo {
    margin-bottom: 0px;
}
.site-menu {
    padding: 10px 0;
}
.site-logo img {
    max-height: 75px;
    width: auto;
}
body{
	background: #f0f0f0 !important;
}
.main-navigation ul.nav-menu > li > a,
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #333;
    margin: 16px 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Marck Script', cursive;
}
.header-design-three .main-navigation {
  display: block;
  position: relative;
  width: 70%;
  float: right;
  text-align: right;
}
.header-design-three .site-branding {
  text-align: left;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 30%;
  float: left;
}

#message .wrapper {
  padding: 40px 0;
  background-color: #fff;
  margin-top: 30px;
}

#message .featured-image {
  padding: 100px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 200px;
  float: none;
  margin: 0 auto;
  height: 200px;
  border-radius: 50%;
}

#message .entry-container {
  width: 100%;
  float: none;
  padding: 0;
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
#message .featured-image::after {
    content: "";
    width: 115px;
    height: 6px;
    position: absolute;
    right: -130px;
    border-top: 1px solid #158FBF;
    border-bottom: 1px solid #158FBF;
}
#message .featured-image::before {
    content: "";
    width: 115px;
    height: 6px;
    position: absolute;
    left: -130px;
    border-top: 1px solid #158FBF;
    border-bottom: 1px solid #158FBF;
}

#message .separator{
	display: none;
}
#main.blog-posts-wrapper .section-header .section-title, 
#about .section-header .section-title, 
#featured .section-header .section-title {
  background: transparent;
  display: block;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  float: none;
  text-align: center;
  font-size: 48px;
  color: #105bcc;
}
#main.blog-posts-wrapper .section-header .section-subtitle, 
#about .section-header .section-subtitle, 
#featured .section-header .section-subtitle {
  margin: 15px auto 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  width: 100%;
  float: none;
  padding: 0px 0;
  text-align: center;
  line-height: 28px;
  color: #105bcc;
  max-width: 850px;
}

#main.blog-posts-wrapper article:nth-child(3n+1).has-post-thumbnail,
#main.blog-posts-wrapper article {
  position: relative;
  display: block;
  width: 33.33%;
  float: left;
  margin-bottom: 30px;
}
#main.blog-posts-wrapper .featured-image {
  padding: 200px 0;
}
#main.blog-posts-wrapper article:nth-child(3n+1).has-post-thumbnail .entry-container {
  display: block;
  text-align: center;
  position: relative;
  padding: 30px 20px 20px;
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  top: 0;
  border-radius: 0;
}
#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(3n+1)) .entry-container {
  display: block;
  text-align: center;
  position: relative;
  padding: 30px 20px 20px;
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  top: 0;
  border-radius: 0;
}
#main.blog-posts-wrapper article:nth-child(3n+1) .entry-title {
  font-size: 28px;
}
#main.blog-posts-wrapper article .entry-meta .cat-links a, 
#main.blog-posts-wrapper article .entry-meta .date a{
	font-size: 14px;
	color: #333;
}
#main.blog-posts-wrapper article .entry-meta .date span {
  padding-right: 3px;
}
#main.blog-posts-wrapper article .entry-meta .cat-links a:hover, 
#main.blog-posts-wrapper article .entry-meta .date a:hover{
	color: #105bcc;
}
#featured .entry-meta .cat-links::before, 
.home .entry-meta .cat-links::before, 
.blog-posts-wrapper .entry-meta .cat-links::before,
.home .entry-meta .cat-links::after, .blog-posts-wrapper .entry-meta .cat-links::after {
	display: none;
}
.post-categories li::after{
	content: ",";
}
#main.blog-posts-wrapper article.has-post-thumbnail .featured-image {
  border-radius: 0px !important;
}
.blog-posts-wrapper .entry-title{
	margin-top: 5px;
}
@media screen and (min-width: 1200px) {
	#main.blog-posts-wrapper article:nth-child(3n+1).has-post-thumbnail,
	#main.blog-posts-wrapper article {
	  position: relative;
	  display: block;
	  width: 33.33%;
	  float: left;
	  margin-bottom: 30px;
	}
	.blog-posts-wrapper article:nth-child(2n+1) {
	    clear: none ;
	}
	.blog-posts-wrapper article:nth-child(3n+1) {
	    clear: left;
	}
}
@media screen and (max-width: 1199px) {
	#main.blog-posts-wrapper article:nth-child(3n+1).has-post-thumbnail,
	#main.blog-posts-wrapper article {
	  position: relative;
	  display: block;
	  width: 50%;
	  float: left;
	  margin-bottom: 30px;
	}
	.blog-posts-wrapper article:nth-child(2n+1) {
	    clear: left;
	}
	.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	  margin: 20px;
	  overflow: hidden;
	}
}
@media screen and (max-width: 1023px) {
	.main-navigation {
	    box-shadow: none !important;
	    -webkit-box-shadow: none;
	}
	.menu-toggle {
	    border-radius: 0;
	    font-size: 16px;
	    margin: 0;
	    outline: none;
	    display: inline-block;
	    height: 55px;
	    position: relative;
	    background-color: transparent;
	    min-width: 64px;
	    border: none;
	}
}

@media screen and (max-width: 767px) {
	#main.blog-posts-wrapper article:nth-child(3n+1).has-post-thumbnail,
	#main.blog-posts-wrapper article {
	  position: relative;
	  display: block;
	  width: 100%;
	  float: left;
	  margin-bottom: 30px;
	}
}

.backtotop,
	#respond input[type="submit"],
	.site-menu .top-search form.search-form input, 
	.menu-toggle span,
	.post-navigation a:hover, 
	.posts-navigation a:hover,
	.post-navigation a:focus, 
	.posts-navigation a:focus,
	.pagination .page-numbers.prev:hover, 
	.pagination .page-numbers.next:hover,
	.pagination .page-numbers.prev:focus, 
	.pagination .page-numbers.next:focus,
	.pagination .page-numbers.current,
	.pagination .page-numbers:hover,
	.pagination .page-numbers:focus,
	.widget_search form.search-form button.search-submit,
	.jetpack_subscription_widget input[type="submit"]:hover,
	.jetpack_subscription_widget input[type="submit"]:focus,
	input[type="submit"],
	.wpcf7 input[type="submit"],
	#secondary .jetpack_subscription_widget input[type="submit"]:hover,
	#secondary .jetpack_subscription_widget input[type="submit"]:focus,
	.blog-posts .post-categories,
	.tags-links a:hover,
	.tags-links a:focus,
	.reply a,
	.reply a:hover:before,
	.reply a:focus:before,
	.btn,
	.social-icons li a,
	.slick-prev,
	.slick-next,
	.slick-dots li.slick-active button:before,
	#featured-slider .content-overlay .separator,
	#about .slick-dots li.slick-active button::before,
	.more-link,
	#colophon .widget_search form.search-form button.search-submit,
	#message .separator,
	#masthead .social-icons li a:hover,
	.main-navigation ul ul li:hover > a
	{
	    background-color: #158FBF;
	}

	a,
	.site-title a:hover,
	.site-title a:focus,
	.main-navigation ul.nav-menu > li:hover > a,
	.main-navigation ul.nav-menu > li:focus > a,
	.main-navigation ul.nav-menu .current-menu-item > a,
	.menu-item a:focus,
	.menu-toggle:focus,
	button.dropdown-toggle:focus,
	.featured-content-wrapper a:focus,
	.menu-toggle i,
	button.dropdown-toggle .fa,
	.pagination .page-numbers,
	.pagination .page-numbers.dots:hover,
	.pagination .page-numbers.dots:focus,
	.pagination .page-numbers.current,
	.pagination .page-numbers:hover,
	.pagination .page-numbers:focus,
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	#secondary a:hover,
	#secondary a:focus,
	.widget_popular_post h3 a:hover,
	.widget_popular_post h3 a:focus,
	.widget_popular_post a:hover time,
	.widget_popular_post a:focus time,
	.widget_latest_post h3 a:hover,
	.widget_latest_post h3 a:focus,
	.widget_latest_post a:hover time,
	.widget_latest_post a:focus time,
	.page-header small,
	.entry-meta a:hover,
	.entry-meta a:focus,
	.tags-links a,
	.comment-meta .url:hover,
	.comment-meta .url:focus,
	.comment-metadata a,
	.comment-metadata a time,
	#featured-slider .entry-meta .cat-links a,
	.image-overlay.featured-content-wrapper .entry-title:hover,
	.image-overlay.featured-content-wrapper a:focus .entry-title,
	.content-overlay.featured-content-wrapper .entry-title:hover,
	.content-overlay.featured-content-wrapper a:focus .entry-title,
	#about article .entry-title a:hover,
	#about article .entry-title a:focus,
	#popular .entry-title a:hover,
	#popular .entry-title a:focus,
	.default-featured #featured article .entry-title a:hover,
	.default-featured #featured article .entry-title a:focus,
	.featured-two #featured article .entry-title a:hover,
	.featured-two #featured article .entry-title a:focus,
	#trending .entry-title a:hover,
	#trending .entry-title a:focus,
	.sensational-wrapper .hentry .entry-container .entry-title a:hover,
	.sensational-wrapper .hentry .entry-container .entry-title a:focus,
	#mustread .entry-title a:hover,
	#mustread .entry-title a:focus,
	#blog .entry-title a:hover,
	#blog .entry-title a:focus,
	.entry-meta .cat-links a,
	.blog-posts-wrapper .comments-link a:hover,
	.blog-posts-wrapper .comments-link a:focus,
	.blog-posts-wrapper .entry-title a:hover,
	.about-two #about .entry-meta .cat-links a,
	.cat-links a,
	#featured .entry-meta a:hover, 
	#featured .entry-meta a:focus,
	.btn:hover, 
	.btn:focus,
	#masthead .social-icons li a,
	.header-design-one .site-menu .top-search form.search-form input,
	.header-design-two .site-menu .top-search form.search-form input,
	.top-search .fa-search,
	.blog-posts-wrapper .entry-meta > span.cat-links a:hover, 
	.blog-posts-wrapper .entry-meta > span.cat-links a:focus,
	.entry-meta.author a,
	a:focus,
	.default-about #about .entry-meta a:hover, 
	.default-about #about .entry-meta a:focus,
	.default-about #about .entry-meta a:hover, 
	.default-about #about .entry-meta a:focus,
	.site-description,
	#message .entry-title,
	#main.blog-posts-wrapper .section-header .section-title, 
	#about .section-header .section-title, 
	#featured .section-header .section-title,
	#mustread .section-header .section-title,
	#main.blog-posts-wrapper .section-header .section-subtitle, 
	#about .section-header .section-subtitle, 
	#featured .section-header .section-subtitle,
	#mustread .section-header .section-subtitle,
	#main.blog-posts-wrapper .entry-title a:hover,
	#main.blog-posts-wrapper .entry-title a:focus,
	#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(3n+1)) .entry-meta .cat-links a:hover, 
	#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(3n+1)) .entry-meta .date a:hover, 
	#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(3n+1)) .entry-meta .cat-links a:focus, 
	#main.blog-posts-wrapper article.has-post-thumbnail:not(:nth-child(3n+1)) .entry-meta .date a:focus,
	.top-search form.search-form input::-webkit-input-placeholder,
	.widget.widget_search_form form.search-form input::-webkit-input-placeholder
	{
		color: #158FBF;
	}
	#masthead .social-icons li a:hover
	{
		background: #158FBF!important;
	}

	.main-navigation ul#primary-menu li:hover > svg,
	.main-navigation ul#primary-menu li:focus > svg,
	.main-navigation li.menu-item-has-children:hover > a > svg,
	.main-navigation li.menu-item-has-children > a:hover > svg,
	.main-navigation li.menu-item-has-children > a:focus > svg,
	.main-navigation ul#primary-menu > li.current-menu-item > a > svg,
	.navigation.post-navigation a:hover svg,
	.navigation.posts-navigation a:hover svg,
	.navigation.post-navigation a:focus svg,
	.navigation.posts-navigation a:focus svg,
	.widget_search form.search-form button.search-submit:hover svg,
	.widget_search form.search-form button.search-submit:focus svg,
	.featured-content-wrapper .btn:hover .more-icon svg, 
	.featured-content-wrapper .btn:focus .more-icon svg,
	#call-to-action .btn:hover .more-icon svg, 
	#call-to-action .btn:focus .more-icon svg,
	.main-navigation li.search-menu a:hover svg,
	.main-navigation li.search-menu a.search-active:hover svg,
	.main-navigation ul#primary-menu li.search-menu:hover > a.search-active svg {
	    fill: #158FBF;
	}
	#respond input[type="submit"],
	.pagination .page-numbers,
	.pagination .page-numbers.dots:hover,
	.pagination .page-numbers.dots:focus,
	.pagination .page-numbers.current,
	.pagination .page-numbers:hover,
	.pagination .page-numbers:focus,
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.pagination .page-numbers.prev:hover, 
	.pagination .page-numbers.next:hover,
	.pagination .page-numbers.prev:focus, 
	.pagination .page-numbers.next:focus,
	.widget_search form.search-form input[type="search"]:focus,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea,
	input[type="submit"],
	.wpcf7 input[type="submit"],
	.tags-links a,.tags-links a:hover,
	.tags-links a:focus,
	.reply a,
	.btn,
	.more-link,
	#featured .entry-meta .cat-links::before,
	.home .entry-meta .cat-links::before,
	.blog-posts-wrapper .entry-meta .cat-links::before,
	.home .entry-meta .cat-links::after,
	.blog-posts-wrapper .entry-meta .cat-links::after,
	#masthead .social-icons li a,
	#masthead .social-icons li a:hover,
	.about-item-wrapper .btn, 
	#blog .post-item .btn, 
	.post-item .btn,
	#message .social-icons a.more-link:focus, 
	#message .social-icons a.more-link:hover
	{
		border-color: #158FBF;
	}
	#secondary .widget > ul li:first-child, 
	#secondary .widget > ul li:hover, 
	#secondary .widget_nav_menu ul li:first-child, 
	#secondary .widget_nav_menu ul li:hover {
		border-left-color: #158FBF;
	}