/**
 * @file
 * Views Styling
 */

/* Homepage Grid */

.front h1.page-title{
	display: none;
}

.masonjar, .sidebar-second #cccontainer{
	max-width: 940px;
	width: 100%;
    margin: 20px auto;
}

.masonjar .pager a{
	font-size: 6px;
	color: #000;
}

.view-empty{
	background: #fff;
	padding: 8px;
}

/* mason Media Queries*/

@media only screen and (max-width : 999px),
only screen and (max-device-width : 999px){
    #container {
        width: 800px;
    }
}
 
@media only screen and (max-width : 799px),
only screen and (max-device-width : 799px){
    #container {
        width: 600px;
    }
}
 
@media only screen and (max-width : 599px),
only screen and (max-device-width : 599px){
    #container {
        width: 400px;
    }
}
 
@media only screen and (max-width : 399px),
only screen and (max-device-width : 399px){
    #container {
        width: 200px;
    }
}

/* End mason media queries */

.masonjar > .view-content{
	margin: 0 auto;
	padding-bottom: 40px;
}

.masonjar > .view-content .views-row {
	display: inline-block;
	float: left;
	position: relative;
	zoom: 1;
	background: #fff;
	border: 1px #121212 solid;
    margin-left: -1px;
    margin-bottom: -1px;	
	max-width: 310px;
	width: 100%;
}

.masonjar .rowcont{
	width: 280px;
	margin: 0 auto;
	padding: 0 10px 10px;
}

.masonjar h2, .view-bakitcast .views-field-title a, .masonjar .rowtitle a{
	font-family: "Enriqueta", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	margin: 10px 0;
}

.masonjar h2 a{
	color: #000;
}

.masonjar .views-row:hover h2 a{
	color: #fba827;
}

.masonjar .pic{
	position: relative;
}

.masonjar img{
	display: block;
	max-width: 280px;
}

.masonjar .info{
	margin: 0 0 8px;
	font-size: 11px;	
}

.masonjar .info a{
	text-decoration: none;
	color: #000;
	font-weight: 800;
	margin-right: 3px;
	border-right: 1px solid #666;
	padding-right: 6px;
}

.masonjar .blurb{
	margin: 10px 0;
	font-size: 13px;
	line-height: 18px;
}

.masonjar .controls{
	text-align: center;
}

.masonjar .controls > div{
	display: inline-block;
	zoom: 1;
	background: #f6f6f6;
	border: 1px #dbdbdb solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	font-size: 11px;
	text-transform: uppercase;
}

.masonjar .controls > div:hover{
	background: #ccc;
}

.masonjar .controls a{
	color: #000;
	padding: 2px 10px;
}

.masonjar .controls a.unflag-action{
	color: #bbb;
}

.wee{
	font-size: 8px;
	line-height: 0em;
	text-align: center;
	color: #666;
}

#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 40px;
  left: 42%;
  z-index: 100;
  background: white;
  background: hsla( 0, 0%, 100%, 0.9 );
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* Events Grid */

.single-day{
	position: relative;
	z-index: 10;
}

.single-day .inner .popped{
	position: absolute;
	left: -10%;
	top: -5%;
	display: none;
	z-index: 200;
	background: #fff;
	width: 300px;
}

.single-day .inner:hover .popped{
	display: block;
}

/* Top Tags */

.view-homepage-grid .view-header{
	padding: 10px 0;
	border-bottom: 2px ridge #333;
	margin-bottom: 10px;
}

.view-homepage-grid .view-header::after{
	clear: both;
}

#block-views-top-tags-block{
	clear:both;
	float: left;
	margin: 10px 0 0 0;
}

#block-views-top-tags-block h2{
	float: left;
	font-size: 14px;
	margin-right: 16px;
	padding-top: 4px;
}

.view-top-tags{
	float: left;
}

.view-top-tags ul{
	margin: 0;
	padding: 0;
}

.view-top-tags ul li a:before{
	content: "#";
}

.view-top-tags ul li{
	list-style: none;
	display: inline-block;
	zoom: 1;
	padding-right: 1em;
}

.view-top-tags ul li a{
	color: #fff;
	font-size: 12px;
}

#block-views-current-writers-menu-block{
	float: right;
	margin: 10px 0 0 0;
}

/* Slideshow */

#block-views-homepage-features-block{
	clear: both;
	margin: 10px 0 0 0;
	padding-top: 10px;
}

.view-homepage-features{
	height: 250px;
	padding: 10px;
	background: #fba827;
	clear: both;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#widget_pager_top_homepage_features-block{
	height: 250px;
	overflow: auto;
}

.views-slideshow-controls-top{
	float: left;
	max-width: 170px;
	width: 100%;
	height: 250px;
}

.views-slideshow-controls-top .views-field-title{
	display: table;
	height: 40px;
	border-bottom: 2px #121212 solid;
	width: 100%;
	cursor: pointer;
	background: #222;
}

.views-slideshow-controls-top .views-row-even .views-field-title{
	background: #333;
}

.views-slideshow-controls-top .views-content-title{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	color: #efefef;
	font-size: 10px;
	line-height: 1.2em;
	font-weight: 600;
}

#views_slideshow_pager_field_item_top_homepage_features-block_5 .views-field-title{
	border: 0;
}

.views-slideshow-controls-top .views-field-title:hover{
	background: #fba827;
	text-shadow:1px 1px 2px #333;
}

#views_slideshow_cycle_main_homepage_features-block{
	float: left;
	max-width: 442px;
	width: 100% !important;
}

.slidepic{
	position: relative;	
}

.slidepic img{
	display: block;
}

.slidepic .sheen{
	display: none;
	background: url(../images/442filter.png) no-repeat top left;
	position: absolute;
	z-index: 100;
	max-width: 442px;
	width: 100%;
	height: 100%;
}

.slidetop{
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	max-width: 430px;
	width: 100%;
	padding: 6px;
	z-index: 150;
	background: white;
	background: rgba(255,255,255, 0.44);
}

.slidetop img{
	width: 40px;
}

.slideinfo{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	text-shadow: 1px 1px 2px #121212;
	font-weight: 600;
	z-index: 148;
}

.slidepic:hover > div{
	display: block;
}

#block-views-homepage-features-block .view-footer{
	float:right;
	max-width: 310px;
}

.slidetop, .slidetop a{
	color: #000;
	font-size: 12px;
	font-weight: 600;
}

.slidetop > div{
	float: left;
	margin-right: 10px;
}

.slidetop > div.stats{
	float: right;
}

a.slidelink{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 442px;
	z-index: 149;
}

/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */

.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}

.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}

.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.views-displays .secondary .open > a:hover {
  color: #333;
}

.views-displays .secondary .action-list li {
  margin: 0;
}

.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}

.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

/* More From */

#block-views-more-from-author-block .views-row{
	margin-bottom: 1em;
	color: #222;
	line-height: 1.2em;
}

.view-regional-posts .field-eventdate{
	display: inline;
}

.view-regional-posts .views-row{
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.2em;
}

/* Related Discussions */

.view-related-discussions .views-row{
	clear: both;
	margin-bottom: 10x;
}

.view-related-discussions .views-row > span{
	font-size: 10px;
}

/* Blog Page Views */

#block-views-top-bloggers-block{
	margin-top: 20px;
}

.view-top-bloggers table{
	margin: 10px 0;
}

.view-top-bloggers img{
	display: block;
}

.view-blogs-page .view-header, .view-my-bogs .view-header{
	float: right;
	margin-top: -30px;
	position: relative;
	z-index: 100;
}

/* Podcast page */

.view-bakitcast{
	margin-right: 10px;
}

.view-bakitcast .views-row{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #666 solid;
}

.view-bakitcast .views-field-view-node a{
	font-weight: 600;
	text-transform: uppercase;
}

/* User Schtuff */

.quicktabs-tabpage .views-row{
	position: relative;
	clear: both;
	border-width: 1px 0;
	border-color: #ececec;
	border-style: solid;	
	padding: 8px;
	margin-bottom: 10px;
}

.actright, .view-user-posts .stats, .view-followed-posts .stats{
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-size: 11px;
}

.view-user-posts .media, .view-followed-posts .media{
	float: left;
	margin-right: 10px;
}

.view-user-posts .field-tagline, .view-followed-posts .field-tagline{
	margin-bottom: 8px;
}

.maininfo > div, .maininfo > span{
	display: block;
	margin-left: 156px;
}

.maininfo > .field-content a{
	font-family: "Enriqueta", serif;
	font-size: 18px;	
}

.maininfo .view-referred-blogs, .maininfo .view-referred-blogs div{
	display: inline;
	padding: 0;
}

/* GMAP */
.gmap-popup h4{
	margin-bottom: 0.5em;
}

.gmap-popup .eventimg{
	float: left;
	margin-right: 10px;
}

/*events agenda */

.view-events-calendar .attachment .views-row{
	margin: 4px 0;
}

.eventrow{
	background: #fff;
	padding: 10px;
	margin: 0 4px;
	border-bottom: 1px #ccc solid;
}

.eventrow .eventleft{
	float: left;
	margin-right: 10px;
}

.eventrow .eventright{
	margin-left: 110px;
}

.eventrow h3{
	font-family: "Enriqueta", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 10px 0;
}

.evphoto{
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #666;=
}

.eventrow .date-display-single{
	font-weight: 600;
	display: block;
	color: #666;
	margin: 10px 0;
}

.eventrow .links a{
	font-size: 10px;
	text-decoration: underline;
	padding-right: 8px;
}