/*
Theme Name: Themify Ultra Child
Description: Child theme for Ultra theme
Author: ASF
Template: themify-ultra
*/


/************************************************************************************
2. GENERAL STYLING  remplacement du rouge ed1e24 par le bleu 29428e
*************************************************************************************/
body {
	font: 1em/1.85em 'Open Sans', "Arial", sans-serif;
	word-wrap: break-word;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-align : justify
}

a {
	color: #29428e;
}

/* FORM
================================================ */

/* form button */
input[type=reset], input[type=submit], button {
	background-color: #29428e;
	
}


/* main level link :hover */
#main-nav a:hover {
	color: #29428e;
}

/* current link */
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a {
	color: #29428e;
}


#main-nav ul a:hover,
#main-nav .mega-menu-posts a:hover {
	color: #29428e;
}


.post-title a:hover {
	color: #29428e;
}

/* post nav arrow */
.post-nav .arrow {
		color: #29428e;
}

.post-nav a:hover span {
	color: #29428e;
}

.commentlist .comment-reply-link:hover {
	background-color: #29428e;
	color: #fff;
	border-color: #29428e;
}


/************************************************************************************
7. POST
*************************************************************************************/
/*
GENERIC POST
================================================ */

/* post title */
.post-title {
	font-size: 2.6em;
	line-height: 1.4em;
	margin: 0 0 .45em;
	padding: 0;
	text-transform: none;
	letter-spacing: -.025em;
}
.place-pointer{
}

/************************************************************************************
7.1 PORTFOLIO POST TYPE
*************************************************************************************/

.project-view {
	color: #29428e;
	
}

.footer-nav li:hover > a {
    color: #29428e;
}
