/*
Theme Name: Combicare
Theme URI: http://www.combicarebridgend.co.uk/
Version: 1.0
Description: Boiler Installations, Central Heating, Power Flushing and Commercial and domestic Gas Repairs by Combicare Bridgend
Author: GD Graphics
Author URI: https://gdgraphics.co.uk
template: bb-theme
*/

/* Add your custom styles here... */ 

@import url('https://fonts.googleapis.com/css?family=Bree+Serif');

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

.titlestyle, h1, h2, h3 {
font-family: 'Bree Serif', serif;
color:#742969;
}

body {
font-family: 'PT Sans', sans-serif;
font-weight:400;
font-size:18px;
line-height:1.4;
}

/*
#logobox {
width:49%;
}

@media only screen and (max-width: 640px) {	
#logobox {
width:100%;
}
}
*/

.slidertitles {
font-family: 'Bree Serif', serif;
color:#712A86;
font-weight:600;
font-size:30px;
line-height:1.1;
}

a, a:link, a:visited {
color:#742969;
text-decoration:none;
}

a:hover {
color:#742969;
text-decoration:underline;
}

.imgsubtitles h3.fl-heading {
color:#742969;
font-weight:600;
font-size:28px;
line-height:1;
margin:0; padding:0;
}

.bottombordered {
border-bottom:1px solid #712A86;
}

.allcaps, h2.fl-heading {
text-transform:uppercase;
}

.combi-Van {
Position:relative;
bottom:0;
}

ul.bulleted{
font-size:18px;
line-height:1.2;
list-style-position: outside;
}

ul.bulleted li {
        position: relative;
        list-style-type: none;
        margin-bottom:20px;
    }

    ul.bulleted li:before {
        content: "";
        position: absolute;
        top: 4px;
        left: -40px;
        width: 30px;
        height: 30px;
        background-image: url('img/ccBullet.png');
    }
    
button, input[type="button"], input[type="submit"] {
    background: #742969;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 22px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #742969;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 15px;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #686868;
    color: #fff;
    border: 1px solid #686868;
    text-decoration: none;
}

#enquiryselectlist {
width: 100%;
}

.wpcf7-form label {
font-weight:400;
color:#742969;
margin-top:15px;
}

.quotationbox {
background:#efefef;
padding:10px 25px;
}


.whitebutton  .fl-button-text {
    color: #742969;
}

.narrowed {
width:45%;
margin:0 25%;
}

@media only screen and (max-width: 640px) {	
.narrowed {
width:96%;
margin:0 2%;
}
}



