/*
 Theme Name: Sydney Child
 Theme URI:
 Description: Sydney Child Theme
 Author: ralbinger
 Author URI: http://reschke-security.com/
 Template: sydney
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Sydney Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */
  
/*
.mainnav {
        clear: both;
        font-size: 20px !important;
        box-sizing: 100%;
    

    }
*/

#language-font {
                  float: right;
                  font-size: 20px;
                  margin-right: 20px
    }


.site-info{display:none};


.site-header.float-header {
		background-color: rgba(255,255,255,1);
	}


@media only screen and (max-width: 1024px) {
		.slides-container .slide-item,	
		.panel-row-style {
			background-attachment: scroll;
			background-position: center !important;
		}
		.panel-row-style.mob-pad-0 {
			padding: 0 !important;
		}		
		.panel-row-style.mob-pad-15 {
			padding: 15px 0 !important;
		}	
		.panel-row-style.mob-pad-30 {
			padding: 30px 0 !important;
		}
		.panel-row-style.mob-pad-45 {
			padding: 45px 0 !important;
		}
		#mainnav {
			display: none;
		}		
		.btn-menu {
			display: block;
		}
		.site-header {
			position: static;
			background-color: rgba(255,255,255,1);
		}			
	}


.btn-menu {
		color: #a81e1c;  
}