/* Override general styles */


h2{
	font-size: 22px;
	color: #444;
	font-weight: bold;
}

.contentStart {
    padding-top: 92px;
}

#cta .mm-button {
    min-width: 250px;
}

#cta h3, #cta h2{
	font-weight: normal;
}

.btn{
	transition: .3s ease;
}

/* New Blog Template Style */

.post-listing{
	position: relative;
}

.post-listing .btn-primary{
	background-color: #fff;
	border-radius: 25px;
	color: #2866af !important;
	border: none;	
	font-weight: bold;
    font-family: Lato,sans-serif;
    font-size: 16px;
    padding: 8px 19px;
    border: 1px solid #fff;
}

.button {
    position: relative;
    display: inline;
    line-height: 1px !important;
}

.post-listing .btn-more{
	font-family: Lato,sans-serif;
	color: #2866af;
	font-weight: bold;
	font-size: 0.75rem !important;
	padding: 0 12px 0 0;
	transition: .3s ease;
}

.post-listing .btn-more:after {
    content: "";
    background: url("../../../images/icon-more.svg");
    width: 7px;
    height: 11px;
    position: absolute;
    right: 0;
    bottom: 4px;
    transition: .3s ease;
}

.post-listing .btn-more:hover{
	color: #33bbed;
}

.post-listing .btn-more:hover:after {
    background: url("../../../images/icon-more-hover.svg");
}

.featured-post-wrapper{
	background: url("../../../images/curved-grey-bg-2.svg") no-repeat;
    background-position: bottom 40px center;
    background-size: cover;
    padding-top: 20px;
}

.featured-post-wrapper .row{
	margin-top: 9px;
}

.featured-post-wrapper h2{
	margin-top: 0;
}

.featured-post{
    padding-right: 10px;
}

.special-offer{
	padding-left: 8px;
}

.blue-box{
	background: url("../../../images/special-offer-bg.svg") no-repeat scroll center / cover;
	text-align: center;
	font-size: 18px;
	padding: 37px 20px;
	min-height: 454px;
}

.blue-box .btn {
    margin-top: 12px;
    border: 1px solid #fff;
}

.blue-box .btn:hover, #cta .mm-button:hover {
    background: #33bbed !important;
    color: #fff !important;
}

.special-offer h3, .special-offer p{
	font-family: "Roboto Slab",serif;
	color: #fff;
	font-weight: normal;
}

.special-offer h3{
	border-bottom: 1px solid #8db3d8;
	padding-bottom: 28px;
	margin-bottom: 38px;
	margin-top: 10px;
}

 .special-offer p{
 	font-size: 18px;
 	margin-bottom: 24px;
 }

.posts-wrapper{
	margin-top: 40px;
	margin-bottom: 40px;
}

.posts-wrapper .col-md-6 {
    margin: 20px 0;
}

.post-listing h1, .col-md-9 .post h3{
    font-weight: normal;
    color: #444;
    font-size: 32px;
    line-height: 1.3;
    padding-top: 0;
    padding-bottom: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
    min-height: 106px;
}

.post-listing h1 {
	min-height: 56px;
	padding-bottom: 14px;
    margin-bottom: 5px;
}

.post-listing h4{
	font-family: Lato,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	margin: 0;
}

.post-grid {
    margin-left: -7px;
    margin-right: -7px;
}

.post h3{
	font-size: 1.1rem;
	font-size: 17px;
	font-weight: normal;
    line-height: 1.2;
    color: #444;
    margin-top: 15px;
    margin-bottom: 12px;
    min-height: 60px;
}

.post h3 a{
	color: #444 !important;
}

.post-grid .button{
	float: right;
    right: 7px;
}

.post{
	background-color: #eeeeee;
	transition: .3s ease;
}

.post:hover{
	background-color: #DFDFDF;
}

.post-grid .post{
	width: 267px;
	display: inline-block;
	margin: 9px 7px;
	vertical-align: top;
}

.post-grid .post .thumbnail{
	background-color: #888;
	height: 93px;
}

.post-grid .post-meta span, .col-md-3 .post-meta span{
    display: inline-block;
}

.post-grid .post .category{
	width: 110px;
}

.col-md-3 .post .category{
	width: 115px;
}

.post-grid .post .date, .col-md-3 .post .date{
	float: none;
	margin-left: 4px;
}

.post-grid .post .post-meta, .col-md-3 .post .post-meta{
	height: 40px;
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.1;
}

.col-md-3 .post .thumbnail{
	background-color: #888;
	height: 93px;
}

.col-md-9 .post .thumbnail{
	height: 278px;
}

.post .thumbnail img{
	height: 100%;
	width: 100%;
}

.featured-post h1, .featured-post h4, .post h3, .post .post-meta {
    padding-left: 18px;
    padding-right: 18px;
}

.post .post-meta{
	padding-bottom: 15px;
    font-size: 11px;
    color: #444;
}

.post .category{
	text-transform: uppercase;
}

.post .date{
    float: right !important;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    right: 19px;
}

.post .min-read {
    font-size: 12px;
    color: #929292;
    margin-left: 7px;
}

.topics p{
	font-size: 14px;
}

.topics-list{
	list-style: none;
	text-align: center;
    margin: 30px auto;
    padding: 0;
    width: 860px;
}

.topics-list li{
	background-color: #eeeeee;
	display: inline-block;
	width: 30%;
	margin: 6px 3px;

	transition: .3s ease;
}

.topics-list li:hover{
	background-color: #DFDFDF;
}

.topics-list a{
	display: block;
	padding: 14px 16px;
	text-align: left;
	color: #444;
	font-size: 18px;
	font-weight: bold;
}

/* Category Results Page */

.category-results .row {
    margin: 9px -7px;
}

.category-results .row > div {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.category-results .post{
	margin-bottom: 14px !important;
}

.post{
	position: relative;
}

.post .cat{
    background-color: #2866af;
    border: 1px solid #fff;
    font-size: 12px;
    display: block;
    padding: 4px 15px 5px;
    color: #Fff;
    min-width: 80px;
    text-align: center;
    position: absolute;
    top: -1px;
    right: -1px;
    font-weight: bold;
    text-transform: lowercase;
    font-family: Lato,sans-serif;
}

.post .cat:first-letter{
	text-transform: uppercase;
}

.post .cat-webinar{
	background-color: #473e9f;
}

.post .cat-ebook{
	background-color: #2ca2cd;
}

.post .cat-case-study{
	background-color: #c22853;
}

.post-type-archive .post .cat{
	display: none;
}

.quote blockquote p {
    font-size: 1.7rem;
    font-size: 28px;
    font-family: "Roboto Slab", serif;
    display: block;
    font-weight: 600;
    line-height: 1.4;
    color: rgb(68, 68, 68);
    quotes: "“" "”" "‘" "’";
    margin: 0;
}

.quote blockquote p:before {
    content: open-quote;
}

.quote blockquote p:after {
    content: close-quote;
}

.quote p {
    font-size: 1.125rem;
    font-size: 18px;
    margin: 0;
}

.quote-with-tip .quote {
	min-height: 221px;
	margin-bottom: 14px;
}

.top-tip{
	background-color: #eeeeee;
	padding: 35px;
	min-height: 218px;
}

.top-tip h4{
	margin-bottom: 10px;
}

.top-tip p{
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive styles */

@media (min-width: 992px){
	.post-listing .container{
		padding-left: 0;
		padding-right: 0;
	}
	.vertical-center{
		position: relative;
	}

	.vertical-center > div{
		margin: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 6%;
	}
}

@media (max-width: 1199px){
	.post-grid .post{
		width: auto;
	}
	.blue-box{
		min-height: 409px;
	}
	.special-offer p{
		font-size: 15px;
	}
	.post-grid .post .thumbnail{
		height: 147px;
	}
	.col-md-9 .post .thumbnail{
		height: 242px;
	}
	.col-md-3 .post .thumbnail{
		height: auto;
	}

	/*category results*/
	.category-results .blue-box {
	    min-height: 423px;
	}
	.col-md-9 .post h3{
		margin-bottom: 19px;
		font-size: 30px;
	}
	.quote-with-tip .quote {
		min-height: 204px;
	}
	.top-tip {
	    padding: 15px 24px;
	    min-height: 205px;
	}
}

@media (max-width: 1024px){
	.post-grid .post .post-meta{
		display: block;
		height: auto;
	}
	.post-grid .post .category{
		width: auto;
	}
	.post-grid .post .date{
		float: right;
		padding-top: 1px;
	}
}

@media (max-width: 991px){
	.container{
		max-width: 100%;
	}
	.featured-post-wrapper{
		background: none;
	}
	.post-listing .container{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.post-listing h1, .col-md-9 .post h3{
		font-size: 2rem;
		min-height: auto;
	}
	.topics-list{
		width: auto;
	}
	.featured-post, .special-offer {
	    max-width: 100%;
	    flex: 100%;
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}
	.blue-box {
	    margin-top: 15px;
	    min-height: auto !important;
	    padding: 30px 30px 40px;
	}
	.col-md-9 .post .thumbnail{
		height: auto;
	}

	/*category results*/
	.category-results .row {
	    margin: 0 -7px;
	}
	.category-results .row > div {
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	.category-results .col-md-3 .post {
	    display: inline-block;
	    width: 49.2%;
	    margin: 3px 5px;
	}
	.category-results .col-md-3 .post:first-child{
		margin-left: 0;
	}
	.category-results .col-md-3 .post:last-child{
		margin-right: 0;
	}
	.category-results .blue-box{
		margin-top: 0;
	}
	.top-tip {
	    margin-bottom: 13px;
	    padding: 25px;
    	min-height: auto;
	}
	.quote-with-tip .quote{
		min-height: auto;
	}
	.quote{
		padding: 8%;
	}

	.col-md-3 .post .post-meta{
		display: block;
		height: auto;
	}
	.col-md-3 .post .category{
		width: auto;
	}
	.col-md-3 .post .date{
		float: right;
		padding-top: 1px;
	}

}

@media (max-width: 915px){
	.category-results .col-md-3 .post{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 768px){
	.col-md-9 .post h3 {
	    font-size: 18px !important;
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
	    margin-bottom: 12px !important;
	    height: auto;
	}
	.col-md-3 .post h3{
		min-height: auto;
	}

	.post-grid .post .thumbnail{
		height: 108px;
	}
	.post-grid .post .post-meta{
		display: table-cell;
	}
	.post-grid .post .category {
	    width: 180px;
	}
	.post-grid .post .date{
		float: none;
	}
}

@media (max-width: 767px){
	p{
		font-size: 1.2rem;
	}
	.post-grid .post:nth-child(3), .post-grid .post:nth-child(4) {
	    display: none;
	}
	.contentStart br{
		display: none;
	}
	.post-listing .btn-primary{
		font-size: 14px;	
	}
	.quote blockquote p{
		font-size: 2rem;
	}
	.quote p{
		font-size: 1.4rem;
	}
	.search-section input[type="submit"]{
		top: 1px;
	}
	.post h3 {
	    font-size: 18px !important;
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
	    margin-bottom: 12px !important;
	    min-height: auto;
	}
	.post-grid .post .thumbnail{
		height: auto;
	}
	.post-grid .post .post-meta{
		display: block;
	}
	.post-grid .post .category {
	    width: auto;
	}
	.post-grid .post .date{
		float: right;
		padding-top: 1px;
		width: auto;
	}
}

@media (max-width: 560px){
	.topics .container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.topics-list li {
	    width: 99%;
	    margin-bottom: 8px;
	}
	.topics-list a{
		font-size: 16px;
		padding: 10px 16px;
	}
	/*search*/
	.post-search-filter li{
		width: auto;
		padding: 0 15px;
	}
	.post-search-filter li:first-child{
		padding-left: 0;
	}
	.post-search-filter li:last-child{
		padding-right: 0;
	}
	.search-section input[type="submit"]{
		top: 0;
		left: -29px;
	}
	.search-section input[type=search]{
		width: 85px;
	}
}

@media (max-width: 400px){
	.post .post-meta {
	    display: table-cell !important;
	}
	.post .category {
	    width: 136px !important;
	}
	.post .date{
		float: none !important;
	}
	.post .post-meta > span {
	    display: inline-block;
	}
	.search-section input[type="submit"]{
		left: -34px;
	}
}

@media (max-width: 340px){
	.post .category {
	    width: 115px !important;
	}
	.post-search-filter li:first-child{
		padding-right: 0;
	}
}