/*
Theme Name: Stilo
Theme URI: http://www.stilo.com
Description: WordPress theme based on Twitter Bootstrap (http://twitter.github.com/bootstrap/), Options Framework (http://wptheming.com/options-framework-theme/) and Custom Metaboxes (https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress) 
Author: Luke Burford
Author URI: http://lunamedia.co.uk
 
*/

/* Layout */

body{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #262626;
	background: #fff;
}

#content{
	margin-top: 25px;
}

/* reset bootstrap layout defaults */

body{
	padding: 0;
}

.container{
	padding-left: 10px;
	padding-right: 10px;
}

#main ul li{
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 5px;
	padding-left: 16px;
	background: url(images/bullet.jpg) no-repeat 0 3px;
}

#main ol li{
	list-style-type: decimal;
	list-style-position: inside;
}
/* http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers/ */
#main ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
#main ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 1em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
}
#main ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top: 0;
    left:-1em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    font-weight: bold;
    font-size: 15x;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    padding:4px;
    color:#8ad93f;
}

#main form ul li{
padding-left: 0;
background: none;
}


#main ol.lower-alpha li{
	list-style-type: lower-alpha;
	padding-left: 0;
}

#main ol.lower-alpha > li:before{
	content: "";
	content: none;
	
}

/* Type */

h1, h2, h3, h4, h5, h6 { color: #404040; line-height: 1.25em; margin-bottom: 14px; margin-bottom: 1.4rem; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 20px; margin-bottom: 18px; }
h2 { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
h3 { font-size: 16px; font-weight: bold; margin-bottom: 15px; }
h4 { font-size: 14px; margin-bottom: 10px; }
h5 { font-size: 13px; font-weight: normal; }
h6 { font-size: 12px; font-weight: normal; }

p{	
	font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 15px; 
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

ul, ol{
	margin: 0 0 18px;
	list-style-type: none;
	list-style-position: outside;
}

li {
	font-size:16px!important;
	font-family:Arial!important;
}

hr{
	border-color: #c0c0c0;
	border-bottom: none;
}

/* fix for responsive images in tandem with max-width, overrides the inline w/h declarations */
img{
	height: auto;
}

.highlight{
	color: #8ad93f;
}


/* Links */

a:link, a:visited{
	color: #8ad93f;
	text-decoration: none;
}

a:hover, a:focus, a:active{
	text-decoration: underline;
}

.entry-content a:link, .entry-content a:visited{
	text-decoration: underline;
}

a:focus{
	outline: none;
}



/* Header */

#banner{
	border-bottom: 1px solid #d5d5d5;
}

#site-name{
	float: left;
	margin: 20px 0;
	height: 45px;
	width: 105px;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -9999px;
}

.menu-primary-menu-container{
    float: right;
    margin-top: 43px;
}

/* https://github.com/mambows/mobilemenu */

.menu-primary-menu-container select.mobile-menu{
	display: none;
}

#menu-navigation, #menu-navigation ul{
    font-weight: normal;
    line-height: 1.5em;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 300;
}

#menu-navigation a{
    color: #8ad93f;
  /*  background: #fff;*/
    display: block;
    font-size: 12.5px;
    font-weight: normal;
    padding: 5px;
    text-decoration: none;
    font-family: "Arial", Arial, Helvetica, sans-serif;
}

#menu-navigation a:hover{}

#menu-navigation li.current_page_ancestor, #menu-navigation li.current_page_item, #menu-navigation li.current_page_parent, body.single-tribe_events #menu-navigation li#menu-item-74{
    padding-bottom: 10px;
    background: url(images/current-green.png) no-repeat bottom center;
}

#menu-navigation li ul li.current_page_item{
	padding-bottom: 0;
	background: none;
}

#menu-navigation li{
    float: left;
    margin-left: 15px;
	background: none;
    position: relative;
}
#menu-navigation ul{
    display: none;
    position: absolute;
    top: 28px;
    width: 10em;
}
#menu-navigation ul a{
   
}
/*#menu-navigation li ul{
    width: 10em;
}*/
#menu-navigation li ul li{
    margin: 0;
}
#menu-navigation li ul a{
    float: left;
    height: auto;
   /* width: 10em;*/
    padding: 10px 5px;
	
   /* background: #eee;
   
    border: 1px solid #d5d5d3;*/
}
/*#menu-navigation li ul a:hover{
	background: #8ad93f;
	color: #fff;
}*/

#menu-navigation ul ul{
    top: auto;
}
#menu-navigation li ul ul{
    left: 12em;
    margin: 0 0 0 10px;
}
#menu-navigation li:hover ul ul, #menu-navigation li:hover ul ul ul, #menu-navigation li:hover ul ul ul ul{
    display: none;
}
#menu-navigation li:hover ul, #menu-navigation li li:hover ul, #menu-navigation li li li:hover ul, #menu-navigation li li li li:hover ul{
    display: block;
}


/* Pages */

#breadcrumbs{
	font-size: 13px;
}

.page-header{
	margin: 0;
	padding: 0;
	border: none;
}

.featured-image{
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2)
}


/* Posts */

article.post{
	margin: 1em 0 2em 0;
}

.hentry header { }
.hentry h2 a { text-decoration: none; }
.hentry time { display: block; }
.hentry p.byline { }
.hentry footer { clear: both; }

.hentry ul{
	margin: 0 0 18px 18px;
	list-style-type: disc;
	list-style-position: outside;
}

.hentry ol{
	margin: 0 0 18px 18px;
	list-style-type: decimal;
	list-style-position: outside;
}

/* Sidebar */

.widget{
	margin-bottom: 15px;
}

.widget ul li{
	margin-bottom: 0.5em;
}

#sidebar .widget h3{
font-size: 16px;
padding-left: 20px;
color: white;
text-align: left;
}

.well {
/*	background-color: none;
border: 1px solid #d5d5d5;
border: 1px solid #d5d5d5;*/
background-color: #333;
border: 1px solid #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
margin:0;
padding:15px 0 0;
margin-bottom:15px;
}

#sidebar ul li{
	padding: 0;
	/*padding-left: 15px;*/
	/*background: url(images/list-item-std.png) no-repeat 0 4px;*/
	background:url("images/black_line.png") repeat-x scroll left top rgba(0, 0, 0, 0);
	margin:0;
}
#sidebar ul li:last-child{
	background:url("images/black_line.png") repeat-x scroll left top, url("images/black_line.png") repeat-x scroll left bottom;
}

#sidebar .widget ul li a{
	color: #ACACAC;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 11px 5px 10px 20px;
    text-decoration: none;
	font-family:'OpenSansRegular',Arial,Helvetica,sans-serif;
}

#sidebar .gform_wrapper{
	margin: 0 0 25px;
}

#sidebar .gform_wrapper ul li{
	margin: 0;
	padding-left: 0;
	background: none;
}

#sidebar .gform_wrapper .gform_footer{
	margin: 0;
	padding: 0;
}

#sidebar .gform_wrapper .gform_heading{
	margin-bottom: 10px;
}

#sidebar .gform_wrapper h3.gform_title{
	margin: 0 0 15px;
	font-weight: normal;
}

#sidebar .gform_wrapper .top_label .gfield_label{
	margin-top: 0;
}


/* Footer */

footer#site-footer{
	margin-top: 50px;
	color: #fff;
	/* background: #7bae35 url(images/footer-bg.jpg) repeat-x top left; */
	background: #8ad93f;
	box-shadow: 0 3px 3px rgba(0,0,0,1)
}

footer li{
	line-height: 1em;
	padding-left: 0;
	background: none;
}

footer #content-info a:link, footer #content-info a:visited{
	font-size: 12px;
	color: #333;
}

footer #content-info a:hover, footer #content-info a:focus, footer #content-info a:active{
	color: #fff;
	text-decoration: none;
}

#footer1 .widget{
	float: left;
	width: 45%;
	margin-right: 5%;
}

.menu-about-stilo-2-container{
	margin-top: 31px;
}

#social-links li a{
	display: block;
	height: 32px;
	margin-bottom: 10px;
	padding-left: 40px;
}

li#search-item{
	background: url(images/footer-icons.png) no-repeat 0 0;
}

input#s{
	height: 24px;
	width: 70%;
	margin-bottom: 0;
	margin-left: 40px;
	border: none;
}

li a#twitter-link{
	margin-top: -8px;
	background: url(images/footer-icons.png) no-repeat 0 -32px;
}

li a#linkedin-link{
	background: url(images/footer-icons.png) no-repeat 0 -64px;
}

li a#youtube-link{
	background: url(images/footer-icons.png) no-repeat 0 -96px;
}

#content-info {
 	padding: 15px 0 0;
}

#content-info h4{
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
}

#copyrights{
	padding: 9px 0;
	background: #494941 url(images/copyrights.jpg) repeat-x top left;
}

#copyrights p{
	margin-bottom: 5px;
	font-size: 12px;
}

#footer-nav{
	margin-top: -2px;
	text-align: right;
}

#footer-nav ul{
	margin: 0;
}

#footer-nav ul li{
	display: inline;
	margin: 0;
	padding: 0 3px 0 0;
	border-right: 1px solid #80807f;
}

#footer-nav ul li:last-child{
	border: none;
}




/* WordPress Core styles */

.alignnone { margin: 5px 20px 20px 0 }
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone { margin: 5px 20px 20px 0 }
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone { margin: 5px 20px 20px 0 }
.wp-caption.alignleft { margin: 5px 20px 20px 0 }
.wp-caption.alignright { margin: 5px 0 20px 20px }
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* Comments */

#comments{
	clear: left;
	margin-top: 10px;
}

#comments-list{
	margin: 20px 0;
	padding: 0;
}

#comments-list li{
	margin: 20px 0 0;
	padding: 10px 10px 10px 76px;
	position: relative;
	list-style: none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 1px 1px rgba(128,128,128,0.3);
	-moz-box-shadow: 0 1px 1px 1px rgba(128,128,128,0.3);
	box-shadow: 0 1px 1px 1px rgba(128,128,128,0.3);
}

#comments-list li .avatar{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px 1px rgba(128,128,128,0.3);
	-moz-box-shadow: 0 1px 1px 1px rgba(128,128,128,0.3);
	box-shadow: 0 1px 1px 1px rgba(128,128,128,0.3);
}

#comments-list li .fn{
	margin: 0 0 15px 0;
	font-size: 1.1em;
	font-weight: bold;
}

#comments-list li .comment-meta{
	margin-top: 5px;
	font-size: 0.9em;
}

#comments-list li .comment-content{
	margin-top: 10px;
}

#comments-list li ul{
	margin: 10px 0;
	padding: 0;
}

#comments-list li ul li{
	border: 0;
	overflow: auto;
}

#comments-list li.even{
	background: #f1f1f1;
}

#comments-list li.odd{
	background: #e1e1e1;
}

#comments-list li.bypostauthor{
	background: #444;
	color: #fff;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
}

#comments-list li.bypostauthor .avatar{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
}

textarea#comment{
	width: 70%;
}


/* Buttons */


/* Indexes */

aside.meta-content dl{
	margin: 0;
}

aside.meta-content dt{
	line-height: 2em;
	font-size: 13px;
	font-weight:normal;
	border-bottom: 1px solid #ccc;
	color: #8a8a8a;
}

aside.meta-content dt:last-child{
	border: none;
}


/* Single */

.single-meta p{
	margin-bottom: 0;
	line-height: 2em;
	font-size: 13px;
	font-weight:normal;
	color: #8a8a8a;
	padding: 0px 15px 15px 15px;
}


/* Events plugin overrides */

#tribe-events-content{
	padding: 0;
}

/* ff */
#tribe-events-content.grid .tribe-events-calendar-buttons{
    top: -23px;
}

/* webkit */
body.chrome #tribe-events-content.grid .tribe-events-calendar-buttons, body.safari #tribe-events-content.grid .tribe-events-calendar-buttons{
    top: -9px;
}

/* ie */
body.ie #tribe-events-content.grid .tribe-events-calendar-buttons{
    top: -9px;
}

.events-archive .entry-title a, .tribe-events-event-meta-desc, .tribe-events-event-day {
    color: #8dc73d;
}
 /* DMJ additions 1/2014... */
 
 .tribe-events-list .time-details, .tribe-events-event-meta address.tribe-events-address, #tribe-events-header .tribe-events-sub-nav, #tribe-events-footer .tribe-events-sub-nav, #tribe-events-header, #tribe-events-bar, .tribe-events-read-more, .tribe-events-list .tribe-events-venue-details, .duration, .tribe-events-schedule {
display: none;
}

.single-tribe_events h2.tribe-events-single-event-title {
padding-bottom: 20px;
}

.tribe-events-list-separator-month {
background-color: #333;
color: white;
}

.single-tribe_events .tribe-events-event-meta {
display: none;
}

.single-tribe_events .tribe-events-event-image {
float: left;
padding-right:2em !important;
margin-bottom:1em !important;
}

.tribe-events-event-image img {
/* max-width: 100%; */
height: auto;
width:auto;
max-width:auto;
}

.type-tribe_events {
    border-bottom: 0px solid #ddd!important;
    padding: 0 0!important;
}

.breadcrumb_last {
display:none;
}

.spandmj { width:auto;}

aside.meta-content dt {
margin-left: -20px;
margin-bottom: 10px;
}

/* DMJ End of additions */

/* Frontpage */

#front-intro{
	box-shadow: 0 3px 3px rgba(0,0,0,0.3)
}

#front-intro-inner{
}

#front-intro h1{
}

#front-intro h2{
	margin-bottom: 10px;
}

#front-intro h2, #front-intro p{
	padding: 0 20px 0 0;
}

#front-intro .row .span4{
	margin-bottom: 20px;
}

#front-intro .row .span4 .intro-inner{
	float: left;
	padding: 10px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	/* -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5); */
	-webkit-box-shadow: 0 0px 6px 2px rgba(0,0,0,0.5);	-moz-box-shadow: 0 0px 6px 2px rgba(0,0,0,0.5);	box-shadow: 0 0px 6px 2px rgba(0,0,0,0.5);	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

h1#main-header{
	margin: 15px 0 0;
	text-align: left;
	font-size: 30px;
}

#welcome-text-block{
	padding-right: 40px;
}

#welcome-news ul li{
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
	background: url(images/list-item-std.png) no-repeat 0 6px;
}

#front-client-logos{
	margin-top: 20px;
	padding-top: 20px;
	background: url(images/shadow-divider-mini.jpg) no-repeat top center;
}

body.home footer#site-footer{
	margin-top: 20px;
}



/* special tables */

ul.spaced-list li{
	margin-bottom: 10px;
}

ul.spaced-list a{
	float: left;
	width: 100px;
}

/* Accordion Shortcode */

.ui-accordion-header{
    margin:5px 0 0;
}
.ui-accordion-header a{
    padding:5px 12px;
    background: #ccc url(images/accordion-closed.png) no-repeat 98% 50%; 
    color:#fff;
    display:block;
}
.ui-accordion-header.ui-state-active a,
.ui-accordion-header a:hover{
    background-color: #8ad93f;
}

.ui-accordion-header.ui-state-active a{
	 background: #8ad93f url(images/accordion-active.png) no-repeat 98% 50%; 
}

.ui-accordion-header a:hover{
	text-decoration: none;
}


.ui-accordion-header a:focus{
	outline: none;
}

.ui-accordion-content{
    padding-top:10px;
}


/* Download Monitor */

form#download-page-search label{
	float: left;
	width: 15%;
	padding-top: 5px !important;
}

form#download-page-search input#dlsearch{
	float: left;
	width: 25%;
	padding: 2px 3px !important;
}


form#download-page-search input.search_submit{
	height: 24px;
	width: 40px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #B3B3B3;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-top: -4px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}


/* Gravity Forms */

#gforms_confirmation_message{
	padding:8px 35px 8px 14px;
	margin-bottom:18px;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
	color:#468847;
	background-color:#dff0d8;
	border-color:#d6e9c6
}


/* retina logo */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #site-name {
        background-image: url(images/logox2.png);
        background-size: 105px 45px;
    }
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	
	aside.meta-content dt {
	margin-left: 0px !important;
	}

	img.featured-image{
		max-width: 95%;
	}

	#front-intro-inner .span4{
		text-align: center;
	}
	footer #footer-copytext p, footer #footer-nav{
		float: none;
		text-align: left;
	}
	footer .row div{
		clear: both;
	}
	footer .widget .menu-about-stilo-2-container{
		margin-top: -25px;
	}
	footer .widget{
		padding: 0 10px;
	}
	#front-client-logos{
		text-align: center;
	}
	.menu-primary-menu-container{
		float: none;
	}
	.menu-primary-menu-container ul#menu-navigation{
		display: none;
	}
	.menu-primary-menu-container select.mobile-menu{
		display: block;
	}
	#hellobar-wrapper{
		display: none !important;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) and (max-width : 480px) {
	#site-name{
		margin-top: -15px;
		display: inline-block;
	}
	.menu-primary-menu-container select.mobile-menu{
		display: inline-block;
		float: right;
		margin-top: -50px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
	aside.meta-content dt {
	margin-left: 0px !important;
	}

	#site-name{
		margin-top: -15px;
	}
	#front-intro h1 p span{
		font-size: 24px;
		color: #fff !important;
line-height: 1.1em;
	}
	#front-pods{
		margin-top: 47px;
	}
	#front-intro{
		box-shadow: none;
	}
	#front-intro .row .span4 .intro-inner{
	float: left;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	footer .widget .menu-about-stilo-2-container{
		margin-top: 50px;
	}
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
    /* Sept 2013 */
    header#banner, footer#site-footer, aside#sidebar, #breadcrumbs, body.page-id-3356 #main img{
    	display: none;
    }
}
.widget h3{
	color:#ACACAC;
	text-align:center;
}
#sidebar .widget ul li a:hover{
	background-color: #242424;
    color: #8AD93F;
}
#sidebar .widget ul li.current-menu-item a{
	background-color: #242424 ;
    color: #8AD93F;
}
.hfeed{
	    padding: 0 19px;
	margin:0;
}

.tribe-list-widget{
	    padding: 0 19px;
	margin:0;
}

.tribe-event-duration {
	display:none;
}

.tribe-list-widget h4 {
	margin-bottom:10px!important;
}

.tribe-list-widget {
	margin-bottom:10px!important;
}

.widget p {
	text-align:center;
}



#menu-navigation li ul{
    width:187px;
	  background-color: #333333;	  	  border:1px solid white;
}

#menu-navigation li ul a{
	
      padding:11px;
	 color:#ACACAC;
	 width: 165px;
}
#menu-navigation li ul a:hover{
 background-color: #242424;
    color: #8AD93F;
}
#menu-navigation li ul li{
	background:url("images/black_line.png") repeat-x scroll left top rgba(0, 0, 0, 0);
	padding:0px 0 0;
}
#menu-navigation ul a {
	background:none;
}

/* new css change here*/
.newb{
	 background: none repeat scroll 0 0 #333333;
    border-radius: 10px;
    color: #ACACAC !important;
    font-size: 17px;
    font-weight: bold;
    padding: 11px 12px;
    text-decoration: none !important;
    text-transform: capitalize;
	float:left; 
	margin-bottom:1em; 
	margin-top:1em; 
	margin-right:0.5em;
	width:28%;      
}
.newb:hover{
	
    color: #8AD93F !important;
	background:#242424 !important;
}

.devebt{
	background: url("images/omnimark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 173px;
}
.devebt:hover{ 
background: url("images/omnimark_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 173px;
}

.mbt{
	background: url("images/migrate.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 173px;
}
.mbt:hover{
	background: url("images/migrate_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 173px;
}
.indust{
	background: url("images/learnmore.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 173px;
}
.indust:hover{
	background: url("images/learnmore_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 173px;
}
.authorbridge{
	background: url("images/authorbridge-web.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 173px;
}
.authorbridge:hover{
	background: url("images/authorbridge-over.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 173px;
}
#tribe-events-content .updated {  display: none!important;}
@media only screen
and (max-width : 980px) {
	.newb{
		display:block;
		text-align:center;
		margin-right:20%;
		min-width:200px;
	} }