@charset "utf-8";

DESKTOP {
}

.container_blog {
	width: 100%;
}

.content-blog {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 60px;
}
.content-blog img {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content-blog a {
    color: #B7CD2C;
    text-decoration: none;
}
.content-blog a:hover  {
    color: #3d3d3d;
    text-decoration: none;
}

.columns3-blog {
    width: 29.333%;
    clear: none;
    margin-right: 2%;
    float: left;
    margin-left: 2%;
    margin-bottom: 3%;
    min-height: 500px;
    border-radius: 0px;
}
.columns3-blog h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.columns3-blog h6 {
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.columns3-blog img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
    margin-top: 0px;
    border-radius: 15px;
}


.columns2-blog {
	width: 65%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 4%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	
}


.columns2-blog h2 {
    font-size: 24px;
    line-height: 28px;
}

.columns2-blog h3 {
    font-size: 20px;
    line-height: 24px;
}

.columns2-blog h4 {
    font-size: 18px;
    line-height: 22px;
}


.columns2-blog-sidebar {
    width: 31%;
    clear: none;
    position: relative;
    float: left;
}


.columns2-blog-sidebar ul {
    padding-right: 0px;
    padding-left: 0px;
}

.columns2-blog-sidebar li {
    list-style-image: none;
    margin-bottom: 15px;
    list-style-type: none;
    margin-left: 0px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
}


.columns2-blog img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 4%;
    border-radius: 15px;
}
.blog-button {
	color: #B7CD2C;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 2px solid #B7CD2C;
    text-transform: uppercase;
}
.blog-button:hover {
	color: #FFFFFF !important;
    background-color: #B7CD2C;
}

/*!* Applies to index pages. *!*/
article.teaser {
    float: left;
    clear: both;
    width: 92%;
    padding: 15px 0;
}

article.teaser .thumbnail img {
    max-width: initial;
    float: left;
    clear: none;
    margin-right: 20px;
}

article.teaser .intro {

}

/*!* Page Navigation *!*/
nav.pagination {
    padding: 15px;
    text-align: center;
    clear: both;
}

nav.pagination h2 {
    display: none;
}

nav.pagination .page-numbers {
	display: inline-block;
	padding: 2px 6px;
	background: #0088cb;
	color: white;
	font-weight: bold;
	border: 1px solid #F89E1B;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

nav.pagination .page-numbers.current {
    background: white;
    color: #B7CD2C;
    font-weight: bold;
}

nav.pagination .page-numbers.prev {
    display: none;
}

nav.pagination .page-numbers.next {
    display: none;
}




@media only screen and (max-width: 700px) {

TABLET SMALL {
}

.columns2-blog {
        width: 100%;
        clear: none;
        padding: 0%;
        float: left;
        margin-right: 0%;
        margin-bottom: 20px;
}

.columns2-blog-sidebar {
        width: 100%;
        clear: none;
        position: relative;
        float: left;
}
	
.columns3-blog {
    width: 100%;
    margin-right: 0%;
    float: left;
    margin-left: 0%;
    margin-bottom: 40px;
    min-height: 0px;
}
.columns3-blog h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
	
	

}
