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

.DOP_ThumbnailGallery_CaptionText{
	font-size: 16px !important;
}

.alert.alert-info {
 color:#fff !important;
}

.nav-tabs>li>a, .nav-tabs>li.active>a,.nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover {
    border: none;
    border-radius: 0;
}


.nav-tabs>li>a {
margin-right: 3px;
/*line-height: 1.42857143;*/
/*border: 1px solid transparent;*/
border-radius: 0;
background-color: rgba(0,112,56,0.6);
color:#fff;
text-decoration: none;
border:none;
font-weight: normal;
font-size: 14px;
}

.nav-tabs>li.active>a {
    background-color: #007038;
    color:#fff;
}

.nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover {
    background-color:#007038;
    color:#fff;
}

ul.nav-tabs {
    /*background-color: #007038;*/
    margin-top: 15px;
}

.tab-pane {padding: 10px;
    padding-right: 15px;
background-color: #DFE5DD;
color: #007038;}

.tab-pane h4 {
    /*text-transform: uppercase;*/
    font-weight: bold;
    /*margin-left:5px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
}

.tab-pane ul {
    margin-bottom: 0;
    line-height: 20px;
}

.tab-pane ul > li {
    padding-bottom: 5px;
}

ul ul {
    margin-top: 5px;
}

.product-dropdown {
    padding-top: 10px;
}

.inline-cta {
    text-transform: uppercase;
    background-color: #007038;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border:1px solid #007038;
    font-weight: normal;
}

#price.tab-pane span.pr {
    display: block;
    padding-top: 10px;
    padding-bottom: 00px;
    font-weight: bold;
    /*text-align: center;*/

}

a.no-dec {
    text-decoration: none !important;
}

a.no-dec .inline-cta:hover {
    /*background-color: #ccc;*/
    color: #ff0;
}


.no-display {
    display: none !important;
}

/*CTA STUFF*/

/*FIND OUT MORE*/

/*.product-cta p {
    padding-left: 50px;
    width:100%;
    display:inline-table;
    width:100%;
    height:40px;
}

.product-cta p{
    text-decoration: none;
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:40px;
}

.product-icon, .product-cta {
    background: url(css/images/single-product-icons.png) no-repeat;
    height: 40px;
}

.product-cta-row {
    color: #fff;
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 15px 0;
}

.headline-cta .product-cta-row {
    margin-top: 0px;
    border-top: none;
    border-bottom: none;
}

.product-cta-container {
    background-color: #007038;
    padding: 8px 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}*/

/*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-default.usa-btn {
    line-height: 16px !important;
font-size: 14px;
/* margin-top: 10px; */
background-color: #fff;
color: #007038;
border-color: #007038;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
}

.btn-default.usa-btn:hover {
    background-color: #ddd;
}

.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;
	}

}