/*
Theme Name: AutoDrain French
Theme URI: 
Description: French Theme Based on Main AutoDrain Theme
Author: Steve Smith 
Author URI: http://sourmashinternet.co.uk/
Template: autodrain
Version: 1.0
*/


/**********************/
/* PRIMARY NAVIGATION */
/**********************/

/*Justify the menu across the available width for all devices except phones*/

@media (min-width: 768px) {

    #menu-navigation li {
        vertical-align: middle;
    } 
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar {
        min-height: 60px;
        margin-bottom: 10px;
    }

    #menu-navigation li.single-line-menu a{
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 12px;

    }

    #menu-navigation li a {
        font-size: 15px;
        margin: 0px 5px;
    }
}

@media (max-width: 767px) {
.product-cta.call p, .cta-small {
    font-size:13px;
}
}

/*POST SIDEBAR*/
.post-sidebar h2 {
    font-size: 24px !important;
    margin-bottom: 5px;
    margin-top: 0px;
    /*font-weight: bold;*/
}

.post-sidebar {
    padding: 15px;
    background-color:#ddd;
    margin-top: 15px;
}

.post-sidebar h3 {
margin-top: 10px;
margin-bottom: 0;
font-size: 18px;
font-weight: normal;
}

.post-sidebar ul.sidebar-list li a {
    font-size: 14px;
}


.btn-question {
	background-color: #337ab7 !important;
	color:#fff !important;
	border-color:#337ab7  !important;
}
.btn-question:hover {
	opacity:0.75;
}

p.header-links {
	font-size:13px;
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p.header-links-small {
    font-size:14px;
}

@media (min-width: 478px) and (max-width: 991px) {

    .header-text {
        padding-right: 20px;
    }
}

@media (min-width: 478px) {

	p.header-links-small {
	    font-size:18px;
	}

}