@charset "utf-8";

DESKTOP {
}

.container_blog {
	width: 100%;
}

.content-blog {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 0px;
}
.content-blog img {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content-blog a {
	color: #99e73;
	text-decoration: none;
}

.columns3-blog {
	width: 29.333%;
	clear: none;
	margin-right: 2%;
	float: left;
	margin-left: 2%;
	margin-bottom: 3%;
	min-height: 600px;
}
.columns3-blog h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    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;
}


.columns2-blog {
	width: 65%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 4%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	
}


.columns2-blog-sidebar {
    width: 31%;
    clear: none;
    position: relative;
    float: left;
}


.columns2-blog-sidebar ul {
    padding-right: 0px;
    padding-left: 0px;
}
.columns2-blog img {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 4%;
}



.menu-right-blog {
	float: left;
	width: 100%;
}
.menu-right-blog p {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a99e73;
	padding-bottom: 10px;
}







.link-button-outline {
    color: #a99e73;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 2px solid #a99e73;
    text-transform: uppercase;
}
.link-button-outline:hover {
    color: #FFFFFF;
    background-color: #a99e73;
    border-color: #a99e73;
}

/*!* 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: #F89E1B;
	font-weight: bold;
}

nav.pagination .page-numbers.prev {
    display: none;
}

nav.pagination .page-numbers.next {
    display: none;
}

.blog-button-orange {
    color: #a99e73;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 2px solid #a99e73;
    text-transform: uppercase;
}
.blog-button-orange:hover {
    color: #FFFFFF;
    background-color: #a99e73;
    border-color: #a99e73;
}






@media only screen and (max-width: 950px) {

TABLET {
}

.columns3-blog {
	min-height: 550px;
}
	

}




@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: 50px;
    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;
}
	
	
	

}

@media only screen and (max-width: 481px) {

    MOBILE {
    }

}
