/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2018 | 08:35:51 */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

.site-header {
    background: linear-gradient(-135deg, #446dc6, #44c5db) !important;
    border-bottom:0px;
}

h3 {
  	color:#262626 important;
  	font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
}

label{width:100%;}
input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    width:100%;
}
input[type="text"], input[type="tel"]{width:40%; margin-right:20px;}

a, a:hover{color:#fff;}

@media only screen and (max-width: 768px) {
input[type="text"], input[type="tel"]{width:100%; margin-right:20px;}
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
}

@media only screen and (max-width: 1024px){
.site-header {position:fixed;}
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance:textfield;
}

input::-ms-clear {
    visibility:hidden
}

@media only screen and (max-width: 460px){
.slicknav_btn {
    display: inherit;
    margin: 20px auto;
}
  .site-branding {
    width: auto;
    text-align:left;
    padding: 10px;
    float: left;
}
  
  .serial-acc{ime-mode:disabled;}