/*
 Theme Name:     Gaea Child Theme
 Theme URI:      http://preview.imithemes.com/gaea-wp
 Description:    Gaea Child Theme
 Author:         imithemes
 Author URI:     http://www.imithemes.com
 Template:       Gaea
 Version:        1.0
*/

@import url(../Gaea/style.css);

/* =Theme customization starts here
------------------------------------------------------- */
a {
  color: #B00001;
}
.site-footer a {
  color: #B00001;
}
.site-footer a:hover {
  color: #B00001;
}

@media (min-width: 992px) 
.container {
  width: 992px ;
}

.colorbutton {
 padding: 10px 15px;
    background: #074571;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #042943;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.colorbutton:hover {
    background: #0063aa;
    border: solid 1px #074571;
    text-decoration: none;
}

h1.logo {
  margin: 0 0 0 -10px !important;
 }

.widget_synved_social_follow {
top:-28px !important;
width: 80%;
float: left;
}

.contactusbutton {
    float:right !important;
    font-family: Roboto Condensed,'Arial Black', Gadget, sans-serif;
    font-weight: 400;
    font-style: italic;
	border-width: 0;
    color: #333;
    padding: 5px 10px 5px 10px;
    border: 1px solid #DDD;
	background-color: #fff;   
    border-color: #e8e8e8;
}

.footer-widget {
      
}

.ola-chat {
	float:right;
	display:block;
	padding-top:1em;	
}

.ola-chat img {
	width:100px;		
}