/*
Theme Name:     Generate Press Child 
Theme URI:      https://jennrogar.com/wp-content/themes/generatepress-child/
Description:    Generate Press child theme
Author:         James Israel
Template:       generatepress
Text Domain:    generatepress-child
Version: 		3.6.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options
*/

body {
	background-image: url("https://jennrogar.com/wp-content/themes/generatepress-child/background1600.jpg");
	background-size: 1600px;
	background-position: center 100px; /* Centers horizontally, aligns to the top vertically */background-repeat: repeat-y; /* Repeats the image only along the vertical axis */
    background-color: white;
}

.container.grid-container {
    background: none !important;
}

.inside-header {
	background: none !important;
    padding: 20px 40px 0;
}

.page-header {
    margin-bottom: 0 !important;
	padding-bottom: 30px !important;
}

.site-content {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

.site-main {
    margin: 0 !important;
}

.inside-article {
	background: none !important;
	padding: 30px 40px !important;
}

.home .inside-article {
    padding: 0;
}

.main-title {
    margin: 0 auto;
    font-size: 2em;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 400;
    text-transform: none;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.addtoany_content {
    clear: both;
	margin: 0 auto !important;
    text-align: center;
}

.widget-area .widget {
    padding: 20px 30px 30px;
}

.widget-title {
    margin-bottom: 15px;
}


/* MEDIA QUERY BREAKPOINTS */ 

@media (max-width: 1000px) {
	body {
		background-image: url("https://jennrogar.com/wp-content/themes/generatepress-child/background1k.jpg");
		background-size: 1000px;
		background-position: center 100px;
	}
}

@media (max-width: 768px) {
	body {
		background-image: url("https://jennrogar.com/wp-content/themes/generatepress-child/background768.jpg");
		background-size: 768px;
		background-position: center 100px;
	}
}

@media (max-width: 480px) {
	body {
		background-image: url("https://jennrogar.com/wp-content/themes/generatepress-child/background480.jpg");
		background-size: 480px;
		background-position: center 100px;
	}
}

@media (max-width: 360px) {

}