/* -----------------------------------------------------------------------------------

	Theme Name: Blogo WP Child
	Theme URI: http://www.m-themes.eu
	Description: Child Theme for Blogo WP Theme made for bloggers. Clean and modern looking theme focused on content
	Author: Marcin Michalak
	Author URI: http://themeforest.net/user/maarcin
	Template: blogo
	Tags: custom-menu, custom-header, featured-images, translation-ready, full-width-template, post-formats, theme-options
	Version: 1.0.0
	Text Domain: blogo-child

	Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin

----------------------------------------------------------------------------------- */

@import url("../blogo/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.logo {
  display:inline;
  float: left;
  width: 20%;
  padding: 18px 0px;
}

.logo img, .logo .retina-logo, .logo .default-logo {
  max-width: 100%;
  height: auto !important;
}

.header-nav {
  height:105px;
}

.header-nav ul {
  float: right;
  padding: 25px 10px;
}

.header-nav a {
  font-weight: 600;
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
}

.esg-media-cover-wrapper {
  width:95%;
  margin:0px 0px 0px 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1 {
  font-family: 'Open Sans',sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  font-weight:300;

}

h2 {
  font-family: Georgia,Times,'Times New Roman',serif;
  font-size: 24px;
  font-weight: 100;
}

.home-title {
  width: 100%;
  text-align: center;
  background: #eee;
  padding: 40px 0;
}

.home-title h2 {
  padding-top: 10px;
  color: #333;
  text-transform: uppercase;
  opacity: 0.6;
  font-family: 'Open Sans',sans-serif;
}

.home-title h1 {
  padding-top: 30px;
}
.archive-title h1 {
  font-weight:300;

}

.home-title h1 {
  margin-bottom: 0px;
}

/*body, .esg-grid .mainul li.eg-herbert-hoover-wrapper {
  background-color: #F2E6D6 !important;
}*/


#wp-comment-cookies-consent {
  width: 5% !important;
}
#commentform input,
#commentform textarea {
  display: inline-block;
}

.esg-entry-content, .esg-entry-content a  {
  background-color: #eee !important;
}
.esg-loadmore-wrapper {
  padding:20px;
}

.main-nav li {
  margin: 0 30px 0 30px;
}

.home #content {
  padding-top:40px;
}

.esg-filter-wrapper.dropdownstyle .esg-filterbutton {
    display: block;
    width: 250px;
}
.minimal-light .esg-filter-checked {
    margin-right: 7px;
}
input.eg-search-input[type="text"] {
    font-family: "Open Sans",sans-serif;
    outline: none !important;
    margin: 0px 0px 5px !important;
    padding: 3px 15px;
    vertical-align: middle;
    font-size: 12px;
    height: auto;
}

.esg-sortbutton, .esg-sortbutton-order {
  background-color: #F2E6D6 !important;
}

.esg-sortbutton {
  margin-left: 30px;
}
.esg-filters {
  padding-bottom: 20px;
}

.eg-herbert-hoover-element-2:hover {
  color: #3B5998 !important;
}

.widget {
  padding-bottom: 2px;
}

/*Instagram*/
.instagram_kg {
  width: 16.666668%;
  float: left;
  transition: 0.3s;
  position: relative;
}
/* img.instagram_kg:hover {
  opacity: 0.8;
} */

.instagram_likes {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000070;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 50% 0;
  transition: 0.3s;
  opacity: 0;
}
.instagram_likes:hover {
  opacity: 1;
}
#instagram-karmagroup i.fa.fa-heart {
  color: #ff0000;
}

@media (max-width: 768px){
  .instagram_kg {
      width: 33.333333%;
  }
}

@media (max-width: 680px){
  .instagram_kg {
      width: 50%;
  }
}
.button_view_ig button {
  margin: 20px;
}
.button_view_ig {
  text-align: center;
}