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

/*
===================================
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 {
	border-top-width: 0px!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: #000000;
}

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: #222!important;
	border-bottom: 0 none!important;
	box-shadow: none!important;
}

/* Phone info area general */
#header_meta .phone-info {
	color: #EEE;
	display: block;
	border-left: 0 none!important;
	font-size: 14px;
	float: right;
}

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

/* 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: #cc3300!important;
	background: #FFF!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;
	height: 6px;
	border-top-left-radius: 12px!important;
		-moz-border-radius-topleft: 12px!important;
			-webkit-border-top-left-radius: 12px!important;
	border-top-right-radius: 12px!important;
		-moz-border-radius-topright: 12px!important;
				-webkit-border-top-right-radius: 12px!important;

}

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

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

}


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



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

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

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

/* increase space atop content area */
main.template-page {
	padding-top: 20px!important;
	min-height: 200px!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: 22px!important;
	color: #990000;
}

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: 15px!important;
	border-color: #EEE!important;
}

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

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

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

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

#main label {
	font-size: 15px!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.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 {
	color: #AAA;
}

/*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 div.textwidget {
	color: #FFF;
}

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

#footer div.textwidget a:hover {
	color: #FFF!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 */

#made-by-2pi {
	float: right;
}

#made-by-2pi a {
	color: #FFF;
}

#made-by-2pi a img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 0;
}

.home main.template-page {
	padding-top: 50px!important;
}

/*color section 1*/
.home #after_section_1 {
	border: 0 none!important;
}

.home #av_section_1 h2 {
	font-size: 36px!important;
}

.home #av_section_1 h2,
.home #av_section_1 p {
	color: #FFF;
}

.home #av_section_1 p {
	font-size: 20px;
	line-height: 32px;
}

/*iconboxes*/

.home .iconbox_top .iconbox_icon {
top:-50px;
margin:0 0 0 -40px;
padding:20px;
width: 60px;
height: 60px;
border-radius:120px;
font-size: 60px;
line-height: 50px;
}

.home article.iconbox {margin-top: 100px!important;}

.home article.iconbox h3 {margin-top: 30px!important; font-size: 36px!important;}
span.news-thumb {display: none;}

.chrome article.iconbox ul {
	list-style-position: inside;
}


#header_meta > div:nth-child(1) {
	padding: 0!important;
	height: auto!important;
}

#header #mc_embed_signup {
	width: auto!important;
	height: auto!important;
	margin: -6px 0 0 0!important;
	padding: 0!important;
	overflow: hidden!important;
	background: transparent!important;
	position: relative!important;
	top: 6px!important;
}

#footer #mc_embed_signup_footer {
	background: transparent!important;
	padding-top: 6px;
}


#header #mc_embed_signup form
/*#footer #mc_embed_signup_footer form*/ {
	width: auto!important;
	height: auto!important;
	margin: 0!important;
	padding: 0px 0 0 0!important;
	height: 23px!important;
	overflow: hidden!important;
	background: transparent!important;
}

#footer #mc_embed_signup_footer form {
	background: transparent!important;
}

#header #mc_embed_signup form label
/*#footer #mc_embed_signup_footer form label*/ {
	width: auto!important;
	height: auto!important;
	margin: 0 3px 0 0!important;
	padding: 0!important;
	float: left!important;
}

#footer #mc_embed_signup_footer form label {
	margin: 0 0 10px 0!important;
}

#header #mc_embed_signup form input
/*#footer #mc_embed_signup_footer form input*/ {
	width: auto!important;
	height: auto!important;
	margin: 0!important;
	padding: 2px 0!important;
	float: left!important;
}

#footer #mce-EMAIL {
	background: #FFF;
}

#header #mc_embed_signup .clear {
	clear: none!important;
	display: inline-block!important;
	overflow: visible!important;
	visibility: visible!important;
	width: auto!important;
	height: auto!important;
}

#footer #mc_embed_signup_footer .clear {
	clear: none!important;
	display: block!important;
	overflow: visible!important;
	visibility: visible!important;
	width: auto!important;
	height: auto!important;
}

#header input#mc-embedded-subscribe.button {
	padding: 0!important;
	height: 22px!important;
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
	margin-left: 10px!important;
}

#footer #mc_embed_signup_footer input#mc-embedded-subscribe.button {
	padding: 0 5px!important;
	font-weight: normal;
	line-height: 1em;
}


#footer input#mc-embedded-subscribe.button {
	height: 30px!important;
	margin-left: 0px!important;
}









@media (max-width: 360px) {
    
    #scroll-top-link {
    	display: none;
    }
    
    .responsive .logo a , 
    .responsive .logo img{
    	max-width: 210px; height:auto !important; max-height:80px !important;
		margin: 0!important;
    }
    
}
