/*
Theme Name: Shprink One
Theme URI: http://julienrenaux.fr/shprinkone
Description: ShprinkOne is a Bootstrap 3 responsive theme that can fit any screen (mobile phone, tablet, laptop, desktop). Features a theme picker (10 choices), a slideshow on the home page, posts as pins(masonry), infinite posts scroll, several Widget, Menu positions and multi language support. ShprinkOne is an Open Source project that can be forked on GitHub https://github.com/shprink/Shprink-One
Author: shprink
Author URI: http://julienrenaux.fr
Version: 2.4.1
Tags: one-column, two-columns, white, gray, fixed-layout, custom-menu, featured-image-header, featured-images, microformats, theme-options, threaded-comments, translation-ready
License: MIT
License URI: http://opensource.org/licenses/MIT
*/

@import url('css/font-awesome.min.css');
@import url('css/jquery.sidr.light.css');
@import url('css/programmefont-stylesheet.css');

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400');

div { font-family:'Work Sans', Calibri, sans-serif; font-size-adjust:0.508; font-weight:300; font-style:normal; }


/* HEADER */

body.admin-bar .navbar-fixed-top{
	top: 28px;
}

h1 {
	font-size: 48px;
	font-weight: 900;
	line-height: 48px;
}

h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
    background: white !important;
}

/* SIDEBAR */
#sidebar {

}

#sidebar .sidebar-inner {

}

#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5 {
	border-bottom: 1px solid #CCC;
}

/* CONTENT */

.widget,
.post-title,
.category-title,
.tag-title,
.post-content,
#comments-title,
.media-heading,
.comment-body,
.post-meta,
.sidr a,
.sidr p,
#slideshow .post-title a{
	/* word-wrap: break-word;
	-ms-word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto; */
}

ul.pager li.next a span{
    direction:rtl;
    text-align:right;
}

ul.pager li a span{
	text-overflow:ellipsis;
	display: block;
	overflow: hidden;
	margin-left: 0px;
    text-align:left;
	white-space: nowrap;
	overflow: hidden;
}

a, p, a:link {color:black;}

.post-thumbnail {
    margin-bottom: -20px;
}

/* Slideshow title modification */

.white-wrap {
    position: Absolute;
    width: 100%;
    top: 35%;
    opacity:0;
   
    /* width: 50%; */
}



.white-wrap:link {
    background: none; display:block; width:100%; margin:0 auto; padding:5px; color:none; opacity:0;
}

.white-wrap:hover {
    background: none; display:block; width:100%; margin:0 auto; padding:5px; opacity:1.0; text-decoration:none;
}

.white-inner:hover {
    background: white; display:block; width:50%; margin:0 auto; padding:5px; opacity:1.0; text-decoration:none;
}

.container-slideshow {
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: -50px;
	margin-bottom: 10px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff;
	
}
#slideshow {
	line-height: 30px;
	color: inherit;
	padding-top: 100px;
}

#slideshow .carousel-inner{
	height: 360px;
    overflow: hidden;
}

#slideshow a:link {
	color: none;
}

#slideshow a:hover {
	color: black;
}
#slideshow .item {
	padding: 20px;
}

#slideshow .post-thumbnail {
	margin-right: 0px;
   /* float: left; */

}

#slideshow .img-thumbnail {border:none;}

#slideshow.carousel {
	margin-bottom: 5px;
}

#slideshow .carousel-control .icon-prev,
#slideshow .carousel-control .icon-next{
	font-size:8em;
	margin-top: -100px;
	text-align:center;
}

#slideshow .carousel-control{
	z-index: 20;
}

#slideshow .carousel-control i{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 41px;
	margin:-20px 0 0 -13px;
	z-index: 5;
	font-size: 40px;
	display: block;
}

/*#slideshow .carousel-control.left i{
	left: 0px;
	margin-left: 10px;
}

#slideshow .carousel-control.right i{
	right: 0px;
	margin-right: 10px;
}*/

#slideshow .carousel-indicators .active{
	/*background-color: #CCC;*/
}

#slideshow .carousel-indicators li{
	/*border: 1px solid #CCC;*/
}

#slideshow .carousel-indicators {
	bottom: 0px;
}

#slideshow .carousel-caption{
	position:relative;
	left: 0;
	right: 0;
}

#masonry {
	margin-top: 20px;
}

#masonry .caption {
	padding-top: 0px;
}

#masonry .img-thumbnail{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px;
}

.masonry .post-meta {
	display: block;
}

.masonry .post-content p{
	text-align: justify;
	font-size: 14px;
}

.masonry .box {
	margin-bottom: 20px;
	/* Fix Firefox */
	margin-left: -1px;
}

.masonry .box .post-comments.label{
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
}

.masonry .box .panel-body{
	padding: 0px 0px;
    position: relative;
}

.masonry .box .panel-body .well{
	margin-left: -35px;
	margin-right: -35px;
	margin-bottom: -15px;
	text-align: center;
	border: none;
	border-radius: 0px;
}

.masonry .box .panel-body .well ul{
	margin-bottom: 0px;
	font-size: 15px;
}

.masonry .box.hover .post-thumbnail,.masonry .box.hover .post-content {
	display: none;
}

.masonry .box .caption{
	min-height: 200px;
}

.masonry .box .post-title {
	font-size: 14px;
	line-height: 18px;
	text-shadow: none;
	font-weight: normal;
	margin-top: 0px;
    font-color:#231F20;
}

.panel-body {
    color: #231F20;
}

.masonry .box img {
	display: block;
	width: 100%;
}

.masonry hr {
	margin: 5px 0;
}

.masonry .panel{
	margin-bottom: 0px;
}

/* Infinite Scroll loader */
#infscr-loading {
	text-align: center;
	z-index: 100;
	position: fixed;
	left: 45%;
	bottom: 40px;
	width: 200px;
	padding: 10px;
	background: #000;
	opacity: 0.8;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a:hover.btn.btn-primary.btn-large.btn-block, a.btn.btn-primary.btn-large.btn-block {
    background: none; text-shadow:none; color:black; 
   border:none; 
  padding: 6px 12px; }

/*http://bootply.com/71520*/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

#comments {
	padding-top: 40px;
	clear: both;
}

.comment.thread-odd.depth-1,.trackback.thread-odd.depth-1,.pingback.thread-odd.depth-1
{
	margin-top: 0px;
}

.comment.thread-even.depth-1,.trackback.thread-even.depth-1,.pingback.thread-even.depth-1
{
	margin-top: 0px;
}

/* FOOTER */
#footer{
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
	margin-top: 10px;
}

#footer .well{
    background-color: transparent;
    border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* CREDIT */
#credit {
	text-align: center;
	color: #000;
	font-size: 12px;
	background-color: #fff;
}

#credit a {
	color: #000;
	font-size: 12px;
}

#credit .credit-inner {
	padding: 5px;
}

#credit ul.inline {
	margin-bottom: 0px;
}

/* Desktop
------------------------- */
@media ( max-width : 980px) {
	body {
		padding-top: 70px;
	}
	.container-slideshow {
		margin-bottom: 20px;
	}
	#slideshow.carousel {
		height: auto;
	}
}

/* Tablet to desktop
------------------------- */
@media ( min-width : 768px) and (max-width: 979px) {
	.affix {
		top: 0px;
	}
	#slideshow .post-thumbnail img{
        width: 200px;
	}
	.container-slideshow {
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 10px;
	}
    #menu-footer{ width:510px; margin: 0 auto;}
    .widget_search { width:325px; margin:0 auto;

}
}

/* Tablet
------------------------- */
@media ( max-width : 767px) {
	body {
		padding-top: 70px;
	}
	.navbar .btn-navbar {
		display: block;
	}
	.affix {
		top: 0px;
	}
	ul.pager li a span{
		width: 200px;
	}
	#slideshow{
		font-size: 0.9em;
	}
	#slideshow .post-thumbnail img{
        width: 100px;
	}
	#slideshow h2.post-title{
		font-size: 20px;
		line-height: 24px;
	}
	#slideshow .post-meta ul{
		margin-bottom: 0px;
	}
    #slideshow .carousel-inner{
        height: 300px;
    }
    #slideshow .title-wrapper{
        margin-bottom: 10px;
    }
    #slideshow .title-wrapper:before,
    #slideshow .title-wrapper:after{
        display: table;
        content: " ";
    }
    #slideshow .title-wrapper:after{
        clear: both;
    }
	.carousel-control .icon-prev,
	.carousel-control .icon-next{
		font-size:5em;
	}
}

/* Landscape phones
------------------------- */
@media ( max-width : 480px) {
    
    .widget_search { max-width:325px; margin:0 auto;

}
    
	.carousel-control .icon-prev,
	.carousel-control .icon-next{
		font-size:4em;
	}
	h1.post-title{
		font-size: 40px;
		line-height: 40px;
	}
    #slideshow .post-thumbnail{
        display: none;
    }
}

@media ( min-width : 980px) {
	.affix {
		top: 45px;
	}
}

@media ( min-width : 1200px) {

}

/* WP mendatory styles */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */
.wp-caption {
	background: #eee;
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}

.wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #eee;
}

.wp-caption .wp-caption-text,.wp-caption-dd {
	color: #666;
	font-family: Georgia, serif !important;
	font-size: 12px;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 40px;
	position: relative;
	text-align: left;
}

.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

a:focus img[class*="wp-image-"],a:hover img[class*="wp-image-"],a:active img[class*="wp-image-"]
{
	background: #eee;
	border-color: #bbb;
}

.wp-caption a:focus img,.wp-caption a:active img,.wp-caption a:hover img
{
	background: #fff;
	border-color: #ddd;
}

.gallery-item a,.gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.sticky{
}

.bypostauthor{

}

/* syntaxhighlighter plugin fix */
body .syntaxhighlighter a,
body .syntaxhighlighter div,
body .syntaxhighlighter code,
body .syntaxhighlighter table,
body .syntaxhighlighter table td,
body .syntaxhighlighter table tr,
body .syntaxhighlighter table tbody,
body .syntaxhighlighter table thead,
body .syntaxhighlighter table caption,
body .syntaxhighlighter textarea{
	vertical-align: top !important;
}

.widget.widget_twitter ul li{
	margin-bottom: 10px;
}

.widget.widget_twitter .entry-content,
.widget.widget_twitter .entry-meta,
.widget.widget_twitter .intent-meta{
	display: block;
}

.widget.widget_twitter .entry-content{
	padding:0 0 0 15px;
	margin:0 0 5px;
	border-left:5px solid #eee
}

.widget.widget_twitter .entry-meta,
.widget.widget_twitter .intent-meta{
	font-size: 0.8em;
}

.widget.widget_twitter .intent-meta a{
	margin-right: 5px;
}

.calendar-wrapper{
    position: absolute;
    left: -15px;
}

.masonry .box .calendar-wrapper .panel-body{
    padding: 0px;
}

.calendar {
    position: relative;
    /*left: -5px;*/
    /*top: 20px;*/
    width:40px;
    height:60px;
    /*background: white;*/
    /*border: 5px solid #fff;*/
    text-align: center;
}
.calendar > div{
    width:40px;
    cursor: default;
}
.calendar > div:first-of-type:after{
    content:" ";
    width:40px;
    height:25px;
    position:absolute;
    z-index:2;
    background:rgba(0,0,0,0.1);
    left:0px;
}
.calendar .calendar-day{
    font-size:25px;
    font-weight:bold;
    line-height:25px;
    padding:0;
}
.calendar .calendar-month {
    font-size: 10px;
    font-weight: bold;
    top:8px;
}
.calendar .calendar-year {
    font-size: 12px;
    font-weight: bold;
    margin-top: -3px;
}

/*
Specific style for each theme
*/

body.theme-bootstrap{background-color: #f7f7f7; padding-top: 60px;}
body.theme-flaty{background-color: #f7f7f7; padding-top: 70px;}
body.theme-cerulean{background-color: #f7f7f7; padding-top: 60px;}
body.theme-cosmo{padding-top: 60px;}
body.theme-amelia{padding-top: 60px;}
body.theme-readable{padding-top: 70px;}
body.theme-united{padding-top: 60px;}
body.theme-spacelab{padding-top: 70px;}
body.theme-simplex{padding-top: 60px;}
body.theme-journal{padding-top: 75px;}
body.theme-yeti{background-color: #f7f7f7; padding-top: 60px;}
body.theme-cupid{padding-top: 80px;}
body.theme-lumen{background-color: #fff; padding-top: 65px;}
body.theme-custom{}

body.theme-cosmo .container-slideshow,
body.theme-amelia .container-slideshow,
body.theme-united .container-slideshow,
body.theme-spacelab .container-slideshow,
body.theme-readable .container-slideshow,
body.theme-yeti .container-slideshow,
body.theme-cupid .container-slideshow,
body.theme-lumen .container-slideshow{
	padding-top: 30px;
}

body.theme-simplex .container-slideshow{
	padding-top: 23px;
}

body.theme-bootstrap #comments .comment,
body.theme-bootstrap #comments .trackback,
body.theme-bootstrap #comments .pingback,
body.theme-cerulean #comments .comment,
body.theme-cerulean #comments .trackback,
body.theme-cerulean #comments .pingback,
body.theme-cosmo #comments .comment,
body.theme-cosmo #comments .trackback,
body.theme-cosmo #comments .pingback,
body.theme-amelia #comments .comment,
body.theme-amelia #comments .trackback,
body.theme-amelia #comments .pingback,
body.theme-united #comments .comment,
body.theme-united #comments .trackback,
body.theme-united #comments .pingback,
body.theme-simplex #comments .comment,
body.theme-simplex #comments .trackback,
body.theme-simplex #comments .pingback,
body.theme-yeti #comments .comment,
body.theme-yeti #comments .trackback,
body.theme-yeti #comments .pingback,
body.theme-lumen #comments .comment,
body.theme-lumen #comments .trackback,
body.theme-lumen #comments .pingback{
	padding-top: 60px;
}

body.theme-cupid #comments .pingback,
body.theme-cupid #comments .comment,
body.theme-cupid #comments .trackback{
	padding-top: 80px;
}

body.theme-flaty #comments .comment,
body.theme-flaty #comments .trackback,
body.theme-flaty #comments .pingback,
body.theme-readable #comments .comment,
body.theme-readable #comments .trackback,
body.theme-readable #comments .pingback,
body.theme-spacelab #comments .comment,
body.theme-spacelab #comments .trackback,
body.theme-spacelab #comments .pingback,
body.theme-journal #comments .comment,
body.theme-journal #comments .trackback,
body.theme-journal #comments .pingback {
	padding-top: 70px;
}

body.theme-yeti .container-slideshow {
	background: #007196;
	background: -moz-linear-gradient(top,  #007196 0%, #008cba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007196), color-stop(100%,#008cba));
	background: -webkit-linear-gradient(top,  #007196 0%,#008cba 100%);
	background: -o-linear-gradient(top,  #007196 0%,#008cba 100%);
	background: -ms-linear-gradient(top,  #007196 0%,#008cba 100%);
	background: linear-gradient(to bottom,  #007196 0%,#008cba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007196', endColorstr='#008cba',GradientType=0 );
}

body.theme-cupid .container-slideshow {
	background: rgb(179,40,106); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(179,40,106,1) 0%, rgba(179,40,106,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,40,106,1)), color-stop(100%,rgba(179,40,106,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(179,40,106,1) 0%,rgba(179,40,106,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(179,40,106,1) 0%,rgba(179,40,106,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(179,40,106,1) 0%,rgba(179,40,106,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(179,40,106,1) 0%,rgba(179,40,106,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3286a', endColorstr='#b3286a',GradientType=0 ); /* IE6-9 */
}

/* Fix https://twitter.com/julienrenaux/status/432204351810314240 */
body.theme-cupid .alert h1,
body.theme-cupid .panel h1,
body.theme-cupid .alert h2,
body.theme-cupid .panel h2{
	background-color: #f49ac0;
	padding: 0.2em 1.2em;
	margin-right: 50px;
}

body.theme-cupid h1:before, body.theme-cupid h2:before {
	top: -0.05em;
}
body.theme-cupid .container-slideshow h2.post-title,
body.theme-cupid .container-slideshow h2.post-title:after,
body.theme-cupid .container-slideshow h2.post-title:before,
body.theme-cupid .sidr h2:before,
body.theme-cupid .sidr h2:after{
	background-color: transparent;
	content: ' ';
	border: none;
}

body.theme-cupid .sidr h2{
	background-color: transparent;
	padding: 0px;
}

body.theme-cupid #credit{
	background-color: #f0569f;
	background-image: none;
	color: #000;
}

body.theme-cupid .yarpp-template a.thumbnail{
	background-color: white;
}


/* YARPP plugin support */

.yarpp-related h2 {
   text-transform: uppercase;font-family: 'programmeprimitiv'; font-size:2.0em;  float:left; display:block; width:100%; margin-top:50px; border-top: solid 1px grey; padding-top:10px;
    text-align: center;
}

.yarpp-template{
	padding-bottom: 0px;
}

.yarpp-template a.thumbnail{
	margin-bottom: 20px;
	text-decoration: none;
	height: 230px;
	overflow: hidden;
	position: relative;
}

.yarpp-template a.thumbnail:hover img{
	display: none;
}

.yarpp-template h3{
	font-size: 15px;
	margin-top: 0px;
	line-height: 20px;
	font-weight: 600;
}

.yarpp-template p{
	font-size: 12px;
}

.yarpp-template .caption{
	height: 50px;
}

.yarpp-template .caption:after{
	/* background: rgba(255, 255, 255, 0);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); */
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
}

/* Widget style */

.textwidget h3 {text-transform:uppercase; font-size:2.12em; letter-spacing:.04em; font-weight:bold;}
.textwidget p {text-transform:uppercase; font-size:0.86em; letter-spacing:.24em; text-align:center;}

#header-film-widget-text .textwidget p {text-transform:none; font-size:1.0em; letter-spacing:0em; text-align:left;}

.film .well {
    padding: 0px;
}


#ns_widget_mailchimp-2 h4.widget-title {text-transform:uppercase; font-size:1.70em; letter-spacing:.04em; font-weight:bold; font-family: 'Work Sans', Calibri, sans-serif;  }

.panel-body h4.widget-title, .panel-body h4 {
    font-size: 14px;
    text-transform: uppercase;font-family: 'programmeprimitiv'; text-align:center;
}

.panel-body .widget p {text-align:center;}

.widget_tag_cloud.shprinkone-tagcloud a{
    /*font-size: 10pt;*/
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: capitalize;
}
.widget_tag_cloud.shprinkone-tagcloud a i{
    color: #eee;
}

/* Custom Styling */
        /* Header */

#logo-img 
    
    {
    background: url('img/volt-logo.png');
    background-image: url('img/volt-logo.svg'); 
    background-repeat: no-repeat;
    text-align:right;    
    position:relative;
    padding-top:45px;
    margin:0 auto;
    vertical-align: bottom;
    max-width: 80%;
     height:70px; 
    background-position:center; 
        
}
     

.navbar-default {background:#fff; }

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover {font-family: 'programmeprimitiv'; color:black; font-size:1.3em; text-transform: uppercase;}
.navbar-nav {margin:0 auto; width:950px;}
.single .col-sm-12.col-md-12.col-lg-12  {
    border-top:0px; padding-top:20px;}


.col-sm-12.col-md-12.col-lg-12  {
    border-top: solid grey 1px; padding-top:20px;}

.navbar.navbar-default {
    border-bottom: none;
}
.page-header {
    border: none;
}

#holder {
    width: 100%;
    height: 100px;
    margin:0px;
    
}
#logo a {
    width: 100%;
    
   position: absolute;
   
    text-align:center;
    font-size: 55px;
       color:black; font-size:1.5em; 
    
}
@media (min-width:768px) {
#social-header {
    z-index: 10;

    /* opacity:0.5; */
    width:20%;
    position: absolute;
    right:0px;
}

}

.navbar-header {
    /* background: green; */
    position: relative;
    z-index: 2;
}

#social-header {  /* background:blue; */
    z-index: 1;
 top: -80px;
    /* opacity:0.5; */
    width:20%;
    position: absolute;
    right: -25px; }

li.menu-item a, li.menu-item a:hover {
	color:black;
    font-size: 14px;
}


#holder.a {
    top:10px;
    position:relative;
}

div#content {
    margin-top: 20px;
}



.royalSlider {margin-top:-20px;}

.rsGCaption { 
display: none;
}
.royalSlider:hover .rsGCaption {
display : block;
}

#new-royalslider-2 .rsGCaption { top:50%; width:70%; height:auto;  margin-left:15%; margin-right:15%;

text-align: center;font-family: 'programmeprimitiv'; 
    font-size: 2.0em; text-transform: uppercase; padding-bottom: 10px;
}

h1#page-title, h1#post-title {
    text-align: center;
    padding-bottom: 10px;
font-family: 'programmeprimitiv';
    text-transform: uppercase;
}

.rsGCaption h3 {font-family: 'programmeprimitiv';font-size: 1.0em; text-transform: uppercase;  }
.rsGCaption p {font-size:0.5em; text-transform:none;}

.tagcat {  margin-left: -10px;}

.tagcat a.title {
  text-transform: uppercase;
    font-family: 'programmeprimitiv'; 
}

h1.category-title {
    text-transform: uppercase;   font-family: 'programmeprimitiv'; text-align: center;
}

div#post {
    position: relative;     z-index: 1;
}

.col-sm-12.col-md-1.col-lg-1.hidden-sm.hidden-xs.col-md-offset-1, col-sm-12 col-md-2 col-lg-2 hidden-sm hidden-xs col-lg-offset-10
{
    position: relative;     
    z-index: 00;
}

.home .panel.panel-default {
    box-shadow: none; 
    margin-left: 0px; 
    margin-right: 30px; 
    padding-left: 40px; 
    padding-right: 10px;
    border-left: solid 1px #999999; width:100%; display:block; border-radius: 0px; 
    margin-bottom: 50px; 
}


/* Image scalable in content */

img.alignleft.size-full {width:100%; height:auto;}
img.size-full {width:100%; height:auto;}
.panel-body img.alignnone {
    width: 100%;
    height: auto;
}

.catrotate { 
    
    	margin-left:-24px;
    -ms-transform-origin: left top 0; /* IE 9 */
   
    -webkit-transform-origin: left top 0; /* Chrome, Safari, Opera */
    transform-origin: left top 0;font-family: 'programmeprimitiv'; 
    
  

-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
writing-mode: lr-tb;

}
#page-nav { text-align: center;}

.catrotate a {text-decoration:none; text-transform: uppercase;}

.linethrough a {color:black; background:none; border:none;}
.linethrough {
    display: inline-block;    
}
 .linethrough:before,
 .linethrough:after {
    border-top: 1px solid black;
    display: block;
    height: 1px;
    content: " ";
    width: 40%;
    position: absolute;
    left: 0;
    /* top: 1.2em; */
}
.linethrough:after {
   right: 0;  
   left: auto; bottom:18px;
}

.linethrough:before {
  
  bottom:18px;
}

/* footer */
.well {border:none;background: none;}
.home .footer-inner .container {border-top:none;}
.footer-inner .container {border-top:1px solid grey;}
.nav-stacked>li {
    display: inline; float:left;
}

.widget_search { max-width:325px; margin:0 auto;

}

h4.widget-title {
    font-size: 14px;
}

#menu-footer{ margin:0 auto; max-width: 500px; }


#menu-footer li.menu-item {
    padding: 0px 20px; 
}
form.navbar-search.navbar-form {
    
    background-image: url(http://voltcafe.com/2015-new-site/wp-content/themes/VoltCafe-2015/img/search-icon.gif);
     background-size: contain;
     background-position:right; 
    background-repeat:no-repeat;                    
   
  
}

/* Vimeo responsive */

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; overflow: hidden;
    margin-left:0px;
    z-index: 100;

}





.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.post_format-post-format-video .responsive-video {
    margin-bottom: 20px;
}

/* Instagram */

ul.instagram-pics {padding-left:0px;}

.instagram-pics li {
    list-style: none;
    width: 33%;
    float: left;
    padding:5px;
}

.instagram-pics img {
    list-style: none;
    width: 100%;
    float: left;
    padding:0px;
}

/* MailChimp Widget Tweaks */

.widget_ns_mailchimp input[type="text"] {
    border: 1px solid black; width: 100%; display: block; padding:5px;
    
}

.widget_ns_mailchimp input.button {
    display: block;
    background: white;
    border: 1px solid black; padding:5px; margin-top:10px;
}

.widget_ns_mailchimp label {
    width: 100%;   
}





