/********* Do not edit this file *********/
/*
 Accesspress Custom CSS - plugin by https://accesspressthemes.com
*/

#masthead {
    width: 100%;
    z-index: 99999;
    background: none repeat scroll 0% 0% #FFF;
    position: relative;
    opacity: 0.9;
    padding: 5px 0px 5px 0px;
}

.main-navigation {
    float: right;
    max-width: 80%;
    margin-top: 17px;
}

a {
    color: #333;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #333;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
    color: #333;
}

.main-navigation li:hover > a {
	text-decoration: underline;
    color: #333;
}

.main-navigation > ul > li.current a {
    text-decoration: underline;
    color: #333;
}

.testimonial-listing .bx-wrapper .bx-controls-direction a:hover{
    background: #E5060B;
    border: 1px solid #E5060B;
    color:#FFF;
}

#go-top{
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	height: 50px;
	width: 50px;
	background: #333;
	text-align: center;
	line-height: 50px;
	z-index: 9999;
	opacity: 0.7;
}

.team-image:hover, .team-image.active{
	border: 2px solid #E5060B;
}

.wpcf7
{
    width: 530px;
}
/*
.wpcf7 input[type=\"text\"]{
	
	width:530px;
}

.wpcf7 input[type=\"email\"]{width:530px;}
.wpcf7 input[type=\"submit\"] {width:530px;}
.wpcf7 textarea.wpcf7-textarea { width:530px;}