/*
Theme Name: Itaka WP Child (Francesco).
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Itaka WP Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.2
Template: itaka-wp
Author: An-themes
Author URI: https://themeforest.net/user/an-themes/portfolio
Tags: sticky-post, right-sidebar, custom-colors
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 410px) and (max-width: 479px) {
/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

	/* - Moder Articles Style - */
	ul.modern-articles {
	    margin: 0 0 0 0px !important; 
	}

	ul.modern-articles li {
	    width: 390px !important; 
	    margin: 0 0 25px 0px !important; 
	}

	ul.modern-articles li img {
	    width: 390px !important; 
	    height: 225px;
	}

	ul.modern-articles .ma-left {
	    display: none;
	}

	ul.modern-articles .ma-right {
	    width: 390px !important; 
	}

	ul.modern-articles li h2 {
	    font-size: 19px;
	    font-weight: 700;
	    line-height: 22px;
	}


	/* - Blog Style Ads - */
	ul.modern-articles li.homeadv {
	    display: block !important;
	}


	/* -- Tags home posts -- */
	ul.taghomepost li { 
    	width: inherit !important;
	}

	ul.modern-articles li ul.taghomepost li { 
    	width: inherit !important;
    	margin: 0 7px 7px 0 !important;
	}

/* ------------ */
} /* end 410px */



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 360px) and (max-width: 409px) {
/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

	/* - Moder Articles Style - */
	ul.modern-articles {
	    margin: 0 0 0 0px !important; 
	}

	ul.modern-articles li {
	    width: 360px !important; 
	    margin: 0 0 25px 0px !important; 
	}

	ul.modern-articles li img {
	    width: 360px !important; 
	    height: 225px;
	}

	ul.modern-articles .ma-left {
	    display: none;
	}

	ul.modern-articles .ma-right {
	    width: 360px !important; 
	}

	ul.modern-articles li h2 {
	    font-size: 19px;
	    font-weight: 700;
	    line-height: 22px;
	}


	/* - Blog Style Ads - */
	ul.modern-articles li.homeadv {
	    display: block !important;
	}


	/* -- Tags home posts -- */
	ul.taghomepost li { 
    	width: inherit !important;
	}

	ul.modern-articles li ul.taghomepost li { 
    	width: inherit !important;
    	margin: 0 7px 7px 0 !important;
	}

/* ------------ */
} /* end 360px */



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 359px) {
/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

	/* - Moder Articles Style - */
	ul.modern-articles {
	    margin: 0 0 0 0px !important; 
	}

	ul.modern-articles li {
	    width: 305px !important; 
	    margin: 0 0 25px 0px !important; 
	}

	ul.modern-articles li img {
	    width: 305px !important; 
	    height: 225px;
	}

	ul.modern-articles .ma-left {
	    display: none;
	}

	ul.modern-articles .ma-right {
	    width: 305px !important; 
	}

	ul.modern-articles li h2 {
	    font-size: 19px;
	    font-weight: 700;
	    line-height: 22px;
	}


	/* - Blog Style Ads - */
	ul.modern-articles li.homeadv {
	    display: block !important;
	}


	/* -- Tags home posts -- */
	ul.taghomepost li { 
    	width: inherit !important;
	}

	ul.modern-articles li ul.taghomepost li { 
    	width: inherit !important;
    	margin: 0 7px 7px 0 !important;
	}

/* ------------ */
} /* end 360px */