﻿/* =====================================================================
	PAGE BANNER / PAGE INTRO
===================================================================== */
.subbannerblog {
    clear: both;
    position: relative;
    top: 62px;
    left: 0;
    width: 100%;
    height: 270px;
    margin: 0 auto;
    background-color: #EFEDD6;
    z-index: 4;
    background-position: left top;
    background-image: url(/Themes/Default/Content/Images/banner-blog.jpg);
    background-size: cover;
}

.subbannerblog .textbox {
    position: absolute;
    top: 115px;
    left: 0;
}

.subbannerblog .imagebox {
    position: absolute;
    top: 25px;
    right: 0;
}

.subbannerblog h2 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: .05em;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.subbannerblog h3 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/* =====================================================================
	PAGE HEADING / PAGE INTRO
===================================================================== */
.contentcol {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*background-color: #ffcc00;*/
}

.blogcontentarea {
    padding-top: 44px !important;
}


/* =====================================================================
	BLOG / FILTERS
===================================================================== */
.filters {
    position: absolute;
    z-index:99;
    top: -55px;
    right: 2.5%;
}

.filterlist {
    position: relative;
	display: inline-block;
    margin-right: 5px;
    z-index: 900000000000;
}

.filterlist:last-child {
    margin-right: 0;
}

.filterlist ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	position: relative;
	display: inline-table;
    border: 1px solid #f0f0f0;
}

.filterlist ul ul {
	display: none;
}

.filterlist ul li:hover > ul {
	display: block;
}

.filterlist ul li {
	float: left;
	width: 285px;
	text-align: left;
    color: #11596F;
    background-color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
	
.filterlist ul li:hover {
	background-color: #11596F;
	color: #fff;
}

.filterlist ul li:hover > a {
	background-color: #11596F;
	color: #ffffff;
	}

.filterlist ul li a {
	display: block; 
	padding: 6px 10px;
	color: #11596F;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.filterlist ul li a:hover {
	color: #ffffff;
}
		
.filterlist ul ul {
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-left: -1px;
}

.filterlist ul ul li {
	float: none;
    font-weight: 300;
	position: relative;
    background-color: #ffffff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-sizing: border-box;
    border: none;
}

.filterlist ul ul li:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.filterlist ul ul li a {
    font-size: 12px;
	padding: 4px 10px;
	color: #11596F;
}	

.filterlist ul ul li a:hover {
	background: #11596F;
	color: #fff;
}

#down-triangle {
    float: right;
    width: 0; 
    height: 0;
    margin-top: 8px;
    border-top: 5px solid #18B3E1;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
    }

.filterlist ul ul li a:hover > #down-triangle {
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
}	

/* =====================================================================
    BLOG / LIST WITH POSTS
===================================================================== */
.bloglistcontainer {
    padding-top: 15px;
}


.bloglist {
     width: 95%;
     margin: 0 auto;
     }

.blogposts {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
     min-height: 677px;
     _height: 677px;
     text-align: left;
}

.pagetitle.blogpagetitle  {
    height: 50px;
    padding-top: 10px;
}

.blogpagetitle h1 {    
    position: absolute;
    z-index: 2;
    color: #11596E;
    margin: 0;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 22px;
    font-weight: 300;
    padding: 9px 25px 10px 0;
    letter-spacing: .06em;
}

.blogpagetitle .titledivider {
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 100%;
    background-color: #11596E;
    margin-top: 21px;
}

.blogposts .entry {
	position: relative;
	box-sizing: border-box;
    vertical-align: top;
}

.blogposts .entry .entrythumbnail {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
}

.blogposts .entry .entrythumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid #11596E;
}

.entry .blogreadmore {
    position: absolute;
    bottom: 4px;
    left: 0;
}

.blogposts .entry .blogreadmore a {
    clear: both;
    position: relative;
    display: block;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: .05em;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(17,89,111,.8);
    padding: 5px 40px 5px 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.blogposts .entry .blogreadmore a:hover {
    background-color: rgba(17,89,111,1);
    color: #ffffff;
    padding: 5px 80px 5px 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.blogposts .entry .entrydetails {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 35px;
}

.blogposts .entry .catname {
    clear: both;
    padding: 8px 0 2px 0;
    text-align: left;
    }

.blogposts .entry .catname a {
    font-weight: 400;
    letter-spacing: .03em;
    color: #11596E;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    }

.blogposts .entry .catname a:hover {
    color: #18B3E1;
    }


.blogposts .entry .entrydetails .title {
    position: relative;
    clear: both;
    display: block;
    padding: 5px 8px 2px 8px;
    min-height: 50px;
    _height: 50px;
}
             
.blogposts .entry .entrydetails .title a {
    position: relative;
    font-weight: 500;
    letter-spacing: .02em;
    color: #11596E;
    font-size: 19px;
    line-height: 23px;
    text-decoration: none;
    }
 
.blogposts .entry .entrydetails .title a:hover {
     color: #18B3E1
     }

 /* =====================================================================
    BLOG / DIVDERS
===================================================================== */
.blogpostsdivide, .postdivide {
    width: 100%;
    height: 1px;
    background-color: rgba(17, 89, 111, .4);
    margin: 4px 0 4px 0;
    }
    
.postdivide {
    margin: 10px 0 5px 0;
    }  

 /* =====================================================================
    BLOG / DETAILS / HEADER
===================================================================== */ 

 .posttitle {
    clear: both;
    padding: 55px 0 0 0;
    width: 100%;
    margin: 0 auto;    
    position: relative;
}

 .posttitle .title h1  {
     display: block;
     padding: 2px 0 0 0;
     font-weight: 400;
     color: #11596E;
     font-size: 30px;
     line-height: 30px;
     margin: 0;
     }
     

.postimage {
    display:block;
    width: 100%;
    padding-top: 6px;
}

.postimage img {
    width: 100%;
    max-width: 1140px;
    padding-bottom: 1px;
    border-bottom: 4px solid #11596E;
}

.post {
    clear: both;
    padding: 20px 0 0 0;
    margin: 0 auto;    
    position: relative;
    width: 90%;
    min-width: 700px;
    min-height: 600px;
    }

.postfilters {
    position: absolute;
    left: 180px;
    top: -7px;
}

.sharethisbar {
    position: relative;
    margin: 0 0 0 0;
    padding-top: 5px;
    min-height: 25px;
}

.sharethisbar .returntolist {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.sharethisbar .returntolist a {
    display: inline-block;
    vertical-align: top;
    color: #11596E;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-decoration: none;
}

.sharethisbar .returntolist a:hover {
    color: #18B3E1;
}

.post .contentblock {
    min-height: 100px;
    }
/* =====================================================================
    BLOG / TAGS
===================================================================== */

/*  TAGS / DEFAULTS    ================= */
.tags {
    display: block;
    padding: 4px 0;
    min-height: 60px;
    text-align: left;
    border-top: 1px solid rgba(17, 89, 111, .4);
}

 
.tags a {
    text-align: left;
    padding: 4px 6px;
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: #11596E;
    text-decoration: none !important;
    margin-right: 1px;
    margin-bottom: 4px;
    letter-spacing: .02em;
    white-space: nowrap;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    }

.tags a:hover {
    background-color: #18B3E1 !important;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    }

/*  TAGS / DETAILS OVERWRITES    ================= */ 
.tagcontainer {
    display: block;
    padding-top: 40px;
}

.tagcontainer .label {
    clear: both;
    display: block;
    font-size: 20px; 
    line-height: 26px; 
    color: #C8102E;
    font-weight: 300; 
    letter-spacing: .03em;
    text-transform: uppercase;
}


.tagcontainer .tags {
    display: block;
    padding: 8px 0;
}


.tagcontainer .tags a {
    padding: 4px 8px;
    font-size: 14px;
}

 /* =====================================================================
    BLOG / PAGGING
===================================================================== */ 
.blogpagging {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    }

.blogpagging .older {
    float: left; 
    cursor: pointer; 
    padding: 18px 0 0 0;
    }
 
 .blogpagging .older:before, .blogpagging .latest:after {
    font-family: 'df-icomoon';
    font-size: 14px;
    vertical-align: middle;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding: 0 5px 0 5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }
   
.blogpagging .latest {
    float: right; 
    cursor: pointer; 
    padding: 18px 0 0 0;
    }
    
.blogpagging .latest:after {
    content: "\e6ab";
    }
    
.blogpagging .older:before {
    content: "\e6aa";
    }

.blogpagging .latest:hover, .blogpagging .older:hover {
    color: #000000; 
    }
