/*-------------------------------------------------------------------------------------------*/
/*- MEDIA QUERIES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*------------------------------------------------*/
/* layouts smaller than 600px, iPhone and mobiles */
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
	.logo h3 a {
		width: 280px;
	}

	.home #content-container {
		padding: 20px 0 20px 0px;
	}

	#header-container {
		padding: 10px;
	}

	#content-container {
		padding: 10px 10px;
	}

	#footer-container {
		padding: 20px;
	}

	#full-width {
		padding: 0;
	}

	#left-column {
		clear: both;
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	#right-column {
		clear: both;
		float: none;
		width: auto;
	}

	#home-block .column {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}

	#advert-header-container {
		display: none;
	}

	#header .logo {
		margin: 0 0 15px;
	}

	#header .social-search-container {
		margin: 0 0 10px;
		position: static;
		top: auto;
		right: auto;
		width: auto;
	}

	#header .social-search-container .social {
		float: none;
		text-align: center;
	}

	#header .social-search-container .search {
		display: none;
	}

	.magazine-subscribe-block {
		display: none;
	}

	#navigation-container {
		background: #fff;
		border: none;
	}

	#header-container.sticky-header #navigation-container {
		position: static;
		top: auto;
		background: #fff;
	}

	ul#nav {
		font-family: "myriad-pro", arial, sans-serif;
		border-radius: 4px;
		border: 1px solid #e0e0e0;
		display: none;
	}

	ul#nav li {
		display: block;
		padding: 0;
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
	}

	ul#nav li:last-child {
		border: none;
	}

	ul#nav li a {
		display: block;
		font-size: 14px;
		padding: 3px 10px;
		margin: 0;
		font-weight: normal;
	}

	#sub-navigation-container {
		display: none;
	}

	.copy-container {
		padding: 10px;
	}

	.post-image.in-post {
		float: none;
		max-width: none;
		margin: 0 0 10px;
	}

	.related-posts ul li {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}

	#footer h4 {
		margin-bottom: 10px;
	}

	#footer ul li.column {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}

	/*---------------------------*/
	/*- GRIDS -------------------*/
	.column {
		clear: left;
		width: 100% !important;
	}

    #subslider {
        display: none !important;
    }

}

@media only screen and (max-width: 768px) {
	.advine-ad {
		margin: 10px 0;
		text-align: center;
	}

    ul#nav li{
        position: relative;
    }

    ul#nav li a{
        background: #ffffff;
        color: #000 !important;
    }

    #header .social-search-container .search-icon {
        position: relative;
        left: 0;
        margin-left: 0;
    }
    
    #menu-drop-button {
		display: block;
		float: left;
		height: 32px;
		width: 32px;
		margin-top: -50px;
		background: #000 url(images/layout/drop-down.png) center no-repeat;
	}

    #subslider {
        display: none !important;
    }

	.menu-item-has-children:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1rem;
		padding: 0.25rem 0.5rem;
		color: #000;
	}

	/*--------------------------*/
	/*- SUB MENU ---------------*/
	ul.sub-menu {
		top: 0px;
		position: inherit;
	}

	ul.sub-menu li a {
		padding-left: 20px !important;
	}

	ul.sub-menu li a:before {
		content: '-';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		font-size: 1rem;
		padding: 0.25rem 0.5rem;
		color: #000;
	}

	.navigation--toggle {
		width: 100%;
		text-transform: uppercase;
		display: block;
		text-align: center;
		background: #d3d3d3;
	}

	.navigation.js {
		overflow: hidden;
		background: rgba(0, 0, 0, 0.1);
	}

	.sub-menu.active {
		height: 100%;
		max-height: none !important;
	}

	.sub-menu {
		transition: all 0.3s ease-in-out;
	}

	.sub-menu.js {
		overflow: hidden;
		max-height: 0;
		background: rgba(0, 0, 0, 0.1);
	}

	#nav {
		border-top: 1px solid #808080;
	}
}

/*---------------*/
/* iPad PORTRAIT */
@media only screen and (max-width: 768px) and (min-width: 600px) {

	#header-container {
		padding: 10px 20px;
		border-bottom: 1px solid #ebebeb;
	}

	#header .logo {
		margin: 0 0 15px;
	}

	#header .social-search-container {
		margin: 0 0 10px;
		position: static;
		top: auto;
		right: auto;
		width: auto;
	}

	#header .social-search-container .social {
		float: none;
		text-align: center;
	}

	#header .social-search-container .search {
		display: none;
	}

	.magazine-subscribe-block {
		display: none;
	}

	#navigation-container {
		background: #fff;
		border: none;
	}

	#header-container.sticky-header #navigation-container {
		position: static;
		top: auto;
		background: #fff;
	}

	ul#nav {
		font-family: "myriad-pro", arial, sans-serif;
		border-radius: 4px;
		border: 1px solid #e0e0e0;
		display: none;
	}

	ul#nav li {
		display: block;
		padding: 0;
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
	}

	ul#nav li:last-child {
		border: none;
	}

	ul#nav li a {
		display: block;
		font-size: 14px;
		padding: 3px 10px;
		margin: 0;
		font-weight: normal;
	}

	/*----------------------------*/
	/*- TWO COLUMN ---------------*/
	.two-column {
		clear: both;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.two-column .post-image {
		float: none;
		width: 100%;
		margin: 0px 0px 5px;
		overflow: hidden;
	}

	.two-column .has-images .post-title, .two-column .has-images p {
		margin-left: 0%;
	}

    #subslider {
        display: none !important;
    }
}

@media only screen and (min-width: 1441px) {
	/*- TWO COLUMN ---------------*/
	.two-column {
		clear: both;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.two-column .post-image {
		float: none;
		width: 100%;
		margin: 0px 0px 5px;
		overflow: hidden;
	}

	.two-column .has-images .post-title, .two-column .has-images p {
		margin-left: 0%;
	}

}

