/* 
Theme Name:  Soundboard Child
Description: Soundboard  Child Theme
Text Domain: gxg_textdomain
Author: red_sun (Gerda Gimpl)
Author URI: http://www.red-sun-design.com
Theme URI: http://themes.red-sun-design.com/soundboard
Template: soundboard  
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.00
Tags: blog, translation-ready, theme-options, featured-images, custom-background, custom-colors, custom-menu, custom-logo, 
*/

.logoimage {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover !important;
    border-radius: 100px !important;
    border: 5px inset rgba(0,0,0,0.5) !important;
}
.sf-menu ul{
	width: 180px;
}
.home_upperpart {
    background-color: rgba(34,34,34,0.97);
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.home_upperpart h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}
.home_upperpart h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
p.textCenter {
    margin: 15px 0 0;
}
.videoSection p.textCenter{
    font-size:14px;
    line-height:22px;
}
.projects_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.projects_section .one_third {
    border: 3px solid #f00;
    margin: 0 0 20px;
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.projects_section .one_third:hover{
	background: rgba(255,0,0,0.5);
}
.projects_section .one_third h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0px 10px;
    line-height: 30px;
}
.projects_section .one_third a{
	height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.morebtn {
    text-align: right;
}
.home-content h3.widgettitle {
    font-weight: 500 !important;
}
#footerw4 .mc-field-group input[type="text"], #footerw4 .mc-field-group input[type="email"]
{
	height: 20px;
}
#footerw4  #mc_embed_signup .button{
	background-color: #fb2e2e;
	border-radius: 0;
}
#footerw2 .widget_nav_menu .menu-item
{
	float: none;
}
#menu-menu{
	margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.fa-home:before {
    content: "\f015";
    font-size: 14px;
	padding: 0 7px 0 0px;
}
.fa-phone:before {
    content: "\f095";
    font-size: 14px;
	padding: 0 7px 0 0px;
}
.fa-envelope:before {
    content: "\f0e0";
	font-size: 14px;
	padding: 0 7px 0 0px;
}
.score_row{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}
.score_left_sidebar{
    width: 18%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}
.score_left_sidebar1{
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
    display: block;
}
.score_main_section{
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}
ul#event-filter {
    border: 1px solid #f00;
        margin: 0;

}
button.btn.fil-cat.active.filter-button {
    background: #f00;
}
.filter-button {
    display: block;
    width: 100%;
    white-space: normal;
    text-align: left;
    border-top: 1px solid #e60606;
    background: #222222;
}
.filter-button:hover {
    background: #808080;
}
.score_list {
    margin: 0;
    /* column-count: 3; */
    display: flex;
    flex-wrap: wrap;
}
.score_list .filter {
    list-style: none;
    width: 32%;
    margin-right: 9px;
    margin-bottom: 9px;
}
.score_list .filter a {
    border: 2px solid #f00;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
    font-family: Francois One;
    background: rgba(255,0,0,0.1);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 40px;
    align-items: center;
}
.score_list .filter:hover a {
    border: 2px solid #808080;
    background: rgba(0,0,0,0.5);
}
.scoreslayout .accordion {
  background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border: 2px solid #f00;
    border-radius: 6px;
    margin-top: 15px;
    font-size:15px;
    
}
.scoreslayout button.accordion.active{
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.scoreslayout .active, .scoreslayout .accordion:hover {
  background-color: rgba(255,0,0,0.2);
}

/* Style the accordion panel. Note: hidden by default */
.scoreslayout .panel {
  padding: 10px 18px;
    background-color: transparent;
    display: none;
    overflow: hidden;
    border: 2px solid #f00;
    border-top: 0;
}
.scoreslayout h4{
    font-weight: 400;
    font-size:15px;
}
.slicknav_nav li.menu-item-has-children > a:after{font-family: 'Font Awesome\ 5 Free';}
tr.tour_title td {
    font-weight: 600;
    padding-bottom: 0 !important;
    font-size: 16px;
    padding-top: 20px !important;
}
tr.tour_title {
    border-bottom: 0;
}
.tour table td, .tour table th {
    text-align: left;
    padding: 10px 0 20px;
}
.coming_soon {
    padding: 40px 0;
}
.coming_soon p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
h4.arrangementslbl {
    margin: 10px 12px;
}
ul.arrangements{
    margin:0;
}
ul.arrangements li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 10px;
    border: 2px solid #fb2e2e;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 14px;
}
.score_content ul li {
    list-style: none;
    margin: 0 0 10px 0;
}
.score_content span.scorelbl {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.score_content span.scoretext {
    font-size: 15px;
    color: #f00;
    font-weight: 600;
}
li.eael-feature-list-item {
    border-bottom: 1px dashed #444;
    padding: 20px 0;
}
.projectgrid h2 {
    margin: 0 0 0 0 !important;
    font-size: 20px;
    font-weight: 500;
}
.projectgrid h2 a {
    display: flex;
    height: 150px;
    align-items: center;
    width: 100%;
    justify-content: center;
    line-height: 30px;
}
.testimonials_page p.authorText {
    font-size: 15px;
    line-height: 25px;
}
.testimonials_page p.authorTesti {
    font-weight: 600;
    font-size: 14px;
}
.contact_page p {
    font-size: 15px;
    line-height: 25px;
}
.contact_page a {
    font-size: 15px;
    line-height: 25px;
}
.scorePost h2 {
    font-size: 20px;
    margin: 0;
}
.all_scorepost {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.scorePost {
    width: 32.33%;
    border: 2px solid #f00;
    text-align: center;
    height:100px;
    margin: 0 0 10px;
    
}
.scorePost .post-right {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.scorePost h2 {
    font-size: 20px;
    margin: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.scorePost h2 a {
    padding: 15px 0 !important;
    display: flex;
    line-height: 30px;
    justify-content: center;
    align-items: center;
    height: 65px;
    width:100%;
    letter-spacing: 0.5px;
}
.scorePost:hover {
    background-color: #931313;
}
.aboutfont {
    font-size: 15px;
    line-height: 28px;
}
ul#scoreCat {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul#scoreCat li {
    list-style: none;
    width: 32%;
    border: 2px solid #f00;
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-family: "Francois One";
    font-weight: 600;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-scores .panel h4 span, .single-scores .panel h4 span a {
    color: #fb2e2e;
    font-size: 15px;
    font-weight: 600;
}
.encoreLogosdiv ul.encoreimages {
    list-style: none;
    margin: 0 auto;
    text-align: center;
}
.encoreLogosdiv ul.encoreimages li {
    display: inline;
    margin: 0 10px;
}
.encoreLogosdiv ul.encoreimages li img.bottomlogo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/*sk css start*/
ul#fullcat {
    list-style: none;
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul#fullcat li {
    
    width: 100%;
  
}
h3.difficul-title{
    letter-spacing: 1px;
}
/*sk css end*/
/*REsponsive*/
@media screen and (min-width: 320px) and (max-width: 767px){
    .score_left_sidebar{width: 100%;padding:0;}
    ul#event-filter{margin: 0 0 35px;}
    .score_main_section{width: 100%;margin: 0 0 20px;padding: 0;}
    .score_list .filter{width: 100%;margin-right: 0;}
    .scoreslayout button.accordion.active{white-space: normal;}
    ul#scoreCat li{width:100%;}
    .scorePost{width:100%;}
}
@media screen and (min-width: 320px) and (max-width: 480px)
{
}
@media screen and (min-width: 360px) and (max-width:640px){
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) { }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {} 
@media screen and (min-width: 481px) and (max-width: 640px)
{
}
@media screen and (min-width: 641px) and (max-width: 767px)
{
}
@media screen and (min-width:768px) and (max-width:991px)
{
    .score_left_sidebar{padding-left: 0;}
    .score_list .filter{margin-right: 6px;}
}
@media screen and (min-width:992px) and (max-width:1030px)
{
}
@media screen and (min-width:1031px) and (max-width:1199px){}
@media screen and (min-width:1200px) and (max-width:1250px){}
@media screen and (min-width:1920px){}