
/* HOME - Global styles only */



/*-------------------------------------------------------------
 ELEMENT SWITCHING BY SIZE
 
   .omega-[size]-up : style applies to [size] and larger formats
   .omega-[size]-only : style applies only the [size] format
 
   NOTE: there is no .omega-mobile+ because all styles here apply
   to mobile and larger formats..unless overridden in a higher-format
   stylesheet
-------------------------------------------------------------*/
.omega-narrow-up, .omega-narrow-only, .omega-normal-up, .omega-normal-only, .omega-wide-only {
	display:none !important;
}
.omega-mobile-only {
	display:block !important;
}	


/*-------------------------------------------------------------------
 
 Every selector in this sheet should begin with .front class
 
--------------------------------------------------------------------*/








/*----------------------------------------------------------
------------------------------------------------------------

  FEATURE BANNER SLIDESHOW - HOME PAGE ONLY 
 
------------------------------------------------------------
-----------------------------------------------------------*/

/*-----------------------------------------

 show/hide mobile or desktop slideshow 
 
-----------------------------------------*/

.front #block-views-banner-feature {
	display: none;
}
.front #block-views-banner-mobile-featured {
	display: block;
}

/*---------------------------------------

 IMPORTANT - Default Settings - for 
 expansion of 100% width of container 
 to override js-injected inline widths 
 
---------------------------------------*/

.front #block-views-banner-mobile-featured,
.front #views_slideshow_cycle_teaser_section_banner-mobile_featured {
	width: 100%;
}
.front #views_slideshow_cycle_main_banner-feature,
.front #views_slideshow_cycle_main_banner-mobile_featured {
    width: 100%;
    position: relative;
}
.front .views-slideshow-cycle-main-frame-row {
    width: 100%;
}
.front .views-slideshow-cycle-main-frame-row .views-field img {
    width: 100%;
    height: auto !important;
}
.front .views-slideshow-cycle-main-frame-row .views-field img:hover {
	opacity: 1;
}



/*-------------------------------
 
 Home Page Slideshow
 
--------------------------------*/

#block-views-thedoors-home-m-banner {
	height: auto;
	/*margin-bottom: 40px;*/
}
#views_slideshow_cycle_main_thedoors_home-m_banner .views-field-field-images-1 {
	height: 300px;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100% !important;
	/* border: 1px solid #aaa; */
	border: none;
}
#views_slideshow_cycle_main_thedoors_home-m_banner .views-slideshow-cycle-main-frame-row {
	width: 100% !important;
}
#views_slideshow_cycle_main_thedoors_home-m_banner .views-slideshow-cycle-main-frame-row img { 
	width: 100%;
	height: auto;
}

/* kills counter in actual slides */
#views_slideshow_cycle_main_thedoors_home-m_banner .views-slideshow-cycle-main-frame-row .views-field-counter {
	display: none;
}

/* banner body content */

#views_slideshow_cycle_main_thedoors_home-m_banner h1 {
	font-size: 30px;
}
#views_slideshow_cycle_main_thedoors_home-m_banner p {
	margin-bottom: 4px;
	line-height: 18px;
}
#views_slideshow_cycle_main_thedoors_home-m_banner p:last-child {
	margin-bottom: 20px;
}
#block-views-thedoors-home-m-banner a {
	display: block;
	padding: 20px 15px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0;
	background: #86c3c4; /* Old browsers */
	background: -moz-linear-gradient(top,  #86c3c4 0%, #6db2b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86c3c4), color-stop(100%,#6db2b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #86c3c4 0%,#6db2b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #86c3c4 0%,#6db2b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #86c3c4 0%,#6db2b3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #86c3c4 0%,#6db2b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86c3c4', endColorstr='#6db2b3',GradientType=0 ); /* IE6-9 */
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#block-views-thedoors-home-m-banner a:hover {
	color: #fff;
	background: #e8c057; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8c057 0%, #e0ae42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8c057), color-stop(100%,#e0ae42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8c057 0%,#e0ae42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8c057 0%,#e0ae42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8c057 0%,#e0ae42 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8c057 0%,#e0ae42 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c057', endColorstr='#e0ae42',GradientType=0 ); /* IE6-9 */

	text-decoration: none;
}
#block-views-thedoors-home-m-banner h3.banner-price {
	display: none;
}

/* slideshow controls */
.m_banner-main-content .views-slideshow-controls-bottom {
	height: 45px;
	left: 10px;
	position: absolute;
	top: 280px;
	width: 100%;
	z-index: 500;
}
#block-views-thedoors-home-m-banner .views-field-counter {
	display: block;
	float: left;
	margin-right: 15px;	
}
#block-views-thedoors-home-m-banner .views-content-counter {
	background-color: #FFFFFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 3px #999999;
	box-shadow: 0 0 3px #999999;
	color: #444444;
	display: block;
	font-family: "Nexa","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	padding: 11px 11px 7px;
	text-align: center;
	width: 37px;
	cursor: pointer;
}
#block-views-thedoors-home-m-banner .active .views-content-counter {
	background-color: #e8c057;
	color: #fff;
	border: 2px solid #fff;
	padding: 9px 9px 5px;
}









/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 HOME PAGE - UPDATES 
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

/* HIDE UNTIL FURTHER NOTICE --- ISN'T BEING UPDATED REGULARLY OR USED */

.home-page-updates.omega-narrow-up,
#block-views-thedoors-home-m-updates {
	display: none !important;
}


/*----------------------------
 
 Layout - general
 
-----------------------------*/


/* main updates content - below the link */
.home-page-updates .updates-main-content {
    visibility: hidden;
    display: block;
}
.home-page-updates.hide-processed .updates-main-content {
	display: none;
}

#block-views-thedoors-home-m-updates h2.block-title {
	font-size: 30px;
	border-bottom: 1px solid #aaa;
}
.jcarousel-skin-thedoors_updates .jcarousel-next, 
.jcarousel-skin-thedoors_updates .jcarousel-prev {
	background-image: none;
}

/*------------------------------

 Update Icons 
 
-------------------------------*/

.homepage-updates-event:before,
.homepage-updates-article:before,
.homepage-updates-product:before,
.homepage-updates-event:before,
.homepage-updates-album:before,
.homepage-updates-tweet:before {
	background-color: #000000;
	color: #aaa;
	font-family: "IcoMoonBasic";
	font-size: 22px;
	height: 22px;
	left: -8px;
	line-height: 22px;
	padding: 8px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 23px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	z-index: 10;
}
.homepage-updates-article:before {
	content:"\60";
}
.homepage-updates-event:before {
	content: "\e01d";
}
.homepage-updates-product:before {
	content: "\3d";
}
.homepage-updates-album:before {
	content: "\4c";
}
.homepage-updates-tweet:before {
	content: "_";
	font-family: "JustVectorRegular";
	font-size: 43px;
	padding: 9px 14px 6px 3px;
}
.homepage-updates-post-info-author-image {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: -8px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background-color: #000;	
}
.homepage-updates-post-info-author-image img {
	width: 100%;
	height: auto;
}

/*-----------------------------

 UPDATES CONTENT
 
-----------------------------*/

.m_updates-main-content {
	padding: 12px 30px;
	border-top: 1px solid #fff;
	position: relative;
}

/* list items */
 
.m_updates-main-content .teaser-list-row {
	padding: 10px;
	background: #fff;
	position: relative;
	overflow: visible;
	border: 1px solid #aaa;
	margin-bottom: 10px;
}

/* Update items - View More link */

a.homepage-updates-link:before {
	content: "\2f\2f";
	font-family: IcoMoonArrows;
	font-size: 13px;
	left: 4px;
	letter-spacing: -7px;
	position: absolute;
	top: 2px;
}
a.homepage-updates-link {
    background-color: #000000;
    border-left: 1px solid #888;
    border-top: 1px solid #888;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    right: 10px;
    display: block;
    height: 0;
    padding-top: 25px;
    overflow: hidden;
    width: 25px;
}
a.homepage-updates-link:hover {
	text-decoration: none;
	background-color: #fff;
	color: #444;
}

/* Store product Prices */

.view-thedoors-home .field-commerce-price {
	padding: 10px;
	background: transparent url(../../images/transparent_black_80.png) repeat scroll left top;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 10px 10px 10px;
	color: #ccc;
	font-weight: normal;
}

/* Tweet styling */

.tweet-author-container {
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0 20px 35px;
}
span.tweet-prefix {
	float: left;
}
.tweet-body-container {
	font-size: 15px;
	line-height: 21px;
	padding: 0 10px;
	color: #888;
	height: 150px;
	position: relative;
	background: transparent url(../../images/quotes.png) no-repeat scroll right -515px;
}
.tweet-body-text {
	z-index: 3;
}
/* Updates - article titles */

.homepage-updates-title {
	padding: 10px;
	background: transparent url(../../images/transparent_black_80.png) repeat scroll left top;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 10px 10px 10px;
	color: #ccc;
}

/* Community Post Styling */

.homepage-updates-post-body {
	padding: 0 10px;
	height: 150px;
	overflow: hidden;
}
.homepage-updates-post-info {
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0 20px 35px;
}
.homepage-updates-post-info-created {
	font-style: italic;
	color: #888;
	font-size: 12px;
}

/* Updates - Legacy Events */

.homepage-updates-event {
	position: relative;
}
.homepage-updates-event .date-and-venue {
	padding: 10px;
	background: transparent url(../../images/transparent_black_80.png) repeat scroll left top;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	color: #ccc;
}
.homepage-updates-event .date-and-venue {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.homepage-updates-event a.homepage-updates-link {
    bottom: 0px;
    right: 0px;
}

