/* 
Theme Name:		 CHS 2024
Theme URI:		 http://childtheme-generator.com/
Description:	 CHS 2024 is a child theme of Wordly, created by ChildTheme-Generator.com
Author:			 DMM
Author URI:		 http://childtheme-generator.com/
Template:		 wordly
Version:		 1.0.0
Text Domain:	 chs-2024
*/



.fullwidth-page-template-primary {
  width: 100%;
  float: left;
  margin-right: 1%;
}

.front-page-template-primary {
  width: 100%;
  float: left;
  margin-right: 1%;
}

.widget {
  width: 100%;
  padding: 0;
  float: left;
  clear: both;
}

.top-nav-wrapper {
  display: block;
  float: none;
  width: 80%;
  margin: 0 auto;
}

.logo-container {
  float: left;
  width: 100%;
  max-width: 30%;
  margin: -80px auto;
  padding-bottom: 10px;
}

.center-main-menu {
  float: left;
  width: 100%;
  max-width: 100%;
}

.secondary-menu {
    border:0px solid #000;
}

.bottom-header-title {
    background-color: rgba(103,2,28,0.7);
  border-radius: 8px 8px 0 0;
  padding: 10px 15px;
  font-family: Abhaya Libre;
  font-weight: 600;
  font-size: 30px!important;
  display:none;
}

.buttons-wrapper {
    background-color: rgba(103,2,28,0.7);
  padding-bottom: 15px;
  border-radius: 0 0 8px 8px;
  display:none;
}

/*
.bottom-header-title {
    background-color: rgba(235,51,1,0.5);
  border-radius: 8px 8px 0 0;
  padding: 10px 15px;
}

.buttons-wrapper {
    background-color: rgba(235,51,1,0.5);
  padding-bottom: 15px;
  border-radius: 0 0 8px 8px;
}
*/

.content-wrap {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

#chs-header-feature {
    width: 100%;
}

#chs-front-features .sow-features-feature {
  background-color: rgba(255,255,255,0.7);
  padding: 15px 0;
  border-radius: 8px;
}

#chs-front-features .sow-features-feature:hover {
  background-color: #fff;
  box-shadow: inset 0 5px 15px rgba(0,0,0,0.3);
}

#chs-front-features .sow-container-round {
    color: transparent!important;
}

#chs-front-features .sow-features-feature h3 {
    margin: 0 0 15px;
}