/*
 Theme Name:   VTS Twenty Thirteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       Stefano Di Carlo & Alessandro Savino
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/*@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:400,200,300,500,600,700,800|Muli:400,300,300italic,400italic|Poppins:400,300,500,600,700');*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i|Poppins:300,400,500,600,700&subset=latin-ext');
/*
    font-family: 'Josefin Sans', sans-serif;

    font-family: 'Poppins', sans-serif;
*/

body {
	font-family: 'Josefin Sans', sans-serif;
	font-size:14pt;
}

b,strong{
	font-weight: 600;
}

.site {
	border: 0;
}

.site-footer {
	clear: both;
}

.nav_bar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

@media print {
	.nav_bar {
		display: none;
	}
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Josefin Sans', sans-serif;
	hyphens: none;
}
.nav-menu li a {
	font-size: 92%;
}

h2 {
	font-size: 1.5em;
}
h2.introduction {
	font-weight:400;
	font-style:italic;
}

.row {
	margin-left: 0;
	margin-right: 0;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    /*max-width: 1040px;
    padding: 0 376px 0 60px;*/
	/*max-width: 1090px;
	padding: 0 366px 0 10px;*/
	max-width: 1600px;
	padding: 0 450px 0 64px;
}

.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1600px;
	/*padding: 0 100px 0 0;*/
}
@media (max-width: 1069px) {
	.site-main .widget-area {
		margin-right: 0;
	}
}

@media(max-width: 980px) {
	.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
		padding: 0 0 0 64px;
	}
	.site-main .widget-area { 
		max-width:none;
	}
}

.main-navigation {
    max-width: 1600px;
	padding: 0 100px;
}
.site-main .widget-area {
    float: right;
	width: 100%;
    max-width: 400px;
}

.entry-title {
	font-weight: 600;
	font-size: 50px;
}

.entry-header {
    margin-bottom: 1em;
}

.widget {
	/*font-weight: 500;*/
	font-family: 'Josefin Sans', sans-serif;
	font-size: 93%;
}

.widget .widget-title {
	font-weight: 400;
	font-style: normal;
}

.nowrap {
    white-space: nowrap;
}

table {
	font-size:100%;
}

caption,td,tr {
	font-weight:300;
}

.font-300 {
	font-weight:300;
}

.site-header {
/*	width: 100%;*/
    background-size: contain !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/*background-size: cover;*/
}

.site-header .home-link {
    color: #141412;
    /*display: block;*/
    margin: 0 auto;
    max-width: 1080px;
   /* height: 230px;
    padding: 0 20px;*/
    text-decoration: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 15%;
    /*font-size: 2vh;*/
}

.site-title{
/*	background: url("../../uploads/vts-white.png") ;
    	background-size: 80px 80px;
    	background-repeat: no-repeat;
	padding-left: 90px;
	background-position: 0 52%;*/
	color: #FFF;
	font-size: 2.5em;
	/*margin: 0 80px;*/
	text-align: center;
}

@media(max-width: 980px) {
	.site-header .home-link {
		left: 10%;
	}
	.site-title {
		font-size: 1.5em;	
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	.site-header .home-link {
				left: 0;
	}
	.site-title {
		font-size: 0.8em;

	}
}



#masthead a:hover{
	text-decoration:none;
}


#main {
	position: relative;
}
#main:after {
    content : "";
    /*display: block;*/
    position: absolute;
    top: 0;
    left: 0;
    background: url("images/VTS_transparency.png");
    background-repeat: no-repeat;
   background-position: left 1% top 1%;
   -ms-background-size: 90%;
   -o-background-size: 90%;
   -moz-background-size: 90%;
   -webkit-background-size: 90%;
   background-size: 90%;
    width: 100%;
    height: 100%;
    opacity : 0.025;
   /* z-index: -1;*/
	pointer-events: none;
}

a.badge:hover{
	text-decoration:none;
}
h2.site-description {
	color: #f7f5e7 !important;
	font-family: 'Josefin Sans', sans-serif;
}

.circular {
	/*width: 300px;
	height: 300px;*/
	border-style: solid;
	border-width: 2px;
	border-color: rgba(247, 245, 231, 0.7);
  	border-radius: 50%;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	/*background: url(http://link-to-your/image.jpg) no-repeat;*/
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	}

.rounded {
	border-radius: 10px;
	border:2px solid rgba(247, 245, 231, 0.7);
	/*background-color:#E3A20B;*/

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
	margin-left:0px;
}


.entry-thumbnail {
	float: left;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom: 20px;
	margin-right:20px;
}

.entry-header h1 { 
	font-size: 2em;
}

.entry-content h3 a {
	color: #000000;
}

.entry-content h3 a:hover {
	color: #ea9629;
	text-decoration: none;
}

.entry-content a.btn {
	color:#FFFFFF;
	white-space: normal;
}

.entry-content a.btn:hover {
	color:#FFFFFF;
}
.best_paper_nominees {
	color: #0063ae;
	font-weight: 500;
} 

.alignleft.with_images {
margin: 5px 20px 5px 0;
}

/* Accessibility plugin element */
.widget_accesstxt {
	/*border: 2px solid #000;*/
	padding: 1px;
	font-weight: bold;
	right: 160px;
	position: absolute;
	text-align: right;
	top: 180px;
}
/*.widget_accesstxt a {
	color: #fff;
}*/
/* Social plugin element */
.a2a_floating_style[style] {
	background-color: transparent !important;
}
.interesting {
	font-size:1.2em;
	font-weight: 400;
}
/* Post Page */
.display-posts-listing .title {
  font-size:1.4em;
}

/* remove category title */
body.category .archive-header h1 {
    display: none;
}

/* Technical Program */
.push_whova {
	min-height: 1600px;
}

h2.program_day {
	background-color: rgba(247, 245, 231, 0.7);
	padding: 0.2em 0;
	margin:0;
	font-size: 2em;
	font-weight: 300;
	border-top: 1px solid #993300;
	/*clear:both;*/
}

div.day_content {
	font-weight: 200;
	padding-left: 2em;
	font-size: 1.2rem;
	background-color: rgba(247, 245, 231, 0.7);
	border-bottom: 1px solid #993300;
}

div.day_content a {
	color: black;
}

div.day_content h3 {
	font-size: 1.1em;
	padding-left: 0.2em;
	font-weight: bold;
	margin: 0;
/*	border-top: 1px solid #6C6C6C;
	border-bottom: 1px solid #6C6C6C;*/
}
.slot_registration {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FCFCFC;
	color: #333;
	border-top: 1px solid #6C6C6C;
	border-bottom: 1px solid #6C6C6C;
}

.slot_plenary {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: rgba(246, 203, 166, 1);
	color: #333;
	border-top: 1px solid #6C6C6C;
	border-bottom: 1px solid #6C6C6C;
}

.slot_session {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #DEA9A9;
	color: #333;
	border-top: 1px solid #6C6C6C;
	border-bottom: 1px solid #6C6C6C;
}

.slot_hot_topic {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: rgba(206, 223, 175, 1);
	color: #333;
	border-top: 1px solid #6C6C6C;
	border-bottom: 1px solid #6C6C6C;
}

.slot_ip {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: rgba(193, 179, 209, 1);
	color: #333;
	border-top: 1px solid #6C6C6C;
	border-bottom: 1px solid #6C6C6C;
}

.slot_panel {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #77BB8E;
	color: #333;
	border-top: 1px solid #6C6C6C;
	border-bottom: 1px solid #6C6C6C;
}

.slot_poster {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #92AACD;
	color: #333;
	border-top: 1px solid #6C6C6C;
	border-bottom: 1px solid #6C6C6C;
}

div.time_slot {
	color: #333333;
	font-size: 0.9em;
	/*background-color: rgba(247, 245, 231, 0.7);*/
	font-weight: 400;
	padding: 0.05em;
	text-align: right;
}
div.room {
	/*color: #993300;*/
	color: #6C0A00;
	font-weight: 400;
	font-size: 0.9em;
	/*background-color: rgba(247, 245, 231, 0.7);*/
	padding: 0.05em;
	text-align: right;
	/*float: right;*/
}
div.slot_content {
	clear: both; 
	/*font-size: 0.9em;*/
	border-top:1px dashed rgba(47, 45, 31, 1);
}
div.slot_content ul {
	padding-left:2em;
}

div.slot_content em {
	font-size: 0.93em;
}

p.description {
	font-size: 0.9em;
	margin: 0.3em 1em;
}

div.award {
	padding-left: 2em;
	margin-bottom: 1em;
	font-size: 0.85em;
	background-color: rgba(247, 245, 231, 0.7);
/*	border-bottom: 1px solid #993300; */
}

/* Ribbon */
.ribbon {
float:left;
clear: left;
display: inline-block;
position: relative;
height: 40px;
margin:12px 0;
padding: 0 4px;
color: rgb(248,246,234);
/*font-size: 10px;
font-family: verdana, sans-serif;*/
font-weight: bold;
/*background-color: rgb(255,0,0);*/
background: #F70505;
 background: linear-gradient(#F70505 0%, #8F0808 100%);
box-shadow: -2px 2px 2px rgb(0,0,0);
}

.ribbon::before {
content: '';
display: inline-block;
position: absolute;
top: 12px;
left: -24px;
z-index: -12;
width: 12px;
height: 16px;
border: 12px solid rgb(248,246,234);
border-top-color: rgba(0,0,0,0);
border-right-color: rgb(215,0,0);
}

.ribbon::after {
content: '';
display: inline-block;
position: absolute;
top: 6px;
right: -14px;
z-index: 12;
width: 28px;
height: 28px;
background-color: rgb(248,246,234);
transform: rotate(45deg);
box-shadow: inset 2px -1px 1px -1px rgb(0,0,0);
}

.ribbon span {
display: inline-block;
position: relative;
left: 6px;
width: 86%;
margin-top: 4px;
line-height: 16px;
hyphens: none;
}


/* NEW BOOTSTRAP BUTTONS */
.btn-plenary {
	color: #333 !important;
	background-color: #F6CBA6;
	border-color: #F6CBA6;
}

.btn-plenary:hover,
.btn-plenary:focus {
	background-color: #EDC3A0;
	border-color: #F6CBA6;
}

.btn-plenary:active,
.btn-plenary:visited {
	color: #EEE;
}

.btn-session {
	color: #333 !important;
	background-color: #DEA9A9;
	border-color: #DEA9A9;
}

.btn-session:hover,
.btn-session:focus {
	background-color: #CA9A9A;
	border-color: #DEA9A9;
}

.btn-session:active,
.btn-session:visited {
	color: #EEE;
}

.btn-hot_topic {
	color: #333 !important;
	background-color: #CEDFAF;
	border-color: #CEDFAF;
}

.btn-hot_topic:hover,
.btn-hot_topic:focus {
	background-color: #B3C298;
	border-color: #CEDFAF;
}

.btn-hot_topic:active,
.btn-hot_topic:visited {
	color: #EEE;
}

.btn-ip {
	color: #333 !important;
	background-color: #C1B3D1;
	border-color: #C1B3D1;
}

.btn-ip:hover,
.btn-ip:focus {
	background-color: #A397B2;
	border-color: #C1B3D1;
}

.btn-ip:active,
.btn-ip:visited {
	color: #EEE;
}

.btn-panel {
	color: #333 !important;
	background-color: #77BB8E;
	border-color: #77BB8E;
}

.btn-panel:hover,
.btn-panel:focus {
	background-color: #5D936F;
	border-color: #77BB8E;
}

.btn-panel:active,
.btn-panel:visited {
	color: #EEE;
}

.btn-poster {
	color: #333 !important;
	background-color: #92AACD;
	border-color: #92AACD;
}

.btn-poster:hover,
.btn-poster:focus {
	background-color: #7A8EAB;
	border-color: #92AACD;
}

.btn-poster:active,
.btn-poster:visited {
	color: #EEE;
}

/* Badges */
.badge-wrap {
	white-space: normal;
}

/* Abstract */
.paper_abstract {
	line-height: 1.1em;
}
