/* 

Theme Name:		 FrysonDrumAcademy

Theme URI:		 http://childtheme-generator.com/

Description:	 FrysonDrumAcademy is a child theme of GeneratePress, created by ChildTheme-Generator.com

Author:			 JB

Author URI:		 http://childtheme-generator.com/

Template:		 generatepress

Version:		 1.0.0

Text Domain:	 frysondrumacademy

*/
/*

    Add your custom styles here

*/
#masthead {
  background-image: url(../../../images/header-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.inside-header {
  padding: 7px 0px 2px 0px;
  max-width: 1300px !important;
}
h1, h2, h3, h4 {
  text-align: center;
  color: #D8CFCF;
}
.site-logo {
  margin-left: 20px;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container {
  padding: 0px;
}
.tag {
  text-align: center;
  font-style: italic;
  color: #ccc !important;
  font-size: 100%;
  font-family: oswald;
  font-weight: normal !important;
}
h2 {
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 300%;
}
.side-box h2 {
  color: #fdbd0a !important;
  line-height: 30px;
  margin-bottom: 9px;
}
.side-box .tag {
  text-align: center;
  font-style: italic;
  color: #d8d3d3 !important;
  font-size: 90%;
  font-family: oswald;
  font-weight: normal !important;
}
.side-box .tag2 {
    text-align: center;
    color: #848484 !important;
    font-size: 140%;
    line-height: 36px;
    font-family: oswald;
    font-weight: normal !important;
}
.side-box img {
  border-radius: 10px;
  border: 4px solid #232323;
  box-shadow: 0px 0px 0px 4px #3e3e3e;
}
.sm-box h2 {
  font-size: 200%;
  background-color: #3e3e3e;
  line-height: 48px;
  padding: 0px 8px;
  text-align: left;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.sm-box strong {
  font-weight: 600 !important;
  color: #fdbd0a !important;
}
body .grid-container {
  max-width: 100%;
}
.inside-navigation {
  position: relative;
  max-width: 1300px !important;
}
.wpdevelop label {
  color: #fff !important;
}
.wpdevelop {
  background-color: #595959;
  padding: 15px;
  border: 2px solid #7f7f7f;
  border-radius: 3px;
  max-width: 888px;
  margin: 0px auto;
}
@media (max-width:1180px) {
  #masthead {
    background-image: url(../../../imagaes/header-bg.png);
  }
}
@media (max-width:568px) {
  .site-logo {
    margin-left: 0px;
  }
}