@charset "utf-8";
/*
Theme Name: PussyRiot
Theme URI: http://whiteboardframework.com/
Author: John Caldwell / Vegsurfer
Author URI: http://boldperspective.com/
Description: Whiteboard Framework has been helping Wordpress developers cut back on their development time and improve their Wordpress powered websites since 2008.
Version: 3.2.1

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

body {
	background: #fff;
	font-family: 'Arimo', sans-serif;
}

.container{
	width: 960px; margin: 30px auto;
}

.newlogo {text-align: center;
	
	
}
.newlogo img {}

.newlogo img:hover {}


.logotitle {text-align: center;
	
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: -3px;
	
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}


.nav {text-align: center;}
.nav ul {list-style: none;
	list-style: none;
	font-size: 21px;
	text-transform: lowercase;
	font-weight: 700;
	padding: 0px;
	
}
.nav ul li {display: inline-block; margin: 0 20px;}
.nav ul li a {text-decoration: none; color: #ffaac9;}
.nav ul li a:hover {color: #000;}

.nav ul li.current_page_item a {color: #000;}


.page-content ul{
	list-style-image: url("images/x16.png");
	list-style-position: inside;
}

.press_line {margin: 18px 0px;  height: 1px;
	background-color: #ccc;
	border: none;
}

.press_single{ display: flex;}

.press_left {width: 100%;
	
	margin-top: 38px;
}

.page-content a {text-decoration: none;
	color: #ffaac9;
}

.page-content a:hover {text-decoration: none;
	color: #000;
}

#content {
	border-top: 1px solid #ccc;
	padding-top: 14px;
	
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
	

}


.page-id-8 #content, .page-id-9 #content, .page-id-11 #content {
	background-image: none;
}

#content.press-custom {
	border-top: none;
	padding-top: 0px;
	
	border-bottom: none;
	padding-bottom: 0px;
	
}

.press_right {
	
	width: 350px;
	height: 180px;
	margin-left: 80px;
	
}

.press_date {color: #c4c4c4;
	text-decoration: none;
}

.press_date img {position: relative;
	top: 4px;}
	
	
.press_title a{	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 19px;
	margin-top: 6px;
	display: block;

}
.press_title a:hover{
	color: #ffaac9;
}


.team-custom h2 {
	color: #ffaac9;
	margin: 40px 0 40px 0;
}

.team-custom a {
	color: #000;
}


.team_members {text-align: center;}
.team_container {display: flex;
	justify-content: space-between;
	gap: 10px 20px;

	margin-bottom: 28px;
	
}
.team_single {text-align: center;
	
	font-weight: bold;
	font-size: 13px;
	text-transform: lowercase;
}

.team_single a {color: }


.team_single img {
  transform: perspective(1500px) rotateY(15deg);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transition: transform 1s ease 0s;

  
}

.team_single img {
width: 160px;

}


.team_single img:hover {
	transform: perspective(3000px) rotateY(5deg);
}



.investors , .curators {width: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 80px;
	
}
.investors img {width: 100%;}




.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */


@media only screen and (max-width: 980px) {
  .container{
	  width: 660px; margin: 30px auto;
  }
  .aligncenter {
	  width: 100% !important;
  }
  .team_container {
	  
		  flex-direction: column !important;
		
  }
  .press_single{
		
			flex-direction: column !important;
		  
	}
	.press_right {
		margin-left: 0px;
		text-align: center;
	}
  
}

@media only screen and (max-width: 680px) {
  .container{
	  width: 90%; margin: 30px auto;
  }
  .nav ul li {display: block;
	  margin: 20px 0px;
  }
}


