/* Enter Your Custom CSS Here */

/* remover titulos das páginas 
.entry-title {
    display: none;
}
.page-header {
    display: none;
}
#content {
    margin-top: 0px;
    margin-bottom: 40px;
}


.fm-form input.submit {
    margin-left: 250px;
  float: left;
}

.entry-content {
		font-family: sans-serif;
		font-size: 14px;
}
#backoffice {
  background: url('http://campeonato.multipli.pt/files/2018/03/backoffice.png') no-repeat;
  background-position: 0px -12px;
  padding-right: 10px;
}

#backoffice a, backoffice a:visited {
  background: url('http://campeonato.multipli.pt/files/2018/03/backoffice.png') no-repeat;
  background-position: 0px -12px;
  padding-right: 10px;
}

#backoffice a:hover {
  background: url('http://campeonato.multipli.pt/files/2018/03/backoffice.png') no-repeat;
  background-position: 0px -12px;
  padding-right: 10px;
}
html {
    font-family: Open Sans!important;
}
body {
    font-family: Open Sans!important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.entry-content {
    font-family: Open Sans!important;
    font-size: 14px;
    font-weight: normal;
    color: #6B6B6B;
}
#comments {
display:none;
}
.nav.navbar-nav {
    float: right;
   font-weight: 500;
}
.flexslider .slides img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: auto;
    margin-top: -1px;
}

.langbar ul li a:link {
    font-weight: bold;
    font-size: small;
    text-decoration: none;
}
.langbar ul li a:hover {
    font-weight: bold;
    font-size: small;
    text-decoration: underline!important;
}

.langbar ul li.active a, .langbar ul li.current a {
    text-decoration: underline!important;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
	margin-right: 70px;
}
.flex-caption h2 {
    display: none;
}

.fm-form {
  font-family: sans-serif;
  font-size: 14px;
}
*/

form.fm-form ul {
	padding:0;
}

form.fm-form input[type="text"] {
	width: 100% !important;
}

form.fm-form input.submit {
	padding:10px;
	font-weight: 600;
	color: #E07026;
	background: transparent;
}

form.fm-form input.submit:hover {
	background: #E07026;
	color: white;
	border-color: #E07026;
}