/*
CTC Separate Stylesheet
Updated: 2016-06-09 15:20:36
Theme Name: FPTA
Template: sports-club
Author: NoSeQRet
Author URI: http://www.noseqret.pt/
Version: 1.0.0.1465485636
*/

/* TOP - TEXTURE */
.header_mid .header_mid_inner {
    background-image: url('/wp-content/themes/FPTA/img/fpta-cork-op70.png');
}

.copyright,
.header_mid_inner .search_wrap .search_bar_wrap form p.search_button button {
    font-family: 'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif  !important;
}


/* ---------------------------------------- */
/* --- --- --- --- HOMEPAGE --- --- --- --- */
/* ---------------------------------------- */

.cmsmasters_homepage_slider .ls-wp-container .ls-inner:before {
	background-image: url(http://sports-club.cmsmasters.net/wp-content/uploads/2015/11/custom_bg.png);
	background-size: 2px 2px;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.cmsmasters_homepage_slider .ls-wp-container .ls-slide .ls-l {
	z-index: 6;
}

@media only screen and (max-width: 600px) {
       .cmsmasters_homepage_slider {
		display:none;
	}
}

/* SLIDER > Destaques */

#hpslider-destaques .tp-thumb {
  -webkit-transition: all 0.4s ease;
  -moz-transition:    all 0.4s ease;
  -o-transition:      all 0.4s ease;
  -ms-transition:     all 0.4s ease;
  transition:         all 0.4s ease;
}

#hpslider-destaques .tp-thumb:not(.selected) {
  border: 3px solid white;
  -moz-opacity: 0.60 !important;
  opacity: 0.60  !important;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60) !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;
}

#hpslider-destaques .tp-thumb.selected {
  border: 3px solid #efba5a;
}

#hpslider-destaques .tp-thumb:hover {
    border: 3px solid #efba5a;
    -moz-opacity: 1 !important;
    opacity: 1  !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}

#hpslider-destaques .tp-thumb:not(.selected) .tp-thumb-title {
    color: white !important;
}

#hpslider-destaques .tp-thumb:hover .tp-thumb-title {
    color: #efba5a;
}

/* TICKER */
#hpslider .cmsmasters_roll_titles_wrap{
	margin: 20px 0;
}

#hpslider h4 {
    color: #efba5a !important;
}

/* NEWS > TITLES */

#hpmainnews .cmsmasters_heading_wrap,
#hpnews .cmsmasters_heading_wrap{
    margin-bottom: 15px;
}

#hpmainnews h2,
#hpnewsletter h2,
#hpnews h2{
/*    border-bottom: 1px dashed #00a9f7; */
    border-bottom: 1px dashed #333;
    padding-bottom: 10px;
/*    color: #00a9f7 !important; */
}

#hpnews h2 a{ 
    color: #efba5a !important;
}

/* NEWS > Últimas Notícias > ARTICLES */
#hpnews .cmsmasters_posts_slider {
    padding-top: 0; 
    margin-bottom: 25px;
}

#hpnews .cmsmasters_posts_slider .post{
    padding-bottom: 0;
}

/* NEWS > TITLES */

#hpnews h3.widgettitle {
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
	color: #666;
	display: inline-block;
	font-size: 1.3em;
}

/* Últimas Notícias > CATEGORIES list */
#menu-arquivo-de-noticias li,
#hpnews .widget_categories ul li {
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #ddd;
    padding: 5px 14px 2px 8px;
    background-color: #fff;
    margin-bottom: 15px;
}

#menu-arquivo-de-noticias li a,
#hpnews .widget ul li a {
    font-size: 1.1em;
}

#menu-arquivo-de-noticias li a:before,
#hpnews .widget ul li a:before {
   font-family: FontAwesome;
   content: "\f192";
   padding: 0 10px 0 5px;
}

#menu-arquivo-de-noticias li a{
   padding: 5px;
}

.noticias-arquivo h2{
   margin-top: 5px;
}

#noticias-arquivo{
	border-top: 1px dashed #ccc;
}

#noticias-arquivo aside{
	padding-bottom: 0 !important;
}

#noticias-arquivo aside li{
	margin-bottom: 0 !important;
}

/* EVENTS > DATE */

#hpnews .widget ol.vcalendar{
	margin-bottom: 25px;
}

#hpnews .type-tribe_events .entry-title{
	padding-top: 5px;
}

#hpnews .widget ol.vcalendar .type-tribe_events {
	padding-top: 15px;
	margin-bottom: 0px;
}

.cmsmasters_post_date .published,
.cmsmasters_event_day,
.cmsmasters_event_month 
/* #hpnews .cmsmasters_event_day,
#hpnews .cmsmasters_event_month */ {
    text-align:center !important;
    color: #009ee3 !important;
}

#hpnews .tribe-events-widget-link:before {
   font-family: FontAwesome;
   content: "\f133";
   padding: 0px 17px 0px 12px;
}

#hpnews .tribe-events-widget-link a{
    font-family: 'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed #666;
    margin-bottom: 10px;
    color: #666;
    display: inline-block;
    font-size: 1.3em;
}

#hpnews .tribe-events-widget-link a:hover{
    color: #efba5a !important;
}

.tribe-events-single .post_nav{ /* inibir navegação entre posts de eventos */
	display: none; 
}
	
/* NEWS > FEED FACEBOOK */

#hpnews .cff-wrapper{
	margin-bottom: 25px;
}

#hpnews .cff-item{
	margin-top: 0 !important;
	background-color: white;
	padding: 15px 25px !important;
	border-bottom: 1px dashed #c9c6c6 !important;
}

#hpnews .cff-date {
	font-family: 'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
    font-size: 12px !important;
    color: #009ee3;
	padding-top: 6px;
}

#hpnews .cff-text, #hpnews .cff-text a {
	font-size: 11px;
    line-height: 0 !important;
}

#hpnews .cff-text br{
   display: block;
   margin: 5px 0;
   content: " ";

}

#hpnews .cff-post-links{
    float: right;
}

#hpnews .cff-post-links a{
    font-size: 12px;
    border: 1px solid #3b5998;
    padding: 4px 10px !important; 
    background: #ddd;
    color: #3b5998;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

#hpnews .cff-post-links a:hover{
    border: 1px solid #333;
    background: #3b5998;
    color: white;
}

#hpnews .cff-less,
#hpnews .cff-more {
  font-weight: bold;
}


/* NEWS > FEED RSS */

#hpnews .widget.widget_rss h3{
    display: none;
}

#hpnews .widget.widget_rss ul a {
    font-size: 14px;
    font-weight: normal;
}

#hpnews .widget.widget_rss .rss-date {
		font-family:'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
		font-size:13px;
		line-height:15px;
		color: #009ee3;
		float: left;
		padding: 4px;
}


/* NEWSLETTER SUBSCRIPTION */
/*
#hpnewsletter .cmsmasters_column.one_third{
	padding-right: 50px;
}

#hpnewsletter .cmsmasters_heading_wrap {
	margin-bottom: 20px;
}

#hpnewsletter .cmsmasters_text p {
	padding-bottom: 10px;
	text-align: justify;
}

#hpnewsletter .widget.widget_wysija h3{
    display: none;
}

#hpnewsletter form p{
	padding-bottom: 15px;
}

#hpnewsletter .wysija-submit{
	float: right;
}

#hpnewsletter input[type=text] {
		font-family:'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
	}

.hpnewsletter .widget_wysija {
	padding-bottom: 0px;
}

.hpnewsletter .widget_wysija h3{
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	font-size: 24px;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
}

.hpnewsletter .widget_wysija .widget_wysija_cont{
	display: inline-block;
	width: 75%;
}

.hpnewsletter .widget_wysija .widget_wysija_cont>form>p.mailpoet-intro,
.hpnewsletter .widget_wysija .widget_wysija_cont>form>p+p{
	display: inline-block;
	padding-bottom: 0;
}

.hpnewsletter .widget_wysija .widget_wysija_cont>form>p.mailpoet-intro{
	width: 48%;
	margin: 0 24px;
}

.hpnewsletter .widget_wysija .widget_wysija_cont>form>p+p{
	width: 32%;
	vertical-align:text-bottom;
}

.hpnewsletter .widget_wysija .widget_wysija_cont>form>input[type=submit]{
	vertical-align:text-bottom;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 5px !important;
}

.hpnewsletter .widget_wysija input[type=text]::-webkit-input-placeholder,
.hpnewsletter .widget_wysija input[type=text]{
	font-family: 'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif !important;
	text-transform: lowercase !important;
	font-weight: normal;
} */

.hpnewslettercontainer {
	text-align: center !important;
	padding-left: 11%;

}

.hpnewsletter {
	padding-bottom: 5px;
}

.hpnewsletter form h3,
.hpnewsletter form p,
.hpnewsletter form input {
	display: inline-block !important;
	vertical-align: top;
}

.hpnewsletter form h3{
	font-size: 24px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	margin-right: 20px;
	padding: 10px 20px;
}

.hpnewsletter form p.mailpoet-intro{
	width: 36%;
}
.hpnewsletter form p.wysija-paragraph{
	width: 25%;
	padding-top: 5px;
	padding-bottom: 0;
}

.hpnewsletter input[type=text]::-webkit-input-placeholder,
.hpnewsletter input[type=text]{
	font-family: 'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif !important;
	text-transform: lowercase !important;
	font-weight: normal;
}

.hpnewsletter form input[type=submit]{
	padding-top: 6px;
	margin-top: 5px !important;
	padding-bottom: 6px;
	margin-left: 10px !important;
}

/* ------------------------------------------ */
/* --- --- --- NOTICIAS / ARTIGOS --- --- --- */
/* ------------------------------------------ */

i.fa {
  color: #cc0000;
  margin-right: 15px;
}

/* ------------------------------------------ */
/* --- --- --- NOTICIAS / SIDEBAR --- --- --- */
/* ------------------------------------------ */

.sidebar .cmsmasters_tabs_list li a{
	padding: 0 !important;
	height: inherit;
}

.sidebar .cmsmasters_tabs_list li{
	padding-top: 12px !important;
}

.sidebar .cmsmasters_tabs_list li:first-child{
	padding-left: 10px;

}

.sidebar .cmsmasters_tab,
.sidebar .cmsmasters_tabs_wrap
{
	margin: 0 !important;
	padding: 0 !important;
}

/* -------------------------------------------- */
/* --- --- --- --- DOCS GALLERY --- --- --- --- */
/* -------------------------------------------- */

.cmsmasters_tabs_list{
	background-color: #fafafa !important;
}

.cmsmasters_tabs_wrap{
	padding: 0 30px 30px 30px !important;
}

.cmsmasters_tabs_wrap .cmsmasters_tab:not(.tab-no-padding){
	margin: 40px 30px 40px;
}

.cmsmasters_tabs_wrap .cmsmasters_tab .cmsmasters_toggle_wrap:first-child .cmsmasters_toggle_title{
	border-top: none;
}

.cmsmasters_tabs_wrap .cmsmasters_tab .cmsmasters_toggle_wrap .cmsmasters_toggle_title a{
	padding-top: 8px;
	padding-bottom: 8px;
}

.cmsmasters_tabs_wrap .cmsmasters_tab .cmsmasters_toggle_wrap .cmsmasters_toggle_inner{
	padding-bottom: 0 !important;
	padding-top: 30px !important;
}

.cmsmasters_toggle_inner>p{
	font-weight: normal !important;
}

.cmsmasters_tabs_list{
	background-color: #fafafa !important;
}

.tab-no-padding.cmsmasters_tabs_wrap{
	padding: 0 30px !important;
}

.gallery-item{
  text-align: left !important;
}

.gallery-item a dd{
  font-weight: bold !important;
}

.docs-comunicados.gallery-item i{
  margin-top: 24px;
}

.gallery-item i {
  color: #cc0000;
}

.gallery-item .gallery-icon {
  float: left;
  margin-right: 15px;
  padding: 0px;
  background-color: transparent !important;
}

.gallery-item h4{
   margin-bottom: 0;
}

.gallery-item .gallery-caption {
  text-align: left;
  padding-bottom: 0px;
  margin-top: 0px;
}

.gallery-item .docs.pretitle {
    font-family:'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
    font-size:12px;
    line-height:20px;
    font-weight:normal;
    font-style:normal;
    text-transform:none;
    text-decoration:none;
}

.gallery-item .docs.pretitle:hover {
    text-shadow:none;
}

/* -------------------------------------- */
/* --- --- --- --- FOOTER --- --- --- --- */
/* -------------------------------------- */

.bottom_bg{
    -webkit-box-shadow: inset 0px 10px 20px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 10px 20px -7px rgba(0,0,0,0.75);
    box-shadow: inset 0px 10px 20px -7px rgba(0,0,0,0.75);
    padding-bottom: 10px;  
}

.footer-row .left-col{
    float: left;
    margin-right: 50px;
}

.footer-row .right-col{
    float: right;
    margin-left: 50px;
}

/* ----------------------------------------------- */
/* --- --- ONDE PRATICAR > CLUBES FILIADOS --- --- */
/* ----------------------------------------------- */

.wpgmza_sl_main_div>div,.wpgmza_sl_main_div>div>div{
	display: inline-table;
	margin-right: 25px;
}

.wpgmza_sl_main_div>div>div:first-child{
	padding: 5px 10px;
	margin-right: 10px;
	text-align: right;
	width: inherit;
}

.wpgmza_sl_main_div .wpgmza_sl_search_button{
	vertical-align: top;
}

/* ---------------------------------------- */
/* --- --- --- --- TIMELINE --- --- --- --- */
/* ---------------------------------------- */

.timeline .events h4.events-heading {
  text-shadow: 1px 1px 0px #eee !important;
  color: #000 !important;
}

.timeline dl dd .events {
  margin-top: 27px !important;
}

/* -------------------------------------- */
/* --- --- --- --- MISSAO --- --- --- --- */
/* -------------------------------------- */

#missao h3{
  font-weight: normal;
  text-align: justify;
}

/* -------------------------------------- */
/* --- --- --- --- CLUBES --- --- --- --- */
/* -------------------------------------- */

.cmsmasters_project_header .img-logo-container{
    display:table-row;
}

.cmsmasters_project_header .img-logo-container>figure,
.cmsmasters_project_header .img-logo-container>.project-name{
    display: table-cell;
    vertical-align: middle;
}

.cmsmasters_project_header .img-logo-container>.project-name{
    width: 75%;
    text-align: center;
}

.cmsmasters_project_header .img-logo-container>.project-name h1{
	font-size: 2.2em;
}

.clubes .pj_top_wrap_leftside{
	border-bottom: none !important;
	padding-bottom: 10px !important;
}

.clubes .entry-content p{
	margin-bottom: 0;
	padding: 0;
}

.clubes .entry-content {
	padding: 0 0 10px 30px !important;
	text-transform: uppercase;
	font-family: 'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif !important;
}

.clube-detalhe.pj-categs-clubes .project_sidebar {
	padding-right: 20px;
}

.clube-detalhe.pj-categs-clubes .project-name h2{
	margin-top: 15px;
	color: #999;
}

.clube-detalhe.pj-categs-clubes .project_content.with_sidebar{
	padding: 0 0 50px 46px !important;
}

.clube-detalhe.pj-categs-clubes .entry-content {
	padding: 0px !important;
	border-bottom: none !important;
}

.clube-detalhe.pj-categs-clubes .entry-content .one_first>p {
	padding: 0;
}

.pj-categs-clubes .project_details_item_title{
	text-transform: uppercase !important;
	color: #666 !important;
	font-size: 1.3em !important;
	margin-bottom: 10px;
}

.pj-categs-clubes .project_details_item div{
	width: 100% !important;
	text-align: left !important;
}

.pj-categs-clubes .project_details_item div br+br{
   display: block;
   margin: 10px 0;
   content: " ";
}

.pj-categs-clubes .project_features_item_desc{
	line-height: 1.7em;
}

.pj-categs-clubes .project_details{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 25px;
	padding-bottom: 25px !important;
}

.pj-categs-clubes .project_features+.project_features div{
	width: 100% !important;
	text-align: left !important;
}

/* ---------------------------------------- */
/* --- --- --- --- RANKINGS --- --- --- --- */
/* --- --- --- --- --  e -- --- --- --- --- */
/* --- --- --- --- RECORDES --- --- --- --- */
/* ---------------------------------------- */

.type-tribe_events .cmsmasters_heading_divider_long, 
.recordes .cmsmasters_heading_divider_long, 
.rankings .cmsmasters_heading_divider_long{
	margin: 25px 0 !important;
}

.recordes .cmsmasters_table .cmsmasters_table_row_header .cmsmasters_table_cell_alignleft,
.rankings .cmsmasters_table .cmsmasters_table_row_header .cmsmasters_table_cell_alignleft {
	width: 50%;
}

.type-tribe_events .cmsmasters_tabs_wrap,
.recordes .cmsmasters_tabs_wrap,
.rankings .cmsmasters_tabs_wrap{
	margin: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 0 !important;
	border-top: 0 !important;
}

.type-tribe_events .cmsmasters_tabs_wrap .cmsmasters_tab,
.recordes .cmsmasters_tabs_wrap .cmsmasters_tab,
.rankings .cmsmasters_tabs_wrap .cmsmasters_tab{
	margin: 0;
}

.recordes .cmsmasters_tabs_wrap caption,
.arbitros caption,
.rankings .cmsmasters_tabs_wrap caption{
	display: none;
}


.recordes table th,
.rankings table th{
	color: black;
}

.recordes .cmsmasters_tab_inner>.cmsmasters_table>thead th,
.rankings .cmsmasters_tab_inner>.cmsmasters_table>thead th{
	color: white !important;
}

.rankings th,
.rankings td{
	text-align: center !important;
	width: 11%;
}

.recordes td,
.rankings td{
	color: #777 !important;
}

.recordes tr:nth-child(even) td,
.rankings tr:nth-child(even) td{
	background-color: #f9f9f9;
}

.rankings .individual th:nth-child(3),
.rankings .individual td:nth-child(3){
	width: 56%;
	text-align: left !important;
	color: #000 !important;
}

.rankings .mistas th:nth-child(2),
.rankings .mistas td:nth-child(2),
.rankings .equipas th:nth-child(2),
.rankings .equipas td:nth-child(2){
	width: 78%;
	color: #000 !important;
}

.recordes th,
.recordes td{
	text-align: center !important;
}

.recordes th{
	font-weight: normal !important;
}

/* sem recordes mundias */

.recordes table table th:nth-child(1){
	width: 22% !important;
}

.recordes table table th:nth-child(2){
	width: 34% !important;
}

.recordes td:nth-child(2) {
	color: #000 !important;
	text-align: left !important;
}

.recordes th:nth-child(3){
	width: 10% !important;
}

.recordes th:nth-child(4){
	width: 12% !important;
}

.recordes th:nth-child(5),
.recordes th:nth-child(6)
{
	width: 11% !important;
}

/* com recordes mundiais */

.recordes .longtable table table th:nth-child(1){
	width: 23% !important;
}

.recordes .longtable table table th:nth-child(2){
	width: 21% !important;
}

.recordes .longtable th:nth-child(3){
	width: 8% !important;
}

.recordes .longtable th:nth-child(4){
	width: 10% !important;
}

.recordes .longtable th:nth-child(5){
	width: 7% !important;
}

.recordes .longtable th:nth-child(6)
{
	width: 9% !important;
}

.recordes .longtable th:nth-child(7),
.recordes .longtable th:nth-child(8)
{
	width: 11% !important;
}

.type-tribe_events .tablepress {
		font-family:'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
		font-size:13px;
		line-height:20px;
		font-weight:normal;
		font-style:normal;
		text-transform:none;
		text-decoration:none;
}

.type-tribe_events .tablepress th {
		background-color: black;
		width: 50%;
		text-align: center;
		border-bottom: 5px solid #efba5a;
		color: #fff;
}

.type-tribe_events .tablepress tbody td{
	width: 5%;
}

.type-tribe_events .tablepress tbody td:nth-child(5),
.type-tribe_events .tablepress th:nth-child(2) {
	width: 0px !important;
	padding: 0 !important;
}

.type-tribe_events .tablepress tbody td:nth-child(5){
	border: 1px solid white;
	background-color: white !important;
}

.type-tribe_events .tablepress tbody td:nth-child(8),
.type-tribe_events .tablepress tbody td:nth-child(3){
	width: 35%;
}

.type-tribe_events .tablepress tr:first-child td {
	background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
}

.type-tribe_events .tablepress tbody td{
	text-align: center;
}

.type-tribe_events .tablepress tbody  tr:not(:first-child) td:nth-child(3){
	text-align: center;
	color: #000;
	text-align: left;
}

/* ------------------------------------- */
/* --- --- --- --- FIXES --- --- --- --- */
/* ------------------------------------- */

/* Tamanho de fonte p nos acordeons */
.cmsmasters_toggles p {
	font-size: 13px !important;
	font-weight: bold;
}

/* -------------------------------------- */
/* --- --- --- EVENTS > Lista --- --- --- */
/* -------------------------------------- */

.tribe-events-list #tribe-events-header{
	margin-bottom: 90px;
}

.events-list #tribe-events-bar {
	position: absolute; 
	width: 100%;
	top: 130px;
	z-index: 100;
}

.events-list h3.screen-reader-text,
.events-list .headline,
.events-list #tribe-bar-views{
	display: none !important;
}

.events-list #tribe-events-content{
	padding-top: 20px !important;
}

.tribe-events-list #tribe-events-footer,
.tribe-events-list .tribe-events-list-separator-month{
	clear: both;
	padding: 10px 0 0 0 !important;
}

.tribe-events-list #tribe-events-footer,
.tribe-events-list-separator-month:not(:first-child){
	border-top: 1px dashed #ccc !important;
}

.tribe-events-list-separator-month span{
	display: block;
	background-color: #efba5a !important;
	padding-left: 40px !important;
}

.tribe-events-list-separator-month span{
	padding: 5px 20px;
}

.tribe-events-list .type-tribe_events{
	border: 0px !important;
	margin-top: 0 !important;
	padding: 25px 15px 10px 0px !important;
	padding-bottom: 10px !important;
	margin-bottom: 20px !important;
}

.tribe-events-list .tribe-events-gmap {
	display: block;
	margin-left: 0 !important;
}

.tribe-events-list .tribe-events-venue-details{
	display: table-cell;
}

.tribe-events-list .type-tribe_events h2 {
/*	margin-left: 20px !important;*/
}

.tribe-events-list .type-tribe_events h2 a{	
	text-transform: uppercase !important;
	font-weight: normal !important;
	/*	margin-left: 23px;*/
	font-size: .9em !important;
	line-height: 1em !important;
}

/*.tribe-events-list .type-tribe_events h2 a:before {
   font-family: FontAwesome;
   content: "\f133";
   padding-right: 5px;
   font-size: 15px;
   position: absolute;
   top: 1px;
   display: block;
}*/

.tribe-events-list .tribe-events-venue-details,
.tribe-events-list .time-details span{
    font-family: 'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif  !important;
    font-size: 1.3em !important;
    color: #009ee3 !important;
}

.tribe-events-list .description {
	padding-left: 20px;
	font-size: .95em;
	line-height: 1.6em;
}

.tribe-events-list .tribe-events-read-more{
	float: right;
	margin-right: 30px;
}

.tribe-events-list #tribe-events-footer a{
    font-size: 1.3em !important;
    float: left;
    padding: 25px 23px !important;
}

#tribe-events-header[data-view="past"] h2 a{
    font-size: 0;
}

#tribe-events-header[data-view="past"] h2 a:after{
	content: "Eventos Passados ";
    font-size: 22px !important;
}

.events-category-formacao .tribe-events-notices ul li{
	font-size: 0;
}

.events-category-formacao .tribe-events-notices ul li:after{
	content: "De momento, não existem quaisquer acções de formação agendadas.";
	font-size: 13px;
}

/* ---------------------------------------- */
/* --- --- --- EVENTS > Detalhe --- --- --- */
/* ---------------------------------------- */

.single-tribe_events .cmsmasters_single_event_header {
	border-bottom: 1px dashed #c9c6c6;
	padding-bottom: 20px !important;
	margin-bottom: 50px;
}

.single-tribe_events .tribe-events-meta-group-details{
	display: none;
}

.single-tribe_events .cmsmasters_event_meta_info_item{
	padding-left: 5px !important;
}

.single-tribe_events .cmsmasters_event_meta_info_item>span{
	text-align: left !important;
}

.single-tribe_events .cmsmasters_single_event_meta .tribe-address>span{
	display: block;
}

.single-tribe_events .cmsmasters_single_event_meta{
	border-top: 1px dashed #c9c6c6;
	border-bottom: 1px dashed #c9c6c6;
	padding-top: 30px !important;
	background-color: #fafafa;
}

.single-tribe_events .cmsmasters_single_event_meta .tribe-address>span.tribe-delimiter{
	display: none;
}

.single-tribe_events .tribe-events-notices,
.single-tribe_events .cmsmasters_single_event_meta .organisername,
.single-tribe_events .cmsmasters_single_event_meta .venuename{
    font-family: 'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
}

.single-tribe_events .tribe-events-notices{
	background-color: rgba(230,21,47,0.4);
	color: white !important;
	margin-top: -20px !important;
}

/* ------------------------------------------- */
/* --- --- --- EVENTS > Shortcodes --- --- --- */
/* ------------------------------------------- */


.ecs-event-list h4{
	margin-bottom:0px;
}

.ecs-event-list li{
	margin-bottom:25px;
	padding-top: 0;
	width: 50%;
	float: left;
}

.one_third .ecs-event-list li{
	margin-bottom:25px;
	padding-top: 0;
	width: 100%;
}

ul li.ecs-event:before{
	top: 5px;
}

ul li.ecs-event:first-child:before{
	top: 5px;
}

.ecs-event span{
    font-family: 'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif  !important;
    color: #009ee3 !important;
}

.ecs-event span:before{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: #999;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .5em;
  text-align: center;
  vertical-align: baseline;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ecs-event span.duration.time,
.ecs-event span.duration.venue{
	display: block;
}

.ecs-event span.duration.time:before{
  content: '\e8ae';
}

.ecs-event span.duration.venue em{
	display: none;
}

.ecs-event span.duration.venue:before{
  content: '\e881';
}

.ecs-event span.organizer:before{
   font-family: FontAwesome;
   content: "\f192";
}

/* ------------------------------------------ */
/* --- --- --- --- ARBITRAGEM --- --- --- --- */
/* ------------------------------------------ */

#arbitragem h2.cmsmasters_heading {
    border-bottom: 1px dashed #333;
    padding-bottom: 10px;
    color: #efba5a;
}

#arbitragem .blog {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 50px;
}

#arbitragem .featured_block_text h3{
	margin-bottom: 30px;
}

#arbitragem .featured_block_text h3 span{
	border-bottom: 1px dashed #efba5a;
	padding-bottom: 5px !important;
}

.arbitragem h5.cmsmasters_heading{
	text-align: justify !important;
	padding: 20px 40px;
	font-size: 16px !important;
	line-height: inherit;
}

.arbitragem .cmsmasters_toggle_inner {
	text-align: justify;
	line-height: 1.7em;
	background-color: #fdfdfd;
}

.arbitros td i{
	color: green;
}

.arbitragem .cmsmasters_tabs_wrap{
	padding: 0px;
}

.arbitragem .cmsmasters_tab {
	margin: 30px 0 0px 0 !important;
}

/* ----------------------------------------- */
/* --- --- --- CALENDARIO PROVAS --- --- --- */
/* ----------------------------------------- */

.calendarios {
	padding: 50px;
}

/* ---------------------------------------------- */
/* --- --- --- FORMACAO > TREINADORES --- --- --- */
/* ---------------------------------------------- */

.treinadores th{
	color: black;
	background-color: #ccc !important;
}

.treinadores th,
.treinadores td{
	text-align: center !important;
	width: 8%;
}

.treinadores td{
	padding: 5px !important;
}

.treinadores th:nth-child(2),
.treinadores td:nth-child(2){
	width: 84%;
	text-align: left !important;
	color: #000 !important;
}

.dataTables_wrapper .tablepress.treinadores{
	margin-bottom: 15px !important;
}

.dataTables_info{
		font-family:'Oswald', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
		font-size:13px;
		line-height:20px;
		font-weight:normal;
		font-style:normal;
		padding-left: 20px !important;
		text-transform:none;
		text-decoration:none;
}

/* -------------------------------------- */
/* --- --- --- --- PROVAS --- --- --- --- */
/* -------------------------------------- */

.proposta-b aside li a{
	width: 300px;
	display: inline-block;
}

.provas{
	width: 50%;
	float: left;
	padding: 0 30px;
}

.provas-epoca-actual h2{
	margin-top: 30px;
}

.provas-epoca-actual h2,
.provas>h4{
	color: #666;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px #666 dashed;
}

.provas-epoca-actual .ecs-event,
.provas .ecs-event{
	width: 100%;
}

.provas .ecs-event-list {
	padding: 20px 50px;
}

.provas-epoca-actual .icon_box_inner {
	padding-right: 40px;
	padding-left: 10px;
}

/* ------------------------------------ */
/* --- --- --- --- TEMP --- --- --- --- */
/* ------------------------------------ */

.proposta-b aside li a{
	width: 300px;
	display: inline-block;
}