/*  
Theme Name: Prevent Vili 2
Theme URI: http://www.elliotgerber.com
Description: Prevent Vili website
Version: 2
Author: Elliot Gerber
Author URI: http://www.elliotgerber.com
*/



/* Page Structure */



body {
    background-size: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

h1 {
	font-family: 'Domine', serif;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin-top: 30px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img {
	padding: 3px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a img:hover {
	padding: 3px;
	border: 1px solid #333;
}

p.has-large-font-size {
    line-height: 36pt;	
	
}

p.has-medium-font-size {
	line-height: 26pt;
	
}





/* Universal Page Links */

a,a:visited{
text-decoration: underline;
color: #06F;
}

a:hover {
	color: #039;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:active{
	color: #000;
}










/* Header Elements */


#header-back {
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 15px;
}

#header-front {
    height: auto;
    width: 1350px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-top: 40px;
	margin-bottom: 6px;
}


#logo1 {
    float: left;
    height: 120px;
    width: 450px;
    background-image: url(images/preventvili_logo.svg);
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	background-size: contain;
}

#logo1 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo2 {
    float: right;
    height: 120px;
    width: 200px;
    background-image: url(images/transparent.png);
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    background-size: contain;
}

#logo2 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}







/* Index and Page Topbar 2 Styles */

#topbar-index {
	width: 100%;
	height:  10px;
	position:relative;
    background: rgb(255,222,90);
    background: linear-gradient(90deg, rgba(255,222,90,1) 0%, rgba(247,144,82,1) 100%);
}

#topbar-page {
	width: 1350px;
	margin-top: 50px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	
}

#topbar-white {
    width: 1350px;
    height: 30px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
}


#page-title {
    width: 700px;
    float: left;
	margin-bottom: 50px;
    color: #14467c;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    
}





/* Slider for homepage */


#slider {
    max-width: 1550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: auto;
}



/* Side Pages Navigation */


#subsidenav {
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}

#subsidenav ul {
	padding-left: 0;
   /* If you want you can change the list type from inside or outside */
   list-style: inside decimal;	
}

#subsidenav li {
	list-style-type: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	
}

#subsidenav a, visited {
	color: #666666;
	text-decoration: none;
}

#subsidenav a:hover {
	color: #000;
	text-decoration: none;
}







/* Main Top Menu */

#menu-bg {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #14467C;
}

#menu-main-menu.menu ul {
	

}

#cssmenu {
    margin-right: auto;
    margin-left: auto;
    width: 1350px;
    padding: 0;
    border: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

#cssmenu > ul {
  display: inline-block;
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
	
}

#cssmenu ul {
	z-index: 597;
    list-style: none;
	position: relative;
	text-align: center;
	/*  position: relative; */
	/*float: left;*/
	/*display: block;*/
	/*left: 50%;*/
}

#cssmenu ul li {
	float: left;
	display: block;
	/*float: left;*/
    /*min-height: 1px;*/
    /*vertical-align: middle;*/
    /*display: inline;*/
    /*position: relative;*/
	/*right: 50%;*/

	
}

#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
	
}

#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  margin-top: 0;
  bottom: 0;
  left: 0;
  z-index: 598;
  width: 100%;
  text-transform: none;
  min-width: 190px;
}







#cssmenu ul ul li {
  float: none;
  font-weight: normal;
  position: relative;
  left: 48.8%;
  transform: translateX(-48.8%);
	
}

#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
  border-top: 0 none;
	
}

#cssmenu ul li:hover > ul {
  visibility: visible;
	
	
}

#cssmenu a {
    display: block;
    line-height: 1em;
    text-decoration: none;
    color: #FFFFFF;
    padding: 0 35px;
}

#cssmenu ul ul a {
    background-color: #175699;
    color: #ffffff;
    border-top: 0 none;
    line-height: 150%;
    padding: 16px 20px;
    font-size: 12px;
    opacity: 1;
}

#cssmenu ul ul li:first-child > a {
  
}

#cssmenu ul ul li:hover > a {
  background: #14467c;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	
}

#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	
}

#cssmenu ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  background: #0D8FE1;
  color: #ffffff;
}

#cssmenu ul li.has-sub > a:after {
  content: '▼';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}

#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}



#cssmenu > ul > li > a {
  line-height: 48px;
  font-size: 16px;

}




/* Main Construction */

#container {
    width: 1350px;
    margin-top: 40px;
	margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    clear: both;
    overflow: hidden;
}

#containerport {
    float: left;
	height: auto;
    width: 1350px;
}

#containerport2 {
    float: left;
    height: auto;
    width: 1350px;
}

#containerport3 {
    float: left;
    height: auto;
    width: 900px;
    margin-bottom: 60px;
    margin-right: 50px;
}

#containerport3protected {
    float: left;
    height: auto;
    width: 1350px;
    margin-bottom: 30px;
}


#logout_button {
	float: right;
    width: 250px;
}










/* Post Styles*/


#posthead, #posthead a, #posthead a:visited {
  	font-family: "Roboto", sans-serif;
  	font-weight: 400;
  	font-style: normal;
    font-size: 40px;
    color: #013F92;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding-bottom: 20px;
    padding-top: 10px;
}

#posthead a:hover {
	color: #007EAE;
	text-decoration: none;
}

.dateauthor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin-top: 5px;
}

.content {
    font-family: "Roboto", sans-serif;
  	font-weight: 300;
  	font-style: normal;
    font-size: 16px;
    color: #505050;
    line-height: 30px;
    margin-bottom: 40px;
	padding-right: 40px;

}

.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin-bottom: 25px;
}

#postbox {
	padding-top: 20px;
	padding-bottom: 10px;
}

#metainfo {
	float: left;
	width: 200px;
	margin-left: 130px;
	margin-top: 20px;
	margin-right: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#metainfo a {
	text-decoration: none;
}





/* Private page styles */

form.post-password-form p {
    font-size: 12pt;
	width: 600px;
	
}




label {
	width: 400px;
    display: block;
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    color: gray;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
}


input[name="post_password"] {
    width: 400px;
    border-width: 1px;
    border-color: #D1D1D1;
    background-color: #EFEFEF;
    border-radius: 9px;
	border-style: solid;
    padding: 12px 20px;
    font-size: 20pt;
    cursor: text;
	margin-top: 10px;
}


input:focus[name="post_password"] {
	 outline:none;
}

input[name="post_password"]:hover {
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s ease 0s;
  	-moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


#pwbox-31 {
	margin-top: 15px;
}


input[name="Submit"] {
	font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF !important;
    font-size: 16px;
	height: 60px;
	padding-right: 25px;
    padding-left: 25px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border-left: 2px solid #3866A3;
    border-right: 2px solid #3866A3;
    border-bottom: 2px solid #3866A3;
    border-top: 1px solid #3866A3;
    background: #14467c;
	cursor: pointer;
	
}


input[name="Submit"]:hover {
	background-color: #1E69BA;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	
	
	
	
}





input.button.logout {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000 !important;
    font-size: 16px;
    height: 60px;
    padding-right: 25px;
    padding-left: 25px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
    background-color: #CBCBCB;
    cursor: pointer;
	text-transform: capitalize;
}



input.button.logout:hover {
    background-color: #A9A9A9;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}




/* SIDE BAR (1) STYLES */

#sidebar {
    float: left;
    height: auto;
    width: 400px;
    margin-bottom: 60px;
}

li#sidebar {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#widgetheader {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#widgetheader li {
	padding-bottom: 20px;
}


.widgettitle {
	font-family: costa, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #013F92;
}



#widgetheader li, #widgetheader ul {
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    color: #333;
    padding-left: 0px;
}

ol.wp-block-latest-comments {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

.wp-block-search__input {
    border-width: 1px;
    border-color: #ababab;
    background-color: #EFEFEF;
    color: #000000;
    border-style: solid;
    border-radius: 9px;
	cursor: text;
	height: 60px;
	margin: 0px;
}

.wp-block-search__input:focus {
	 outline:none;
}

.wp-block-search__input:hover {
	 background-color: #FFFFFF;
	 -webkit-transition: all 0.3s ease 0s;
  	 -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
	
}

.wp-block-search__button.wp-element-button {
	font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF !important;
    font-size: 16px;
	height: 60px;
	padding-right: 25px;
    padding-left: 25px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border-left: 2px solid #3866A3;
    border-right: 2px solid #3866A3;
    border-bottom: 2px solid #3866A3;
    border-top: 1px solid #3866A3;
    background: #14467c;
}

.wp-block-search__button.wp-element-button:hover {
    background-color: #1E69BA;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}

.textwidget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #5E5E5E;
}

.wp-block-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #14467C;	
}

.wp-block-latest-comments__comment-meta {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
	
	
}

.wp-block-latest-posts__post-title {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}




/* Bottom Menus (2 versions) */

#bottomlinks {
    width: 200px;
    float: left;
	padding-top: 15px;
    text-align: left;
}

#bottomlinks ul {
	padding-left: 0px;
	/* If you want you can change the list type from inside or outside */
	list-style: inside decimal;
	font-size: 0;
}

#bottomlinks li {
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
}


#bottomlinks li a, visited {
	color: #C8D8EE;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

#bottomlinks a:hover {
	color: #00ADEF;
	text-decoration: none;
}





#bottom_menu {
    width: 200px;
    float: left;
	padding-top: 15px;
    text-align: left;
}

#bottom_menu ul {
	padding-left: 0px;
	/* If you want you can change the list type from inside or outside */
	list-style: inside decimal;
	font-size: 0;
}

#bottom_menu li {
    list-style-type: none;
    font-family: "Roboto", sans-serif;
  	font-weight: 300;
  	font-style: normal;
    font-size: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
}

#bottom_menu li a, visited {
	color: #C8D8EE;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

#bottom_menu a:hover {
	color: #00ADEF;
	text-decoration: none;
}






/* Footer Elements */




#footerback {
    width: 100%;
    float: left;
    background-color: #0083C5;
	
}

#footer {
    width: 1350px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    margin-top: 80px;
    margin-bottom: 150px;
    overflow: hidden;
}

#copyright {
	float: left;
	width: 450px;
}

#copyright p {
    font-family: "Roboto", sans-serif;
  	font-weight: 300;
 	font-style: normal;
    color: #C8D8EE;
    font-size: 20px;
    margin: 0px;
    padding-top: 15px;
}

#bottom_right_logo {
	width: 450px;
	height: 100px;
	float: right;
	opacity: 70%;
	background-image: url(images/preventvili_bidmc_harvard_long_white_logo.svg)
	
	
}

#bottom_right_logo:hover {
	opacity: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}



/* Mobile Menu */


ul#menu-main-menu-2 {
    background-color: #eee; /* Grey background color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    border-bottom-width: thin;
    border-top-width: thin;
    border-top-style: solid;
    border-bottom-style: solid;
}

ul#menu-main-menu-2 :hover {
    background-color: #C5C5C5;
}

ul#menu-main-menu-2 a {
    color: #1881C3;    
}

ul#menu-main-menu-2 a:hover {
    color: #28479A;
}







@media screen and (max-width:1200px) {
  /* CSS for screens that are 1000 pixels or less will be put in this section */
	
#menu-bg {
    display: none;
}

#header-front {
    width: 100%;
    padding-top: 10px;
	margin-bottom: 0px;
}


#logo1 {
	float: none;
	margin-top: 15px;
	margin-bottom: 5px;
    margin-left: auto;
	margin-right: auto;
    height: 90.5px;
    width: 340px;
    background-image: url(images/preventvili_logo.svg);
	background-size: contain;
	overflow: hidden;
}



#logo2 {
	display: none;
}

	#topbar-white {
		width: 100%;
		
	}
	
	#topbar-page {
	width: 100%;
	height:  100px;
}
	
	#page-title {
    width: 100%;
    font-weight: bold;
    font-size: 20pt;
    text-align: center;
	padding-top: 20px;
}
	
	#slider {
	width: 100%;
	height: auto;
}
	
#container {
    width: 100%;
	margin-bottom: 0px;
}

#containerport {
    float: none;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
}

#containerport2 {
    float: none;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
    width: 100%;
    margin-top: 0px;
}

#containerport3 {
    float: none;
    height: auto;
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
	
#containerport3protected {
    float: none;
    height: auto;
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
	
	
#sidebar {
	float:none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 1px;
}
	

#footer {
	margin-top: 10px;
	width: 100%;
}
	
#bottomlinks {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
#bottom_menu {
		
	}
	
#bottom_right_logo {
	display: none;
}

#copyright {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
		
}

#copyright p {
   text-align: center;
   font-size: 14pt;		
	
}
	
#bottom_menu {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
		
	}
	
}
