/*
Theme Name: Campaign in Action Blog
Theme URI:
Description: Blog platform for No Hate Speech Movement
Version: 1.0
Author: Latte Creative
Author URI: http://www.lattecreative.com
*/

@import url("css/normalize.css");
@import url("css/skeleton.css");
@import url("css/no-hate.css");
@import url("css/hate-speech-watch.css");
/*@import url("css/fluid.css");*/
// @import url("css/960.css");

img {
	max-width: 100%;
	height: auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.menu-container li {
	margin-left: 8px;
}

.iframe-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe-responsive iframe{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
margin-left: 20px;
}
.alignleft {
float: left;
margin-right: 20px;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f4f4f4;
padding: 10px 5px 5px 5px;
/*margin: 10px;*/
max-width: 100%;
height: auto;
/*box-sizing: border-box;*/

}
.wp-caption img {
margin: 0!important;
padding: 0!important;
border: 0 none!important;
}
.wp-caption p.wp-caption-text {
font-size: 0.85em;
line-height: 1.214em;
padding: 0 4px 5px;
margin: 0;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section
{
    display: block;
}

/* USEFUL CLASSES */
.uppercase {text-transform: uppercase;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

// .wrapper {padding: 0 20px 0 0;}

/* HEADER */

.logo-no-hate-blog {
	display: inline-block;
	padding: 30px 0 30px 0;
}
.logo-no-hate-blog span{
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	line-height: 24px;
	text-align: left;
	color: #48be96;
}
.logo-no-hate-blog img{
	margin-right: 10px;
	display: block;
}


/* CONTENT */

#content > .container{
	background-color: #fff;
	padding-bottom: 40px;
}


/* SIDEBAR */

.search {
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

.serchform fieldset {display: inline;}

.input-field {
	margin: 0;
	padding: 3px 7px 3px 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #f4f4f4;
	background-color: #f4f4f4;
	font-family: "proxima-nova",sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #666666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}


.searchform {
	width: 240px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.searchform .input-search {
	width: 100%;
	background-color: #f3f3f3;
	border: 0;
	margin-bottom: 0;
}

.searchform .search-button {
	position: absolute;
	background-color: transparent;
	color: #666666;
	right: 0;
	top: 0;
}




.filterbycat a{
	text-transform: uppercase;
}

.filterbycat a span{
	-ms-transform: rotate(0); /* IE 9 */
    -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
    transform: rotate(0)
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
    font-size: 18px;
    line-height: 1;
    vertical-align: 0;
    margin-left: 3px;
}
.filterbycat a.open span{
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg)
     -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
.filter-content{
	background-color: #f3f3f3;
	padding: 20px;
	margin-bottom: 20px;
	display: none;
}
.filter-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.filter-content ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.filter-content ul li a{
	border-radius: 3px;
	display: block;
	color: #fff;
	padding: 10px 20px;
	background: #3e3e3d;
	margin-bottom: 6px;
	margin-right: 6px;
	text-transform: uppercase;
	font-size: 12px;
}



.icon-arrow-down:after {
	content: "";
   width: 11px;
   height: 11px;
   background: url(img/newsletter-arrows.png) 0 0 no-repeat transparent;
   display: inline-block;
   position: absolute;
   right: 10px;
   top: 15px;

}

.icon-arrow-up:after {
	content: "";
   width: 11px;
   height: 11px;
   background: url(img/newsletter-arrows.png) 0 -11px no-repeat transparent;
   display: inline-block;
   position: absolute;
   right: 10px;
   top: 15px;

}

.toggle{
	background-color: #48be96;
	color: #ffffff;
	display: block;
	padding: 5px 10px;
	position: relative;

}

#newsletter-sidebar {
	margin-top: 20px;
}

#content .grid_10 {
	border-right: 1px solid #eaeaea;
}

.input-field.input-newsletter {
	width: 110px;
	margin-bottom: 10px;
	font-size: 0.8em;
}

.submit-new-report-banner {
	margin-top: 20px;
}
#sidebar .report h6{
	font-weight: 700;
	font-size: 14px;	
	color: #fd1135;
}



#newsletter-title {
	text-transform: uppercase;
}

a#newsletter-title:hover {
	color: #ffffff!important;
}

.row.row-newsletter {
	margin-top: 20px;
}

#sidebar .row.ncc {
  margin-bottom: 20px; }
  #sidebar .row.ncc a {
    display: block;
    width: calc(100% - 25px);
    height: 210px;
    min-height: 210px;
    padding: 10px 15px 0 10px;
    background-image: url("img/map_banner.png");
    background-size: 300px 225px;
    background-position: 0 0;
    transition: background-position 0.3s ease-in 0.05s; }
  #sidebar .row.ncc a:hover {
    background-position: -25px 0; }
  #sidebar .row.ncc h5 {
  	font-size: 18px;
  	line-height: 18px;
    color: #3d3c3c; }

  #sidebar .row.side-search form{
	width: 100%;
	float: none;
	margin: 0;
  }
  #sidebar .row.nhc-upload{
	display: block;
	min-height: 210px;
	position: relative;
  }
   #sidebar .row.nhc-upload a:hover h5{
   	background-color: #2b85ce;
   }
  #sidebar .row.nhc-upload h5{
  	padding: 10px;
  	font-size: 18px;
  	line-height: 18px;
    color: #fff; 
    background-color: #369ff4;
    text-transform: uppercase;
  }
  #sidebar .row.nhc-upload img{
  	display: block;
  	width: 100%;
  }
  #sidebar .row.nhc-upload h5 span{
  	display: inline-block;
  	width: calc(100% - 45px);
  	vertical-align: middle;
  }
  #sidebar .row.nhc-upload i{
  	content: " ";
  	width: 37px;
  	height: 28px;
  	display: inline-block;
  	background-image: url(img/icon-photo.svg);
  	vertical-align: middle;
  }
  #sidebar .row.nhc-upload .nhc-hashtag{
  	position: absolute;
  	font-size: 18px;
  	color: #fff;
  	font-weight: 500;
  	top: 10px; 
  	left: 0;
  	right: 0;
  	text-align: center;
  	z-index: 2;
  }






/**************************/
/* HOME (site-home.php) */
/**************************/

.news-thumb-home {
	margin-top: 20px;
}

/* SLIDESHOW */

#slideshow-home {
	margin: 0 -40px 29px -40px;
	position: relative;
	z-index: 1;
}

.flexslider {
	position: relative;
}

.flexslider li a{
	margin: 0;
	position: relative;
	display: block;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
	max-height: 400px;
	min-height: 400px;
	z-index: 2;
}
.flexslider li img{
	position: absolute !important;
	top: -9999px !important;;
	bottom: -9999px !important;;
	left: -9999px !important;;
	right: -9999px !important;;
	margin: auto !important;;
	z-index: 1 !important;;
	min-width: 100% !important;;
	height: 100% !important;;
	width: auto !important;;
	max-width: initial !important;
	z-index: 1;
}

.btn {
	display: inline-block;
	padding: 7px 10px;
	color: #ffffff;
	font-weight: 700;
	line-height: 0.9em;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn.slideshow-btn {
	background-color: #48be96;
	margin-top: 5px;
}

.btn span {
	display: block;
	color: #ffffff;
	font-size: 11px;
}

.metaslider .caption-wrap {
	background: none !important;
	opacity: 1!important;
	position: absolute!important;
	left: 20px!important;
	top: 20px !important;
	bottom: 20px !important;
	right: 20px !important;
	width: 50% !important;
	height: 100% !important;
	bottom: auto !important;
	line-height: 1.3em!important;
	font-size: 25px!important;
	color: #ffffff;
	z-index: 2 !important;
}
@media (max-width: 549px) {
	.metaslider .caption-wrap {
		width: 100% !important; 
		font-size: 18px!important;
		top: 0px !important;
		bottom: 0px !important;
		right: 0px !important;
		left: 0px !important;
	}
	.flexslider li{
		min-height: 300px;
	}
}

.metaslider .caption {
	padding: 20px 30px!important;
	background: none !important;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.metaslider .caption .button{
	position: absolute;
	bottom: 80px;
	left: 40px;
	word-break: keep-all;
	text-shadow: none;
}

.flex-control-paging li a.flex-active {
	background-color: #48be96!important;
}

/* CONTENT PREVIEW */

.content-preview {
	padding: 0 20px 0 0;
}

.content-preview h3{
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: solid 3px #f4f4f4;
	margin-bottom: 20px;
}

.list-news .latest-news:nth-child(2n+1){
	margin-left: 0;
}
.latest-news {
	border-bottom: solid 3px #f4f4f4;
	margin-bottom: 20px;
}

.latest-news.ad-latest-news{
	border-bottom: 0;
}

.action-day-block{
	background-color: #ff0a34;
	padding: 30px 30px;
	position: relative;
}
.action-day-block h4{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0;
}
.action-day-block h2{
	font-size: 28px;
}
.action-day-block *{ color: #fff; }
.action-day-block a:hover{ color: #fff; text-decoration: underline;}
.action-day-block .more{
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 25px;
}

.page-template-success-submit .page-title{
	visibility: hidden;
	opacity: 0;
}
.page-template-success-submit .button-submit-post{
	display: inline-block;
	margin: 40px 0;
}

.page-template-action-day #content a,
.page-template-action-day h2
{
	color: #ff1034;
}

.action-item {
	border-bottom: 3px solid #f4f4f4;
	margin-bottom: 20px;
}
.action-item h3{
	margin-bottom: 0;
}
.action-item a{
	color: #ff1034;
}

.date {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 13px;
}

.category-list {
	text-transform: uppercase;
}
.category-list a { color: #3b9373; }
.category-list a:hover { color: #2c6d55; }

.cat-title {
	color: #969695;
}

.latest-news h2 {
	margin-bottom: 10px;
}

.excerpt {
	padding-top: 15px;
	padding-bottom: 15px;
}

.view-all {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9em;
}

.view-all:after {
	content: " \2192";
}

.events-col-title {
	border-bottom: 0!important;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 5px!important;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px 2px 0 0;
	border-left: 2px solid #48be96;
	border-right: 2px solid #48be96;
	background: #48be96 url(img/calendar_icn.png) no-repeat 230px 5px;
}

.content-preview .grid_4 {
 	width: 278px;
}

.events-col {
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}

.upcoming-preview, .past-preview {
	padding: 0 10px;
}

.upcoming-preview {
	margin-bottom: 20px;
}

.event-preview li {
	margin-bottom: 5px;
}

.event-preview li:last-child {
	margin-bottom: 0;
}


.event-preview ul {
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 10px;
	border-top: 1px solid #eaeaea;
	padding-bottom: 10px;
}

.upcoming.event-preview li.event-type {
	color: #989898;
	font-style: italic;
}

.event-preview h5 {
	text-transform: none;
}

.past.event-preview li.event-date, .past.event-preview li.event-location {
	opacity: 0.5;
}

.events-link {
	padding-top: 20px;
	border-top: 1px solid #eaeaea;
	padding-left: 20px;

}

.events-link a,.link-page-news a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9em;
}

.top-pagination .pagination{
	margin-top: 0;
}

.top-pagination .vert-sep{
	float: left;
	margin: 0 10px;
	color: #48be96;
}

.events-link a:after, .link-page-news a:after {
	content: " \2192";
}
.events-link.back a:after, .link-page-news.back a:after {
	content: ""
}
.events-link.back a:before, .link-page-news.back a:before {
	content: " \2190";
	margin-right: 5px;
}





/**************************/
/* NEWS LIST (index.php) */
/**************************/

.category.country {
	color: #989898;
}

.page-header{
	border-bottom: 3px solid #f4f4f4;
	margin-bottom: 20px;
}

.page-title {
	padding-bottom: 11px;
	border-bottom: 3px solid #f4f4f4;
	margin-bottom: 20px;
}
.page-title.no-border{
	border-bottom-width: 0;
	margin-bottom: 10px;
}



.comment-count {
	padding: 7px 0 5px 0;
	border-color: #ffffff;
	// background-image: url('img/nh-icons_ff0b34_40x660.png');
	background-repeat: no-repeat;
	background-position: -16px -15px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	color: #969695;
	font-size: 0.9em;
	line-height: 0.9em;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	display: block;
	text-align: right;

}
.comment-count i{
	color: #48be96;
}

.news-single .comment-count {
	float: none;
	margin-top: 5px;
	text-align: left;
}
.news-list .comment-count{
	text-align: left;
	margin-top: 5px;
}

.news-list small, .news-single small {
	display: block;
}

.related-list .columns:nth-child(2n+1){
	margin-left: 0;
}


.news-list h2, .news-single h2 {
	margin-bottom: 10px;
}

.news-list header, .single-news-header, .event-single header {
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	margin-top: 20px;
}
.news-list header{
	border-bottom: 0;
	margin-bottom: 0;
}

.news-list .excerpt {
	/*width: 580px;*/
	margin-top: 0;
}

.thumb-news-list{
	margin-top: 20px;
}
.thumb-news-list img{
	max-width: 280px;
}

.news-list-entry {
	padding-bottom: 20px;
}

.news-list > article{
	border-bottom: 3px solid #f4f4f4;
	margin-bottom: 30px;
}


.events-list-content {
	width: 530px;
	margin-bottom: 20px;
}

.events-meta {
	width: 215px;
}

.events-list .excerpt {
	margin-bottom: 10px;
}

.events-list article {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.events-list li.event-date {
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news-single-featured-img {
	margin-bottom: 20px;
}

.news-single h1 {
	margin-bottom: 10px;
}

.wrapper.news-single, .wrapper.event-single {
	padding-bottom: 20px;
	/*border-bottom: 1px solid #eaeaea;*/
}

.event-single-date {
	font-weight: 700;
	font-size: 1.2em;
	margin-top: 5px;
}

.event-single .category {
	float: right;
	clear: both;
}

.event-featured-img {
	margin-right: 20px;
	margin-bottom: 10px;
}

.event-meta {
	margin-bottom: 20px;
}

.page .page-title {
	margin-bottom: 20px;
}

.search-results article {
	margin-bottom: 20px;
}




/* COMMENTS */

.form-submit #submit {
	margin: 0;
	padding: 4px 8px 4px 8px;
	border: 0;
	background-color: #48be96;
	font-family: "proxima-nova",sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
}

span.required {
	color: #48be96;
}


#comments input[type="text"] {
	margin-bottom: 20px;
}

#comments fieldset {
	margin-bottom: 10px;
}

.comment-author .avatar {
	height: 40px;
	width: 40px;
	padding: 2px;
	float: left;
}

#comments li.comment .depth-2, #comments li.comment .depth-3, #comments li.comment .depth-4, #comments li.comment .depth-5, #comments li.comment .depth-6, #comments li.comment .depth-7, #comments li.comment .depth-8, #comments li.comment .depth-9, #comments li.comment .depth-10 {
	margin-left: 30px;
}

.comment-list li article {
position: relative;
}

.comment-body {
	position: relative;
	padding: 20px 15px;
	margin-left: 70px;
	margin-bottom: 30px;
	background: #f4f4f4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.comment-date a {
	color: #6E6E6E;
}

.comment-date {
	margin-top: 5px;

}

.comment-meta .fn {
	font-weight: bold;
	font-size: 1.2em;

}

.comment-meta .fn span {
	color: #666666;
}

.comment-meta {
	margin-bottom: 10px;
}

a.comment-reply-link {

	padding: 4px 8px 4px 8px;
	border: 0;
	background-color: #979797;
	font-family: "proxima-nova",sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
}

a:hover.comment-reply-link {
	background-color: #7e7e7e;
}

#respond {
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#comments {
	margin-top: 20px;

}


/* CALENDAR */

table.fullcalendar td {
	width: 100px!important;
	height: 120px!important;
	border-color: #878787!important;
	position: relative;
}

tr.days-names td {
	height: 30px!important;
	background-color: #3B3B3A;
	color: #ffffff;
}

thead tr td {
	border: 0!important;
}

td.month_name {
	text-align: center!important;
}

.em-calnav-next {
	float: right!important;

}

.day-number {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: #F5F5F5;
}



.day-number a {
	color: #3e3e3d!important;
}

table.fullcalendar ul li a {
	color: #48be96!important;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
	background-color: #F5F5F5!important;
}

table.fullcalendar ul li {
	margin-bottom: 5px;
	margin-top: 25px;
}

div.em-calendar-wrapper {
margin-bottom: 40px!important;
}


/* CONTACT FORM */

.form-wrap {
	float: right;
}

.form-wrap fieldset {
	display: inline;
	margin-bottom: 20px;
}

.form-wrap br { display: none; }

.form-wrap span.fr {
	margin-right: 50px;
}

.twitter-wrap {
	margin-bottom: 20px;
}

#sidebar .twitter-wrap {
	margin-left: -8px;
}

.read-review {
	margin-top: 5px;
	float: left;
	text-transform: uppercase;
}

.read-review:before {
	content: url(img/read-more-icn.png);
	margin-right: 5px;
	margin-top: 4px;
}

.event-info span {
	color: #989898;
	text-transform: uppercase;
}

.event-info {
	margin-bottom: 5px;
}

.past.event-preview li a.read-review {
	float: none;
}

.yarpp-related h3{
	text-transform: uppercase !important;
	margin-bottom: 20px!important;
}

.yarpp-related li:before {
	content: ">";
	margin-right: 5px;
	color: #48be96;
}

.next_link {
	float: right;
}

.prev_link { float: left; }
.prev_link .fa,
.prev_link a,
.next_link .fa,
.next_link a 
{ 
	color: #48be96; 
	text-transform: uppercase;  
}
.next_link .fa{ margin-left: 3px; }
.prev_link .fa{ margin-right: 3px; }

#comments p {
	margin-top: 10px;
}
#comments fieldset label{
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
#comments input[type="text"],
#comments textarea{
	background-color: #e8e8e8;
	border: 2px solid #3e3e3d;
}
#comments textarea{
	height: auto;
}

#comments .commentlist{
	list-style: none;
}
#comments .commentlist cite{
	font-style: normal;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 0!important;
}
.wp-pagenavi .pages{
	margin-right: 40px;
}

.wp-pagenavi {
	margin-top: 20px;
}

.social-share {
	margin-top: 40px;
}

.home .button.social {
	margin-bottom: 30px;
}

.em-pagination {
	margin-top: 20px;
	display: block;
}

.em-pagination a {margin-right: 5px;}

/*.review-title:before {
	content: url(img/read-more-icn.png);
}*/

.review-title {
	margin-bottom: 15px;
}

#event-review {
	padding-top: 20px;
	border-top: 1px solid #eaeaea;
}

.event-content {
	margin-bottom: 20px;
}

.events-link a {
	display: block;
	margin-bottom: 10px;
}

.pagination {
	margin-top: 20px;
}

.selectbox-wrapper{
	width: 200px;
}

.selectbox-wrapper ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	line-height: 1.2em;
	font-size: 0.8em!important;
}

.news-content ul li  {
	list-style: disc inside none!important;
}

.news-content ol li ul li {
	list-style: outside none!important;
}


.news-content ol li, .news-content ul li ol li {
	list-style: decimal outside none!important;
}

.news-content ol ul , .news-content ul ol, .news-content ul ul, .news-content ol ol  {
	padding-left: 20px;
}

.news-content ul, .news-content ol {
	margin-bottom: 20px;
}
.news-content li {
	margin-bottom: 5px;
	line-height: 1.2;
}


.news-content h1, .news-content h2, .news-content h3 {
	margin-bottom: 10px;
}


#theform label {
	font-size: 0.9em;
	display: block;
	margin-bottom: 5px;
}

#theform {
	padding: 10px 0 5px;
}

#theform .input-submit {
	margin-top: 15px;
}

#theform label.error {
	background-color: #ff0000;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0 2px;
}

.input-field.error {
	border: 1px solid #ff0000;
}

.author-img {
	margin-right: 10px;
}


body.login div#login h1 a {
	background-size: 217px 89px;
	width: 217px;
	height: 89px;
	margin: 0 auto;
}

.petition-featured {
	position: relative;
}

.petition-title {
	background-color: #3E3E3D;
	color: #ffffff;
	font-size: 2em;
	padding: 5px 10px;
}

.petition-excerpt {
	margin-top: 20px;
}

.dk-speakup-message {
	display: none!important;
}

.dk-speakup-petition-wrap h3 {
	display: none!important;
}

.dk-speakup-submit {
	margin: 0!important;
	padding: 7px 10px!important;
	border: 0!important;
	background-color: #48be96!important;
	font-family: "proxima-nova",sans-serif!important;
	font-size: 0.9em!important;
	color: #ffffff!important;
	font-weight: 700!important;
	text-align: left!important;
	line-height: 1em!important;
	text-transform: uppercase!important;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
	cursor: pointer!important;
	outline: none!important;
	background-image: none!important;
	box-shadow: 0 0 0 0!important;
	text-shadow: 0 0 0 transparent!important;
}

.dk-speakup-petition-wrap label {
	font-family: "proxima-nova",sans-serif!important;
	font-size: 0.9em!important;
}


form.dk-speakup-petition {
	padding-top: 10px;

}

.dk-speakup-share {
	background: transparent!important;
}

.dk-speakup-petition-wrap {
	margin-bottom: 20px!important;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
}

.dk-speakup-signaturelist caption {
	padding-top: 20px!important;
	border-top: 1px solid #eaeaea!important;
}

.dk-speakup-share {
	margin-top: 20px;
}

.dk-speakup-submit-wrap {
margin: 0 0 0 10px!important;
}

.dk-speakup-progress-wrap {
	background-color: transparent!important;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.content-petition {
	margin-top: 20px;
}

.dk-speakup-share {
	padding: 0 4% 1em 4%!important;
}

.greybar .main-link li{
	padding: 14px 5px;
}
.greybar .main-link a {
	color: #3d3c3c;
	font-weight: 700;
	font-size: 11px;
}

.greybar .page-current a {
color: #48be96;
}

#header .greybar .container_12 {
overflow: visible;
}

.greybar a {
color: #666666;
font-size: 11px;
}

.greybar .right-space {
margin-right: 6px;
font-size: 11px;
}

.greybar .main-link {
margin: 0 0 0 90px;
color: #3e3e3d;
font-weight: 700;
vertical-align: top;
}

.content-petition .one_half:first-child {
	padding-right: 20px;
	box-sizing: border-box!important;
}

.petition-catchphrase {
	margin-top: 20px;
}

a.speakup-widget-submit {
padding: 4px 8px 4px 8px;
border: 0;
background-color: #48be96;
font-family: "proxima-nova",sans-serif;
font-size: 0.9em;
color: #ffffff;
font-weight: 700;
line-height: 1em;
text-transform: uppercase;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
outline: none;
margin-bottom: 20px;
margin-left: 20px;
width: 80px;
text-align: center;
}

.dk-speakup-widget-wrap {
background-color: #f4f4f4!important;
border: 0!important;
border-radius: 2px!important;
box-shadow: 0 0 0 0!important;
clear: both;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px !important;
line-height: 1.25em !important;
line-height: 1.2em;
margin-bottom: 1em;
position: relative;
text-shadow: 0 0 0 transparent!important;

}

a.speakup-widget-submit:hover {
	color: #ffffff!important;
}

.dk-speakup-widget-wrap h3 {
	background: #3E3E3D!important;
	text-shadow: 0 0 0 transparent!important;
	box-shadow: 0 0 0 0!important;
}

.dk-speakup-widget-wrap p {
	line-height: 1.3!important;
}

.dk-speakup-widget-progress-wrap {
	background: transparent!important;
}

.login-container{
display: block;
position: absolute;
top: 33px;
left: 50%;
width: 348px;
margin: 0 0 0 160px;
padding: 11px 0 0 0;
z-index: 100;
background-image: none!important;
/*background-repeat: no-repeat;*/
background-position: 0 0;
}

.login-box{
	padding: 10px 20px 10px 20px;
background-color: transparent;
line-height: 24px;
color: #ffffff;
font-size: 11px;
text-transform: uppercase;
}

.tag-social, .tag-follow, .take-action, .tag-print, .tag-contacts, .tag-signup {
display: block;
float: left;
margin: 0 11px 10px 0;
padding: 7px 10px 6px 24px;
background-color: #666666;
background-image: url('img/nh-icons_ffffff_40x660.png');
background-repeat: no-repeat;
background-position: 0px 0px;
color: #ffffff;
font-weight: 700;
line-height: 0.9em;
text-transform: uppercase;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#sidebar {
	margin-bottom: 50px;
}

footer{
	padding: 60px 0 ;
	background-color: #3d3c3c;
	background-image: url("img/pattern_grey.svg");
	background-size: 1000px 457px;
	background-position: 50% 50%;
	font-size: 13px;
	color: #fff;
}
	footer .container{
		padding: 0;
	}
	footer p{
		font-size: 13px;
	}
	footer a, footer a:focus, footer a:hover {
	    color: #ffffff;
	   }
	  footer a.youth, footer a.coe {
	    margin-left: 16px; }
	  footer a.coe {
	    display: inline-block;
	    width: 48px;
	    height: 40px;
	    background-image: url("img/coe.svg");
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    background-size: 48px 40px;
	    content: ""; }
	  footer a.lattecreative {
	    display: block;
	    width: 107px;
	    height: 24px;
	    margin: 1rem auto 0 auto;
	    background-image: url("img/sign_latte_light.png");
	    background-size: 107px 23px;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
	    line-height: 1.3333rem;
	    content: ""; }
	  footer .button, footer .button:focus, footer .button:hover {
	    font-style: normal; }
	  footer .button.social:first-of-type, footer .button.social:first-of-type:focus, footer .button.social:first-of-type:hover {
	    margin-left: 0; }
	  footer .four.columns {
	    text-align: center;
	    vertical-align: middle; }
	  footer .row:first-of-type {
	    margin-bottom: 1rem; }

.tag-contacts {
background-color: #ff1034;
background-position: -13px -711px;
}

.take-action {
background-color: #ff1034;
background-position: -11px -691px;
}

.tag-twitter {
background-color: #6aa8de;
background-position: -11px -91px;
}

.tag-facebook {
background-color: #6b8bc2;
background-position: -9px -72px;
}

#jsconnect h3 {
	color: #ffffff;
}

.login-box a {
	border-bottom: 1px solid #ffffff;
}


#jsconnect .message {
	display: none;
}

#jsconnect h3 {
	display: none;
}

/*#jsconnect {
	margin-top: 20px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #eaeaea;
}*/

#header #jsconnect a.button {
	margin-bottom: 7px;
	display: inline-block;
	padding: 4px 8px 4px 8px;
	border: 0;
	background-color: #ff0b34;
	font-family: "proxima-nova",sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
	height: auto;
	line-height: 

}

#jsconnect a {
	font-size: 11px;
	padding: 0 5px;
	border-left: 1px solid #333; 
}
#jsconnect a:first-of-type{
	border-left: 0;	
}

.menu-main-menu-container {
	border-bottom: 3px solid #f4f4f4;
	margin-bottom: 20px;
}
.home .menu-main-menu-container{
	border-bottom: 0;
	margin-bottom: 0;
}

.menu-main-menu-french-container a{
	letter-spacing: -0.01rem;
}

#main_nav li a:hover {
	color: black;
}

#main_nav li.current-menu-item a, 
#main_nav li.current_page_item a,
.single-post #main_nav li.current_page_parent a,
.single-post #main_nav li.current_menu_parent a {
	color: #48be96;
}

#lang_sel {
	float: right;
	margin-top:-60px;
	z-index:30;
}

#lang_sel_list a, #lang_sel_list a:visited {
	background-color: transparent!important;
}

#lang_sel_list a {
	font-size: 0.8em!important;
}

.lang_sel_other {
	opacity: 0.8;
}

.cia-logo-holder-280-fr_Fr {
background-image: url('img/fr_FR/campagne-en-action.png');
background-position: 11px;
}

.events-list-entry .content-meta, .event-single .event-info {
	width: 220px;
}

.newsletter-archive-container{
	background: #48be96 url("img/back-newsletter.png") repeat;
	padding: 20px;
}
.newsletter-archive-container h2{
	color: #fff;
	font-weight: 400;
}
.newsletter-archive-container h2 span{
	font-weight: 700;
}
.newsletter-archive-container #newsletter-signup .button{
	width: auto;
}


.newsletter-container {
	background-color: #48be96;
	padding: 10px;
	border-width: 0 0 0 0;
	display: none;
}
.newsletter-form{
	margin-bottom: 0;
}

.newsletter-form .form-entry input[type="tel"], 
.newsletter-form .form-entry input[type="url"], 
.newsletter-form .form-entry input[type="password"], 
.newsletter-form .form-entry input[type="email"], 
.newsletter-form .form-entry input[type="number"], 
.newsletter-form .form-entry input[type="search"],
.newsletter-form .form-entry input[type="text"],
.newsletter-form .form-entry select,
.newsletter-form .form-entry textarea,
.newsletter-form .form-entry input[type="tel"]:focus,
.newsletter-form .form-entry input[type="url"]:focus,
.newsletter-form .form-entry input[type="password"]:focus,
.newsletter-form .form-entry input[type="email"]:focus,
.newsletter-form .form-entry input[type="number"]:focus,
.newsletter-form .form-entry input[type="search"]:focus,
.newsletter-form .form-entry input[type="text"]:focus,
.newsletter-form .form-entry select:focus,
.newsletter-form .form-entry textarea:focus,
.newsletter-form .form-entry .input-text,
.newsletter-form .form-entry .input-text:focus
 {
	border-style: solid;
	border-color: #fff;
	border-width: 2px;
	background-color: #fff;
	font-size: 13px;
	color: #48be96;
	font-weight: 500;
	height: 40px;
	width: 100%;
	text-transform: uppercase;
}

.newsletter-form ::-webkit-input-placeholder{
	color: #48be96;
}
.newsletter-form :-moz-placeholder{
	color: #48be96;
}
.newsletter-form ::-moz-placeholder{
	color: #48be96;
}
.newsletter-form :-ms-input-placeholder {
	color: #48be96;
}



.newsletter-form .form-entry {
	padding: 4px 0 4px 0;
	overflow: hidden;
}

.newsletter-form .ui-checkbox {
margin: 0 0 0 4px;
border-color: #eaeaea;
}

.newsletter-form .input-checkbox {
display: block;
float: left;
margin: 3px 0 0 0;
}

.newsletter-form .label-checkbox {
	display: block;
	float: left;
	width: calc(100% - 35px);
	margin: 1px 0 0 10px;
	white-space: normal;
	font-size: 0.7em;
	font-weight: 400;
	color: #fff;
	vertical-align: top;
	line-height: 1em;
	text-transform: uppercase;
}
.newsletter-form .label-checkbox a{
	color: #fff;
	font-weight: bold;
}
.newsletter-form .label-checkbox a:hover{
	text-decoration: underline;
}

.newsletter-form .tag-signup {
width: 100px;
margin: 8px 0px 6px 0px;
font-size: 0.9em;
cursor: pointer;
}

.tag-signup {
background-position: -13px -711px;
}

#newsletter-button {
	padding: 5px 8px;
	background-color: #48be96;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 2px 2px 2px 2px;
	font-size: 16px;
	line-height: 18px;
	position: relative;
}

#newsletter-button .down {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background-image: url("img/bottom-arrow.png");
	width: 9px;
	height: 10px;
	background-position: 0 0 ;

}


.newsletter-form .invalid {
border: 1px solid #48be96;
}

#newsletter-signup .button{
	width: 100%;
	background-color: #3b9273;
	margin-top: 20px;
}

button::-moz-focus-inner {display: none; }

button#newsletter-signup:hover {
	background-color: #989898;
}

button#newsletter-signup .tag-label {
	text-align: left;
}

.newsletter-form .tag-signup {
width: 100px;
margin: 8px 0px 6px 0px;
font-size: 0.9em;
cursor: pointer;
}

#newsletter-country_input {margin-top: 0; margin-bottom: 5px; margin-right: 0; text-transform: uppercase;}

.logout {
	float: left;
	margin-top: 5px;
	border-left: 1px solid;
	padding-left: 10px;
}

.greybar .languages {
	margin-top: 5px!important;
}




@media (max-width: 767px){
	body,
	#footer{
		min-width: 0;
	}
}






/* HEADER */

.container {
  width: 100%;
  max-width: 1040px; 
  padding: 0 20px;
}

#header{
	background-color: #f1f1f1;
}

#header .container{
	padding: 0;
	width: 90%;
}

#header .login,
#header .languages,
#header .login aside,
#header .logout
{ display: inline-block; vertical-align: middle; padding: 0 5px; }

#header .login a,
#header .languages a,
#header .logout{ line-height: 54px; font-size: 11px; text-transform: uppercase;}

#header .languages .lang_selector,
#header .languages a
 {
	vertical-align: top; 
	line-height: 54px;
}


#jsconnect,
.logout{
	float: none;
	border: none;
	margin-top: 0;
}
.account-link{
	margin-right: 20px;
}

#header .languages a{ color: #3d3c3c; font-size: 11px; }

#header {
  padding-bottom: 3px; }
  #header a.menu, #header a.menu:focus, #header a.menu:hover {
    display: block;
    float: left;
    width: 24px;
    margin-top: 6px;
    padding: 6px 0;
    border: 0;
    border-style: solid;
    border-color: #3d3c3c;
    border-top-width: 5px;
    border-bottom-width: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #3d3c3c;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    vertical-align: baseline; }
  #header nav {
    display: none; }
  #header nav.mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px 25px 20px;
    background-color: #3d3c3c;
    z-index: 15; }
    #header nav.mobile a.close, #header nav.mobile a.close:focus, #header nav.mobile a.close:hover {
      font-size: 20px;
      color: #ffffff; }
    #header nav.mobile ul {
      display: block; }
      #header nav.mobile ul li {
        display: block; }
        #header nav.mobile ul li a, #header nav.mobile ul li a:focus, #header nav.mobile ul li a:hover {
          display: block;
          width: 100%;
          min-width: 200px;
          height: 25px;
          padding: 0;
          font-size: 11px;
          color: #ffffff;
          line-height: 25px; }
        #header nav.mobile ul li a.group, #header nav.mobile ul li a.group:focus, #header nav.mobile ul li a.group:hover {
          font-size: 13pxrem; }
    #header nav.mobile div.login li a, #header nav.mobile div.login li a:focus, #header nav.mobile div.login li a:hover {
      color: #369ff4; }
  #header ul {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0; }
    #header ul li {
      display: inline-block;
      list-style-type: none;
      margin-bottom: 0; }
      #header ul li a, 
      #header ul li a:focus, 
      #header ul li a:hover {
       padding: 0 0.5rem;
       	font-size: 0.6111rem;
       	font-weight: 500;
       	color: #3d3c3c;
       	text-transform: uppercase;
       	text-decoration: none;
       	letter-spacing: 0;
       	line-height: 3rem; }
      #header.fr_FR ul li a, 
      #header.fr_FR ul li a:focus, 
      #header.fr_FR ul li a:hover{
		padding: 0 0.3rem;
		letter-spacing: -0.7px;
		font-size: 11px;
		font-weight: 400;
		color: #3d3c3c;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 54px; 
      }
        #header ul li a span, 
        #header ul li a:focus span,
         #header ul li a:hover span {
          font-weight: 700;
          text-transform: normal; }
    #header ul li.active a, #header ul li.active a:focus, #header ul li.active a:hover {
      color: #ff1034; }
    #header ul li:first-child a, #header ul li:first-child a:focus, #header ul li:first-child a:hover {
      padding-left: 0; }
    #header div.login li a, #header div.login li a:focus, #header div.login li a:hover {
      color: #369ff4; }
  #header div.language li a, #header div.language li a:focus, #header div.language li a:hover, #header div.login li a, #header div.login li a:focus, #header div.login li a:hover {
    border-color: #3d3c3c;
    border-style: solid;
    border-width: 0;
    border-left-width: 1px; }
  #header div.language li:first-child a, #header div.language li:first-child a:focus, #header div.language li:first-child a:hover, #header div.login li:first-child a, #header div.login li:first-child a:focus, #header div.login li:first-child a:hover {
    border: 0; }
  #header a.coe {
    display: inline-block;
    width: 48px;
    height: 40px;
    background-image: url("img/coe.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48px 40px;
    content: "";
    vertical-align: middle; }
  #header .four.columns {
    width: auto;
    float: right;
    }

#header.fr_FR ul li a, #header.fr_FR ul li a:focus, #header.fr_FR ul li a:hover {
  padding: 0 3px;
  letter-spacing: -0.7px; }
#header.fr_FR ul li:first-child a, #header.fr_FR ul li:first-child a:focus, #header.fr_FR ul li:first-child a:hover {
  padding-left: 0; }

@media (min-width: 1000px) {
  #header {
    padding: 0; }
    #header a.menu {
      display: none; }
    #header nav {
      display: inline-block;
      padding-left: 60px; }
      #header nav ul {
        display: inline-block; }
        #header nav ul li {
          display: inline-block; }
      #header nav img.nohate {
        display: block;
        width: 44px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -20px;
        margin-left: 0; }
    #header .row {
      background-color: #f1f1f1; } 
  }




/* ACF FORM STYLESHEET */

.acf-style .acf-form .acf-label label{
	font-size: 16px;
	font-weight: 400;
	color: #3d3c3c;
	text-transform: uppercase;
}

.acf-style .acf-fields > .acf-field{
	border-width: 0;
}

.acf-style .acf-field input[type="text"], 
.acf-style .acf-field input[type="password"],
.acf-style .acf-field input[type="number"],
.acf-style .acf-field input[type="search"],
.acf-style .acf-field input[type="email"],
.acf-style .acf-field input[type="url"],
.acf-style .acf-field textarea,
.acf-style .acf-field select {
	background-color: #e8e8e8;
	border: 2px solid #3e3e3d;
}
.acf-style .acf-field input{
	height: 40px;
}

.acf-style .acf-field select{
	background-color: #3e3e3d;
	color: #fff;
}

.acf-style .acf-fields > .acf-tab-wrap {
	background-color: #fff;
	margin-bottom: 20px;
}
.acf-style .acf-fields > .acf-tab-wrap .acf-tab-group{
	border: none;
	display: table;
	width: 100%;
	height: 100%;
}
.acf-style .acf-hl > li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	margin: auto;
	float: none;
	text-align: center;
	position: relative;
	background-color: #fff;
	border: 2px solid #c5c6c7;
}
.acf-style .acf-hl > li.active{
	background-color: #48be96;
	border: 2px solid #48be96;
}

.acf-style .acf-fields > .acf-tab-wrap .acf-tab-group li a{
	padding: 10px;
	background: #fff;
	border-radius: 0;
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #c5c6c7;
	border: none;
}
.acf-style .acf-fields > .acf-tab-wrap .acf-tab-group li.active:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #48be96 transparent transparent transparent;
	content: "";
	position: absolute;	
	bottom: -15px;
	left: 50%;
	margin-left: -7px;
}


.acf-style .acf-fields > .acf-tab-wrap .acf-tab-group li.active a{
	background: #48be96;
	color: #fff;
}

.acf-style .acf-form-submit{
	text-align: center;
}
.acf-style .acf-form-submit .acf-button{
	background: #3b9373;
}
.acf-style .acf-form-submit .acf-button:hover{
	background: #2c6d55;
}


/* CONTACT FORM STYLESHEET */

.wpcf7 input, 
.wpcf7 textarea{
	width: 100%;
	background-color: #e8e8e8;
	border: 2px solid #3e3e3d;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7 input[type="url"]{
	height: 30px;
}
.wpcf7 textarea{
	height: 120px;
}
.wpcf7 label {
	font-size: 16px;
	font-weight: 400;
	color: #3d3c3c;
	text-transform: uppercase;
}
.wpcf7 #submit{
	text-align: center;
}
.wpcf7 #submit:hover{
	background-color: #3b9373;
}




.list-activists .item-activist{
	width: 25%;
	float: left;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.activist-front{
	padding: 0 5px;
	font-size: 14px;
}
.activist-front h5{
	color: #48be96;
}
.activist-front h5 span{
	font-weight: 700;
}
.activist-front figure{
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
	border: 3px solid #fff;
}

.activist-back{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, -10%,0);
	transition: all 0.3s ease;
	background-color: #48be96;
	width: 300px;
	top: 100%;
	left: 50%;
	margin-left: -170px;
	z-index: 1;
	padding: 15px 20px;
	text-align: center;
}
.activist-back p{
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-align: center;
}
.activist-back:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 15px 15px 15px;
	border-color: transparent transparent #48be96 transparent;
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -7px;
}

.item-activist:hover figure{
	border: 3px solid #48be96;
}
.item-activist:hover .activist-back{
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0,0);
	transition: all 0.3s ease;
}

.contact-content{
	padding-right: 40px;
}

@media (max-width: 767px){
	.list-activists .item-activist{
		width: 50%;
	}
}

@media (max-width: 320px){
	.list-activists .item-activist{
		width: 100%;
		float: none;
		display: inline-block;
	}
}


@media (min-width: 550px) {
  .container {
    width: 90%; 
    padding: 0 40px;
	} 
	.actions-list .column:nth-child(2n+1), 
	.actions-list .columns:nth-child(2n+1) {
		margin-left: 0;
	}

}

@media (max-width: 549px){
	.metaslider .caption .button{
		right: 40px;
		font-size: 16px;
	}
}