/* 
 Theme Name:   GeneratePress_Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.main-title, .entry-header {
    display: none;
}
main#main {
    margin-bottom: 0;
}
.dot {
    height: 7px;
    width: 7px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 9px;
}
.inside-article {
    padding-bottom: 0 !important;
}
.fc-widget-one-wrap a {
    text-decoration: none;
    margin-right: 15px;
    color: #ffffff;
}
.fc-widget-one-wrap {
    text-align: center;
}
.pgp-nowrap {
    white-space: nowrap;
}
.pgp-hide, .page .featured-image.page-header-image.grid-container.grid-parent, .single .inside-article>.featured-image, .single article footer.entry-meta {
    display: none !important;
}
body {
    background-color: #ffffff;
}
.pgp-row-pad {
	padding-top: 60px;
	padding-bottom: 60px;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
}
.concert-one-regular {
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fw-700 {
	font-weight: 700;
}
/* Font Sizes */
body,h1,h2,h3,h4,h5,h6,p,span,div,li,ul,ol,blockquote,pre,code,th,td {

}
h1, h2 {
	
}
h1 {

}
h2 {
	font-size: 47px;
}
h3 {

}
h4 {

}
h5 {

}
p {
	font-size: 24px;
}
/* Font Sizes End */
/* font colors */
.pgp-white {
	color: #fff;
}
/* font colors end */

/*Title Wrap/image*/

/*Title Wrap/image End*/

/*Custom Fonts End*/
/* Nav */
#primary-menu ul li a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
#masthead {
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    transition: 300ms;
    filter: drop-shadow(2px 4px 6px #bebebe);
}
#masthead.pgp-sticky {
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
}
.inside-header {
    transition: 300ms;
}
#masthead.pgp-sticky .inside-header {
    padding: 0 40px;
}
.header-image.is-logo-image {
    transition: 300ms;
}
#masthead.pgp-sticky .header-image.is-logo-image {
    width: 150px;
}
.generate-back-to-top {
    background-color: rgb(255 0 0) !important;
    border-radius: 50%;
}
.main-navigation .main-nav ul li a {
    padding-left: 12px;
    padding-right: 12px;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 12px;
    padding-left: 2px;
}
/* Nav end */
/* Body */

/* body end */

/* Pages  */

/* Pages End  */
/*Page title animation*/

/*Page title animation End*/
/*Blog loop*/

/*Blog Loop End*/
/*Blog Single*/

/*Blog Single End*/
/*Contact Form*/

/*Contact Form End*/
/*Footer*/
#footer-widgets {
    background-color: #000;
}
/*Footer End*/
/*Paths*/

/*Paths End*/
/* CF7 Form */

/* CF7 Form END */

/*Media queries*/
@media screen and (max-width: 1024px) {

}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 1320px) {
    
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 900px) {
    
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 480px) {
	h2 {
		font-size: 26px;
	}
	p {
		font-size: 20px;
	}
}
/*Media Queries*/