/*
Theme Name: Passage Child
Theme URI: http://demo.qodeinteractive.com/passage/
Description: A child theme of Passage Theme
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.0.0
Template: passage
*/
@import url("../passage/style.css");

#magic { background-color: #fff; }
#searchsubmit { font-size: 11px; padding: 0; }
#btntop { position: fixed; bottom: 20px; right: 20px; background: #333; padding: 10px; color: #999; }
#btntop:hover { color: #CCC; }
h2, h3 { margin: 40px 0 20px; }

article.event { padding: 20px 0; border-bottom: 1px solid #C9C9C9; }

#wp-calendar { width: auto; }
#wp-calendar td, #wp-calendar th { padding: 0 11px 0 12px; }
#wp-calendar caption { text-transform: capitalize; }

.title.no_entering_animation h1 {
background: url(http://www.autismealsace.org/wp-content/uploads/2015/06/logo_autisme_alsace.png) no-repeat;
  padding: 65px 0 80px 160px;
  background-size: auto 100%;
}
.title.has_background {
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #000;
}
.title .container { bottom: 160px; }

.title h1 {
	text-transform: none;
	font-size: 40px;
}
.title.no_entering_animation h1 { min-height: 45px; }

.sub-menu { margin-left: 15px; }
.wpcf7 input, .wpcf7 textarea {
border: 1px solid #ccc;
}
.wpcf7 input:hover, .wpcf7 textarea:hover {
border-color: #69b200;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
border-color: #69b200;
background: #69b200;
color: #fff;
}

.wpcf7 input[type="submit"] {
border: 0; 
}
@media only screen and (max-width: 480px) {
	.logo { width: 80%; }
	.logo img { max-width: 100%; height: auto !important; width: auto; min-height: none; min-width: none; max-height: none; }
}

.column1 .column_inner ul li { list-style: disc; }
table tr:nth-child(2n+1) td { background: none; }

.tribe-events-list-widget-events:before { content: none; }
ol.hfeed.vcalendar li { margin-left: 20px; }
ol.hfeed.vcalendar h4 { font-size: 13px; line-height: 13px; }


.textbanner {
height: auto;
    line-height: normal;
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 25px;
    color: #436300;
    text-shadow: 0 1px 3px rgba(250,250,250,0.85);
    letter-spacing: -1px;
    font-style: italic;
    max-width: 40%;}

.widget form.searchform input[type="text"] {
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #949494;
    text-decoration: none;
    background-color: #f4f4f4;
    border: 0;
    outline: 0;
    margin: 0 3% 0 0;
    padding: 5px 4%;
    width: 57%;
    height: 20px;
    float: left;
}
.widget form.searchform .screen-reader-text {
    display: none;
}
.widget form.searchform {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.widget form.searchform input[type="submit"] {
    display: inline-block;
    margin: 0;
    padding: 0 4%;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background-color: #69b200;
    white-space: nowrap;
    width: 30%;
    height: 30px;
    float: left;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.widget.tribe-events-list-widget h4 {
	font-size: 13px;
	font-weight: 600;
}
.widget.tribe-events-list-widget h4 a {
	color: #4c4c4c;
}
.widget.tribe-events-list-widget h4 a:hover {
	color: #69b200;
}
.widget.tribe-events-list-widget .tribe-event-duration {
	font-size: 12px;
}