/*
Theme Name:     Anemone Theme
Theme URI:      http://www.tonton.ca
Description:    child theme for the Notebook theme 
Author:         TONTON
Author URI:     http://www.tonton.ca
Template:       notebook
Version:        1.0.4
*/

@import url("../notebook/style.css");


/*changement de couleur pour le form de la page contact*/
.contact-form-wrap #send-message:hover, .contact-form-wrap .contact-file input[type="text"]:focus, .contact-form-wrap .contact-form-content:focus, #respond input[type="submit"]:hover, .comment-form-file:focus, .comment-form-comment:focus {
background: #9bcb3c;
}

/*changement de skin du contact form 7
.contact-custom {
width: 370px;
background-color: #F0F0F0;
border: 0px;
height: 32px;
}

.subject-custom {
width: 700px;
background-color: #F0F0F0;
border: 0px;
}
*/

/*changement de couleur pour tous le site*/
#top-menu ul.drop-menu li a:hover {
color: #9bcb3c;
}


/*changement menu langue*/
#lang_sel{
	float:right;
	padding-top: 5px;
}

#lang_sel a.lang_sel_sel{
	border:none;
}
#lang_sel ul ul {
	width: 100px;
}
#lang_sel li {
	width: 100px;
}


.blog-lists .post-entry h2 a:hover {
color: #9bcb3c;
}

a:hover {
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.post-more a:hover {
background-color: #9bcb3c;
}

.post-thumb-hover .hover-border {
border: 5px solid #9bcb3c;
}

.post-cats {
background: #9bcb3c;
}

.wp-pagenavi a:hover, .pagination a:hover, .normal-pagination span a:hover, .comment-pagination a:hover, .sortable-menu li a:hover {
background: #9bcb3c;
}

.home-slider-pagination li a:hover, .home-slider-pagination li.current a {
background: #9bcb3c;
}

.footer-message a:hover {
color: #9bcb3c;
}

.sortable-menu {
font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi span, .pagination a, .pagination span, .normal-pagination span a, .comment-pagination a, .comment-pagination span, .sortable-menu li a {
font-weight:normal;
}

::selection {
background: #9bcb3c;
color: white;
text-shadow: none;
}

.post-more a {
background-position: 105px 50%;
}

.single-post-pagenation li a:hover {
background-color: #9bcb3c;
}
.related-post-lists .title p, .home-latest-works .title p {
display: none;
}

.related-post-lists .title, .home-latest-works .title {
border-top: 1px dotted #E8E8E8;
}
.contact-form-wrap #send-message:hover {
background: #9bcb3c;

}
.contact-name {
font-weight: bold;
font-size: 16px;
}
.slider-next, .slider-prev, .home-slider-next, .home-slider-prev {
background-image: url(images/slider-arrow.png);
}
.single-post-pagenation li a {
background-image: url(images/single-pagenation.png);

}
.contact-form-wrap #send-message:hover, .contact-form-wrap .contact-file input[type="text"]:focus, .contact-form-wrap .contact-form-content:focus, #respond input[type="submit"]:hover, .comment-form-file:focus, .comment-form-comment:focus {
	background: #F0F0F0;
	border-top: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	color: #222;
	font-weight: bold;
}


/*-------------------------------------------TABLET ------------------------------------------------*/
@media screen and (min-width:751px) and (max-width:970px) {

	#top-menu ul.drop-menu {
margin: 0 auto;
width: 365px;
}

header #top-menu {
float: none!important;
}