/*
 Theme Name:     LiemersActueel
 Theme URI: http://www.blikoponline.nl
 Author URI: http://www.blikoponline.nl
 Description:    Liemers Actueel
 Author: Blik op online
 Template: passion
 Version: 1.0
 */


 @import url("../passion/style.css");

/* Menu */
#main-menu li.home-menu-icon a {
	display: none;
}
#main-menu > li:nth-child(2) a {
	padding: 0 20px !important;
}
/* De afbeeldingen uit catogorie "NIEUWS UIT DE REGIO"*/
div.col-a div.widget-area-1 div#kopa_posts_list_alpha-2 ul.kopa_lists_a_layout_small_thumbs article.entry-item.clearfix div.entry-thumb img {
	margin-top: 19px;
}

/* Kopjes van catogorie "DE LIEMERS WERKT!"*/
.main-content .widget-area-3 .kp-article-list-widget .older-post header {
	margin-bottom: 10px;
}

/* De linkerkant van catogorie "DE LIEMERS WERKT!"*/
.widget-area-3 .kp-article-list-widget .latest-item {
	margin-top: -5px;
}

/* De hoogte footer*/
div#bottom-sidebar {
	height: 175px !important;
}

/* De afstand tussen de regels van de footer*/
#bottom-sidebar .widget .textwidget{
	line-height: 17px !important;
}


/* IPAD */
@media only screen and (max-width: 1279px) and (min-width: 768px) { 
}

/* IPHONE */
@media only screen and (max-width: 767px) { 
}

@media only screen and (max-width: 479px) {
    .wrapper {
        width: 100% !important;
    }
	.kopa_lists_a_layout_small_thumbs .entry-item .entry-thumb {
		width: 100% !important;
	}	
	div.col-a div.widget-area-1 div#kopa_posts_list_alpha-2 ul.kopa_lists_a_layout_small_thumbs article.entry-item.clearfix div.entry-thumb img {
		width: 100% !important;
	}
                
	.widget-area-3 iframe {
		width: 100%
	}	
}