/*
Theme Name: A.D. Coote &amp; Co
Author: Searchsmart
Description: Theme For A.D. Coote & Co.
Version: 1
*/

body{
    background-color:#fff;
    color:#000008;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

a{
    text-decoration: none;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0.4em 1.6em 1em 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0.4em 0 1em 1.6em;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.4em;
    margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6{
	color: #0E23AF;
}

h1{font-size: 30px;}
h2{font-size: 25px;}
h3{font-size: 22px;}


/*-------------------------------------------------*/
/*Header*/
/*-------------------------------------------------*/
header{
    padding:15px 0;
}

header span{
    display: block;
    color:#0e23af;
    font-size: 40px;
    padding-top:20px;
    text-align: right;
}

.logoa{
	display: inline-block;
	margin: 20px 0 10px 0;
}

/*-------------------------------------------------*/
/*NAvigation*/
/*-------------------------------------------------*/
.navbar-default {
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0;

}

.navbar-default {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff;
    background: -moz-linear-gradient(#0883fe,#0004be);
    background: -webkit-linear-gradient(#0883fe,#0004be);
    background: -ms-linear-gradient(#0883fe,#0004be);
    background: -o-linear-gradient(#0883fe,#0004be);
    background: linear-gradient(#0883fe,#0004be); 
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    color:#d2d2d2;
}

ul.sub-menu{
    padding-left: 0;
    position: absolute;
    display: none;
    border-top: 1px solid #fff;
    z-index: 999999;
}

ul.sub-menu li{
    list-style: none;
    background: -moz-linear-gradient(#0883fe,#0004be);
    background: -webkit-linear-gradient(#0883fe,#0004be);
    background: -ms-linear-gradient(#0883fe,#0004be);
    background: -o-linear-gradient(#0883fe,#0004be);
    background: linear-gradient(#0883fe,#0004be); 
    border-bottom: 1px solid #fff;
    padding:10px;
    min-width: 200px;
}

ul.sub-menu li:last-child{
    border-bottom: none;
}

ul.sub-menu li a{
    color:#fff;
    font-size: 13px;
    text-decoration: none;
}

ul.sub-menu li a:hover{
    color:#ccc;
}

ul.nav li:hover > ul.sub-menu{
    z-index: 999999;
}

ul.sub-menu ul{
	margin-top: -31px;
	left: 200px;
}

ul.sub-menu ul li{
    background: -moz-linear-gradient(#0004be,#0883fe);
    background: -webkit-linear-gradient(#0004be,#0883fe);
    background: -ms-linear-gradient(#0004be,#0883fe);
    background: -o-linear-gradient(#0004be,#0883fe);
    background: linear-gradient(#0004be,#0883fe);
}

ul.sub-menu ul li:hover{
    background: -moz-linear-gradient(#0883fe,#0004be);
    background: -webkit-linear-gradient(#0883fe,#0004be);
    background: -ms-linear-gradient(#0883fe,#0004be);
    background: -o-linear-gradient(#0883fe,#0004be);
    background: linear-gradient(#0883fe,#0004be); 	
}

/*-------------------------------------------------*/
/*Slider*/
/*-------------------------------------------------*/
.slider{
    background:transparent url("images/slider-bg.jpg") repeat-x;
    padding:10px 0;
}

.slider-wrapper{
    border:2px solid #fff;
}

.cycloneslider-template-standard{
    margin-bottom: 0 !important;
}

/*-------------------------------------------------*/
/*Home Blocks*/
/*-------------------------------------------------*/
.home-blocks{
    background: -moz-linear-gradient(#bbc4e1,#e9edf6);
    background: -webkit-linear-gradient(#bbc4e1,#e9edf6);
    background: -ms-linear-gradient(#bbc4e1,#e9edf6);
    background: -o-linear-gradient(#bbc4e1,#e9edf6);
    background: linear-gradient(#bbc4e1,#e9edf6);
    padding:20px 0 20px 0;
    border-top:1px solid #fff;
}

.blocks a{
    text-decoration: none;
    font-size: 16px;
    color:#000008;
    text-align: center;
    display: block;
    margin-top:8px;
}

.blocks img{
    border:1px solid #fff;
    width: 100%;
}

.blocks h3{
    font-size: 16px;
    color:#000008;
    text-align: center;
    margin-top:8px;
}

.hb-bg{
    background: transparent url('images/bg.png') repeat-x;
    height: 10px;
}

/*-------------------------------------------------*/
/*Welcome*/
/*-------------------------------------------------*/
.welcome{
    padding:20px 0 40px 0;
}

.welcome h2{
    font-size: 38px;
    margin-bottom: 0;
}

.welcome h3{
    font-size: 26px;
    margin-top:0
}

/*-------------------------------------------------*/
/*Content*/
/*-------------------------------------------------*/

.container.centered{
	text-align: center;
}

/*-------------------------------------------------*/
/*Footer*/
/*-------------------------------------------------*/
footer{
    background: -moz-linear-gradient(#0004be,#0784ff);
    background: -webkit-linear-gradient(#0004be,#0784ff);
    background: -ms-linear-gradient(#0004be,#0784ff);
    background: -o-linear-gradient(#0004be,#0784ff);
    background: linear-gradient(#0004be,#0784ff);
    padding:15px 0 30px 0;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
}

footer h3{
    font-size: 16px;
    color:#fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

footer p,
footer p a{
    color:#fff;
}

ul#menu-quick-menu{
    padding-left: 0;
}

ul#menu-quick-menu li{ 
    list-style:none;
}

ul#menu-quick-menu li a{
    color:#fff;
    text-decoration: none;
}

ul#menu-quick-menu li a:hover{
    color:#d2d2d2;
}

/*-------------------------------------------------*/
/*Outer Footer*/
/*-------------------------------------------------*/
.outer-footer{
    background: -webkit-linear-gradient(#0104be, #2c2fcb, #0104be); 
    background: -o-linear-gradient(#0104be, #2c2fcb, #0104be); 
    background: -moz-linear-gradient(#0104be, #2c2fcb, #0104be);
    background: linear-gradient(#0104be, #2c2fcb, #0104be); 
    padding:20px 0;
}

ul.outer-footer-menu li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

ul.outer-footer-menu li a{
    color:#fff;
    text-decoration: none;
}

ul.outer-footer-menu li a:hover{
    color:#d2d2d2;
}

.outer-footer p, .outer-footer p a{
    color:#e1e1e1;
    font-size: 13px;
}

/*-------------------------------------------------*/
/*Archive Page*/
/*-------------------------------------------------*/
.list{
    border-bottom: 1px dashed #000008;
    padding-bottom: 15px;
}

.list:last-child{
    border-bottom: none;
}

a.read-more{
    background-color:#000008;
    color:#fff;
    padding:5px 15px;
    display: inline-block;
}

a.read-more:hover{
    text-decoration: none;
}

.mobile-title{
    display: none;
}

/*-------------------------------------------------*/
/*Media Queries*/
/*-------------------------------------------------*/
@media (min-width: 768px){
    ul.nav li:hover > ul.sub-menu{
        display: block;
    }
}

@media (max-width: 767px){
    .logo{
        margin:auto;
    }

    header span{
        text-align: center;
    }

    .blocks{
        margin-bottom: 25px;
    }

    .mobile-title{
        display: block;
        color:#fff;
        font-weight: bold;
        padding-top: 15px;
        padding-left: 30px;
    }

    ul.sub-menu{
        position: relative;
        padding-left: 0;
    }
	
	ul.sub-menu li a{}

    .menu > li.addGlyph:before {
        font-family: 'Glyphicons Halflings';
        color: #fff;
        content: "\e114";
        margin-left: 20px;
        width: 20px;
        height: 14px;
        position: absolute;
        right: 10%;
        top: 9px;
        cursor:pointer;
    }

    .menu > li.addGlyph.down_arrow:before {        
        content:"\e113";
    }

    .menu > li.addGlyph a{
        display: inline-block;
    }
}


/*** ***/

.ss.su-posts-teaser-loop .su-post-thumbnail{
	width: auto;
	height: auto;
}

.ss.su-posts-teaser-loop .su-post-thumbnail img{
	max-width: 90%;
	max-height: 100%;
	height: 100%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.ss.su-posts-teaser-loop h2.su-post-title{
	font-size: 1.1em;
	font-style: normal;
	margin: 0 0 5px 0;
}

.ss.su-posts-teaser-loop h2.su-post-title a{
	color: #0e23af;
}

.ss.su-posts-teaser-loop .su-post{
	width: 25%;
	float: left;
}

.edit-icons{
	clear: both;
}

.su-row.gallery-lists{
	margin-bottom: 40px;
}

.su-row.gallery-lists h2{
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px;
}

.su-row.gallery-lists h2,
.su-row.gallery-lists h2 a{
	color: #333333;
}