/*
Theme Name: Design
Version: v308 Enfold Child
Template: enfold
*/

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

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

logo maroon (brighter) #A30A35
maroon #6D0C2C
maroon tint #b68696
purple #5d2067
purple light #e3d9e5

*/

/* 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: 0 none!important;
}

/* 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: #6d0c2c;
}

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
===================================*/

/*#header {
	border-bottom: 10px solid #5d2067!important;
}*/

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

/* Phone info area general */
#header_meta .phone-info {
	color: #000000;
	display: block;
	border-left: 0 none!important;
	font-size: 14px;
	xxxfloat: right;
	height: 60px;
	line-height: 60px;
	min-width: 102px;
}

/* Phone info area link */
#header_meta .phone-info a,
#header_meta .phone-info a:visited  {
	text-decoration: none;
	color: #A30A35;
}

#header_meta .phone-info a:hover  {
	color: #5d2067;
}


#header_meta .phone-info span span  {
	height: 25px;
	line-height: 25px;
}

#header_meta .phone-info span span  {
	background: url(images/logo-wchm-h.gif) top left no-repeat;
	text-indent:-9999em;
	width: 273px;
	height: 25px;
	line-height: 25px;
}

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

#header ul.social_bookmarks {padding-top: 15px;}


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


.logo {
	width: 100%!important;
	display: block!important;
}

.logo img {
	margin-top: 22px;
	display:none!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;
}

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

/*position navigation vertically */
.avia-menu.av-main-nav-wrap {
	top: 45px;
	position: relative;
}

/* remove vertical line before main menu (under header) */
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a {border-left: 0 none!important;}


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

/* move full menu leftward, this couples with the last-child menu item gap fixes of the same distance */
#avia-menu {
	padding-right: 13px;
}

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

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

.main_menu ul:first-child > li > a:hover {
	xxxcolor: #6D0C2C!important;
	color: #FFF!important;
	xxxbackground: #e6d6db!important;
	border: 0 none!important;
}

/* fix gap at end of main menu */
#avia-menu > li:nth-last-child(1) a {
	padding-right: 13px!important;
	margin-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: #6D0C2C!important;
	color: #FFF!important;	
	xxxbackground: #FFFFFF!important;
}

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

/*disabled search icon*/
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx{
	left: 0;
}

.main_menu {display: none;}


/* secondary menu */

#avia2-menu li {
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
}

#avia2-menu li a {
	color: #A30A35;
}

#avia2-menu li:hover,
#avia2-menu li a:hover {
	color: #A30A35!important;
}


/* reposition menu-fx */
.avia-menu-fx {
	bottom: 0;
	background: !important;
	height: 2px!important;
}

/* reposition flyouts - keep in case this still affects the bottom menu
.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: #E8E8E8;
	border: 0 none!important;
}

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;
	left: 0px;
}

h1.post-title {
	display: none!important;
}

/*as above, override more specific setting in enfold*/
/*certain blog pages also use strong rather than a h1*/
strong.main-title a,
h1.main-title a {
	font-size: 28px!important;
	padding: 10px 0 30px 0!important;
	display: inline-block!important;
	font-weight: normal!important;
	color: #000!important;
}

/*add extra padding to any blog pages which use strong rather than a h1*/
strong.main-title a {
	padding-bottom: 20px!important;
}


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

/*reposition breadcrumb area if to the left */
.title_container .breadcrumb {
	position: absolute;
	left: 50px;
	top: auto;
	bottom: 10px;
}

.breadcrumbs {
	color: #000!important;
}

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



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

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

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

/* increase space atop content area, and reduce at bottom */
main.template-page {
	padding-top: 20px!important;
}

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

aside.sidebar_right {
	padding-top: 30px!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: 24px!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: 18px!important;
}

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


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

/*move sidebar nav back up*/
ul.nested_nav {
	margin-top: 0px!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 effects on images and popup icons */
.image-overlay,
.image-overlay-inside {
	display: none!important;
}


/* 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;
}

.wp-caption {border: 0 none!important;}

.tab_titles div.tab {
	font-size: 18px;	
}

table,
table td {font-size: 1em!important;
	border-collapse: collapse!important;
}

table tr:nth-child(odd) {
    background:  #eee!important;
}

/* 
=======================================
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 {
}

.newsbox h3.widgettitle {
	font-size: 28px!important;
}

.news-headline {
	line-height: 1.3em;
}

/*
======================================
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;
}


/*
=====================================
MISC INTERFACE ELEMENTS
=====================================
*/

.av_promobox {margin: 20px 0 40px 0!important;}
.av_promobox p, .av_promobox a {font-size: 16px!important;}
.av_promobox p {font-weight: bold;}


/* 
=====================================
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.6em!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,
#footer div.textwidget h3 {
	color: #000000!important;
}

/*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: #FFF;
}

#footer .news-headline {
	line-height: 1.3em!important;
}

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

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

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

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

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


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

.copyright {
	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;
}

/*
===========================
REMOVE HOVER EFFECTS
===========================
*/

/*gallery */
#top .avia-gallery .avia-gallery-thumb a:hover{opacity: 1!important;}

/*images - general */
span.image-overlay {display: none!important;}

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

.av-masonry-container a:visited,
.av-masonry-container a:hover,
.av-masonry-container a:active,
.av-masonry-container a:focus
 {
	text-decoration: none!important;
}

.av-inner-masonry-content.site-background {
	background: #f3ebed!important;
}

#title-logo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	margin: 0 0 0 0;
	xxxborder: 1px dotted #FFF;
	padding: 0 0 0 0;
	height: 70px;
	line-height: 70px;
	font-size: 3.5em;
	font-family: "Fredericka the Great";
	text-align: center;
}

#slogan {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	margin: 0 0 0 0;
	xxxborder: 1px dotted red;
	padding: 0 0 0 0;
	height: 40px;
	font-family: "Annie Use Your Telescope";
	text-align: center;
}

#slogan p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 40px;
	font-size: 1.6em;
}


#header_main > div:nth-child(1) {
	height: 0px!important;
	line-height: 30px!important;
	min-height: 0!important;
}


#header ul.social_bookmarks li {border-radius: 30px!important;border: none!important;background: #5d2067!important;color: #FFF!important;height: 30px!important; line-height: 30px!important;width: 30px!important;}

#header ul.social_bookmarks li a {font-size: 1em;color: #FFF!important;border-radius: 30px!important; height: 30px!important; line-height: 30px!important;width: 30px!important;}

#header ul.social_bookmarks li.social_bookmarks_facebook a:hover {background: #3C558B!important; color: #FFF!important; }

body,
#main,
div.main_color,
#wrap_all,
#av-masonry-1 {background-color: #FFF!important;}

#advanced_menu_toggle {display: none!important;}

.av-share-box ul{border-radius: 9px;}

.av-share-box ul li {border: 0 none;}

.av-share-box .avia-related-tooltip {border-radius: 9px;}

#scroll-top-link {
 bottom: 0px!important;
 right: 0px!important;
 font-size: 1.4em!important;
 padding: 2px 20px!important;
 width: auto!important;
 height: auto!important;
 font-weight: bold;
 border-radius: 30px;
}

#socket > div:nth-child(1) {float: left!important;background: #6D0C2C!important;height: 60px;width: 100%!important; margin: 0!important;max-width: 100%;padding-left: 40px!important}

.entry-info .entry-title,
.av-masonry-date {display: none!important;}

 