/*
Theme Name:     display-theme
Description:    Thème enfant du site "display" de Matthieu
Author:         Matthieu de Wamdo
Author URI:     https://www.wamdo.fr
Template:       parallaxsome                        
Version:        0.1.0
*/


/*
You can add your own CSS here.

Click the help icon above to learn more.


.row {
    width: 100%;
    margin-top: 15px;
}

.row *{
width: 100%;
}

.row .col:nth-child(1) {
    float: left;
width: 49%;
}

.row .col:nth-child(2) {
    float: right;
width: 49%;
}

.row input[type="text"], .row input[type="email"] {
    line-height: 25px;
}

*/

.single-slide-wrap .slider-title {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    margin: 25px 0;
    padding: 35px 0;
    display: inline-block;
    color: #fff;
		font-family: Open Sans;
}

@media screen and (max-width: 960px) {
	.single-slide-wrap .slider-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    margin: 10px 0;
    padding: 10px 0;
    display: inline-block;
    color: #fff;
		font-family: Open Sans;
}
}

.post-navigation {
	display: none;
}

.entry-meta {
	display: none;
}

.service-nav-tab li.active a {
    color: #0460b1;
}
