/*
Theme Name: Stockholm Child Theme
Template: stockholm
Description: A child theme of the Stockholm Theme
Author: Floris Wolswijk
Author URI: http://floriswolswijk.com
Version: 0.1
*/

@media screen and (max-width: 600px) {
  #empty_hide {
    visibility: hidden;
    clear: both;
    display: none;
  }
}

/*
.menu-text {
	color: #2980b9;
    font-size: 16px;
    font-weight: 600;
	font-family: Lato;
	letter-spacing: 1px;
}*/

nav.main_menu.drop_down>ul>li>a {
	padding: 0 12px;
}

nav.main_menu>ul>li:not(:first-child):before {
	content: '' !important; 
}

.header_top_bottom_holder {
	margin-top: 22px;
	margin-left: -30px !important;
}

nav.main_menu>ul>li .right {
	background-color: #f2f1f6 !important;
	border-width: 0px !important;
	margin-right: -8px !important;
}

/* fix title size of blogs */
.post_content>h2>span {
	font-size: 80px !important;
	line-height: 1 !important;
}

.post_image {
	display: none !important;
}