/*
Theme Name: Sydney Child
Theme URL: http://www.fribike.ch
Description: Sydney Child Theme
Author: Fabien Gremion
Author URL: http://www.friibke.ch
Template: sydney
Version: 1.0.0
Text Domain: sydney-child
*/ 
/*Custom CSS goes after this line*/


table {
	width: 100%;
}
th,td {
	padding: 5px;
	text-align: left;
}
table, th,td{
	border:0;
}

.footer-widgets {
		padding: 5px 0;
		background-color: #252525;
	}


.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets-grid {
	padding-bottom: 25px !important;}

.ow-button-base a .sow-icon-elegantline{
	font-size:2em;
}

/*footer reveal*/
#page{
	position:relative;
}

#sidebar-footer {
  position: fixed;
  	bottom: 0;
    z-index: -1;
    margin-bottom: 0;
    width:100%;
}

#content{
	background-color:white;
	margin-bottom:87.6px;
}

@media screen and (max-width: 992px){
	#content{
		margin-bottom:142.6px;
	}
}

.site-footer{
	/*position: fixed;*/
  	bottom: 0;
	padding: 0;
}


.widget-area .widget {
		position: relative;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

.list
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list__item
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*calendar (MEC , monthly view, novel)*/

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-day, .mec-table-nullday{
	font-weight: 400;
}

.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day{
	color:#4d4d4d;
	font-weight: 400;
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt{
	background-color:transparent;
	text-align:center;
	font-weight:normal;
}

.mec-wrap.colorskin-custom .mec-bg-color{
	background-color: transparent;
}

.mec-calendar .mec-event-article .mec-event-title{
	font-weight:normal;
}

.mec-calendar .mec-event-article.mec-single-event-novel{
	border-radius:2px;
}

.mec-month-divider:hover{
	cursor: pointer;
}


/*icons fonts, generated from https://icomoon.io*/
@font-face {
  font-family: 'icons-perso';
  src:  url('fonts/icons-perso.eot?qs8bnq');
  src:  url('fonts/icons-perso.eot?qs8bnq#iefix') format('embedded-opentype'),
    url('fonts/icons-perso.ttf?qs8bnq') format('truetype'),
    url('fonts/icons-perso.woff?qs8bnq') format('woff'),
    url('fonts/icons-perso.svg?qs8bnq#icons-perso') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons-perso' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e906";
}
.icon-file-acrobat:before {
  content: "\e907";
}
.icon-file:before {
  content: "\e908";
}
.icon-info-icomoon:before {
  content: "\e905";
  font-weight: 800;
}
.icon-trophy:before {
  content: "\e901";
  font-weight: 800;
}
.icon-map:before {
  content: "\e902";
  font-weight: 800;
}
.icon-file-pdf:before {
  content: "\e909";
}
.icon-file-download:before {
  content: "\e90a";
}
.icon-file-empty:before {
  content: "\e90b";
}
.icon-information:before {
  content: "\e900";
}
.icon-medal:before {
  content: "\e903";
  font-weight: 800;
}
.icon-team:before {
  content: "\e904";
  font-weight: 400;
}



/*contact from popup*/
.paoc-popup-modal{
	width: auto;
	max-width: 95%;
}

.paoc-popup-modal input{
	width: 100%;
}

.paoc-popup-close{
	background: none;
	right: 0px;
	top: 0px;
}

.paoc-popup-close::before {
    content: "\d7";
	font-size: 40px;
	color: rgb(200,200,200);
}

.paoc-popup-close:hover::before{
	color: black;
}

/*Post layout*/
article .meta-post .post-cat{
	visibility: hidden;
}

#primary.col-md-9.modern{
	width: 100%; /*cheat  on md-9*/
}

.content-area.modern .hentry{
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-area.modern .meta-post{
	text-align: right;
	font-weight: normal;
	text-transform: none;
	color: #47425d;
	font-family: "Source Sans Pro", sans-serif;
	font-style: italic;
	font-size: 16px;
}

.content-area.modern .entry-post {
	color: #47425d;
}
.content-area.modern .entry-title a {
	font-size: 20px;
}

/* blog style*/
.content-area .hentry {
	padding-bottom: 5px;
	padding-top: 5px;
}

.wp-show-posts-entry-header h5 a{
	color: #47425d;;
}

.wp-show-posts-entry-meta {
	font-size: 1em;
	text-align: right;
	font-style: italic;
}

.wp-show-posts-entry-meta a{
	color: #47425d;
}


.post-navigation{
	background: none;
}

.grecaptcha-badge{
	visibility: hidden
}



