/* 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 */

body {
    font-family: 'Lato', sans-serif;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
}
.es_msg {
	color: #FFF;
}
.es_button input{
	background-color:#e8800f;
	border-color:#e8800f;
	color:#fff;
	padding: 9px 10px 7px;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #fff;
	width: auto;
}
.es_textbox input {
	margin-bottom: 5px !important;	
}
.phone-info.phone-info {
    color: #808285;
}
.av-magazine .av-magazine-content-wrap .av-magazine-title {
    font-size: 16px !important;
}
.orange-bold {
    font-weight: 700 !important;
    color: #e8800f;
}
.gray-bold {
    font-weight: 700 !important;
    color: #808285;
}
.botao-curso-tecnico {
      text-align: center;
      font-size: 26px;
      font-weight: 200;
}
.bold {
    font-weight: 700 !important;
}
div .av_one_fourth {
    margin-left: 3% !important;
    width: 22% !important;
}
.text-white-center {
    text-align: center !important;
    color: #fff;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    display: table;
    width: 100%;
}
.botao-border {
    padding: 20px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0 auto;
    display: table !important;
    border: 1px solid #fff !important;
}
.delalibera {
    float: right;
}
.social-footer {
    float: left;
    width: 100%;
    display: table;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 700;
}
.social-footer .av_font_icon {
    height: 30px;
}

.widget_nav_menu a {
    padding: 0;
    font-weight: 200;
}
.copyright {
    background: url(../images/layout/footer.png) no-repeat center left;
    line-height: 50px;
    padding-left: 60px;
}
.av-main-nav > li > a {
    font-size: 15px;
    padding: 0 10px;
}
#top .av_minimal_header #s {
    color: #666666 !important;
}
.av-main-nav > li > a:hover,
.av-main-nav > li > a:active {
    color: #f5b56d !important;
}
#top .av-main-nav ul a:hover {
	background: #ffffff !important;
	color: #e87f0f !important;
}
#top .av-main-nav ul a {
	line-height: 18px !important;
	font-size: 14px !important;
}
.padding-imagem {
    padding: 0 30px 30px 0;
}
#top .main_color .input-text, #top .main_color input[type="text"], #top .main_color input[type="input"], #top .main_color input[type="password"], #top .main_color input[type="email"], #top .main_color input[type="number"], #top .main_color input[type="url"], #top .main_color input[type="tel"], #top .main_color input[type="search"], #top .main_color textarea, #top .main_color select {
    border-color: #b4b4b4 !important;
}
.html_elegant-blog #top .post-entry .blog-categories {
    display: none;
}
.html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
    color: #fff !important;
}
#top #wrap_all .av-social-link-facebook a {
    color: #e87f0f;
}


/*
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 */



}