/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

#top_contact {
    float: right;
    height: 46px;
    width: 444px;
	line-height: 0px !important;
}

#header_main .container, .main_menu ul:first-child > li a {
       line-height: 127px;
}

#header_meta { border:none !important; }
#header .container_wrap {
    border: none;
}
#header_meta { background-color: #fff; }

.phone-info { padding: 5px 0 0 !important;
			}

.responsive .phone-info span {
   
    max-width: 100%;
   
}



.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 145px;
}


.wpcf7-textarea.miniform {
	height: 70px;
 border-radius: 3px !important;
	border-radius : 3px;
}

.wpcf7-text.miniform {
	padding : 5px !important;
 border-radius: 3px !important;
	border-radius : 3px;
}


.wpcf7-submit.miniform {
    background-color: #c7015a !important;
    border-radius: 3px;
    color: #fff !important;
}

#footer .container section {
    margin: 15px 0px 5px 0px;
}

.av-tt-large-width  {
	border : 1px solid #c7015a;
	border-radius: 3px;
	
}

.wpcf7-form {margin-top:30px;}
.widget  .textwidget .wpcf7-form {margin-top:0px;}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
#top_contact {display:none;}
}