/*
Theme Name: Coff
Theme URI:          
Description: A wordpress theme for WestGate        
Version:  1.0           
Author: ECODA             
Author URI: ECODA.COM.AU         
*/

.widgets .widget_nav_menu li,
.widgets .widget_osvn_menu .links li {
  margin-bottom: 10px;
}
.widgets .widget_nav_menu li a:hover,
.widgets .widget_osvn_menu .links li a:hover {
  padding-left: 5px;
}
.widgets .widget_nav_menu li a,
.widgets .widget_osvn_menu .links li a,
.widgets .widget_recent_entry h4 a {
  color: #eafde6;
}
.widgets .widget_nav_menu li a:hover,
.widgets .widget_osvn_menu .links li a:hover,
.widgets .widget_recent_entry h4 a:hover {
  color: #eafde6;
}


.post-item,.alert-warning {
	padding: 0 0 10px 0;
}
.ossvn-content {
	background: #ffffff;
    padding: 16px 16px 0 16px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.single-content-inner article  .entry-content {
	padding: 0px;
}
.page-header {
	margin: 0px;
	border-bottom: none;
}

h3.widget-title {
	margin-bottom: 5px;
	color: #5f730b;
}

h1.entry-title {
    font-size: 2.7rem;
}

.widget-r .widget ul {
	padding-left: 10px;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

span.breadcrumb_last:before {
    content: '/';
    padding-right: 15px;
    margin-left: 15px;
    color: #004c84;
}

.testimonial blockquote {
	margin-bottom: 0px;
}

.testimonial em {
	color: #999999;
    font-style: italic;
    font-size: 1.4rem;
    display: block;
    text-align: right;
    margin-top: 10px;
}

.testimonial-container {
	margin-bottom: 47px;
}
/*************************************************/

div.search-separate {
	border-bottom: 1px dashed #6e6e6e;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

 /***** pagenavi *****/
.wp-pagenavi li {
	float: left;
}

/***** STYLE COMMENT *****/

.comments-area {
	margin-top: 10px;
}

ul.children li {
	margin-bottom: 0px !important; 
}

.comment-body {
	overflow: hidden;
}

.comment-reply {
	display: block;
	padding-left: 85px;
}

.media-left {
	float: left;
	margin-right: 10px;
}

.comments-area {
	border-top: 1px dashed #6e6e6e;
	padding-top: 10px;
}

.comment-header h5 {
	margin-top: 0px;
}

.comment-header h5 {
	margin-bottom: 5px;
}

.comment-content {
	margin: 5px 0;
}

.comment-content p{
	margin: 0 !important;
}

ul.children {
	margin-top: 10px;
	margin-left: 88px;

}

ul.children li {
	list-style-type: none;
	margin-bottom: 10px;
}

.depth-1 {
  border-bottom: 1px #BDBBB9 dashed;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.media-left img {
  border: 1px solid #aaa;
  padding: 5px;
  width: 70px;
}

.comment-header a {
	text-transform: none;
}

.search h3 {
	margin-top: 0;
	margin-bottom: 15px;
}

.list-post .cat img  {
	padding-bottom: 0px;
}

.cat {
	margin-top: 10px;
}

.not-front li > a:hover {
	color: black;
}

.widget_osvn_recent_posts > ul > li.widget_recent_entry > div {overflow:hidden;}


/* JDH20151106: Overriding default CSS overrides causing problems in the content area. */
#content-wrapper div.entry-content h2
{
   margin-bottom: 12px;
}
#content-wrapper div.entry-content p
{
   margin-bottom: 12px;
}
#content-wrapper div.entry-content ul,
#content-wrapper div.entry-content ol
{
   margin-left: 25px;
   margin-bottom: 20px;
   margin-top: 12px;
}
#content-wrapper div.entry-content ol
{
   list-style-type: decimal;
}
#content-wrapper div.entry-content ul
{
   list-style-type: disc;
}

/* EOF */
