/**
 * style.css
 * 
 * Child Theme styles.
 * 
 * @package Child Theme
 */

/**
 * Theme Name: Child Theme
 * Theme URI: http://boardingarea.com/
 * Description: Child Theme a BoardingArea child theme.
 * Version: 1.0.0
 * Author: Joshua Fach
 * Author URI: http://boardingarea.com/
 * Template: boardingarea
 * Text Domain: child-theme
 * Tags: responsive, custom-menu, featured-images, post-formats, sticky-post, translation-ready
 */

/*  Copyright 2014  Joshua Fach  (email : jfach@frequentflyerservices.com)

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License, version 2, as 
	published by the Free Software Foundation.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

/**
 * ====================================================================================================
 * Child Theme Custom Styles
 * ====================================================================================================
 */
 
/* ==========================================================================
    16.0 - Media Queries
========================================================================== */
 
/* ==========================================================================
	 Before Content Ad
========================================================================== */
	 
.before-content-ad {
	margin-bottom: 30px;
	margin-left: 15px;
}

.after-content-ad {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1260px) {
	.before-content-ad {
		margin: 0 auto 30px;
		width: 728px;
	}
}
@media only screen and (max-width: 767px) {
	.before-content-ad {
		margin: 0 auto 30px;
		width: 300px;
	}
}
@media only screen and (max-width: 840px) {
	/*.before-content-ad { margin-left: 30px; }*/
}
@media only screen and (max-width: 320px) {
	/*.before-content-ad { margin-left: 10px; }*/
	
	.entry a.alignleft,
	.entry img.alignleft,
	.entry a.alignright,
	.entry img.alignright {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	.menu-primary-toggle .fa {
		margin-left: 15px;
	}
	.nav-primary ul > li a {
		padding: 0 15px;
	}
	.nav-primary ul > li ul li a {
		padding-left: 30px;
	}
	.nav-primary ul > li ul li ul li a {
		padding-left: 45px;
	}
	.nav-primary ul > li ul li ul li ul li a {
		padding-left: 60px;
	}

	.menu-secondary-toggle .fa {
		margin-left: 15px;
	}
	.nav-secondary ul > li a {
		padding: 0 15px;
	}
	.nav-secondary ul > li ul li a {
		padding-left: 30px;
	}
	.nav-secondary ul > li ul li ul li a {
		padding-left: 45px;
	}
	.nav-secondary ul > li ul li ul li ul li a {
		padding-left: 60px;
	}

	.before_content_ad {
		margin-left: 15px;
	}

	.open .content,
	.open .sidebar-primary,
	.open .footer-widgets-1,
	.open .footer-widgets-2,
	.open .footer-widgets-3,
	.open .footer-widgets-4,
	.open .site-header .widget-area,
	.open .title-area {
		padding-left: 15px;
		padding-right: 15px;
	}

	.boxed .site-inner,
	.boxed .footer-widgets {
		padding: 30px 0 0;
	}

	.site-footer .wrap {
		padding: 0 15px;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding: 15px 20px !important;
	} 
	
	.boxed .footer-widgets-4 {
    	padding: 0 10px;
    }
	
	#text-2.widget, #text-3.widget {
	margin-left: -5px !important;
}
}

/* Move Sidebar Up (Before Content Ad) */
@media only screen and (min-width: 1261px) {
	.sidebar-primary {
		margin-top: -120px;
	}
}

