/*
 Theme Name:	GeneratePress Child
 Theme URI:		https://eyejam.biz/wp-content/themes/generatepress-child/
 Description:	GeneratePress Child
 Author:		Designed by Eye Jam
 Author URI:	http://www.eyejam.com.au/
 Template:		generatepress
 Version:		3.1.3
 License:		GNU General Public License
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 Tags:			blue,white
 Text Domain:	generatepress-child
*/
/*
nav.main-navigation {
	background: #1e73be;
    background: -moz-linear-gradient(left, #0d5594 0%, #1e73be 20%, #1e73be 80%, #0d5594 100%)!important;
    background: -webkit-linear-gradient(left, #0d5594 0% ,#1e73be 20%, #1e73be 80%, #0d5594 100%)!important;
    background: linear-gradient(to right, #0d5594 0%, #1e73be 20%, #1e73be 80%, #0d5594 100%)!important;
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.4);
}
.footer-widgets {
	background: #ffffff;
    background: -moz-linear-gradient(left, #d4d4de 0%, #ffffff 20%, #ffffff 80%, #d4d4de 100%)!important;
    background: -webkit-linear-gradient(left, #d4d4de 0% ,#ffffff 20%, #ffffff 80%, #d4d4de 100%)!important;
    background: linear-gradient(to right, #d4d4de 0%, #ffffff 20%, #ffffff 80%, #d4d4de 100%)!important;
	-webkit-box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.4); 
	box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.4);
}
.site-info {
	background: #b2b2be;
    background: -moz-linear-gradient(left, #878787 0%, #b2b2be 20%, #b2b2be 80%, #878787 100%)!important;
    background: -webkit-linear-gradient(left, #878787 0% ,#b2b2be 20%, #b2b2be 80%, #878787 100%)!important;
    background: linear-gradient(to right, #878787 0%, #b2b2be 20%, #b2b2be 80%, #878787 100%)!important;	
}
nav.main-navigation .sub-menu {
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.5);
}
.site-content h1.entry-title {
    text-align: center;
}
h2.widget-title {
    text-align: center;
}
.textwidget {
    text-align: center;
}
.entry-content p {
    text-align: justify;
	text-justify: inter-word;
}
.generate-back-to-top {
	bottom: 90px!important;
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.5);
}
#site-navigation {
    position: sticky;
    position: -webkit-sticky;
    top: 200px!important;
    z-index: 100!important;
}
#masthead {
    position: sticky;
    position: -webkit-sticky;
    top: 0!important;
    z-index: 90!important;
}
*/