/*
Theme Name: Salient
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Salient - Gantry 5 Theme from RocketTheme
Version: 1.1.0
*/
.wpcf7 textarea  {
  height: 150px;
  width: 100%;
}

img.orange:hover{
  box-shadow: 0 0 8px rgba(255, 102, 0, 0.6);
border-radius: 25px;
}

#floatingLink{
right: 2%;
position: fixed;
width: 15%;
top: 60%;
z-index: 1;
background: -webkit-linear-gradient(left, rgba(255, 102, 0, 0), rgba(255, 102, 0, 1)); 
    background: -o-linear-gradient(left, rgba(255, 102, 0, 0), rgba(255, 102, 0, 1));
    background: -moz-linear-gradient(left, rgba(255, 102, 0, 0), rgba(255, 102, 0, 1));
    background: linear-gradient(left, rgba(255, 102, 0, 0), rgba(255, 102, 0, 1)); 
}

#floatingLink2{
right: 2%;
position: fixed;
width: 15%;
top: 55%;
    border-radius: 15px;
    background: -webkit-linear-gradient(left, rgba(255, 102, 0, 0.5), rgba(255, 102, 0, 1)); 
    background: -o-linear-gradient(left, rgba(255, 102, 0, 0.5), rgba(255, 102, 0, 1));
    background: -moz-linear-gradient(left, rgba(255, 102, 0, 0.5), rgba(255, 102, 0, 1));
    background: linear-gradient(left, rgba(255, 102, 0, 0.5), rgba(255, 102, 0, 1));
    padding: 5px;
    width: 150px;
    height: 70px;
}

div.floatingLink2:hover{
 background: -webkit-linear-gradient(left, rgba(0, 151, 153, 0.5), rgba(0, 151, 153, 1)); 
    background: -o-linear-gradient(left, rgba(0, 151, 153, 0.5), rgba(0, 151, 153, 1)); 
    background: -moz-linear-gradient(left, rgba(0, 151, 153, 0.5), rgba(0, 151, 153, 1)); 
    background: linear-gradient(left, rgba(0, 151, 153, 0.5), rgba(0, 151, 153, 1)); 
}


a.floating:link {
    color: #003399;
 }

.nav-consumerrepairs {
color: #003399;
}

div.wpcf7 .wpcf7-form-control { max-width: 100%; }

.wpcf7 input[type="submit"] {
padding: 12px 20px;
border-top: solid 1px #d2d2d2;
border-left: solid 1px #c3c3c3;
border-right: solid 1px #c3c3c3;
border-bottom: solid 1px #9f9f9f;
background: #ff6600;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
background: -o-linear-gradient(#ffffff, #dfdfdf);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
font-weight: bold;
color: #003399;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
width: auto;
text-decoration: none;
cursor: pointer;
-webkit-appearance: button;
line-height: 1;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
.icon {
overflow: hidden;
border:1px solid #;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;  
opacity: 1.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.icon:hover {
    opacity: 0.6;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-filter: drop-shadow(3px 3px 3px #111);
    filter:         drop-shadow(3px 3px 3px #333);
}
.icon2 {
overflow: hidden;
opacity: 1.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.icon2:hover {
    opacity: 0.6;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-filter: drop-shadow(3px 3px 3px #111);
    filter:         drop-shadow(3px 3px 3px #333);
}
