@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
*/

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

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

/* Header & Navigation */
.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{
	
}

.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;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.press_right img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}

.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: #000;}

.signupformsg {border: none; }


.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;
		width: 100%;
		height: 120px;
	}
  
}

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

/* Actions Timeline Styles */
.actions-container {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
}

.actions-timeline {
	position: relative;
	padding: 20px 0;
}

.action-item {
	display: flex;
	margin-bottom: 40px;
	position: relative;
}

.action-date {
	width: 150px;
	color: #c4c4c4;
	padding-right: 20px;
	text-align: right;
}

.action-year {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.action-month-day {
	font-size: 16px;
	color: #c4c4c4;
}

.action-content {
	flex: 1;
	padding-left: 20px;
	border-left: 2px solid #ffaac9;
	position: relative;
}

.action-content::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	width: 10px;
	height: 10px;
	background: #ffaac9;
	border-radius: 50%;
}

.action-title {
	margin: 0 0 10px 0;
	font-size: 24px;
}

.action-title a {
	color: #000;
	text-decoration: none;
}

.action-title a:hover {
	color: #ffaac9;
}

.action-excerpt {
	margin-bottom: 15px;
	line-height: 1.6;
	color: #666;
}

.action-thumbnail {
	margin: 15px 0;
}

.action-image {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.read-more {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
	padding: 8px 16px;
	border: 2px solid #000;
	transition: all 0.3s ease;
}

.read-more:hover {
	background-color: #000;
	color: #fff;
}

@media only screen and (max-width: 680px) {
	.action-item {
		flex-direction: column;
	}
	
	.action-date {
		width: 100%;
		text-align: left;
		padding-right: 0;
		margin-bottom: 10px;
		display: flex;
		align-items: baseline;
		gap: 10px;
	}
	
	.action-year {
		font-size: 20px;
	}
	
	.action-content {
		padding-left: 15px;
	}
}

.press-links {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.press-links h3 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #333;
}

.press-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.press-item {
	margin-bottom: 12px;
	line-height: 1.4;
}

.press-item a {
	color: #ffaac9;
	text-decoration: none;
	font-weight: 500;
}

.press-item a:hover {
	color: #000;
}

.press-source {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 2px;
}

.press-date {
	display: block;
	font-size: 13px;
	color: #999;
	margin-top: 2px;
}

/* Single Post Typography and Layout */
.single-post #content {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
}

.single-post .post-content {
	font-family: 'Arimo', sans-serif;
	line-height: 1.7;
	color: #333;
}

.single-post h1 {
	font-family: 'Arimo', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.5rem;
	color: #000;
}

.single-post h2 {
	font-family: 'Arimo', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 2.5rem 0 1rem;
	color: #000;
}

.single-post h3 {
	font-family: 'Arimo', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 2rem 0 1rem;
	color: #000;
}

.single-post p {
	font-size: 1.1rem;
	line-height: 1.7;
	margin: 0 0 1.5rem;
	color: #333;
}

.single-post img {
	max-width: 100%;
	height: auto;
	margin: 2rem 0;
	border-radius: 4px;
}

.single-post img.alignleft {
	float: left;
	margin: 0 2rem 1rem 0;
	max-width: 50%;
}

.single-post img.alignright {
	float: right;
	margin: 0 0 1rem 2rem;
	max-width: 50%;
}

.single-post img.aligncenter {
	display: block;
	margin: 2rem auto;
}

.single-post blockquote {
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 2rem 0;
	padding: 1.5rem 0 1.5rem 1.5rem;
	border-left: 4px solid #ffaac9;
	color: #555;
}

.single-post ul,
.single-post ol {
	margin: 1.5rem 0;
	padding-left: 2rem;
}

.single-post li {
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

@media only screen and (max-width: 680px) {
	.single-post #content {
		padding: 20px 15px;
	}
	
	.single-post h1 {
		font-size: 2rem;
	}
	
	.single-post h2 {
		font-size: 1.6rem;
	}
	
	.single-post h3 {
		font-size: 1.3rem;
	}
	
	.single-post p {
		font-size: 1rem;
	}
	
	.single-post img.alignleft,
	.single-post img.alignright {
		float: none;
		margin: 1.5rem 0;
		max-width: 100%;
	}
}

/* Single Post Video Styles */
.single-post .post-content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 2rem 0 3rem;
	background: #000;
}

.single-post .post-content .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* 404 Page Styles */
.error-404 {
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem;
}

.error-content {
	max-width: 600px;
	margin: 0 auto;
}

.error-content h1 {
	font-size: 8rem;
	line-height: 1;
	margin: 0;
	color: #333;
	font-weight: 700;
}

.error-content h2 {
	font-size: 2rem;
	margin: 1rem 0;
	color: #666;
}

.error-content p {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 2rem;
}

.error-actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.button {
	display: inline-block;
	padding: 0.8rem 1.5rem;
	background-color: #333;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.button:hover {
	background-color: #444;
}

.button.secondary {
	background-color: #666;
}

.button.secondary:hover {
	background-color: #777;
}

@media (max-width: 768px) {
	.error-content h1 {
		font-size: 6rem;
	}
	
	.error-content h2 {
		font-size: 1.5rem;
	}
	
	.error-actions {
		flex-direction: column;
	}
	
	.button {
		width: 100%;
	}
}

/* Tour Page Styles */
.tour-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
}

.tour-filters {
	margin-bottom: 2rem;
	padding: 1rem;
	background: #f5f5f5;
	border-radius: 4px;
}

.filter-form {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.filter-group {
	flex: 1;
	min-width: 200px;
}

.filter-group label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.filter-group select {
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.event-card {
	background: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
}

.event-card:hover {
	transform: translateY(-5px);
}

.event-image {
	aspect-ratio: 4/5;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.event-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.event-content {
	padding: 1.5rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.event-content h3 {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
	line-height: 1.3;
}

.event-date {
	color: #666;
	font-weight: bold;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}

.event-location {
	color: #333;
	margin-bottom: 1rem;
	font-size: 1rem;
}

.event-link {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #333;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	margin-top: auto;
	text-align: center;
}

.event-link:hover {
	background-color: #444;
}

@media (max-width: 768px) {
	.tour-page {
		padding: 1rem;
	}
	
	.events-grid {
		grid-template-columns: 1fr;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.filter-form {
		flex-direction: column;
	}
}

.event-image-link {
	display: block;
	position: relative;
	overflow: hidden;
}

.event-image-link::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.event-image-link:hover::after {
	opacity: 1;
}

.events-section {
	margin-bottom: 4rem;
}

.section-title {
	font-family: 'Arimo', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #ffaac9;
}

.section-description {
	font-family: 'Arimo', sans-serif;
	font-size: 1.1rem;
	color: #666;
	margin-bottom: 2rem;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.section-title {
		font-size: 2rem;
	}
	
	.section-description {
		font-size: 1rem;
	}
}

/* Mailchimp Form Styles */
#mc_embed_signup {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
	font-family: 'Arimo', sans-serif;
}

#mc_embed_signup form {
	padding: 0;
	margin: 0;
}

#mc_embed_signup h2 {
	display: none;
}

.indicates-required {
	text-align: right;
	font-size: 13px;
	color: #c4c4c4;
	margin-bottom: 15px;
}

.asterisk {
	color: #ffaac9;
}

.mc-field-group {
	margin-bottom: 15px;
}

.mc-field-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}

#mc_embed_signup input[type="email"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	font-size: 16px;
	font-family: 'Arimo', sans-serif;
}

#mc_embed_signup input[type="email"]:focus {
	border-color: #ffaac9;
	outline: none;
}

#mc-embedded-subscribe {
	width: 100%;
	background: #000;
	color: #fff;
	border: none;
	padding: 12px;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	transition: all 0.3s;
}

#mc-embedded-subscribe:hover {
	background: #ffaac9;
}

#mc_embed_signup div.response {
	margin: 15px 0;
	padding: 10px;
	font-size: 14px;
	color: #666;
}

#mc_embed_signup div#mce-success-response {
	color: #000;
}

#mc_embed_signup div#mce-error-response {
	color: #ffaac9;
}

@media (max-width: 680px) {
	#mc_embed_signup {
		padding: 20px;
	}
}

/* Social Links */
.social-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.social-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 0;
}

.social-icon:hover {
	background-color: #ffaac9;
	transform: translateY(-2px);
}

.social-icon.twitter::before {
	content: "𝕏";
	font-size: 16px;
}

.social-icon.instagram::before {
	content: "📸";
	font-size: 16px;
}

.social-icon.youtube::before {
	content: "▶️";
	font-size: 16px;
}

/* Join the Movement Section Styles */
.join-movement {
	margin: 60px 0;
	text-align: center;
}

.join-movement h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
}

.join-movement p {
	font-size: 18px;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto 30px;
	color: #333;
}

.support-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.support-option {
	padding: 30px;
	background: #fff;
	border: 2px solid #000;
	transition: all 0.3s ease;
}

.support-option:hover {
	transform: translateY(-5px);
	border-color: #ffaac9;
}

.support-option h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
}

.support-option p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #666;
}

.support-option a {
	display: inline-block;
	padding: 10px 20px;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
}

.support-option a:hover {
	background: #ffaac9;
}

@media (max-width: 768px) {
	.join-movement h2 {
		font-size: 28px;
	}
	
	.join-movement p {
		font-size: 16px;
		padding: 0 20px;
	}
	
	.support-options {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}
}


.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	margin-bottom: 2em;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.watch-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 2em;
}

.watch-meta {
	margin: 2em 0;
	padding: 1em;
	background: #f5f5f5;
	border-radius: 4px;
}

.signup-iframe {
  width: 100%;
  min-height: 420px;
  max-height: 650px;
  border: none;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .signup-iframe {
	min-height: 520px;
	max-height: 800px;
  }
}

.cta-section, .cta-section .container, .cta-section .cta-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 680px) {
  .cta-section .container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
  }
  .cta-section .cta-content {
	padding: 0 !important;
	margin: 0 !important;
  }
}

.tour-links a {
  color: #ffaac9;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
}
.tour-links a:hover {
  color: #000;
  text-decoration: none;
}