/*
Theme Name: VADND Theme
Theme URI: http://underscores.me/
Author: Pressurgeons
Author URI: https://pressurgeons.com
Description: Custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vadnd
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

VADND Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body,
button,
input,
select,
textarea {
  color: black;
  font-family: Roboto, "San Francisco", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0; }

p {
  margin: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0; }

address {
  margin: 0; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: rgba(0, 0, 0, 0.12);
  border: 0;
  height: 1px;
  margin-bottom: 0; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-left: 1rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 3px;
  background: #005bab;
  color: white;
  font-size: 12px;
  line-height: 1;
  padding: .6rem 1rem; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: rgba(0, 91, 171, 0.87); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: rgba(0, 91, 171, 0.56); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: black; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #005bab;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

a,
a:visited {
  color: #005bab; }

a:hover,
a:focus,
a:active {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.56); }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

.site-footer a {
  color: rgba(0, 0, 0, 0.87); }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#searchbox {
width: 305px;
}
#searchbox input {
    outline: none;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
#searchbox input[type="text"] {
    background: url("http://vadnd.org.ua/app/themes/vadnd/images/search-dark.png") no-repeat 10px 13px #f2f2f2;
border: 2px solid #f2f2f2;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #6A6F75;
    width: 265px;
    padding: 14px 50px 12px 30px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    text-shadow: 0 2px 3px #fff;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#searchbox input[type="text"]:focus {
background: #f7f7f7;
border: 2px solid #f7f7f7;
width: 265px;
padding-left: 10px;
padding-right: 50px;
}

#button-submit{
background: url("http://vadnd.org.ua/app/themes/vadnd/images/slider-arrow-right.png") no-repeat;
margin-left: -40px;
border-width: 0px;
width: 43px;
height: 45px;
}


.menu-toggle,
.menu-toggle:active,
.menu-toggle:focus {
  background: transparent url("images/hamburger.png") no-repeat left center;
  color: rgba(0, 0, 0, 0.87);
  padding-left: 3rem;
  outline: none; }

.main-navigation {
  padding: 2rem; }

.main-navigation li {
  list-style-position: inside;
  list-style-image: url("images/chevron.png");
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: .6rem 1rem;
  font-size: 1.6rem;
  font-weight: 700; }

.main-navigation li:last-child {
  border-bottom: none;
  padding-bottom: 1rem; }

.main-navigation .sub-menu {
  margin: .6rem -1rem .1rem;
  padding-left: 2rem; }

.main-navigation .sub-menu li {
  border-bottom: none;
  padding-top: .3rem;
  font-weight: 400; }

.main-navigation a {
  border: none;
  color: rgba(0, 0, 0, 0.56);
  padding-left: 1rem; }

.main-navigation a:hover {
  color: #005bab; }

.is-mobile .site-navigation {
  display: none; }

.toggled .site-navigation {
  display: block; }

@media all and (min-width: 1281px) {
  .main-navigation {
    padding-left: 0; }

  .main-navigation li {
    padding-left: 1.8rem; }

  .main-navigation .sub-menu li {
    padding-left: 1.2rem; } }
.footer-navigation li {
  list-style: none; }

.footer-navigation select {
  font-size: 1.2rem; }

@media all and (min-width: 1281px) {
  .menu-secondary-container {
    display: inline-block;
    width: auto; }

  .footer-navigation select {
    display: inline-block;
    margin-left: 2rem; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.content-area,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.content-area,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
  min-width: 32rem;
  max-width: 100%; }

/* Vertical rhytm */
.site-header,
.site-content,
.site-forum-widget,
.site-external,
.site-footer {
  padding: 2rem 0; }

.wrap {
  width: 100%; }

/* Content paddings on both sides of the screen / browser window */
.wrap {
  padding: 0 2rem; }

.footer-navigation ul {
  margin: 1.5rem 0 2rem; }

.menu-toggle {
  float: left; }

#qtranxs_select_lang-top-chooser {
  float: right;
  border: none;
  padding-right: .5rem;
  text-align: right;
  font-size: 1.2rem;
  margin-top: .4rem; }

#lang-top-chooser {
  float: right;
  z-index: 9999;
  position: relative; }

.site-title {
  z-index: 9998; }

@media all and (min-width: 1281px) {
  .menu-toggle {
    display: none; }

  .wrap {
    max-width: 128rem;
    margin: 0 auto;
    padding: 0 4rem; }

  .site-content {
    margin-top: 4rem; }

  .content-area .site-navigation {
    width: 30rem;
    float: left; }

  .content-area .site-main {
    /*width: 90rem;*/
  width: 88rem;
    margin: 0;
    float: left; }

  .copyright {
    float: left; }

  .footer-navigation {
    float: right; }

  .footer-navigation ul {
    margin: 0; }

  .language-chooser-image li {
    list-style: none;
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    margin-left: .5rem;
    border: 2px solid white;
    border-radius: 50%; }

  .language-chooser-image li.active {
    border: 2px solid #bae2f5; }

  .language-chooser-image a {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
    border: 2px solid white;
    border-radius: 50%; }

  .language-chooser-image a img {
    width: auto;
    height: 100%;
    position: relative;
    top: -1px; } }
/*--------------------------------------------------------------
# Different layout parts for different devices
--------------------------------------------------------------*/
.is-mobile .content-area .site-navigation {
  display: none; }

.is-desktop .site-header .site-navigation {
  display: none; }

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.site-branding,
.site-forum-widget {
  background: #005bab;
  color: white; }

.site-external {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.56); }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-branding {
  text-transform: uppercase;
  text-align: center;
  padding-top: 3rem;
  background: #005bab url("images/cover.jpg") no-repeat center center;
  background-size: cover; }

.site-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem; }

.site-description {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: -2rem; }

.site-title a,
.site-description a {
  color: white;
  border-bottom: none; }

.site-logo {
  border-bottom: none;
  position: relative;
  top: 4rem; }

.site-logo:hover {
  border-bottom: none; }

.ticker-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; }

@media all and (min-width: 1281px) {
  .site-header {
    margin-top: 3rem; }

  .site-head {
    padding-bottom: 1rem; }

  .site-branding {
    text-align: left; }

  .site-title,
  .site-description {
    position: relative;
    margin-left: 30rem; }

  .site-title {
    top: -6.4rem; }

  .site-description {
    top: -4rem;
    width: 36rem; }

  .site-title a {
    color: rgba(0, 0, 0, 0.56); }

  .site-branding .wrap {
    position: relative; }

  .site-logo {
    position: absolute;
    top: -7rem; }

  .site-title:before {
    content: " ";
    display: block;
    width: 4rem;
    height: 0.2rem;
    background: rgba(0, 0, 0, 0.12);
    position: relative;
    top: -1.5rem; }

  .ticker-item-title {
    width: 70rem; } }
.site-ticker-inner {
  background: #ffdd30;
  padding: 1.5rem 2rem;
  margin-top: 2rem; }

.ticker-title {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.34);
  font-size: 1.1rem;
  margin-bottom: .5rem; }

.ticker-item-title {
  position: relative;
  font-size: 1.2rem; }

.ticker-item-title .date {
  display: none;
  color: rgba(0, 0, 0, 0.56); }

.ticker-controls {
  display: none; }

@media all and (min-width: 1281px) {
  .site-ticker {
    width: 120rem;
    margin: 0 auto; }

  .site-ticker-inner {
    width: 90rem;
    margin-left: 30rem; }

  .ticker-title,
  .ticker-item-title,
  .ticker-item-title .date,
  .ticker-controls {
    display: inline-block; }

  .ticker-item-title {
    padding-right: 8rem; }

  .ticker-item-title .date-absolute-js {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0; }

  .ticker-controls {
    float: right; }

  .ticker-controls a {
    color: transparent;
    border-bottom: none;
    background: url("images/chevron.png") no-repeat center center; }

  .ticker-controls a:first-child {
    background-image: url("images/chevron-flip.png");
    margin-right: 1rem; }

  .ticker-title {
    margin-bottom: 0; }

  .ticker-item-title,
  .ticker-item-title .date {
    margin-left: 2rem; }

  .site-header {
    position: relative; }

  .site-ticker {
    position: absolute;
    top: 14rem;
    left: 0;
    right: 0; } }
/* News section on front page

.site-news {}
.news-header {}
  .news-title {}
.news-content {}
  .news-item {}
  .news-item-header {}
    .news-item-meta {}
    .news-item-title {}
  .news-item-content {}
  .news-item-footer {}
*/
.news-title {
  color: #005bab;
  text-transform: uppercase;
  font-size: 1.5rem;
  background: url("images/section-icon.png") no-repeat center left;
  padding-left: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem; }

.news-content {
  font-size: 1.3rem; }

.news-content .entry-header .entry-meta {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.56); }

.news-content .entry-header .entry-title {
  margin: 1rem 0;
  font-size: 1.6rem; }

.news-content .entry-header .entry-title a {
  line-height: 1;
  font-weight: bold; }

.category-news .entry-content {
  font-size: 1.2rem;
  color: #000; }

.type-post .entry-header h1 {
  text-align: left;
  font-size: 1.8rem; }

.site-main .category-announces h2 {
  font-size: 1.8rem; }

.site-main .category-announces .entry-footer {
  margin: 0 0 5rem; }

.site-main .category-announces .entry-content p {
  margin-bottom: 1rem; }

.type-post .entry-meta {
  margin: 2rem 0 1rem; }

.entry-footer {
  margin: 2rem 0 3rem;
  font-size: 1.2rem;
  font-weight: bold; }

@media all and (min-width: 961px) {
  .type-post .entry-header h1 {
    font-size: 2.2rem; }

  .entry-footer {
    font-size: 1.4rem; }

  .site-main .category-announces .entry-footer {
    margin: 0 0 4rem; } }
@media all and (min-width: 1281px) {
  .news-content .category-news {
    display: block;
    width: 47.5%;
    margin-right: 5%;
    float: left;
    border-top: none; }

  .news-content .category-news:last-child {
    margin-right: 0; }

  .site-main header ~ article:nth-child(odd):not(.type-members) {
    display: block;
    width: 47.5%;
    padding-right: -4rem;
    float: right;
    border-top: none; }

  .site-main header ~ article:nth-child(even):not(.type-members) {
    display: block;
    width: 47.5%;
    padding-right: -4rem;
    float: left;
    border-top: none; }

  .site-main .category-announces .entry-footer {
    margin: 0 0 2rem; } }
/* 4 types of members on front page

.site-member-types {}
  .front-member-type {}
    .front-member-type img {}
    .front-member-type-title {}
*/
.site-member-types {
  margin: 0;
  padding-top: 2rem; }

.front-member-type {
  min-height: 11rem;
  padding-left: 11rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box; }

.front-member-type:nth-child(even) {
  margin-right: 0; }

.front-member-type-title {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 500;
  font-size: 1.4rem; }

.front-member-type a {
  display: none; }

.type-1 {
  background: url("images/member-type-1.png") no-repeat center left;
  -webkit-background-size: 90px;
  background-size: 90px; }

.type-2 {
  background: url("images/member-type-2.png") no-repeat center left;
  -webkit-background-size: 90px;
  background-size: 90px; }

.type-3 {
  background: url("images/member-type-3.png") no-repeat center left;
  -webkit-background-size: 90px;
  background-size: 90px; }

.type-4 {
  background: url("images/member-type-4.png") no-repeat center left;
  -webkit-background-size: 90px;
  background-size: 90px; }

@media all and (min-width: 640px) {
  .front-member-type {
    min-height: 14rem;
    float: left;
    width: 47.5%;
    margin-right: 5%;
    padding-left: 16rem;
    margin-bottom: 2rem; }

  .front-member-type-title {
    font-size: 1.8rem; }

  .front-member-type a {
    display: inline;
    text-transform: uppercase;
    font-size: 1.1rem; }

  .type-1 {
    background: url("images/member-type-1.png") no-repeat center left; }

  .type-2 {
    background: url("images/member-type-2.png") no-repeat center left; }

  .type-3 {
    background: url("images/member-type-3.png") no-repeat center left; }

  .type-4 {
    background: url("images/member-type-4.png") no-repeat center left; } }
/* About us page part

.type-page {}
  .entry-header {}
    .entry-title {}
  .entry-content {}
    p {}
    p {}
    h2 {}
    .management {}
      .management-item {}
        img {}
        .management-item-position {}
        .management-item-name {}
        .management-item-title {}
        p {}
        a {}
*/
.entry-header {
  padding-bottom: 1rem;
  padding-top: 2rem;
  color: #005bab;
  font-family: "Roboto", Georgia, serif;
  font-weight: bold; }

.entry-title,
.entry-content h2 {
  font-size: 2.4rem;
  text-align: center; }

.entry-content p {
  margin-bottom: 1rem; }

.entry-content h2 {
  padding-top: 2rem;
  color: #005bab;
  font-family: "Roboto", Georgia, serif;
  font-weight: bold; }

.management-item {
  min-height: 30rem;
  margin: 2rem 0;
  color: rgba(0, 0, 0, 0.58);
  text-align: center; }

.management-item img {
  display: block;
  margin: 0 auto; }

.management-item p {
  text-align: left; }

.management-item-position {
  display: inline-block;
  padding-top: 1rem;
  border-bottom: 1px solid #E1E1E1;
  color: #7ab6e5;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase; }

.management-item-name {
  color: #005bab;
  font-family: "Roboto", Georgia, serif;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  clear: none; }

.management-item-title {
  color: rgba(0, 0, 0, 0.56);
  font-family: "Roboto", Georgia, serif;
  font-size: 1.6rem;
  text-align: center !important; }

.management-item:not(:first-child) {
  margin-top: 5rem; }

.management-item a:not(.nameID) {
  display: block;
  border-bottom: none;
  padding-left: 2.4rem;
  background: url("images/link-chain.png") left center no-repeat;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  font-size: 1.4rem;
  text-align: left; }

.management-item a:hover {
  color: black;
  text-decoration: underline; }

@media all and (min-width: 640px) {
  .entry-content p {
    margin-bottom: 2rem; }

  .entry-header {
    padding-bottom: 2rem;
    padding-top: 2rem; }

  .entry-content h2 {
    padding-bottom: 1rem; }

  .management-item-position {
    text-align: left; }

  .entry-title,
  .entry-content h2 {
    text-align: left; }

  .management-item {
    text-align: left; }

  .management-item:not(:first-child) {
    margin-top: 2rem; }

  .management-item-name {
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: left; }

  .management-item-title {
    text-align: left !important; }

  .management-item p {
    text-align: left; }

  .management-item img {
    display: block;
    float: left;
    height: 100%;
    margin-right: 3rem; }

  .management-item a {
    display: inline; }

  article:not(.category-news) .entry-header {
    position: relative; }
    article:not(.category-news) .entry-header #organization {
      position: relative;
      display: table;
      padding-right: 20px;
      background-color: white;
      z-index: 100; }
    article:not(.category-news) .entry-header:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.12);
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }

  article.has-post-thumbnail .entry-header:after {
    content: '';
    position: relative;
    display: inline;
    width: auto;
    background-color: transparent; } }
/* NGO Members page part

.site-main {}
  .page-header {}
    .page-title {}
  .section-members-description {}
    p {}
  .section-members-filter {}
    .search-members {}
    .filter-members {}
  .section-members-container {}
  .posts-navigation {}
    .screen-reader-text {}
    .nav-links {}
      .nav-previous {}
*/
.page-title {
  padding: 3rem 0 1rem;
  color: #005bab;
  font-family: "Roboto", Georgia, serif;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center; }

.section-members-description {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.56); }

.section-members-container:after {
  content: '';
  display: block;
  clear: both; }

.type-members {
  text-align: center; }

.type-members img {
  margin-top: 3rem; }

.entry-content {
  text-align: left;
  /*color: rgba(0, 0, 0, 0.87);
  font-size: 1.4rem;*/
  color: rgba(0, 0, 0, 0.56);
  font-size: 1.2rem; }

.content-label {
  margin: 2rem 0 1rem; }

.entry-content .content-label + p {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.87); }

.entry-content .content-label:last-of-type {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.entry-header {
  padding: 0; }

.entry-title {
  clear: none; }

.entry-title a {
  border: 0; }

.entry-header .entry-meta {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.4rem; }

.entry-header p {
  margin-bottom: 1rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.87); }

.entry-header h1 + p {
  margin-bottom: 1rem;
  text-align: center;
  color: #000;
  font-size: 1.6rem; }

.entry-header .content-label {
  padding-top: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.36); }

.member-works li {
  margin-left: 1.5rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 1rem; }

.member-works li span {
  display: block;
  color: rgba(157, 157, 157, 0.87); }

.posts-navigation {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.posts-navigation a {
  color: black;
  font-weight: bold;
  font-size: 1.4rem;
  border-bottom: none; }

.posts-navigation a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.56); }

@media all and (min-width: 640px) {
  .entry-title {
    text-align: left; }

  .page-title {
    position: relative;
    padding: 3rem 0;
    text-align: left; }

  .type-members img {
    float: left; }

  .section-members-container .type-members .entry-header,
  .section-members-container .type-members .entry-content {
    padding-left: 17rem; }

  .entry-content .content-label {
    clear: both; }

  .type-members .entry-header {
    padding: 2rem 0 1rem 34rem; }

  .entry-content .content-label:first-child {
    margin-top: 0;
    padding-top: 2rem; }

  .entry-header .entry-title {
    margin: 1rem 0px; }

  .entry-header h1 + p {
    text-align: left; }

  .entry-header .content-label {
    text-align: left; }

  .entry-header .entry-meta {
    text-align: left; }

  .member-works {
    margin-bottom: 4rem; }

  #management {
    position: relative; }
    #management:after {
      content: '';
      position: absolute;
      display: block;
      height: 1px;
      top: 0;
      left: 17rem;
      right: 0;
      background-color: rgba(0, 0, 0, 0.12);
      top: 60%; }

  .page-header {
    position: relative; }
    .page-header .page-title {
      position: relative;
      display: table;
      padding-right: 20px;
      background-color: white;
      z-index: 100; }
    .page-header:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.12);
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; } }
@media all and (min-width: 960px) {
  .section-members-container .type-members {
    padding: 0 1rem;
    width: 50%;
    min-height: 300px;
    float: left; } }
/* Members search field

  .section-members-filter {}
    form {}
      label {}
      .search-member-name {}
      .member-submit {}
    .filter-members {}
      .alphabet{}
       li {}
        a {}
*/
.section-members-filter {
  padding: 0 1rem;
  background-color: #d4e2ec; }

.section-members-filter form {
  position: relative; }

.section-members-filter label {
  display: block;
  margin-bottom: 1rem;
  padding-top: 1rem;
  font-family: "Roboto", Georgia, serif;
  font-weight: bold;
  font-size: 1.4rem;
  color: #345ba7; }

.search-member-name {
  width: 100%;
  padding: 0 0.5rem;
  border: 1px solid #345ba7;
  font-family: "Roboto", Georgia, serif;
  font-size: 1.4rem;
  line-height: 2.9rem;
  color: rgba(0, 0, 0, 0.86);
  z-index: 10; }

.search-member-name::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.24); }

.search-member-name::-moz-placeholder {
  color: rgba(0, 0, 0, 0.24); }

.search-member-name:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.24); }

.section-members-filter .member-submit {
  text-indent: -9999em;
  position: absolute;
  height: 3.1rem;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  font-weight: bold;
  z-index: 12;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%0A%3Cpath fill='%23999' d='M11.6,10L4.8,2.6C4.2,2,4.2,1,4.8,0.4c0.6-0.6,1.5-0.6,2.1,0l8.3,8.5c0.6,0.6,0.6,1.5,0,2.1l-8.3,8.5 c-0.6,0.6-1.5,0.6-2.1,0c-0.6-0.6-0.6-1.5,0-2.1L11.6,10z'/%3E%0A%3C/svg%3E");
  background-size: 10px;
  background-position: center center; }

.filter-members {
  padding: 1rem 0; }

.alphabet {
  display: flex;
  justify-content: space-between; }

.alphabet li {
  /*display: inline-block;*/
  height: 2.5rem;
  list-style: none; }

.alphabet li a {
  padding: 0 0.5rem;
  border: none;
  color: #000; }

.alphabet li a:hover {
  background-color: #345ba7;
  color: #fff; }

@media all and (min-width: 640px) {
  .section-members-filter label {
    position: absolute;
    width: 15.5rem;
    height: 5.0rem;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 5.1rem;
    z-index: 12; }

  .search-member-name {
    padding-left: 15.5rem;
    border: none;
    border-bottom: 1px solid #345ba7;
    background-color: transparent;
    line-height: 4.9rem; }

  .search-member-name,
  .search-member-name:focus,
  .search-member-name:active {
    outline: none; }

  .section-members-filter .member-submit {
    height: 5.1rem;
    background-color: transparent;
    color: #345ba7; }

  .section-members-filter .member-submit:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.24); }

  .section-members-filter .member-submit:hover,
  .section-members-filter .member-submit:active,
  .section-members-filter .member-submit:focus {
    outline: none;
    background-color: transparent; }

  .section-members-filter .member-submit,
  .section-members-filter label {
    border-bottom: 1px solid #BAD3E5; }

  .alphabet li a {
    display: inline-block;
    padding: 0.5rem 0.7rem;
    border: none;
    color: #000; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Footer content
--------------------------------------------------------------*/
.external-item {
  font-family: "Roboto Slab", Georgia, serif;
  text-align: center;
  color: rgba(0, 0, 0, 0.87); }

.external-item:visited {
  color: rgba(0, 0, 0, 0.87); }

.external-item h4 {
  margin: 2rem 0; }

.external-item span {
  font-weight: 400; }

.owl-carousel .owl-item img,
.external-item img {
  border-radius: 50%;
  max-width: 15rem;
  margin: 2rem auto; }

.site-footer {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.56);
  text-align: center; }

@media all and (min-width: 1281px) {
  .site-footer {
    text-align: left; } }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 0;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0; }

.wp-caption-text {
  text-align: center; }

/*
* Evanre styles STARTS here
*/
#bbpress-forums .entry-title {
  color: #005baa;
  font-size: 24px;
  font-weight: 700; }
#bbpress-forums ul.bbp-forums {
  border: none;
  padding-top: 20px; }
#bbpress-forums li.bbp-header {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.38); }
#bbpress-forums .forum-titles li {
  color: rgba(0, 0, 0, 0.38);
  font-size: 11px;
  font-weight: 500; }
#bbpress-forums .forum-titles .bbp-forum-info {
  padding-left: 36px; }
#bbpress-forums .forum-titles .bbp-forum-reply-count {
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 4 16 14'%3E%0A%3Cpath fill='%23ccc' d='M18,6v7c0,1.1-0.9,2-2,2h-4v3l-4-3H4c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h12C17.1,4,18,4.9,18,6z'/%3E%0A%3C/svg%3E");
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat; }
#bbpress-forums li.bbp-body ul {
  background-color: #fff; }
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 15px 10px 15px 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='4 7 12 10'%3E%0A%3Cpath fill='%23ccc' d='M16,11H4v2h12V11z M16,7H4v2h12V7z M11,15H4v2h7V15z'/%3E%0A%3C/svg%3E");
  background-position: 10px 20px;
  background-size: 14px;
  background-repeat: no-repeat; }
#bbpress-forums li.bbp-body li.bbp-forum-info .bbp-forum-title {
  color: #000;
  border-bottom: none;
  font-size: 16px;
  font-weight: 700; }
#bbpress-forums li.bbp-body li.bbp-forum-info .bbp-forum-content {
  color: rgba(0, 0, 0, 0.38); }
#bbpress-forums li.bbp-body li.bbp-forum-freshness a,
#bbpress-forums li.bbp-body li.bbp-forum-freshness .bbp-topic-meta {
  border-bottom: none;
  color: rgba(0, 0, 0, 0.54); }
#bbpress-forums li.bbp-body li.bbp-forum-freshness .bbp-topic-meta .bbp-author-avatar {
  display: none; }
#bbpress-forums li.bbp-footer {
  display: none; }
#bbpress-forums div.bbp-breadcrumb {
  margin: 10px 0; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin: 0;
    font-weight: 500; }
  #bbpress-forums div.bbp-breadcrumb a {
    border-bottom: none; }
  #bbpress-forums div.bbp-breadcrumb .bbp-breadcrumb-sep {
    padding: 0 10px;
    font-size: 16px;
    line-height: 16px; }
#bbpress-forums .bbp-search-form {
  margin: 4.5px 0; }
  #bbpress-forums .bbp-search-form .button {
    margin-left: 5px;
    padding: 8px 15px; }

/* Conferences page */
.post-type-archive-conferences .page-header,
.single-conferences .page-header {
  position: relative; }
  .post-type-archive-conferences .page-header .page-title,
  .single-conferences .page-header .page-title {
    position: relative;
    display: table;
    padding-right: 20px;
    background-color: #fff;
    z-index: 100; }
  .post-type-archive-conferences .page-header:after,
  .single-conferences .page-header:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; }
.post-type-archive-conferences .section-conferences-description,
.single-conferences .section-conferences-description {
  margin-bottom: 60px; }
  .post-type-archive-conferences .section-conferences-description p,
  .single-conferences .section-conferences-description p {
    color: rgba(0, 0, 0, 0.87);
    line-height: 24px; }
.post-type-archive-conferences .section-conferences-container .conferences,
.single-conferences .section-conferences-container .conferences {
  display: flex;
  margin-bottom: 20px; }
  .post-type-archive-conferences .section-conferences-container .conferences img,
  .single-conferences .section-conferences-container .conferences img {
    margin-right: 20px; }
  .post-type-archive-conferences .section-conferences-container .conferences .entry-title,
  .single-conferences .section-conferences-container .conferences .entry-title {
    margin: 0;
    margin-bottom: 20px; }
    .post-type-archive-conferences .section-conferences-container .conferences .entry-title a,
    .single-conferences .section-conferences-container .conferences .entry-title a {
      color: #000;
      font-size: 18px;
      font-weight: 700;
      line-height: 28px; }
.post-type-archive-conferences .entry-meta .conference-date,
.post-type-archive-conferences .entry-meta .conference-place,
.post-type-archive-conferences .entry-meta .conference-more,
.single-conferences .entry-meta .conference-date,
.single-conferences .entry-meta .conference-place,
.single-conferences .entry-meta .conference-more {
  display: block;
  padding-left: 30px;
  background-repeat: no-repeat;
  font-weight: 400;
  margin: 20px 0; }
.post-type-archive-conferences .entry-meta .conference-date,
.single-conferences .entry-meta .conference-date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%0A%3Cpath fill='%23999' d='M17.8,2.2h-1.1v2.2h-3.3V2.2H6.7v2.2H3.3V2.2H2.2C1,2.2,0,3.2,0,4.4v13.3C0,19,1,20,2.2,20h15.6 c1.2,0,2.2-1,2.2-2.2V4.4C20,3.2,19,2.2,17.8,2.2z M17.8,17.8H2.2V8.9h15.6V17.8z M6.1,0H3.9v3.9h2.2V0z M16.1,0h-2.2v3.9h2.2V0z'/%3E%0A%3C/svg%3E");
  background-size: 15px;
  background-position: left center; }
.post-type-archive-conferences .entry-meta .conference-place,
.single-conferences .entry-meta .conference-place {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%0A%3Cpath fill='%23999' d='M19.367,18.102L18,14h-1.5l0.833,4H2.667L3.5,14H2l-1.368,4.102C0.285,19.146,0.9,20,2,20h16 C19.1,20,19.715,19.146,19.367,18.102z M15,5c0-2.761-2.238-5-5-5S5,2.239,5,5c0,4.775,5,10,5,10S15,9.775,15,5z M7.3,5.06 c0-1.491,1.208-2.699,2.7-2.699s2.7,1.208,2.7,2.699c0,1.492-1.209,2.7-2.7,2.7S7.3,6.551,7.3,5.06z'/%3E%0A%3C/svg%3E");
  background-size: 15px;
  background-position: left center; }
.post-type-archive-conferences .entry-meta .conference-more,
.single-conferences .entry-meta .conference-more {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%0A%3Cpath fill='%23999' d='M11.6,10L4.8,2.6C4.2,2,4.2,1,4.8,0.4c0.6-0.6,1.5-0.6,2.1,0l8.3,8.5c0.6,0.6,0.6,1.5,0,2.1l-8.3,8.5 c-0.6,0.6-1.5,0.6-2.1,0c-0.6-0.6-0.6-1.5,0-2.1L11.6,10z'/%3E%0A%3C/svg%3E");
  background-size: 10px;
  background-position: 3px center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.conference-galery {
  padding-top: 3rem;
  margin-top: 1rem;
  margin-bottom: 6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.gallery {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }
  .gallery-caption {
    display: block; }
  .gallery-item {
    text-align: center;
    width: 50%;
    margin: 0; }
    @media all and (min-width: 960px) {
      .gallery-item {
        width: 33.33333%; } }
    .gallery-item a {
      display: block;
      border: none;
      position: relative; }
      .gallery-item a:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: all 0.25s ease-in-out;
        background-color: #005baa;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%0A%3Cpath fill='rgba%28255,255,255,.36%29' d='M46,77c7.85,0,15.044-2.846,20.618-7.554l14.468,14.468c0.39,0.391,0.902,0.586,1.414,0.586  s1.024-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828L69.509,66.681C74.775,60.975,78,53.358,78,45c0-17.645-14.355-32-32-32  S14,27.355,14,45S28.355,77,46,77z M46,17c15.439,0,28,12.561,28,28S61.439,73,46,73S18,60.439,18,45S30.561,17,46,17z'/%3E%0A%3Cpath fill='rgba%28255,255,255,.36%29' d='M32,47h12v12c0,1.104,0.896,2,2,2s2-0.896,2-2V47h12c1.104,0,2-0.896,2-2s-0.896-2-2-2H48V31  c0-1.104-0.896-2-2-2s-2,0.896-2,2v12H32c-1.104,0-2,0.896-2,2S30.896,47,32,47z'/%3E%3C/svg%3E");
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1000; }
      .gallery-item a:hover {
        border: none; }
        .gallery-item a:hover:after {
          opacity: .87; }
    .gallery-item img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      z-index: 100; }

/*
* Evanre styles ENDS here
*/

/*# sourceMappingURL=style.css.map */
