/*
File Name: style.css
Theme Name:  RT-Theme 20 | Child Theme
Author: RT-Themes
Version: 1.1
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/rttheme-20-medical-health-laboratory-and-product-catalog-wordpress-theme/15198936
Description: Medical, Health, Laboratory and Product Catalog WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt-theme-20
Template: rt-theme-20
*/


#logo.site-logo .logo-image-link img {
    width: 200px;
}

.slide-content.center,
.slide-content.left {
    background: #454b6a;
    padding: 15px;
}

body .alt-style-2 .button_.color{
background-color: #895162;
}

header #tools,
.top-slider  .owl-prev, .top-slider .owl-next{display: none;}


.footer_widget.widget_contact_info{
	    margin-bottom: 5px;
}

.submit-button input[type="button"],
.submit-button .button.submit{
background-color: #895162;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 35%, rgba(252, 252, 252, 0) 70%);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-repeat: no-repeat;
	    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
	
}

.submit-button input[type="button"]:hover,
.submit-button .button.submit:hover {
	background-color: #895162;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.25) 35%, rgba(252, 252, 252, 0) 70%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.25) 35%, rgba(252, 252, 252, 0) 70%);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 35%, rgba(252, 252, 252, 0) 70%);
    color: #fff !important;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: buttons;
    animation-name: buttons;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


