.button, button,
input[type="submit"], input[type="password"], input[type="search"], input[type="text"],
input{  
    display: inline-block;
    border:none;
    outline: none;
    text-align: left;
    text-decoration: none;
    padding: 10px 18px;
    background: #ff460d;
    color: #fff;    
    /*border-radius: 10px;*/
}
.register.myform button, .register.myform .submit, .m_login.myform button, .m_login.myform .submit { /*to overwrite default*/
    display: inline-block !important;
    border:none !important;
    outline: none !important;
    text-decoration: none !important;
    padding: 10px 18px !important;
    background: #ff460d !important;
    color: #fff !important;
    font-size: 90% !important;
    font-weight: 400 !important;
    line-height: 1em !important;
    height: auto !important;
    width: auto !important;
}
.button, button,
input[type="submit"], input[type="password"], input[type="search"],
a.readmore,
.button_setting button, .button_logout input,
#add_cart_img, #add_cart_button{
    cursor: pointer;
}
input[type="text"], input[type="password"], select {    
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    cursor: auto;
    padding: 3px;
}
input[type="text"], input[type="password"] {
    cursor: text;
    color: #000;
}
.button:hover, button:hover,
input[type="submit"]:hover, input[type="search"]:hover{  
    text-decoration: none;
    background: #50c0ba;
    color: #fff;
    }
.register.myform button:hover, .register.myform .submit:hover, .m_login.myform button:hover, .m_login.myform .submit:hover {  /*to overwrite default*/
    text-decoration: none !important;
    background: #50c0ba !important;
    color: #fff !important;
}
.button:active, button:active,
input[type="submit"]:active, input[type="search"]:active{
    position: relative;
    top: 1px;
}
input[type="checkbox"] {
    margin-right: 15px;
}
/*animation*/
.button:hover, button:hover,
input[type="submit"]:hover, input[type="search"]:hover,
a:hover, a.register:hover, a.login:hover,
a.readmore:hover, a.feature_readmore:hover, a.slider_readmore:hover,
.readmore span, .readmore span:hover{
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
a {
    text-decoration: none;
    color: #50c0ba;
}
a:hover {
    color: #ff460d;
} 

/**************** Custom CSS ****************/
/*display blog readmore*/
.readmore a {
    font-size: 87.5%;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #50c0ba;
}
.readmore a:hover {
    color: #ff460d;
}
.readmore span {
    background: url('images/icons/readmore_icon_blue.png') left center no-repeat transparent;
    padding-left: 20px;
    padding-right: 0;
}
.readmore span:hover {
    background: url('images/icons/readmore_icon_orange.png') left center no-repeat transparent;
    padding-left: 20px;
    padding-right: 10px;
}

/**************** Contact Form CSS ****************/
.contact_field input {
    padding: 8px;
}

