/* 
 Theme Name:   Editor-child
 Theme URI:    
 Description:  Editor Child Theme
 Author:       admin
 Author URI:   
 Template:     editor
 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 ==
--------------------------------------------*/

.dark.site-header {
  background: #104F55;
}

.dark .toggle-bar a.current {
   background-color: #104F55;
}

.dark .toggle-bar {
  background: #0C3B40;
}

.dark .main-navigation a {
   color: #d1d6dc;
}

div .screen-reader-responsive span {
  font-size: 12px;
}


@media only screen and (min-width: 1339px) {
	
	.site-header {
	    background: #f5f5f5;
	    position: fixed;
	    top: 0;
	    height: 100%;
	    width: 22%;
	    padding: 90px 2% 2% 2%;
	    overflow: scroll;
	    overflow-x: hidden;
	    -webkit-overflow-scrolling: touch;
	    z-index: 100;
	    -webkit-transform: translate(0px, 0px);
	    -moz-transform: translate(0px, 0px);
	    -o-transform: translate(0px, 0px);
	    -ms-transform: translate(0px, 0px);
	    transform: translate(0px, 0px);
	}

}

/*.mc4wp-form-theme-blue button, .mc4wp-form-theme-blue input[type=submit] {
    color: #fff!important;
    background-color: #aa530b!important;
    border-color: #8e4306;
}


button, input[type="button"], input[type="reset"], input[type="submit"], .button, #page #infinite-handle span {
    background: #aa530b!important;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 15px;
}

button, input[type="button"], input[type="reset"], input[type="submit"]:hover, .button, #page #infinite-handle span {
    background: #8e4306!important;
}*/

