/*
 Theme Name:   PeaceWorks
 Theme URI:    http://peaceworks.ca
 Description:  Divi Child Theme
 Author:       PeaceWorks
 Author URI:   http://peaceworks.ca
 Template:     Divi
 Version:      1.0.1
 Text Domain:  divi-child
*/


/* --- General Styles --- */
html { overflow-y: scroll; }
body { 
	background:#ebe3b9 url('../../uploads/body-background.jpg') no-repeat top center;
	background-size:100% auto;
	margin-top:20px;
	margin-bottom:20px;
}


/* --- Homepage --- */
.sidebar-title {
	border-bottom:1px solid #ccc;
}


/* Main Header Styles */
#main-header .container {
	padding-left:0 !important;
	padding-right:0 !important;
}
#main-header .logo_container {
	position:relative;
	background:#fff url("../../uploads/header-background.jpg") no-repeat top right;
	max-height:150px;
}
#main-header #logo {
	padding:20px 30px;
}


/* Main Navigation Styles */
#et-top-navigation {
	float:left;
	padding-left:30px !important;
}
#top-menu li.current-menu-item > a, #top-menu li.current-menu-ancestor > a {
	color:#d3e4f4 !important;
}
span.mobile_menu_bar:before {
	color:#fff !important;
}


/* Content Area Styles */
#content-area .entry-content a {
	text-decoration:underline;
}
#content-area .entry-content a:hover {
	color:#000;
}

.member-profile .post-meta {
	display:none;
}

.et_post_meta_wrapper img {
    display:none;
}


/* View Filter */

.wpv-filter-form{
	display:block;
	width:100%;
	padding:8px 5px;
	border-radius:4px;
	background:#DDDDDD;
	margin-bottom:40px;
	text-align:center;
}


/* --- Forum --- */
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding-left: 65px;
    min-height: 77px;
}

#bbpress-forums .type-forum {
    background: url("images/ico-forum.png")no-repeat 10px 18px;
}
#bbpress-forums .type-topic {
    background: url("images/ico-topic.png")no-repeat 10px 18px;
}

#bbpress-forums .bbp-replies .type-topic {
    background: none;
}

#bbpress-forums .bbp-topic-title,
#bbpress-forums .bbp-forum-title {
    font-size: 16px;
}

#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-topics {
    padding-left: 0;
}


/* --- Signup Form --- */
.mepr-price-menu.fixed .mepr-price-box-price {
	padding-top: 40px;
	font-size: 30px;
	font-weight: bold;
}



/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {

	#main-header .container {
		padding-left:0 !important;
		padding-right:0 !important;
		width:100% !important;
	}

	#main-header .logo_container {
		background-image:none;
		min-height:80px;
		min-width:100%;
	}
	#main-header #logo {
		padding:10px 30px;
	}
	
	/* Main Navigation Styles */
	#et-top-navigation {
		float:left;
		margin: 0 auto;
	}
	
}

/* Responsive Styles 782px */
@media screen and (max-width: 782px) {
	#main-header #logo {
		min-width:80%;
	}
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {	
	#main-header #logo {
		min-width:100%;
	}
}