/*
Theme Name: DV Design
Version: v292 initially
Template: enfold
*/

@import url("responsive.css") screen;

/*
===================================
COLOURS IN USE
===================================



*/

/* remove all borders */

/* border butting to top of main nav */
#header_main{
	border-bottom-width: 0px!important;
}

#header_meta {
	border-bottom: 0 none!important;
}

/* border above main nav */
#header .container_wrap,
#main .container_wrap {
	border-top-width: 0px!important;
	border-top-style: none!important;
}

#main .container_wrap {
	margin-top: -1px;
}

/* border beneath nav */
#header_main_alternate { 
	border-bottom-width: 0px!important;
}

/* borders on top level items */
.main_menu ul:first-child>li a {
	border-right-width: 0px!important; 
}


/*
===================================
BASIC ELEMENTS
===================================
*/

/*override as necessary*/
html {
	background: #472328;
}

body {
	font-size: 16px;
}

#wrap_all {
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
	background: transparent!important;
}

/*
===================================
HEADER
===================================
*/

/* HEADER > TOPMOST STRIP
===================================*/

/* override enfold setting */
#header_meta {
	background: #FF9900!important;
	border-bottom: 0 none!important;
	box-shadow: none!important;
}

/* Phone info area general */
#header_meta .phone-info {
	color: #FFF;
	display: block;
	border-left: 0 none!important;
	font-size: 14px;
	margin: 0 auto!important;
	width: 100%!important;
}

#header_meta .phone-info span {
	display: block;
	width: 100%!important;
	text-align: center;
}

/* Phone info area link */
#header_meta .phone-info a  {
	color: #FFF;
}

/* HEADER > SOCIAL
===================================*/

ul.social_bookmarks {display:none;}


/* HEADER > LOGO
===================================*/

/*fix bug in 2.2 flashing logo*/
.logo, .logo img {
	width: auto!important;
}


/* HEADER > MAIN NAVIGATION
===================================*/

/* multiple structures required for background imagery */
#header_main_alternate,
#header_main_alternate .container,
#menu-primary-menu,
#avia-menu.menu {
	background: transparent url(images/xxxxxx.png) center center repeat-x!important;
}

/* remove default enfold arrow tip */
.avia-arrow {width: 0px;}

/* all items */
.main_menu a {
	font-size: 14px!important;
}

/* top-level items */
.main_menu ul:first-child > li > a {
	font-size: 14px!important;
	color: #222!important;
}

/* fix gap at end of main menu */
#avia-menu > li:nth-last-child(1) a {
	padding-right: 13px!important;
}

/* top-level current and ancestor treatments */
.main_menu ul:first-child > li.current-menu-item > a,
.main_menu ul:first-child > li.current-page-ancestor > a {
	color: #000!important;
	background: #F8F8F8!important;
}

/* search icon */
li#menu-item-search.menu-item-search-dropdown a {
	color: #000!important;
	font-size: 18px!important;
}

/* indent submenu */
#top .widget_nav_menu ul ul li a {
	padding-left: 20px;
}

/* reposition menu-fx */
.avia-menu-fx {
	bottom: 0;
}

/* reposition flyouts */
.main_menu .menu ul {
	margin-top:-2px;/*overlap the menu-fx strip*/
}

/* reposition mega menu to suit menu-fx strip */
#header .avia_mega_div {
	margin: -2px 0 0 0;
	padding-top: 2px!important;
}

/* mega menu titles */
h4.mega_menu_title > a {
	font-weight: normal!important;
}

/* mega menu first anchor */
.main_menu ul.sub-menu:first-child > li h4 a {
	font-size: 18px!important;
}

/* reposition sidebar navigation submenu bullets */
#top .sidebar_left .widget_nav_menu ul ul li:before {
	left: 0px;
	right: auto!important;/*reverts code in layout.css*/
}

/* change submenu bullet to em dash*/
#top .widget_nav_menu ul ul li:before {
	content: "\2014";
}


/* HEADER > SECONDARY NAVIGATION
===================================*/

#menu-secondary-menu > li > a {
	color: #FFF;
}


#menu-secondary-menu > li > a:hover {
	color: #FFF!important;
}

/*
===================================
HEADING
===================================
*/

/* PAGE HEADING 'TITLE'
===================================*/

/* area behind header and breadcrumbs */
.title_container {
	background: #eee4e7;
	padding-top: 30px;
}

h1 {
	font-size: 28px!important;
	text-transform: none!important;
	letter-spacing: .0em!important;
	font-weight: normal!important;
	line-height: 1.3em;/*especially noticable in the form feedback message*/
}

/*override more specific setting in enfold*/
h1.main-title {
	font-size: 28px!important;
	font-weight: normal!important;
	line-height: 1em!important
}

/*further override more specific setting in enfold*/
h1.main-title a {
	font-size: 28px!important;
	padding: 0px 0 30px 0!important;
	display: inline-block!important;
	font-weight: normal!important;
	color: #472328!important;
}


/* HEADING > BREADCRUMBS 
===================================*/


.breadcrumbs {
	color: #472328!important;
}

.breadcrumbs a {
	color: #472328!important;
}

.title_container .breadcrumb {
left: 48px!important;
top: auto!important;
margin-top: 10px!important;
bottom: auto!important;
}


/*
==================================
CONTENT (PAGES)
==================================
*/

/* CONTENT > MAJOR ELEMENTS
==================================*/

/* reduce gap between title and content */
.content, 
.sidebar {
	padding-top:30px;
}

/* increase space atop content area */
div.template-page {
	padding-top: 20px!important;
}

aside.sidebar_right {
	padding-top: 30px!important;
}

aside.sidebar_right ul.nested_nav {
	margin-top: 0px!important;
}


/* CONTENT > HEADINGS 
==================================*/

H2, h3, H4 {
	text-transform: none!important;
	letter-spacing: .0em!important;
	font-weight: normal!important;
	line-height: 1.3em;/*especially noticable in the form feedback message*/
}

h2, h2 span {
	font-size: 28px!important;
	color: !important;
}

h3, h3 span {
	font-size: 20px!important;
	color: !important;
}

/* widgets in content and sidebar, overridden elsewhere for the footer */
h3.widgettitle {
	font-size: 20px!important;
}

h4 {
	font-weight:normal!important;
	color: !important;
}


/* CONTENT > MINOR ELEMENTS
==================================*/

/*move sidebar nav back up*/
ul.nested_nav {
	margin-top: -30px!important;
}

ul.nested_nav li a {
	line-height: 1.3!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}


/* override enfold's coloured strong */
#main p strong,
#main strong p {
	color: #000;
}

/* re-assign spacing method for hr's */
.home .hr {
	padding:0;
	margin:0 0 20px 0;
}

/*space atop galleries */
.avia-gallery {
	margin: 20px 0 0 0!important;
}

/* increase default caption size */
p.wp-caption-text {
	font-size: 15px!important;
}

img.alignleft {
	margin: 0 30px 40px 0;
}

/* remove link hover popup icons */
.image-overlay-inside {
	display: none;
}

/* TABLES */

.avia-data-table caption {
	font-size: 18px;
	color: #000!important;
	font-style: normal;
	text-align: left;
}

th.avia-desc-col {text-align: left!important;}

#main td strong {color: #000;}

/* Search page */

/*make search results font consistent with parent*/
#top .template-search.content .entry-content-wrapper {
	font-size: 1em;
}


/* 
=======================================
BLOG SPECIFIC 
======================================= 
*/

/* remove blog title */
.blog .title_container,
.single h1.main-title {
	display: none!important;
}

/* add space between meta and body */
.post-meta-infos {
	margin-bottom: 20px;
}

/* remove blog meta */
.blog-meta,
.multi-big .post_author_timeline,
.single-small .post_author_timeline {
	display: none;
}

/* override background colour */
.blog-meta .small-preview {
	background: transparent!important;
}

/* remove default line */
.post_author_timeline {border: 0 none!important;}

/*default size news/portfolio widget*/
.news-thumb {
	min-width: 58px;
	min-height: 58px;
}

.image_size_widget .news-thumb{
	min-width: 58px;
	min-height: 58px;
}

.image_size_widget .tweet-thumb img, 
.image_size_widget .news-thumb img{
	min-width:50px;
	min-height: 50px;
}

/* sidebar text */
.sidebar p,
.sidebar .widget li {
	color: #000;
}

.sidebar .widget li {
	border: 0 none!important;
	font-size: 1em!important;
}

.sidebar .widget a {
}

.sidebar .widget a:hover {
}



/*
======================================
FORMS 
======================================
*/

#main input,
#main textarea {
	font-size: 16px!important;
	border-color: #CCC!important;
}

#searchform input {
	font-size: 14px!important;
}

#main input.button {
	border-radius: 12px!important;
	padding: 8px 16px!important;
}

#searchform input.button {
	border-radius: 0px!important;
}

#main select {
	font-size: 16px!important;
}

#main label {
	font-size: 16px!important;
}

#main fieldset {
	margin-top: 1px!important;
}

#top .main_color .input-text,  
#top .main_color input[type='text'],  
#top .main_color input[type='input'],  
#top .main_color input[type='password'],  
#top .main_color input[type='email'],  
#top .main_color input[type='number'],  
#top .main_color input[type='url'],  
#top .main_color input[type='tel'],  
#top .main_color input[type='search'],  
#top .main_color textarea,  
#top .main_color select {
    border-color: #EEE;
    background-color:  #fcfcfc;
    color: #000;
}


/* 
=====================================
FOOTER 
===================================== 
*/

#main #footer.container_wrap {
	border: 0 none!important;
}

#footer .widget {
	margin-top: 24px;
	margin-bottom: 0;
}

#footer .news-headline,
#footer .news-excerpt,
#footer .widget_recent_entries li,
#footer .widget li /*any li*/ {
	font-size: 1em!important;
	line-height: 1.2em!important;
}

/* widgets specifically in footer */
#footer h3.widgettitle {
	text-transform: none!important;
	font-size: 22px!important;
	margin-top: 0px;
}

/*Enfold incorrectly colors these elements, with no way to override them in the theme options, so must be explicitly set here */
#footer h3.widgettitle {
	color: #000;
}

/*Enfold incorrectly colors these elements, with no way to override them in the theme options, so must be explicitly set here */
#footer .news-headline,
#footer .news-time {
	color: #000;
}

#footer div.textwidget {
	color: #000;
}

/* div.textwidget, div.textwidget p, div.textwidget a {color:#000!important;} */

#footer div.textwidget a {
	color: #000!important;
	text-decoration: underline;
}

#footer div.textwidget a:hover {
	color: #000!important;
}

#footer strong {color: #000!important;}


/* 
=====================================
SOCKET (BOTTOM-MOST FOOTER)
=====================================
*/

.copyright {
	color: #FFF; 
	font-weight: bold;
}

#socket.socket_color {
	border: 0 none;
}

#socket .menu li {
	border: 0 none;
}

#socket .menu a {
	border: 0 none;
	font-weight: bold;
	font-size: 13px!important;
}




/* 
=====================================
CUSTOM ELEMENTS
=====================================
*/


/* modify spacing in color block */

.introduction {
	margin-bottom: 0!important;
}

.introduction .container main {
	margin: 50px 0 0 0!important;
	padding: 0 0 20px 0!important;
}

.introduction h3 {
	line-height: 1.6em;
	margin-bottom: 30px;
	text-align: justify;
}

.introduction p {
	color: #000!important;
}


/* modify spacing in color block */

.objective {
	margin-bottom: 0px!important;
	min-height: 10px!important;
}

.objective div {
	margin: 0 auto!important;
	padding: 0!important;
}

.objective h3 {
	line-height: 1.6em;
	color: #FFF!important;
	margin: 20px 0 20px 0!important;
	padding: 0!important;
	text-align: center;
}

/* reduce the space at the end of the main content prior to the footer */
.template-page {padding-bottom: 30px!important;}

/*make navigation thinner - logo left, menu right */
.html_header_top.html_main_nav_header .main_menu ul:first-child > li > a {
height: 35px!important;
line-height: 35px!important;
}

.avia-menu.av-main-nav-wrap {
top: 35px;
position: relative;
}


span.news-time {color: #000!important;}
span.news-thumb {display: none!important;}


.newsbox + section {margin-top: -30px!important;}

#footer section + section {margin-top: -10px!important;}

.widget_recent_entries li {
	line-height: 1.3em!important;
	margin-bottom: .25em!important;
	border-bottom: 1px solid #CCC!important;
}

.widget_recent_entries li a {
	font-family: "Open Sans", sans-serif;
	font-style: normal!important;
	color: #734854!important;
	line-height: 1.1em!important;
}

a.news-link:hover {
	text-decoration: underline!important;
	color: #000!important;
}

.post-meta-infos .text-sep-cat,
.post-meta-infos .blog-author {display: none;}

#home-central-latest-news {
	margin: 0 0 20px 0!important;
	padding: 20px 0 30px 0;
}

#home-central-latest-news h3 {
	font-size: 24px!important;
	text-align: left;
	color: #000!important;
	margin-bottom: 0!important;
}

#home-central-latest-news li.news-content {
	font-size: 16px;
	text-align: left!important;
	color: #000!important;
	line-height: 1.6em;
}

#top #home-central-latest-news .template-blog .post-title{text-align: left; font-size: 30px; max-width: 100%;}

#top #home-central-latest-news .template-blog .post .entry-content-wrapper {text-align: left; line-height: 1.6em; max-width: 100%; margin:0; overflow: visible; }


#top #home-central-latest-news .template-blog .post .entry-content-wrapper > * { max-width: 100%; margin: 0; }

#home-central-latest-news h2 {
font-size: 28px!important;
}

#home-central-latest-news .post-meta-infos {
text-align: left!important;
}

#home-central-latest-news header {
margin-bottom:0!important;
}

#home-central-latest-news .entry-content {
margin-top:-20px!important;
	font-size: 16px!important;

}







