/* Custom CSS */
body {
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}
.topmenu-right .topmenu-item,
.site-main-nav
{
	font-size: 14px;
}
.blogfolio-item .post-image{
	position:relative;
}
.blogfolio-item .post-image a:after{
	content:"\f00e";
	font-family:'FontAwesome';
	display:inline;
	position:absolute;
	box-sizing:unset;
	bottom:0;
	right:0;
	font-size:12px;
	font-size:1.2em;
	color:#fff;
	background-color:#ccc;
	padding:0 5px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Mozilla */
	opacity: 0.50; /* Opera */
}

.logo-addon img{
    width: 80%;
}
/* Media Queries*/
@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){

}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){

}

@media only screen and (max-width: 991px) {
	.sitemenu-submenu-light a.preventDefault:before{	content:"\f0da";font-family: FontAwesome;margin-right:2px;}
	.sitemenu-submenu-light li ul{display:none;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}