/******************************************************
	Main Nav / Admin Styling
*******************************************************/

@media screen and (max-width: 782px) {
	.admin-bar 
	#main-nav-wrap {
		top: 46px;
	}
}

/******************************************************
	Smaller than 1004px
*******************************************************/

@media screen and (max-width: 1004px) {
	
	.wrapper {
		width: 660px;
	}

	/*-------------------------------------------*\
		Main Header Styling
	\*-------------------------------------------*/

	#hidden-sidebar-icon {
		display: none;
	}

	#logo {
		float: none;
		text-align: center;	
	}

	#logo img {
		max-width: 100%;
	}

	#header-ad {
		display: none;
	}

	/*** Main Nav Styling ***/

	#main-nav-wrap {
		position: relative;
	}

	#hidden-nav-icon {
		margin-right: -1px;
		border-right: 1px solid #eee;
	}

	#main-header {
		margin-top: 0;
	}

	#responsive-menu {
		position: relative;
		z-index: 15;
		display: inline-block;
    	height: 40px;
		float: left;
		padding: 0 11px;
		color: #444;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		cursor: pointer;
		font-size: 12px;
		font-weight: 600;
		line-height: 42px;
		text-transform: uppercase;
		transition: background .3s;
	}

	#responsive-menu:hover {
		background-color: #F5F5F5;
	}

	#main-nav
	.menu {
		position: absolute;
		left: 0;
		top: 41px;
		z-index: 4000;
		display: none;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
    	background-color: #fff;
	}

	#main-nav li {
		height: 39px;
		clear: both;
		float: none;
		line-height: 34px;
		border-left: none;
		border-bottom: 1px solid #eee;
	}

	#main-nav li:last-child {
	    border-right: none;
	}

	#main-nav a {
		min-width: 250px;
	}

	#main-nav li a:hover,
	#main-nav ul li ul 
	.current-menu-item a:hover {
		color: #555;
		background-color: transparent;
	}

	/*** Main Nav Drop Down Menu ***/

	#main-nav ul li ul li {
		height: 39px;
	}

	#main-nav ul li 
	ul li:last-child {
		border-bottom: 1px solid #eee;
	}

	#main-nav ul li ul li a {
		padding-left: 30px;
	}

	.drop-sign,
	#main-nav 
	ul li ul 
	.drop-sign {
		display: none;
	}
	
	#main-nav .menu li ul {
		position: static;
		display: block !important;
		float: none;
		clear: both;
		border: none;
	}

	#main-nav ul li ul a {
		font-weight: 600;
	}

	/*-------------------------------------------*\
		Featured Styling
	\*-------------------------------------------*/

	.first-feat-col {
		width: 100%;
		margin-bottom: 2px;
	}

	#first-featured .post
	img {
		width: 100%;
		height: auto;
	}

	#feat-columns
	.feat-posts > li {
	    width: 660px;
    	height: 460px;
	}

	#feat-columns
	.feat-posts > li + li {
		display: none;
	}

	#feat-columns 
	.feat-overlay {
	    height: 460px;
	}

	#feat-columns .feat-caption {
	    padding: 0 18px 48px 18px;
	}

	#feat-columns
	h4 {
		font-size: 25px;
    	line-height: 35px;
	}

	.second-feat-col {
		display: none;
	}

	/*** Featured Slider ***/

	#featured-slider,
	#featured-slider 
	.slides > li {
		width: 662px;
		height: 330px;
	}

	/*-------------------------------------------*\
		Trending Posts Styling
	\*-------------------------------------------*/

	#trending-news-wrap {
		width: 660px;
	}

	/*-------------------------------------------*\
		Content Styling
	\*-------------------------------------------*/

	#content {
		width: 620px;
	}

	.read-more-btn {
		margin-right: 1px;
	}

	/*-------------------------------------------*\
		Main Sidebar Styling
	\*-------------------------------------------*/

	#main-sidebar {
		width: 100%;
		padding: 0;
		border: none;
	}

	#main-sidebar .widget {
		width: 100%;
	}

	.widget_molavid iframe,
	.video-widget-wrap {
		height: 348px;
	}

	.fb_iframe_widget_fluid span {
		width: 100% !important;
	}

	/*-------------------------------------------*\
		Large Carousel Styling
	\*-------------------------------------------*/

	#feat-carousel {
		display: none;
	}

	/*-------------------------------------------*\
		Main Footer Styling
	\*-------------------------------------------*/

	#main-footer {
		padding-bottom: 25px;
	}

	#main-footer 
	.widget {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	#copyright {
		height: auto;
		padding: 15px 0;
		overflow: hidden;
	}

	#footer-logo,
	#copyright p {
		float: none;
		margin-right: 0;
		text-align: center;
	}

	#copyright p {
		margin-bottom: 15px;
		line-height: normal;
	}

	#copyright ul,
	#copyright li {
		float: none;
		clear: both;
		margin-left: 0;
		text-align: center;
		line-height: 28px;
	}

}

/******************************************************
	Smaller than 660px
*******************************************************/

@media screen and (max-width: 664px) {
	
	.wrapper {
		width: 320px;
	}

	/*-------------------------------------------*\
		Main Header Styling
	\*-------------------------------------------*/

	#nav-social {
		display: none;
	}

	/*-------------------------------------------*\
		Featured Styling
	\*-------------------------------------------*/

	#feat-columns
	.feat-posts > li {
	    width: 320px;
    	height: 400px;
	}

	#first-featured .post {
		height: 320px;
	}

	#featured-slider {
		display: none;
	}

	/*-------------------------------------------*\
		Trending News Styling
	\*-------------------------------------------*/

	#trending-news-wrap {
		display: none;
	}

	/*-------------------------------------------*\
		Content Styling
	\*-------------------------------------------*/

	#content {
		width: 280px;
	}

	#posts-wrap {
    	width: 280px;
    	padding-right: 0;
    	border-right: none;
    }

    .large-post {
    	width: 280px;
    }

    .large-post 
    .post-thumb {
    	width: 280px;
    	height: 148px;
    }

    .list-post .post-thumb {
    	width: 280px;
    	margin-bottom: 14px;
    }

    .large-post.format-video 
    .format-icon {
	    left: 118px;
	    top: 52px;
	}

    .list-post.format-video 
    .format-icon {
    	left: 118px;
    }

    .post-elements {
	    width: 320px;
	}

    .post-elements 
    .post-author {
    	display: none;
    }

    .inline-ad-wrap {
    	width: 320px;
    	height: 40px;
    }

    .inline-ad {
    	width: 285px;
    	margin-left: 30px;
    }

    .inline-ad img {
    	width: 100%;
    	height: auto;
    }

    .ad-name-txt {
    	width: 100px;
    }

    /*-------------------------------------------*\
		Mini Carousel Styling
	\*-------------------------------------------*/

    #mini-carousel {
    	display: none;
    }

    /*-------------------------------------------*\
		Main Sidebar Styling
	\*-------------------------------------------*/

	.widget_alumini_social_count li {
		margin-bottom: 18px;
	}

	.widget_molavid iframe, 
	.video-widget-wrap {
    	height: 156px;
	}

	.fb_iframe_widget_fluid span {
		width: 280px !important;
	}

	/*-------------------------------------------*\
		Single Page Styling
	\*-------------------------------------------*/

	.entry img,
    .entry iframe {
    	max-width: 280px;
    }

	.single-thumb {
	    width: 280px;
    	height: 148px;
	}

	.post-tags {
		padding-right: 25px;
	}

	#single-share {
		width: 265px;
	}

	.post-tags {
		width: 280px;
    	padding-left: 20px;
    	padding-right: 20px;
	}

	#single-share 
	.share-block-name {
		width: 110px;
	}

	#single-share .facebook,
	#single-share .twitter {
		margin-bottom: 12px;
	}

	#about-author {
		width: 280px;
	}

	/*** Related Posts Styling ***/

	#related-posts {
    	width: 280px;
    }

	.related-post {
		width: 280px;
		clear: both;
		margin-right: 0;
	}

	#related-posts .post-thumb {
    	width: 280px;
    	height: 190px;
    }

    #related-posts 
    .thumb-overlay {
	    height: 190px;
	}

	#related-posts .format-icon {
    	left: 120px;
    	top: 75px;
    }

    /*** Comment Form Styling ***/

    #comment,
    #author, #email, #url {
    	width: 95%;
    }

    /*** Comments Styling ***/

    #cancel-comment-reply-link {
    	display: block;
    	margin-top: 20px;
    	margin-left: 0;
    }

    #respond 
    .comment-notes, 
    .logged-in-as {
	    margin-top: 34px;
	}

	/*-------------------------------------------*\
		Contact Page / Error Page Styling
	\*-------------------------------------------*/

    .wpcf7-text,
    .wpcf7-textarea {
    	width: 256px;
    }

    /*** Error Page Styling ***/

    .error-content-wrap {
	    margin: 40px 0;
	}

	.error-wrap h1 {
		height: auto;
	}

    .error-wrap #searchform {
    	width: 280px;
    }

    .error-wrap #s {
	    width: 182px;
	}

}