/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */

@font-face {
    font-family: "Avenir-Book";
    src: url("assets/fonts/Avenir-Book.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: "CenturyGothicStd";
	src: url("assets/fonts/CenturyGothicStd.woff") format("woff");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "CenturyGothicStd-Bold";
	src: url("assets/fonts/CenturyGothicStd-Bold.woff") format("woff");
	font-style: normal;
	font-weight: bold;
}

body {
    word-wrap: break-word;
    font-family: Avenir-Book;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0 10px;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

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

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

.gallery-caption {
    display: block;
}

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

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Content */
.main-content-inner {
    padding-bottom: 1.5em;
}

.hentry {
    margin: 0 0 1.5em;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}

/* Clearing */
.clear {
    clear: both;
}

/* Navigation */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
    padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
    display: none;
}

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

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
    margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
    clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

/*----------------------------HEADER-----------------------------*/
.full-header {
    display: grid;;
}

.navbar.navbar-default {
    margin-top: 23px;
    background: none;
    border: none;
    margin-bottom: 8px;

}

/*.home .site-header,
.page-id-428 .site-header,
.page-id-610 .site-header,
.page-id-626 .site-header,
.page-id-570 .site-header,
.page-id-742 .site-header,
.page-id-787 .site-header,
.page-id-865 .site-header,
.page-id-1153 .site-header,
.page-id-572 .site-header,*/
.single-post .site-header,
.category .site-header,
.search-results .site-header,
.search-no-results .site-header,
.tag .site-header,
.page-template-template-resources .site-header,
.page-template-templete-membership .site-header,
.page-template-default .site-header,
.post-type-archive-product .site-header,
.single-tribe_events .site-header,
.post-type-archive-tribe_events .site-header,
.page-template-template-pay-details .site-header{
    position: absolute;
    z-index: 12;
    right: 0;
    left: 0;

}
.post-787 .page-title,
.page-id-865 .page-title{
    display: none;
}

.single-blog-background,
.category-blog-background,
.search-blog-background,
.tag-blog-background,
.resource-background{
    display: none;
}

.single-post .single-blog-background,
.single-post .single-blog-background > h1,
.category .category-blog-background,
.search-results .search-blog-background,
.search-no-results .search-blog-background,
.tag .tag-blog-background

{
    display: block;
    background: #38b6e2;
    text-align: center;
    color: white;
    padding: 5px 0 0px;

    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    /*height: 262px;*/
}
/*.page-id-787 .resource-background,
.page-id-865 .resource-background,*/
.page-template-template-resources .resource-background,
.page-template-templete-membership .resource-background,
.um-page-login .resource-background,
.wpforo .resource-background,
.woocommerce-checkout .resource-background,
.woocommerce-cart .resource-background,
.post-type-archive-product .resource-background,
.single-tribe_events .resource-background,
.post-type-archive-tribe_events .resource-background,
.um-page-password-reset .resource-background,
.page-template-template-pay-details .resource-background{
    display: block;
    background: #33aeb8;
    text-align: center;
    color: white;
    padding: 5px 0 0px;

    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.woocommerce-info {
    border: none;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 60%!important;
}


.single-post,
.category,
.search-results,
.search-no-results,
.tag {
    background: url(http://ykyouth.webhelpagency.com/wp-content/uploads/2018/02/blog.png);
}

.site-header-inner {
    /*padding: 20px 15px 0px;*/
    text-align: center;
    height: 93px;
}

.head-image {
    max-width: 60%;
    margin-top: 25px;
    background: none;
    border: none;
    margin-bottom: 0px;
}
.navbar-brand {
    padding:0;
}
.main-menu {
    background: rgba(255, 255, 255, 0.8196078431372549);
}

.top-menu {
    margin-bottom: 0;
    list-style: none;
    display: inline-flex;
    margin-right: 40px;
}

.top-menu-header {
    padding: 17px 0 18px;
    /*float: right;*/
    float: left;
    z-index: 1000;
}

.top-menu > li, .top-menu > li > a {
    padding: 0 10px 0;
    color: white;
    text-shadow: 0 0 5px black;
    font-size: 14px!important;
}

.social {
    width: 2.5em;
    margin: .5em;
}

.social-links {
    padding: 16px;
    float: right;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    font-size: 14px;
}

.navbar-nav > li:after {
    content: "|";
    bottom: 36px;
    position: relative;
}

.line:after {
    display: none;
}
.underline-latest{
    border-bottom: 1px solid;
    display: block;
    width: 196px;
    color: grey;
}
.underline-policy{
    border-bottom: 1px solid;
    display: block;
    width: 237px;
    color: grey;
}
.underline-blog{
    border-bottom: 1px solid;
    display: block;
    width: 168px;
    color: grey;
}
.buttons {
    padding: 12px 20px 4px;
    text-align: right;
}

.donate {
    background: #c51149;
    border: none;
    color: white;
    width: 200px;
    height: 35px;
    border-radius: 7px;
    font-size: 20px;
    margin-right: 20px;
    /*float: right;*/

}

.join {
    background: #009aa6;
    border: none;
    color: white;
    width: 200px;
    height: 35px;
    border-radius: 7px;
    font-size: 20px;
}

.menu-top-menu-container {
    /*float: right; */
    float: left;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent !important;
}

/*.home .mysticky,
.page-id-428 .mysticky,
.page-id-626 .mysticky,
.page-id-610 .mysticky,
.page-id-570 .mysticky,
.page-id-742 .mysticky,
.page-id-787 .mysticky,
.page-id-865 .mysticky,
.page-id-1153 .mysticky,
.page-id-572 .mysticky,*/
.single-post .mysticky,
.category .mysticky,
.page-template-default .mysticky,
.tag .mysticky{
    position: fixed !important;
    top: 0px;
    width: 100%;
}


h1{font-size: 38px;}
h2{font-size: 26px;  font-weight: bold}
h3{font-size: 20px;  font-weight: bold}
h4{font-size: 18px;  font-weight: bold}


body p, body ul {font-size: 16px;}
#wpadminbar {font-size: 13px!important;}






.home .mysticky > .container-fluid,
.page-id-428 .mysticky > .container-fluid {
    background: #00000073;
}

.dropdown-menu > li > a {
    font-weight: 700 !important;
    font-family: Arial !important;
    font-size: 14px!important;
    line-height: 2;

}

input.wpcf7-form-control.wpcf7-submit {
    background: #009aa6;
    border: none;
    color: white;
    width: 200px;
    height: 35px;
    border-radius: 7px;
    font-size: 20px;
}

.who-we-are {
    padding: 20px 0 50px;
    position: absolute;
    bottom: 25px;
    font-size: 50px;
    width: 100%;
}
.who-we-are-resources {
    padding: 5px 0 50px;
    position: absolute;
    bottom: 0px;
    font-size: 50px;
    width: 100%;
}

.who-we-are-page-background {
    background: url(/wp-content/uploads/2018/02/back.png);
    background-size: cover;
    /*background-position-y: 515em;*/
}
.what-we-do-page-background {
    background: url(/wp-content/uploads/2018/02/what-we-do.png);
    background-size: cover;
    /*background-position-y: 515em;*/
}

.home-background {
    background-image: url(/wp-content/uploads/2018/02/home.png);
    background-size: cover;
    /*background-position: top!important;*/
    /*background-position-y: 52em;*/
}
.resoueces-background{
    background-image: url(/wp-content/uploads/2018/02/resources.png);
    background-size: cover;
}
.text-size{
    font-size: 20px;
}

.single-blog-post {
    padding: 5px 0 50px;
    position: absolute;
    bottom: 0px;
    font-size: 50px;
    width: 100%;
}

.impact-button > button {
    width: 50%;
}

.text-title {
    font-size: 50px;
    padding-bottom: 25px;
}

.down-arrow {
    position: absolute;
    bottom: -23px;
    width: 100%;
}

.down-arrow-resources{
    display: block;
    position: relative;
    top: 23px;
    margin: 0 auto;
    z-index: 99;
}

.down-arrow-blog {
    display: block;
    position: relative;
    top: 23px;
    margin: 0 auto;
    z-index: 99;
}
.tag-blog-background .title-blog-height {
    padding: 20px 0 20px;
}

.single-blog-header {
    margin-top: 280px;
}

.blog-page {
    width: 33%;
    display: inline-table;
    padding: 30px 6px 30px;
}
body.search .blog-page {
	width: auto;
	display: block;
}

.post-title {
    color: black;
}

.post-date {
    font-size: 21px;
    /*float: left;*/
    padding: 3px 0px 0;
}

.read-more-button > button {
    width: 50% !important;
    font-size: 40px;
}

.blog-description > a {
    text-decoration: none !important;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    background: transparent url(/wp-content/uploads/2018/02/search.png) no-repeat 9px center;
    background-size: 32px;
    border: none;
    padding: 9px 30px 9px 32px;
    width: 55px; /* Ширина по умолчанию */

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

input[type=search]:hover {
    background-color: transparent;;
}

input[type=search]:focus {
    width: 130px;
    padding-left: 50px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

input.search-submit {
    display: none;
}

form.search-form {
    display: inline-block;
}

.search-field::-webkit-input-placeholder {
    color: transparent;
}

.search-field:focus::-webkit-input-placeholder {
    color: grey;
}

.widget.widget_search {
    display: none;
}

.title-blog-height {
    margin: 170px 0 0px;
    font-weight: bold !important;
}
.resource-height{
    margin: 170px 0 0px;
    font-weight: bold !important;
}


/*---------stiky navbar menu---------*/
.navbar-toggle .navbar-collapse li {
    display: block;
    float: none;
    border-bottom: 1px solid darkgrey;
}
.navbar-toggle .navbar-collapse {
    width: 0px;
    top: 94px;
    background: #fcfcfc;
    bottom: 0;
    position: fixed;
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    right: 0px;
    transition: width .2s;
    height: auto !important;
    background-image: url(/wp-content/uploads/2018/02/home.png);
}

.mysticky .social-links {
    display: none;
}
.site-navigation .site-navigation-inner.navbar-toggle {
    display: block;
    padding: 0;

}
.site-navigation .site-navigation-inner.navbar-toggle button {
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px;

}
.site-navigation-inner.navbar-toggle .collapse {
    width: 0px;
    visibility: hidden;
    transition: width .2s;
}

.site-navigation-inner.navbar-toggle .collapse.in {
    width: 400px;
    visibility: visible;
    transition: width .2s;
    -webkit-box-shadow: -8px 1px 29px -9px rgba(0,0,0,0.6);
    -moz-box-shadow: -8px 1px 29px -9px rgba(0,0,0,0.6);
    box-shadow: -8px 1px 29px -4px rgba(0,0,0,0.6);
}
.full-header.mysticky {
    background: white;
    border-bottom: 1px solid;
}
.navbar-toggle .navbar-nav >li >a{
    font-family: inherit;
    text-overflow: ellipsis;
    color: #666666;
    line-height: 20px;
    display: block;
    padding: 18px 10px 18px 20px;
    margin: 0;
    text-align: left;
    font-size: 19px;
    font-weight: 500;
}
.navbar-toggle .navbar-nav > li:after{
    display: none;
}
.navbar-toggle .nav.navbar-nav{
    width: 100%;
}
.navbar-toggle .dropdown-menu {
    position: inherit;
    top: 100%;
    left: 0px;
    z-index: 1000;
    float: left;
    min-width: 100%;
    padding: 0 0;
    margin: 2px 0 15px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #88858561;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-collapse .mysearch{
    display: none;
}
.mysearch{display: inline-block;}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}


/*--------------------------Content-----------------------*/

.file-name p {
    padding: 20px 30px 20px;
    font-size: 20px;
}
.helper {
    padding: 0px 10px 0;
}
/*------------------------------------------------------------------*/
.subtitle-member{
    font-size: 24px;
    color: rgb(101, 98, 101);
    line-height: 1.8;
    text-align: left;
}

.member-hr {
    border-top: 5px solid #33aeb8;
    margin-bottom: 35px;
}
.staff-directory p, .my-manager p{
    padding: 15px 0;
}

.membership-button button{
    font-size:24px !important;
    padding: 10px 45px !important;
}

.membership-table tr:nth-of-type(odd){
    background-color: rgb(135, 192, 196);
}

.membership-table tr:nth-of-type(even){
    background-color: rgb(255, 255, 255);
}

tr{
    height:40px;
    color: rgb(101, 101, 101);

}

.table.membership-table thead tr{
    background-color:#009aa6;
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.table>thead>tr>th{
    border:none;
}
/*------------------------------------------------------------------*/
.file-name{
    background: #33aeb8;
    margin: 0px 0px 0;
}
.resources-button a{
    background-color: #33aeb8!important;
    border-color: #33aeb8!important;
}
#before-load {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1001;
}
.header-text {
    width: 100%;
    margin: 0 auto;
    color: white;
    z-index: 11;
    position: relative;
    margin-bottom: 0!important;
}

.figure {
    display: grid;
}

.header-text > .wpb_wrapper > h1,
.header-text > .wpb_wrapper > h2,
.header-text > .wpb_wrapper > h3,
.header-text > .wpb_wrapper > h4{
    padding: 25px; /* TODO: those should have been margins! */
    line-height: 1.8;
    color: white;
}
.header-text > .wpb_wrapper > h1 + h3,
.header-text > .wpb_wrapper > h2 + h3 {
	padding-top: 0;
	margin-top: -10px;
}
.header-text.no-margin {
    margin-bottom: 0 !important;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-white {
    font-size: 40px;
}

.header-text > button {
    width: 40%;
    padding: 0 !important;
    margin-top: 10px;
    margin-bottom: 20px !important;
    font-weight: bold;
}

.content-text {
    text-align: justify !important;
    font-size: 19px;
}

.blog-post {
    padding: 20px 0px 20px;
    width: 24.4%;
    display: inline-block;
    margin: 0 auto;
}
.image img {
    max-width: none;
}

.my-content {
	min-height: 130px;
    padding: 0px 0px 0;
    color: black;
}
.my-content p+p {
	clear: left;
}
.block-news {
    padding: 0 100px 0;
}

.my-content > h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 20px;
}

.image {
    float: left;
    margin-right: 1em;
}

.policy-updates, .latest-news {
    margin: 30px 0 30px;
}
.latest_news {
    display: inline-block;
    color: #c24c3e;
    font-weight: bold;
}
.policy-news {
    display: inline-block;
    color: #a42b75;
    font-weight: bold;
}
.blog-news {
    display: inline-block;
    color: #38b6e2;
    font-weight: bold;
}

.blog-post > a, h3, span {
    text-decoration: none;
    color: black;
}

.blog-post, h3 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
}

.single-image-text {
    position: absolute;
    top: 50%;
    font-size: 20px;
    padding: 0 0 0;
    width: auto;
    left: 50%;
    transform: translate(-50%, -57%);
}

.image-header {
    font-size: 50px;
    color: white;
}

.image-text {
    font-size: 36px;
    line-height: 1;
    color: white;
}

.section-2-header {
    text-align: center;
    font-size: 50px;
    letter-spacing: 5px;
}

.section-2-text {
    text-align: center;
    font-size: 26px;
    line-height: 1.8;
    padding: 0 20px 0;
}

h2.vc_custom_heading {
    font-weight: bold;
    position: relative;
}

.after-join-us {
    padding: 0 100px 0;
}

.date {
    color: grey;
    font-size: 15px;
}

.video-header {
    font-weight: bold;
}

.logout .wpb_wrapper, .logout .wpb_wrapper > a {
    background: #e71555;
    border: none;
    color: white;
    width: 200px;
    height: 35px;
    border-radius: 7px;
    font-size: 20px;
    margin: 0 auto;
    padding: 3px 0 0;
}

.logout .wpb_wrapper > a {
    padding: 3px 68px 4px;
}

.single-column {
    margin: 0 auto;
}

.figure > a, a {
    text-decoration: none !important;
}

.tags {
    font-size: 13px;
    padding: 5px 5px 5px;
    background: #38b6e2;
    margin: 5px 0 5px;
    width: fit-content;
    color: white;
    /*float: left;*/
    text-decoration: none !important;
}
.tags:hover {
	color: white;
}

.tag-single-post {
    float: left;
    margin-right: 40px;
    text-decoration: none !important;
}

.latest_news:after,
.blog-news:after,
.policy-news:after {
    content: "view all";
    color: white;
    margin-left: 10px;
    padding: 4px 8px 0;
    font-size: 23px;
}

.latest_news:after {
    background: #c24c3e
}

.blog-news:after {
    background: #38b6e2
}

.policy-news:after {
    background: #a42b75
}

.flexslider {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.addtoany_content.addtoany_content_bottom {
    float: right;
}

.single-content {
    padding: 40px 130px 40px;
    text-align: justify;
    font-size: 20px;
}
.entry-content-thumbnail {
	padding: 0 130px 0;
	text-align: center;
}
.entry-content-thumbnail img {
	padding-top: 20px;
}

p > a {
    color: #c51149 !important;
    text-decoration: none !important;
}

.more-link {
    color: #337ab7;
    text-decoration: underline !important;
}
.sidebar1,
.resources-page{
    margin: 30px 0 0;
}
.sidebar-padder aside {
    background: #33aeb8;
    padding: 1px 40px 0px;
}
.sidebar-padder aside h3,
.sidebar-padder aside a {
    color: white;
}
.single-circle img {
    width: 90%;
}
.home-arrow{
    text-align: center!important;
    position: relative;
    bottom: 31px;
    margin-bottom: 0!important;
    z-index: 11;
}
:focus {
    outline: none;
}
.blogtitle {
    color: black;
}

.dropdown{
    position: relative;
    display: inline-block;
}

/*.image-test-left .vc_column-inner {*/
/*padding-right: 0!important;*/
/*}*/
/*.image-test-right .vc_column-inner {*/
/*padding-left: 0!important;*/
/*}*/
/*.image-test-center .vc_column-inner {*/
/*padding: 0!important;*/
/*}*/
/*.image-test-1 .vc_single_image-wrapper {*/
/*width: 79%;*/
/*}*/
/*.image-test .vc_single_image-wrapper {*/
/*width: 65%;*/
/*}*/
.follow button {
    font-size: 35px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-menu li {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    display: block;
}



/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}



.vc_btn3.vc_btn3-style-custom {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1))!important;
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1))!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
}
.vc_btn3.vc_btn3-style-custom:hover {
    background-position: 0 100%;
}
.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    border: 1px solid transparent;
    text-decoration: none;
}
.vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 7px;
    cursor: pointer;
    margin: 20px 0;
    background-image: none;
    background-color: transparent;
    color: #5472D2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 14px 20px;
}



.read-more-button{
    text-align: center;
}

.contact-form-block{
    margin: 0 auto;
    width: max-content;
}
#wpforo-wrap #wpforo-menu li > ul{
    background-color: #005eb0!important;
}
.wpforo {
    font-family: Avenir-Book;
}
.wp_teamshowcase_slider.design-3 .teamshowcase-image-bg{
    height: 27em;
}

.navbar-default .navbar-nav > li > a,
.who-we-are,
.who-we-are-resources,
.single-blog-post,
.text-title {
   font-family: "CenturyGothicStd", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif !important;
   font-weight: normal;
}

.nav.navbar-nav,
.post-title,
.post-date,
.table.membership-table thead tr,
.section-2-header,
h1, h2, h3, h4 {
   font-family: "CenturyGothicStd-Bold", "Century Gothic", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif !important;
   font-weight: bold;
}

.find-out-more {
    padding: 0 6px 0;
}

/*.background-title {
    z-index: 4;
    bottom: 104px;
}
/*--------------------------END Content--------------------*/
/*----------------------------FOOTER------------------------*/
.site-footer, .site-info > a {
    background: #656265;
    color: white;
    display: flow-root;
}
.phone-footer, .mail-footer{
    font-size: 16px;
}

.footer-logo {
	float: left;
	height: 8em;
    padding: 2em 35px;
}

.footer_log {
    height: 3em;
}

.social-footer {
	height: 8em;
	padding: 2em 35px;
}

.site-info {
    display: inline-table;
    padding: 0 20px 0;
    color: white;
}

.column-1, .column-2, .column-3 {
    width: 210px;
    padding-right: 50px;
}

.social-container {
    float: right;
    padding: 30px 40px 0px;
    width: max-content;
}

.footer-twitter,
.footer-facebook,
.footer-linkedin {
    width: 1.5em;
    float: right;
    margin: 1em 0 1em .5em;
}

.phone-container {
    float: right;
    /*padding: 0px 50px 0px;*/
}

.phone-container span {
    font-size: 35px;
    color: white;
    float: right;
}

.hentry {
    margin: 0;
}

.main-content-inner {
    padding-bottom: 0;
}

.container {
    padding: 0 15px 0px 15px;
}

section.vc_section.vc_custom_1517313434180.vc_section-has-fill {
    background-position-y: -1150px;
}

.copyright,
.copyright > span {
    text-align: center;
    color: white
}
aside#text-5 {
    display: block;
}
.phone-container p {
    float: right;
}
/*-----------Profile------------------*/
.wpum-profile-tabs-content {
    background: white;
}

.logout > .wpb_wrapper, .logout > .wpb_wrapper > a {

    text-align: center;
    color: white;
    text-decoration: none;

}



/*-----------Pagination-------------*/
.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #23282d;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #38b6e2;
    color: white;
}
.page-pagination{
    text-align: center;
}



#true_loadmore{
    background-color: #ddd; /* сервый фон */
    border-radius: 2px; /* закругление углов */
    display: block; /* блочный элемент, на случай, если захотите использовать <a> */
    text-align: center; /* выравнивание текста по центру */
    font-size: 14px; font-size: 0.875rem; /* размер шрифта */
    font-weight: 800; /* начертание */
    letter-spacing: 1px; /* межбуквенный интервал */
    cursor: pointer; /* курсор мыши при наведении такой же, как при наведении на ссылку */
    text-transform: uppercase;
    padding: 10px 0; /* внутренние отступы сверху и снизу у кнопки */
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; /* CSS-анимация*/
}
#true_loadmore:hover{
    background-color: #767676;
    color: #fff;
}

.image-text {
    font-size: 30px ;
    line-height: 1;
}

.image-header {
    font-size: 32px ;
}


/*-----------media-header-----------------*/


/* IMPORTANT: 
 *
 * 1. Do not go overzealous with amount of @media breakpoints. Choose at most 4. For now they are: tv/wide - 1199px - desktop/normal - 991px - tablet/print/small - 767px - mobile/tiny - 575px (matching bootstrap lg/md/sm/xs).
 * 2. Do not scatter @media breakpoints throughout CSS. Declare them as last thing in CSS for better readability.
 * 3. Do not mix min-width and max-width in one breakpoint. Separate them and order them from largest to smallest for better readability.
 * 4. Do not use !important hack to override a style which is not an inline style. Rearrange and respecify instead.
 */

@media (max-width: 1500px) { /* TODO: how is this breakpoint relevant? */
    .head-image {
        margin-top: 33px;
	}
}

@media (max-width: 1320px) { /* TODO: how is this breakpoint relevant? */
    .social-links{
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .single-post .site-header,
    .page-template-template-resources .site-header,
    .page-template-templete-membership .site-header,
    .page-template-default .site-header,
    .category .site-header,
    .search-results .site-header,
    .search-no-results .site-header,
    .tag .site-header,
    .post-type-archive-product .site-header,
    .single-tribe_events .site-header,
    .post-type-archive-tribe_events .site-header {
        position: inherit;
    }

    .top-menu > li, .top-menu > li > a {
        color: black!important;
        padding: 0 5px 0;
        text-shadow: none;
    }

    .mysticky .top-menu > li > a {
        color: white;
    }

    .single-post .down-arrow-blog,
    .category .down-arrow-blog,
    .down-arrow-resources{
        display: none;
    }

    .title-blog-height,
    .resource-height{
        margin: 28px 0 16px;
        padding-bottom: 32px!important;
    }

    .image-text {
        font-size: 20px ;
    }

    .image-header {
        font-size: 32px;
    }

	.block-news {
	    padding: 0 60px 0;
	}

    .policy-updates, .latest-news {
        display: grid;
    }

    .image {
        width: 100%!important;
        float: none;
        display: block;
    }

    .my-content {
        float: none;
        width: 100%!important;
        padding: 0!important;
        display: block;
    }

    .flexslider .slides img {
        width: 49% !important;
        margin: 0 auto !important;
    }

}

@media screen (max-width: 1320px) and (min-width: 992px) { /* TODO: how is this breakpoint relevant? */
    .social-links {
        display: none;
    }
    .navbar-collapse {
        width: 53em;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .blog-page {
        width: 49%;
    }

    .tags {
        /*margin: 0 auto !important;*/
    }

    .figure {
        margin: 5px 0 0px;
    }

    .menu-top-menu-container {
        text-align: center;
        float: none;
    }

    ul#main-menu {
        width: max-content;
        margin: 0 auto;
        float: none;
    }

	.block-news {
	    padding: 0 20px 0;
	}
	
	.latest_news:after, .blog-news:after, .policy-news:after {
		display: block;
	}
}

@media (min-width: 768px) {
	
	.navbar-nav>li.top-menu-item {
		display: none;
	}
	.navbar-toggle .navbar-nav>li.top-menu-item {
		display: block;
	}

    .impact-button button {
        font-size: 40px ;
        font-weight: bold;
    }


    .who-we-are-page-background {
        background-position-y: 515em;
    }

    .home-background {
        background-position-y: 52em;
    }

    #our-model:before,
    #about-us:before,
    #our-impact:before,
    #our-history:before,
    #our-people:before,
    #vision:before,
    #our-member:before,
    #skills:before,
    #youth-voice:before,
    #training:before,
    #avon:before,
    #become-member:before,
    #attend:before,
    #donate:before,
    #become-corporate:before,
    #fundraise:before,
    #join-club:before
    {
        display: block;
        content: "";
        height: 90px;
        margin: -90px 0 0;
    }
}

@media (max-width: 767px) {
	.parallax-mirror {
		top: 2em !important;
	}
	#masthead {
		position: fixed;
		background: white;
		border-bottom: 1px solid #ddd;
		min-height: 7.5em;
	}
	.main-content {
		padding-top: 7em;
	}
	.header-text > .wpb_wrapper > h1,
	.header-text > .wpb_wrapper > h2,
	.header-text > .wpb_wrapper > h3,
	.header-text > .wpb_wrapper > h4{
		padding: 20px;
	    line-height: 1.4;
	}
	.header-text.wpb_text_column {
		margin-top: -40px!important;
	}
	.home-arrow{
		bottom: 20px;
	}
	h1{font-size: 28px;}
	h2{font-size: 22px;}
	h3{font-size: 18px;}
	h4{font-size: 16px;}

	.donate, .join {
        width: 45%;
    }

	.full-header {
		display: block;
	}    
	.head-image {
		margin-top: .5em;
	}
    .site-header-inner {
    	height: auto;
    	padding-bottom: 1px;
    }
    
    .site-navigation {
    	margin-top: -6em;
    }
    .navbar-default .navbar-collapse {
    	background: white;
    	margin-left: -1.5em;
    	margin-right: -1.5em;
    	position: relative;
    	z-index: 9999;
    	top: -1px;
    }
    .navbar-nav > li:after {
    	display: none;
    }

    .home-video > .wpb_wrapper {
        width: 90% !important;
    }

    .impact-button button {
        font-size: 12px ;
        font-weight: bold;
    }

    .buttons,
    .site-footer-inner {
        text-align: center;

    }

    .top-menu-header,
    .social-links {
        display: none;
        text-align: center;
    }

    button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-white {
        font-size: 20px ;
    }

    .after-join-us,
    .social-container {
        padding: 0 !important;
    }

    .footer-logo {
    	float: none;
        text-align: center;
        margin: 19px 0 0;
        padding: 20px !important;
    }

    aside#text-5 {
        font-size: 22px;
    }

    .video-header {
        font-size: 33px ;
    }

    .blog-post {
        width: 49% !important;
    }

    .social-footer {
        display: flex;
        width: 203px;
        height: 80px;
        margin: 0 auto;
        justify-content: center;
    }
    .social-footer img {
    	margin-right: .5em;
    }

    .phone-container, .phone-container span {
        margin: 0 auto;
        text-align: center;
        float: none !important;
    }

    .single-content,
	.entry-content-thumbnail {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

    .blog-page {
        width: 100%;
        display: inline-grid;
        padding: 30px 6px 30px;
        text-align: center;
    }

    .tags {
        /*margin: 0 auto !important;*/
    }

    .who-we-are {
        padding: 4px 0 28px;
        bottom: -7px;
        font-size: 29px;
    }

    .down-arrow {
        bottom: -47px;
    }

    .down-arrow img {
        width: 40px;
    }

    .block-news {
        padding: 0!important;
    }
    .navbar-toggle {
        margin: auto 0 0;
	}
}

@media screen (max-width: 767px) and (min-width: 576px) { /* TODO: how is this breakpoint relevant? */
    .policy-updates, .latest-news {
        display: -webkit-box!important;
        width: min-content;
    }
}

@media (max-width: 575px) {
	h1{font-size: 24px;}
	h2{font-size: 18px;}
	h3{font-size: 16px;}
	h4{font-size: 14px;}
	
	.donate, .join {
        width: auto;
    }
    
	form.search-form {
        display: block;
    }

    .policy-updates, .latest-news{
        display: block!important;
        margin: 30px 0 30px!important;
    }

    .image img {
        padding: 0px 20px 10px!important;
        max-width: none!important;
        width: 100%!important;
    }

    .my-content{
        width: 100%!important;
    }

    p.section-2-header{
        padding-bottom: 0!important;
    }

    .wpb_wrapper h1 {
        font-size: 29px;
    }

    .image-text {
        font-size: 25px ;
    }

    .image-header {
        font-size: 40px ;
    }
}


/* Do not put anything else here after @media breakpoints! */
