/* * * Mobile + General () * * */
body{
	font-family: 'Open Sans', sans-serif;
	background-color: #eeeee4;
	color: #404040;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sans{
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'PT Serif', serif;
}
.img-fullwidth{
	width: 100%;
	display: block;
}
*:first-child{
	margin-top: 0;
}
*:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}

/* * * Header * * */
#main-nav-instead-pre{
	height: 50px;
}
#header{
	background-color: #0e0706;
	background-image: url(../images/bgr-header.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	text-align: center;
}
#header > .container{
	padding-top: 15px;
	padding-bottom: 10px;
}
.logo-wrap{
	max-width: 290px;
	margin: 0 auto;
	margin-bottom: 0px;
}
.logo{
	background-image: url(../images/ci-logo-no-slogan.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
  background-size: 100% auto;
	display: block;
	padding-top: 33.156498674%;
}
.header-menu {
	margin-top: 16px;
	font-size: 12px;
}
.header-menu ul {
	list-style-type: none;
	margin:auto;
	padding: 0;
}
.header-menu li {
	float:left;
}
.header-menu ul {
	display: inline-block;
}
.header-menu ul li {
	padding: 0 6px;
}
.header-menu li:last-of-type {
	padding-right: 0px;
}
.header-menu li:first-of-type {
	padding-left: 6px;
}
.header-menu a, .header-menu a:active, .header-menu a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.header-menu a:hover {
	text-decoration: none;
}
.header-menu li:last-of-type {
	padding-right: 0px;
}
.header-menu li:first-of-type {
	padding-left: 0px;
}
.header-form{
	max-width: 300px;
	margin: 0 auto;
}
.header-form-input{
	padding-right: 45px;
	width: 100%;
	float: left;
}
.header-form-submit{
	margin-left: -45px;
	width: 45px;
	float: left;
}
.header-form-input input{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	height: 45px;
	border: none;
	margin: 0;
	padding: 0 60px 0 15px;
    display: block;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
}
.header-form-submit input{
	background-color: #74372e;
	background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
	width: 45px;
	display: block;
	border: none;
	height: 45px;
	transition: background-color .3s;
}
.header-form-submit input:hover, .header-form-submit input:active, .header-form-submit input:focus{
	background-color: #371712;
}

/* * * Main nav * * */
#main-nav{
	background-color: #371712;
	height: 50px;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	right: 0;
}
.nav-toggle{
	width: 50px;
	height: 50px;
	float: right;
	margin-right: -15px;
	padding-top: 12px;
}
.nav-toggle > span{
	margin: 0 auto 5px;
	width: 34px;
	height: 5px;
	display: block;
	background-color: #fff;
}
#main-nav-container{
	box-shadow: none;
	border: none;
	position: absolute;
    left: 0;
    top: 50px;
    right: 0;
	background-color: #371712;
}
#main-nav-container > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 0;
}
#main-nav-container > ul > li{
	position: relative;
	font-size: 18px;
}
#main-nav-container > ul > li+li{
	border-top: 2px solid #482f24;
}
#main-nav-container > ul > li > a{
	color: #fff;
	text-decoration: none;
	padding: 10px;
    display: block;
    transition: color .3s, background-color .3s;
}
#main-nav-container > ul > li > a:hover, #main-nav-container > ul > li > a:active, #main-nav-container > ul > li > a:focus, #main-nav-container > ul > li.active > a{
	background-color: #4e251f;
	color: #d7a88d;
	text-decoration: none;
}

/* * * Footer * * */
#footer{
	color: #9b9b9b;
	background-color: #1c0e0b;
	background-image: url(../images/bgr-footer.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	font-size: 14px;
    line-height: 1.2857;
    padding: 20px 0;
    text-align: center;
}
#footer a{
	color: #9b9b9b;
	text-decoration: none;
	transition: color .3s;
}
#footer a:hover, #footer a:active, #footer a:focus{
	color: #824b33;
}
.footer-top{
	margin-bottom: 30px;
}
.logo-footer-wrap{
	max-width: 310px;
	margin: 0 auto 15px;
}
.footer-quote{
	line-height: 1.2381;
}
.fq-1{
	font-size: 21px;
	font-style: italic;
	color: #cd9271;
}
.fq-2{
	color: #824b33;
}
.footer-col{
	margin-bottom: 45px;
}
.brumbal{
	display: none;
}
.footer-col h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer-col ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-col li{
	margin-bottom: 18px;
}
.copyright{
	font-size: 13px;
	margin-bottom: 15px;
}
.footer-bottom-nav{
	text-align: center;
}
.footer-bottom-nav > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.footer-bottom-nav > ul > li{
	margin-bottom: 5px;
	font-size: 12px;
}
#footer .footer-bottom-nav > ul > li > a{
	text-decoration: underline;
}

/* * Content * */
#main-wrap{
	padding: 10px 0 0px;
	/*border-top: 10px solid #1e0f0c;
	/*background-image: url(../images/bgr-flag.png);
    background-repeat: no-repeat;
    background-position: 50% 85px;*/
    background-color: #f7f4ee;
}
.banner-1{
	background-image: url(../images/clipart/banner-1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 15px;
	margin-bottom: 15px;
}
.banner-1 h3{
	font-size: 19px;
	font-weight: bold;
	color: #f7f4ee !important;
	text-align: center;
	margin: 0 0 15px;
}
.btn-link{
	font-size: 14px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: bold;
	color: #d7a88d !important;
	text-decoration: none !important;
	padding: 0 15px;
	border-radius: 6px;
	display: block;
	border: 1px solid rgba(0,0,0,.5);
	line-height: 44px;
    height: 46px;
    text-align: center;
    transition: color .3s;
	background: rgb(115,55,46); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(115,55,46,1) 0%, rgba(79,37,31,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(115,55,46,1) 0%,rgba(79,37,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(115,55,46,1) 0%,rgba(79,37,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73372e', endColorstr='#4f251f',GradientType=0 ); /* IE6-9 */
}
.btn-link:hover, .btn-link:active, .btn-link:focus{
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid rgba(0,0,0,.5);
}
.banner-1-2{
	margin: 25px 0;
	padding: 25px 0;
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
	font-size: 15px;
    color: #d7a88d;
    line-height: 1.6;
}
.banner-1-2 ul{
	margin: 0 0 0 1em;
	padding-left: 0;
}
.blog-date{
	font-size: 14px;
	color: #555;
	margin-bottom: 15px;
	font-style: normal;
}
.fimgwrap {
	float:left;
	padding: 7px 20px 0 0;
	margin: 0;
}
.featured-post{
	background-color: #f9faf5;
	margin-bottom: 30px;
	border: 1px solid #c7c7c7;
	padding: 15px;
	font-size: 15px;
}
.featured-post h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
	color: #641e00;
}
.featured-post h2 a {
	text-decoration: none;
}
.featured-post h2 a:hover {
	text-decoration: underline;
}
.featured-image{
	margin-bottom: 15px;
}
.featured-post a{
	color: #641e00;
	text-decoration: underline;
}
.featured-post a:hover, .featured-post a:active, .featured-post a:focus{
	text-decoration: none;
}
.content-wrap{
	margin-bottom: 30px;
}
.sidebar{
	max-width: 350px;
	margin: 0 auto;
}
.content-overall h2{
	font-size: 27px;
	font-weight: bold;
}
.red{
	color: #641e00;
}
.content-block{
	margin-bottom: 35px;
}
.link-video:after{
	content: '';
	background-image: url(../images/icon-play.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.st-1-col+.st-1-col{
	margin-top: 30px;
}
.nav-st-1{
	font-size: 16px;
}
.nav-st-1 > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav-st-1 > ul > li+li{
	border-top: 2px solid #e1dfdc;
	margin-top: 8px;
    padding-top: 8px;
}
.nav-st-1 a{
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	transition: color .3s;
}
.nav-st-1 a.first {
	font-weight: bold;
}
.nav-st-1 a:hover, .nav-st-1 a:active, .nav-st-1 a:focus{
	color: #641e00;
}
.three-posts .nav-st-1 a {
    text-decoration: underline;
}

.three-posts .nav-st-1 a:hover {
    text-decoration: none;
}
.three-posts .nav-st-1 {
	font-size: 18px;
}
.three-posts img {
	margin-top: 5px;
}

.posts-list{
	background-color: #f9faf5;
}
.post-item+.post-item{
	margin-top: -2px;
}
.post-item{
	padding: 20px 15px;
	border: 2px solid #e1e1dd;
}
.post-picture{
	margin-bottom: 10px;
}
.post-content{
	font-size: 14px;
	line-height: 1.2143;
}
.post-content a{
	color: #641e00;
	text-decoration: none;
}
.post-content a:hover, .post-content a:active, .post-content a:focus{
	text-decoration: underline;
}
.post-content h3{
	font-size: 20px;
	font-weight: bold;
}
.list-of-issues{
	background-color: #f9faf5;
	padding: 3px 10px;
	border: 2px solid #dbdbd9;
}
.issue-item a{
	display: block;
	border-top: 2px solid #dbdbd9;
	font-size: 16px;
    font-weight: bold;
    color: #641e00;
    text-decoration: underline;
    padding: 7px 0;
}
.issue-item a:hover, .issue-item a:active, .issue-item a:focus{
	text-decoration: none;
}
.issue-item:nth-child(1) a{
	border: none;
}
.b1-st-2 .banner-1-2{
	border-bottom: none;
	margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
}
.widget{
	margin-bottom: 30px;
	background-color: #28130f;
	color: #d7a88d;
}
.widget a{
	color: #d7a88d;
	text-decoration: none;
	transition: color .3s;
}
.widget a:hover, .widget a:active, .widget a:focus{
	color: #fff;
}
.banner-2{
	font-size: 14px;
	background-image: url(../images/clipart/banner-2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 20px 25px;
}
.banner-2 h3{
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.banner-2 p{
	margin-bottom: 15px;
}
.banner-2 p:last-child{
	margin-bottom: 0;
}
.widget-title{
	color: #fff;
	background-color: #371712;
    padding: 15px 25px;
    margin: 0;
}
.widget-post{
	padding: 25px;
	border-bottom: 1px solid #584434;
}
.widget-post h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
.link-more-wrap{
	font-size: 13px;
	text-align: center;
	padding: 16px 25px;
}
#load-more {
	float:right;
	background: none;
	border: none;
	color: #641e00;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
#load-more:hover {
	text-decoration: none;
}
#load-more.done {
	display: none;
}
.alm-btn-wrap {
	background-color: #f7f4ee;
}

/* * Article * */
.blog-item{
	background-color: #fff;
	padding: 23px;
	border: 2px solid #dedfdc;
	font-size: 16px;
	line-height: 1.5;
}
.blog-item h1{
	font-size: 32px;
	color: #641e00;
	line-height: 1.1;
	font-weight: bold;
}
.blog-item h1 span {
	font-style: italic;
}
.post-intro{
	font-size: 20px;
	color: #807474;
}
a.rrmore {
	float:right;
}
.img-note{
	font-size: 11px;
	display: block;
	margin-top: 5px;
	/* Hot fix for image captions. Remove when we go back to full size featured images */
	width: 232px;
}
blockquote{
	padding: 0 0 0 40px;
	margin: 0 0 20px;
	font-size: inherit;
	border-left: none;
}
.blog-item ol{
	margin-left: 0;
	padding-left: 42px;
	list-style-position: inside;
}
.blog-item li{
	margin-bottom: 10px;
}
.blog-item a{
	color: #28130f;
	text-decoration: underline;
}
.blog-item a:hover, .blog-item a:active, .blog-item a:focus{
	text-decoration: none;
}
.bulba{
	background-color: #eddeca;
	padding: 6px 15px;
}
.bulba a{
	color: #c00;
}
.harumba{
	padding: 6px 16px;
	border: 1px solid #c7c7c7;
}
.blog-item-date{
	font-size: 14px;
	color: #555;
}
.blog-item hr{
	margin: 15px 0;
	border: none;
	border-top: 1px solid #c7c7c7;
}
.blog-item h3{
	font-weight: bold;
	color: #641e00;
}
.author-photo{
	text-align: center;
	margin-bottom: 15px;
}
.author-photo img{
	padding: 15px;
	border: 1px solid #c7c7c7;
}
.author-text{
	font-size: 16px;
}
.recommended-wrap{
	background-color: #f9faf5;
	border-left: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
}
.recommended-wrap > .row{
	margin: 0;
}
.item-recommended{
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
.rec-in{
	padding: 15px 0;
}
.item-recommended a{
	color: #641e00;
	text-decoration: underline;
}
.item-recommended a:hover, .item-recommended a:active, .item-recommended a:focus{
	text-decoration: none;
}
.rec-link{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.widget-content ul {
	margin: 20px 10px 0 0;
	padding-bottom: 20px;
}
.pagination-wrap {
	padding: 15px;
	background-color: #f9faf5;
	border: 2px solid #e1e1dd;
	margin-top: 7px;
}
.pagination-prev{
	font-size: 0;
	float: left;
}
.pagination-next{
	font-size: 0;
	float: right;
}
.link-first, .link-prev, .link-next, .link-last{
	background-image: url(../images/sprites.png);
	height: 13px;
	display: inline-block;
}
.link-first{
	background-position: -37px -66px;
	width: 19px;
}
.link-prev{
	background-position: -62px -66px;
	width: 11px;
	margin-left: 6px;
}
.link-last{
	background-position: -90px -66px;
	width: 19px;
}
.link-last.not-active, .link-first.not-active, .link-prev.not-active, .link-next.not-active {
	opacity: 0.2;
}
.link-next{
	background-position: -73px -66px;
	width: 11px;
	margin-right: 6px;
}
.link-first:hover, .link-first:active, .link-first:focus{background-position: -37px -79px;}
.link-prev:hover, .link-prev:active, .link-prev:focus{background-position: -62px -79px;}
.link-last:hover, .link-last:active, .link-last:focus{background-position: -90px -79px;}
.link-next:hover, .link-next:active, .link-next:focus{background-position: -73px -79px;}
.pagination-pages{
	clear: both;
	text-align: center;
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
}
.pagination-pages > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.pagination-pages > ul > li{
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
}
.pagination-pages > ul > li > a{
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	width: 17px;
	height: 17px;
	display: block;
	color: #a6a6a6;
}
.pagination-pages > ul > li > a:hover, .pagination-pages > ul > li > a:active, .pagination-pages > ul > li > a:focus, .pagination-pages > ul > li.active a{
	color: #fff;
	background-color: #371712;
	text-decoration: none;
	border-radius: 4px;
}


/* * * Tablet * * */
@media (min-width: 768px) {
	/* * * Header * * */
/*	#header{
		height: 162px;
	}*/
	.container {
		width: 90%;
	}
	#header > .container{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.logo-wrap{
		float: left;
		width: 290px;
		margin-bottom: 0;
	}
	.header-menu {
		float:right;
		margin-bottom: 16px;
		margin-top: 3px;
	}
	.header-form{
		float: right;
		width: 300px;
	}
	#main-wrap {
	/*	border-top: 20px solid #1e0f0c;*/
	}

    /* * * Main nav * * */
	#main-nav-instead-pre{
		display: none;
	}
    #main-nav{
    	position: static;
    	height: 50px;
    }
    #main-nav-container{
    	position: static;
    	padding: 0;
    	background-color: transparent;
    }
    #main-nav-container > ul{
    	padding: 0;
    	float: left;
    	white-space: nowrap;
	}
    #main-nav-container > ul > li{
    	vertical-align: top;
    	display: inline-block;
    }
    #main-nav-container > ul > li+li{
    	border-top: none;
		border-left: 2px solid #482f24;
	}
    #main-nav-container > ul > li > a{
    	padding: 0 13px 0 12px;
    	line-height: 50px;
        height: 50px;
        font-size: 14px;
	}
	.fixed-nav #main-nav-instead-post{
		height: 50px;
	}
	.fixed-nav #main-nav{
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
	}

    /* * * Footer * * */
    #footer{
    	text-align: left;
    }
    .logo-footer-wrap{
    	float: right;
    	width: 310px;
    	margin-bottom: 15px;
    }
    .footer-quote{
    	text-align: left;
    	width: 50%;
    	float: left;
    	padding-top: 20px;
    }
    .footer-top{
    	margin-bottom: 0;
    }
    .footer-col{
    	width: 24.999%;
    	float: left;
    	padding-right: 30px;
    }
    .footer-col:nth-child(4n+1){
    	clear: both;
    }
    .brumbal{
    	display: block;
    }
    .footer-bottom{
    	text-align: right;
    }
    .copyright{
    	margin-bottom: 8px;
    }
    .footer-bottom-nav{
    	text-align: right;
    }
    .footer-bottom-nav > ul{
    	margin: 0;
    	padding: 0;
    	list-style-type: none;
    }
    .footer-bottom-nav > ul > li{
    	display: inline-block;
    	position: relative;
	}
    .footer-bottom-nav > ul > li+li{
    	margin-left: 20px;
    }
    .footer-bottom-nav > ul > li+li:before{
    	content: '';
    	margin-top: -5px;
        width: 1px;
        height: 12px;
        position: absolute;
        left: -10px;
        top: 50%;
        background-color: #8e8e8e;
    }

    /* * Content * */
    .banner-1-1{
    	width: 212px;
    	float: left;
    }
    .banner-1-2{
    	width: 300px;
    	float: left;
    	margin: 0;
        padding: 0;
        border: none;
        margin-left: 25px;
        padding: 5px 0 5px 20px;
		border-left: 2px solid rgba(255,255,255,.1);
	}
	.banner-1-3{
		display: none;
	}
	.sidebar{
		margin-left: -350px;
		width: 350px;
		float: left;
		margin-bottom: 30px;
	}
	.content-wrap{
		padding-right: 360px;
		width: 100%;
		float: left;
	}
	.page-template-page-pool .content-wrap {
		padding: 0 180px;
	}
	.st-1-col+.st-1-col{
		margin-top: 0;
	}
	.st-1-col {
		border-right: 2px solid #dfdfdf;
	}
	.st-1-col:last-of-type {
		border:none;
	}
	.post-picture{
		float: left;
		width: 210px;
		margin-bottom: 0;
	}
	.post-content{
		margin-left: -210px;
		padding-left: 225px;
		width: 100%;
		float: left;
	}
	.b1-st-2 .banner-1-1{
		width: auto;
		float: none;
	}
	.b1-st-2 .banner-1-2{
		width: auto;
		float: none;
		margin-left: 0;
		padding-left: 0;
		border: none;
		margin-top: 25px;
        padding-top: 25px;
		border-top: 1px solid rgba(255,255,255,.1);
	}

    /* * Subpage * */
    .author-photo{
    	width: 160px;
    	float: left;
    }
    .author-text{
    	margin-left: -160px;
    	padding-left: 190px;
    	width: 100%;
    	float: left;
    }
		.pagination-pages{
		clear: none;
		margin-top: -2px;
	}
}

/* * * Desktop narrow * * */
@media (min-width: 992px) {
	.container{
		width: 950px;
	}
	.sidebar{
		margin-left: -350px;
		width: 350px;
	}
	.header-menu {
		font-size: 14px;
	}
	.header-menu ul li {
		padding: 0 12px;
	}
	.header-menu li:first-of-type {
		padding-left: 12px;
	}
}

/* * * Desktop narrow * * */
@media (min-width: 1022px) {
	.container{
		width: 1000px;
	}

    /* * * Main nav * * */
    #main-nav{
    	height: 60px;
    }
    #main-nav-container > ul > li > a{
    	font-size: 18px;
    	padding: 0 16px 0 17px;
    	line-height: 60px;
        height: 60px;
	}
	.fixed-nav #main-nav-instead-post{
		height: 60px;
	}
	.header-form{
		width: 300px;
		max-width: none;
	}

    /* * * Footer * * */
    .footer-col{
    	width: 12.499%;
    	padding-right: 20px;
    	margin-bottom: 40px;
    }
    .footer-col:nth-child(4n+1){
    	clear: none;
    }

    /* * Content * */
    .banner-1{
    	padding: 25px 30px;
    }
    .banner-1-1{
    }
    .banner-1-2{
    	width: 300px;
		border-right: 2px solid rgba(255,255,255,.1);
    }
    .banner-1-3{
    	float: right;
    	display: block;
    	width: 305px;
    	padding-top: 15px;
    }
    .featured-image{
    	margin-bottom: 0;
	}
	.issue-item:nth-child(1) a, .issue-item:nth-child(2) a, .issue-item:nth-child(3) a{
		border: none;
	}
	.issue-item:nth-child(3n+1){
		clear: both;
	}
	.b1-st-2 .banner-1-1{
		float: left;
	}
    .b1-st-2 .banner-1-2{
    	width: 300px;
    	float: left;
		margin-left: 25px;
		margin-top: 0;
        padding: 7px 0 7px 20px;
        border: none;
		border-left: 2px solid rgba(255,255,255,.1);
	}

    /* * Subpage * */
    .rec-link{
    	height: 78px;
    	overflow: hidden;
    }

    /* * Fix * */
    .featured-text{
    	padding: 25px 45px 0 60px;
    }
    .footer-quote{
    	margin-left: 45px;
    }
    .footer-top{
    	margin-bottom: 20px;
    }
	.content-wrap{
		padding-right: 370px;
	}
	.page-template-page-pool .content-wrap {
		padding: 0 185px;
	}
	.blog-item-main p, .blog-item-main ul{
		margin-bottom: 27px;
	}
	.blog-item-main li{
		margin-bottom: 17px;
	}
	.post-intro{
		line-height: 30px;
		margin-bottom: 16px;
	}
	.banner-2{
		padding-top: 28px;
		padding-bottom: 40px;
	}
}

/* * * Desktop wide * * */
@media (min-width: 1200px) {
	.container{
		width: 90%;
		max-width: 1000px;
	}
}

/* * * Media Queries * * */
@media (max-width: 414px) {
	#main-wrap {
    padding: 10px 0 0px;
    background-color: #fff;
	}

	.blog-item {
		color: #000;
		background-color: #fff;
		padding: 0px;
		border: none;
	}

	.blog-item h1 {
		font-size: 25px;
		margin-bottom: 0px;
	}

	.blog-date {
		font-size: 14px !important;
	}
}
