/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
@charset “UTF-8”;

#top #wrap_all .bbp-replies+.bbp-pagination {
display: block;
}

.av_promobox {
    padding: 20px 30px;
    margin: 15px 0px !important;
}

.avia_wpml_language_switch {
    display: none !important;
}

/* Image Hotspots */

/*
.avia-tooltip {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    margin-left: -5px;
    margin-top: 1px;
    padding: 2px;
    position: absolute;
    text-align: left;
    z-index: 9999999;
	top: -15px;
	width: 70px;
}
*/


pre {
    border-style: solid;
    border-width: 1px !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
	padding-top: 1.4em !important;
	padding-bottom: 1.4em !important;
    line-height: 1.4em !important;
    font-size: 12px !important;
	background-size: 100% 2.67em  !important;
    }



.d4p-bbw-widget.bbx-topicinfo table tbody td {
    text-align: left;
	padding: 1px 1px;
	letter-spacing: 0px !important;
}

.d4p-bbw-widget.bbx-topicinfo th {
 	letter-spacing: 0px;
}




/* BBPress */


#bbpress-forums .gdbbx-thanks-wrapper h6 {
    margin: 0 0 10px !important;
    font-size: 0.8em !important;
    font-weight: 700;
    line-height: 1.2em;
}



li.bbp-forum-info, li.bbp-topic-title {
width: 60%;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
display: block !important;
width: 100px;
font-size: 12px;
}

#bbpress-forums p.bbp-topic-meta img.avatar {
	width: 14px;
}


.topic .bbp-private-reply {
	background: #78C0EC !important;
}

#bbpress-forums div.topic.private-topic-locked,
#bbpress-forums div.reply.private-reply-locked {
    background-color: #78C0EC;
}

#bbpress-forums div.topic.private-topic,
#bbpress-forums div.reply.private-reply {
    background-color: #78C0EC;
}


#bbpress-forums>#favorite-toggle {
    float: right !important;
    font-size: 12px !important;
}



#top select {
	width: 100% !important; 
}

.header_color { 
	background: #ffffff; 
	}
	
.widgettitle {
	font-weight: 400;
}

#header .mega_menu_title{
margin-bottom:8px;
font-size: 18px;
line-height: 1.1em;
font-weight: 400;
}

.miniheading, .author_name, #reply-title, #top .logged-in-as, .dynamic-column-title{
font-weight: 400;
}

.av-main-nav > li > a {
font-weight: 400;
font-size: 13px;
}

#top .title_container .container {
padding-top: 10px;
padding-bottom: 10px;
min-height: 46px;
}

.title_container .main-title {
margin: 0;
font-size: 16px;
position: relative;
z-index: 2;
min-height: 26px;
line-height: 1.6em;
top: 0;
font-weight: 400;
}

.title_container .breadcrumb {
position: relative;
right: auto;
top: 0;
margin-top: 0px;
padding-bottom: 2px;
overflow: hidden;
left: -2px;
}

blockquote {
    border-left-style: solid;
    border-left-width: 5px;
    line-height: 1.5em;
    font-size: 12px;
	margin-bottom: 1em;
    margin-right: 1em;
    padding-left: 20px;
}




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */





/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}



@media only screen and (max-width: 650px) {
  /* Add your Mobile Styles here */



	#bbpress-forums .bbp-body div.bbp-topic-author,
	#bbpress-forums .bbp-body div.bbp-reply-author {
		margin-right: -17px !important;
		padding-right: 45px;
		min-height: 80px;
	}

	#bbpress-forums div.bbp-topic-author img.avatar,
	#bbpress-forums div.bbp-reply-author img.avatar {
		position: absolute;
		top: 20px;
		left: 120px;
		width: 60px;
		height: auto;
	}

	#bbpress-forums .bbp-body div.bbp-topic-content,
	#bbpress-forums .bbp-body div.bbp-reply-content {
		clear: both;
		margin: 10px;
		padding: 0;
	}

	#bbpress-forums div.bbp-topic-header,
	#bbpress-forums div.bbp-reply-header {
		margin: 0px 10px 10px;
		padding-left: 0px;
		padding-right: 10px;
		position: relative;
		text-align: left;
		width: 100%;
	
	}
	
	#bbpress-forums .bbp-body div.bbp-topic-content, #bbpress-forums .bbp-body div.bbp-reply-content {
		min-height: 68px;
		text-align: left;
		overflow: hidden;
		border-radius: 2px;
		padding:7px 7px;
		border-style:solid;
		border-width:6px;
		position: relative;
		margin-left:0;
		margin-right:0;
	}

  
}



