/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

.home .text-slider .maintitle:after{
	background-color : #ffc000;
	height : 2px;
}

#mainnav ul li a {
	font-weight: 600; 
    text-transform: uppercase;
}
#mainnav ul li a:hover {
    color: #ffc000 !important;
}
#mainnav ul li.current-menu-item a{
	color: #ffc000 !important;
}

#mainnav ul li ul:after{
   background-color: #01b0f1;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;

}

.menu-item-has-children{
	position : relative;
}

.menu-item-has-children:after{
    content: "\f107";
    position: absolute;
    width: 2px;
    height: 1px;
    font-family: 'FontAwesome';
    color: #fff;
    right: 8px;
    top: -3px;
}

#mainnav .sub-menu li:hover > a {
    background-color: #01b0f1;
}

.titre_form h2{
	font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
}

label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

select, input[type="text"],
 input[type="password"], input[type="datetime"], input[type="datetime-local"], 
 input[type="date"], input[type="month"], input[type="time"], input[type="week"], 
 input[type="number"], input[type="email"], input[type="url"], input[type="search"], 
 input[type="tel"], input[type="color"] {
    color: #767676;
    background-color: rgba(250, 250, 250, 0.4588235294117647);
    border: 1px solid #5db1cf;
    height: 36px;
    width: 100%;
    border-radius: 3px;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#secondary .widget-title {
    color: rgb(1, 175, 242) !important;
}

.widget-area .widget {
    position: relative;
    margin-bottom: 0px;
    padding-top: 50px;
}
.single .single-meta{
	text-decoration: none;
    font-weight: 400;
}
.single .single-meta .posted-on{
	text-transform: initial;
}

.single-meta .byline {
    padding-left: 0px;
}

.single-meta, .single-meta a, .classic-alt .posted-on, .classic-alt .posted-on a {
    text-transform: initial;
}

.category-sercices .single-meta{
	display : none;
}

#menu-footer li a:hover {
	color : #fff;
}

.navigation.post-navigation{
	display: none;
}
@media only screen and (max-width: 1024px){
	.menu-item-has-children:after{
		display :none;
	}
}


@media screen and (min-width: 1024px){
	.home .site-header{
		background-color : rgba(16, 13, 13, 0.08);
	}
}