/*-----------------------------------------------------------------------------------
Theme Name: Resala
Theme URI: http://metheme.biz/resala
Description: Charity & Crowd funding Theme
Author: JKThemes
Author URI: http://themeforest.net/user/jk_theme
Version: 2.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: resala
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, theme-options, translation-ready
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
Table of contents

[0] - Variables
[1] - Normailize 
[2] - base styles
[3] - Typography styles
[4] - buttons styles
[5] - helper styles
[6] - navbar styles
[7] - topbar styles
[8] - header styles
[9] - about us styles
[10] - causes styles
[11] - Team styles
[12] - blog styles
[13] - become section styles
[14] - Gallery styles
[15] - Our Numbers styles
[16] - Dark section styles
[17] - Testmonials styles
[18] - Events styles
[19] - Footer styles
[20] - Contact us styles
[21] - partner styles
[22] - Red section styles
[23] - fundraising tabs styles
[24] - rewards styles
[25] - Copy rights styles
[26] - bread crumb styles
[27] - comments styles
[28] - theme  styles

-----------------------------------------------------------------------------------*/
  /*--------------------------------------------------

- [0] - Variables

---------------------------------------------------*/
  /*--------------------------------------------------

- [1] - Normailize 

---------------------------------------------------*/
/*--------------------------------------------------

- [1] - Normalize styles

---------------------------------------------------*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

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

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

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 {
  
  margin: 0.67em 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;
}

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
input[type="button"],
input[type="submit"]{
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
    line-height: normal;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #4ecdc4;
        padding: 10px 15px;
    color: #fff;
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td{
	border: 1px solid;
	padding:10px;
}
th {
	border: 1px solid;
  padding: 10px;
}
p{
  margin: auto;
}
  /*--------------------------------------------------
}

- [2] - base styles

---------------------------------------------------*/
/*--------------------------------------------------

- [2] - Base styles

---------------------------------------------------*/
@font-face {
  font-family: open-sans;
  src: url(framework/css/fonts/OpenSans-Regular.ttf);
  font-weight: 500;
}
@font-face {
  font-family: open-sans;
  src: url(framework/css/fonts/OpenSans-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: open-sans;
  src: url(framework/css/fonts/OpenSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  src: url(framework/css/fonts/RobotoSlab-Regular.ttf);
  font-weight: 700;
}
* {
  box-sizing: border-box;
}

ul.search {
  list-style: none;
}
ul.navbar-content ul{
  list-style: none;
}
a {
  color: #4ecdc4;
}
a:hover {
  text-decoration: none;
  color: #76d8d1;
}

*:focus {
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height:auto;
}

input[type="search"], input[type="text"] , input[type="email"] , input[type="password"],
 input[type="tel"], select{
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}

textarea {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ebebeb;
}

input:focus {
  outline: 0;
  border: 2px solid #ebebeb;
}


ul.pagination > li {
  display: inline-block;
  text-align: center;
  padding: 0;
  color: #818181;
}
ul.pagination > li > a {
  background: #fff;
  border-radius: 0 !important;
  margin-right: 10px;
  border: 1px solid #ebebeb;
  color: inherit;
}
ul.pagination > li.active > a {
  background: #4ecdc4;
  color: #fff;
  border-color: #4ecdc4;
}

  /*--------------------------------------------------

- [3] - Typography styles

---------------------------------------------------*/
body {
  color: #494949;
  font-family: open-sans;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  background: #fff;
}

h1, h2 {
  text-transform: uppercase;
  font-family: Roboto;
}

h3, h4, h5, h6 {
  text-transform: capitalize;
  font-family: open-sans;
  font-weight: 700;
}

/*h1 {
  font-size: 65px;
}

h2 {
  font-size: 25px;
  color: #4ecdc4;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}
*/
p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #818181;
}

  /*--------------------------------------------------

- [4] - buttons styles

---------------------------------------------------*/
/*--------------------------------------------------

- [2] -  Buttons

---------------------------------------------------*/
button {
  border-radius: 3px;
  font-weight: bold;
  display: inline-block;
  border: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 15px;
  color: #fff;
  background: #4ecdc4;
}
button:focus {
  border: 0;
  outline: 0;
}

.button {
  border-radius: 3px;
  font-weight: bold;
  display: inline-block;
  line-height: normal;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #4ecdc4;
  color: #fff;
}
.button.btn-primary {
  background: #4ecdc4;
  color: #fff;
}
.button.btn-primary:hover {
  background: #76d8d1;
}
.button.btn-primary:focus {
  border: 0;
  outline: 0;
}
.button.btn-border-dark {
  background: none;
  color: #000;
  border: 1px solid #000;
}
.button.btn-border-dark:hover {
  background: #000;
  color: #fff;
}
.button.btn-border-light {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.button.btn-border-light:hover {
  background: #fff;
  color: #494949;
}
.button.btn-xlg {
  padding: 0 45px;
  height: 50px;
}
.button.btn-lg {
  padding: 0px 35px;
  height: 50px;
}
a.button.btn-lg {
  padding: 15px 35px;
  height: 50px;
  border:none;
  display: table;
}
a.button.btn-xlg {
  padding: 16px 45px;
  height: 50px;
}
.button.btn-small {
  padding: 10px 20px;
}
.button.btn-x-small {
  padding: 0 20px;
  height: 30px;
  border-radius: 3px;
  font-weight: normal;
  font-size: 12px;
}

.btn-success {
  background: #4ecdc4;
}

.btn-danger {
  background: #ff6b6b;
}

  /*--------------------------------------------------

- [5] - helper styles

---------------------------------------------------*/
/*--------------------------------------------------

- [6] -  Helper classes

---------------------------------------------------*/
.grey-bg {
  background: #f9fafc;
}

.wh-bg {
  background: #fff;
}

.dark-bg {
  background: #18171a;
}

.violet-bg {
  background: #c768ff;
}

.red-bg {
  background: #ff6b6b;
}

.teal-bg {
  background: #4ecdc4;
}

.parallax-bg {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.overlay-dark {
  position: relative;
  z-index: 4;
}
.overlay-dark .container {
  position: relative;
  z-index: 4;
}
.overlay-dark:after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.overlay-dark2 {
  position: relative;
  z-index: 2;
}
.overlay-dark2:after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.overlay-dark3 {
  position: relative;
  z-index: 2;
}
.overlay-dark3 .container {
  position: relative;
  z-index: 4;
}
.overlay-dark3:after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nopadding-bottom {
  padding-bottom: 0 !important;
}

.nopadding-left {
  padding-left: 0 !important;
}

.nopadding-right {
  padding-right: 0 !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  clear: both;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 3;
}
.section-title h2 {
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.section-title .description-text {
  margin-top: 35px;
  margin-bottom: 0;
  max-width: 530px;
  margin-left: auto;
  line-height: 1.5;
  margin-right: auto;
  color: #a6aaaa;
}
.section-title .underlines {
  color: #818181;
  width: 212px;
  margin: auto;
  font-size: 14px;
  position: relative;
}
.section-title .underlines .icon {
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -7px;
}
.section-title .underlines .right {
  width: 50%;
  float: right;
  display: block;
  position: relative;
}
.section-title .underlines .right:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 4px;
  height: 1px;
  width: 90px;
  background: #818181;
}
.section-title .underlines .right:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 8px;
  height: 1px;
  width: 57px;
  background: #818181;
}
.section-title .underlines .left {
  width: 50%;
  float: left;
  display: block;
  position: relative;
}
.section-title .underlines .left:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 4px;
  height: 1px;
  width: 90px;
  background: #818181;
}
.section-title .underlines .left:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 8px;
  height: 1px;
  width: 57px;
  background: #818181;
}

.sub-section-title {
  margin-bottom: 25px;
}
.sub-section-title h3 {
  margin-top: 0;
}
.sub-section-title .underlines {
  width: 90px;
  position: relative;
}
.sub-section-title .underlines .left {
  float: left;
  display: block;
  position: relative;
}
.sub-section-title .underlines .left:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 1px;
  width: 90px;
  background: #818181;
}
.sub-section-title .underlines .left:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  height: 1px;
  width: 57px;
  background: #818181;
}
.sub-section-title:after {
  clear: both;
  content: '';
  display: table;
}

.progressbar {
  background: #e6e6e6;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: none;
  position: relative;
  height: 6px;
  border-radius: 3px;
  text-align: left;
}
.progressbar .progress-nm {
  height: 6px;
  top: 0;
  left: 0;
  position: absolute;
  width: 0;
  border-radius: 3px;
  background: #4ecdc4;
  max-width: 100%;
  text-align: left;
}
ul.meta{
  padding: 0px;
}
.tag {
  background: #c6c6c6;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
}
.tag a{
  color: #fff;
}
.meta {
  color: #708090;
}

.nomargin {
  margin: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

.form-group {
  position: relative;
}
.form-group input {
  width: 100%;
}
.form-group .icon {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #a9a8a7;
  right: 15px;
}

  /*--------------------------------------------------

- [6] - navbar styles

---------------------------------------------------*/
/*--------------------------------------------------

- [3] - Navbar styles

---------------------------------------------------*/
body {
  background: #fff;
}

.primary-navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  position: relative;
  z-index: 9;
}
.primary-navbar #logo {
  float: left;
  transition: all 0.3s;
  min-width: 200px;
  height: 120px;
  position: relative;
}
.primary-navbar #logo img {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.primary-navbar .navbar-content {
  float: right;
  margin-right: 30px;
  margin-bottom: 0px;
}
.primary-navbar .navbar-content > li {
  display: inline-block;
  margin-right: 30px;
}
.primary-navbar .navbar-content > li:last-of-type {
  margin-right: 0;
}
.primary-navbar .navbar-content > li > a {
  line-height: 120px;
  transition: all 0.3s;
}
.primary-navbar .navbar-content > li a {
  font-weight: 700;
  color: #494949;
}
.primary-navbar .navbar-content > li a:hover {
  color: #4ecdc4;
}
.primary-navbar .navbar-content > li.active > a {
  color: #4ecdc4;
}
/*.primary-navbar .navbar-content > li.drop-down {
  position: relative;
}
.primary-navbar .navbar-content > li.drop-down:after {
  content: "\f107";
  font-family: "FontAwesome";
}
.primary-navbar .navbar-content > li.drop-down ul {
  padding: 10px 20px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
  left: 0;
  top: 120px;
  background: #fff;
  transition: all 0.3s;
  transform: translateY(15px);
  overflow: hidden;
  z-index: 9;
}
.primary-navbar .navbar-content > li.drop-down ul li {
  text-align: left;
  margin: 15px 0;
}
.primary-navbar .navbar-content > li.drop-down ul li a {
  line-height: normal;
}
.primary-navbar .navbar-content > li.drop-down:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
*/
.primary-navbar .navbar-content > li.menu-item-has-children {
  position: relative;
}
.primary-navbar .navbar-content > li.menu-item-has-children:after {
  content: "\f107";
  font-family: "FontAwesome";
}
.primary-navbar .navbar-content > li.menu-item-has-children  ul {
  padding: 10px 20px;
  position: absolute;
  display: none;
  left: 0;
  top: 120px;
  min-width: 200px;
  background: #fff;
  transition: all 0.3s;
  transform: translateY(15px);
  overflow: hidden;
  z-index: 9;
}
.primary-navbar .navbar-content > li.menu-item-has-children > ul > li.menu-item-has-children > ul  {
  padding: 10px 20px;
  position: absolute;
  visibility: visible;
  opacity: 1;
  display: none;
  min-width: 200px;
  left: 100%;
  top:0px;
  background: #fff;
  transition: all 0.3s;
  transform: translateY(15px);
  overflow: hidden;
  z-index: 999999999;
}
.primary-navbar .navbar-content > li.menu-item-has-children ul li {
  text-align: left;
  margin: 15px 0;
}
.primary-navbar .navbar-content > li.menu-item-has-children ul li a {
  line-height: normal;
}
.primary-navbar .navbar-content > li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
  transform: translateY(0px);
}
.primary-navbar .navbar-content > li.menu-item-has-children > ul > li.menu-item-has-children:hover > ul {
  display: block;
  transform: translateY(0px);
}

.primary-navbar ul.search {
  float: right;
  line-height: 120px;
  cursor: pointer;
  margin-bottom: 0px;
}
.primary-navbar ul.search i {
  font-size: 16px;
}
.primary-navbar .search-bar {
  position: absolute;
  width: 100%;
  height: 80px;
  display: none;
  top: 119px;
  right: 0;
  z-index: 8;
}
.primary-navbar .search-bar input {
  width: 100%;
  height: 80px;
  border-radius: 0;
}
.primary-navbar .menu-toggle {
  position: absolute;
  background: #f9fafc;
  height: 40px;
  display: none;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  left: 15px;
  cursor: pointer;
  top: 33%;
  margin-top: -20px;
  font-size: 20px;
}
.primary-navbar .menu-toggle i {
  line-height: 40px;
}
.primary-navbar .data {
  float: right;
  line-height: 120px;
}
.primary-navbar .data .cta {
  float: right;
  margin-top: 47px;
  margin-left: 20px;
}
.primary-navbar.ts {
  background: none;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.primary-navbar.ts .navbar-content > li > a {
  color: #fff;
}
.primary-navbar.ts .navbar-content > li.drop-down:after {
  color: #fff;
}
.primary-navbar.ts .navbar-content > li.menu-item-has-children:after {
  color: #fff;
}
.primary-navbar.ts.fixed {
  background: #fff;
}
.primary-navbar.ts.fixed .navbar-content > li > a {
  color: #494949;
}
.primary-navbar.ts.fixed .data .cta {
  margin-top: 25px;
}
.primary-navbar.fixed {
  position: fixed;
  transition: all 0.3s;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  min-height: 80px;
}
.admin-bar .primary-navbar.fixed {
  
  top: 30px;
 
}
.primary-navbar.fixed #logo {
  height: 80px;
}
.primary-navbar.fixed #logo img {
  height: 40px;
}
.primary-navbar.fixed .navbar-content > li a {
  line-height: 80px;
}
.primary-navbar.fixed ul.search {
  line-height: 80px;
}
.primary-navbar.fixed .navbar-content > li.drop-down ul {
  top: 80px;
}
.primary-navbar.fixed .navbar-content > li.menu-item-has-children ul {
  top: 80px;
}
.primary-navbar.fixed .search-bar {
  top: 79px;
}

@media screen and (max-width: 992px) {
  .primary-navbar, .primary-navbar.fixed {
    height: 80px;
  }
  .primary-navbar .menu-toggle, .primary-navbar.fixed .menu-toggle {
    display: block;
  }
  .primary-navbar ul.navbar-content, .primary-navbar.fixed ul.navbar-content {
    background: #fff;
    position: absolute;
    left: 0;
    padding-left: 15px;
    top: 80px;
    width: 100%;
  }
  .primary-navbar ul.navbar-content > li, .primary-navbar.fixed ul.navbar-content > li {
    display: block;
    width: 100%;
  }
  .primary-navbar ul.navbar-content > li > a, .primary-navbar.fixed ul.navbar-content > li > a {
    line-height: 40px;
  }
  .primary-navbar ul.navbar-content > li.drop-down, .primary-navbar.fixed ul.navbar-content > li.drop-down {
    background: #f9fafc;
  }
  .primary-navbar ul.navbar-content > li.drop-down:after, .primary-navbar.fixed ul.navbar-content > li.drop-down:after {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .primary-navbar ul.navbar-content > li.drop-down ul, .primary-navbar.fixed ul.navbar-content > li.drop-down ul {
    position: relative;
    background: #f9fafc;
    padding: 0 20px;
    padding-left: 50px;
    margin-left: -35px;
    top: auto;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .primary-navbar #logo, .primary-navbar.fixed #logo {
    height: 80px;
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px;
  }
  .primary-navbar .navbar-content, .primary-navbar.fixed .navbar-content {
    display: none;
    transition: all 0.3s;
  }
  .primary-navbar .navbar-content.shown, .primary-navbar.fixed .navbar-content.shown {
    display: inline-block;
    transition: all 0.3s;
  }
  .primary-navbar.primary-navbar.hidden, .primary-navbar.fixed.primary-navbar.hidden {
    display: none;
  }
  .primary-navbar ul.search, .primary-navbar.fixed ul.search {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 80px;
    margin-top: 0;
  }
  .primary-navbar .search-bar, .primary-navbar.fixed .search-bar {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .primary-navbar.ts {
    background: #fff;
    position: relative;
  }
}
  /*--------------------------------------------------

- [7] - topbar styles

---------------------------------------------------*/
/*--------------------------------------------------

- [4] - Top bar

---------------------------------------------------*/
.top-bar {
  height: 50px;
  line-height: 50px;
  background: #f9fafc;
  border-bottom: 1px solid #ebebeb;
  color:  #708090;
  font-size: 12px;
  overflow: hidden;
}
.top-bar .left-content {
  float: left;
}
.top-bar .left-content li {
  float: left;
  padding-left: 45px;
  padding-right: 15px;
  border-right: 1px solid #ebebeb;
  position: relative;
  list-style: none;
}
.top-bar .left-content li a {
  color: #fff;
}
.top-bar .left-content li .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -23px;
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}
.top-bar .left-content li.login a {
  color:  #708090;
}
.top-bar .right-content {
  float: right;
  overflow: hidden;
}
.top-bar .right-content .social {
  line-height: 50px;
  display: inline-block;
}
.top-bar .right-content .social li {
  display: inline-block;
  margin-right: 15px;
}
.top-bar .right-content .social li a {
  color:  #fff;
  font-size: 14px;
  position: relative;
  transition: all 0.3s;
}
.top-bar .right-content .social li:hover a {
  color: #a6aaaa;
  top: 1px;
}
.top-bar .right-content button {
  float: right;
  margin-top: 11px;
  line-height: 27px;
}
.top-bar.green {
  background: #4ecdc4;
  color: #fff;
}
.top-bar.green .right-content .social li a {
  color: #fff;
}
.top-bar.green .left-content li {
  border-right: 1px solid #36bfb5;
}

/* responsive */
@media screen and (max-width: 992px) {
  .right-content {
    text-align: center;
    margin: auto;
    width: 100%;
  }

  .left-content {
    display: none;
  }
}
  /*--------------------------------------------------

- [8] - header styles

---------------------------------------------------*/
/*--------------------------------------------------

- [5] - Header

---------------------------------------------------*/
header .content {
  margin-top: 150px;
  max-width: 650px;
  position: relative;
  z-index: 3;
}
header .content.right {
  float: right;
}
header h1 {
  font-size: 48px;
  margin: 0;
  padding: 0;
  color: #141414;
  margin-bottom: 30px;
}
header h1.white {
  color: #fff;
}
header p {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #333;
}
header p.white {
  color: #f9fafc;
}
header .buttons li {
  display: inline-block;
  margin-right: 30px;
}
header .buttons li:last-of-type {
  margin-right: 0;
}
header .buttons li i {
  margin-right: 10px;
}

header {
  height: 550px;
  width: 100%;
  overflow: hidden;
}
header.version1 {
  background: url(img/header-bg1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
header.version1 p {
  max-width: 500px;
  color: #141414;
  font-size: 16px;
  font-weight: 700;
}
header.version2 {
  height: 600px;
  background: url(img/header-bg2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
header.version2 .content {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header.version2 h1 {
  font-size: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
header.version2 p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
header.version3 {
  background: url(img/header-bg3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}
header.version3 h1 {
  font-size: 36px;
  color: #fff;
}
header.version3 p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
header.version4 {
  background: url(img/header-bg4.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
header.version4 .content {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header.version4 h1 {
  font-size: 45px;
}
header.version4 p {
  font-size: 22px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
header.version5 {
  background: url(img/header-bg5.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
header.version5 p {
  max-width: 500px;
  color: #141414;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  header.version3 {
    height: 600px;
  }
}
@media screen and (max-width: 992px) {
  header {
    height: auto;
    padding-bottom: 35px;
  }
  header .content {
    margin-top: 50px;
  }
  header .content h1 {
    font-size: 36px !important;
  }
  header .content p {
    font-size: 16px !important;
  }
  header .content .buttons li {
    margin-bottom: 20px;
    margin-right: 15px;
  }

  header.version2 {
    height: auto;
  }

  header.version3 {
    height: auto;
  }

  header.version4 {
    padding-top: 50px;
  }
}
  /*--------------------------------------------------

- [9] - about us styles

---------------------------------------------------*/
/*--------------------------------------------------

- [6] - About us

---------------------------------------------------*/
.about-us .content {
  position: relative;
}
.about-us .content img {
  width: 100%;
}
.about-us .content .play-button {
  position: absolute;
  z-index: 12;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 20px;
  margin-left: -34px;
  margin-top: -34px;
  left: 50%;
  top: 50%;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .about-us .content {
    margin-bottom: 30px;
  }
}
.about-us .right p {
  line-height: 1.8;
  margin-bottom: 15px;
}

  /*--------------------------------------------------

- [10] - causes styles

---------------------------------------------------*/
/*--------------------------------------------------

- [7] -  Causes

---------------------------------------------------*/
.single-cause {
  background: #fff;
  border-radius: 3px;
  position: relative;
  
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.single-cause h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.single-cause h3 a {
  color: inherit;
  transition: all 0.3s;
  color: #333;
}
.single-cause h3 a:hover {
  color: #4ecdc4;
}
.single-cause ul {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0px;
}
.single-cause ul li {
  display: inline-block;
  margin-right: 5px;
}
.single-cause ul li .title {
  color: #818181;
  font-weight: 700;
}
.single-cause ul li .number {
  color: #4ecdc4;
}
.single-cause ul li:last-child {
  float: right;
}

.single-cause.horizontal {
  padding: 30px 20px 30px 280px;
}
.single-cause.horizontal .img {
  width: 260px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
}
.single-cause.horizontal .img img {
  height: 230px;
}
.single-cause.horizontal .content {
  position: relative;
  overflow: hidden;
}
.single-cause.horizontal .content p {
  color: #818181;
  margin-top: 20px;
  line-height: 1.5;
  margin: 0;
}

.single-cause.vertical {
  text-align: center;
}
.single-cause.vertical .img {
  width: 100%;
  height: 183px;
  overflow: hidden;
}
.single-cause.vertical .content {
  padding: 20px;
}
.single-cause.vertical .content ul {
  text-align: left;
}
.single-cause.vertical .content h3 {
  overflow: hidden;
}

.single-cause.one .content {
  padding: 30px 15px;
}
.single-cause.one .img {
  max-height: 380px;
  overflow: hidden;
}
.single-cause.one .img img {
  width: 100%;
}

.causes .slick-slide {
  height: auto;
}

.cause-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cause-page .cause-img {
  margin-bottom: 30px;
  position: relative;
}
.cause-page .cause-img button {
  position: absolute;
  z-index: 3;
  left: 15px;
  bottom: 15px;
}
.causepost-container {
  margin: auto;
  width: 700px;
}
@media screen and (max-width: 1200px) {
  .single-cause.horizontal .content ul li:last-child {
    float: left;
  }
}
@media screen and (max-width: 992px) {
  .single-cause.vertical .content ul li:last-child {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .single-cause.horizontal {
    padding: 0 0 20px 0;
  }
  .single-cause.horizontal .img {
    width: 100%;
    height: auto;
    position: static;
  }
  .single-cause.horizontal .img img {
    width: 100%;
    height: auto;
  }
  .single-cause.horizontal .content {
    margin-top: 30px;
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .single-cause.vertical .content ul li:last-child {
    float: left;
  }
}
  /*--------------------------------------------------

- [11] - Team styles

---------------------------------------------------*/
/*--------------------------------------------------

- [7] -  Our Team

---------------------------------------------------*/
.our-team .team-member {
  margin-bottom: 30px;
  overflow: hidden;
}
.our-team .team-member h4 {
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .team-member .title {
  margin-bottom: 5px;
  font-size: 12px;
  font-style: italic;
  display: block;
  color: #708090;
}
.our-team .team-member ul.social li {
  width: 28px;
  float: left;
  margin-bottom: 5px;
  background: #4ecdc4;
  margin-right: 10px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
  list-style: none;
}
.our-team .team-member ul.social li a {
  display: block;
}
.our-team .team-member ul.social li i {
  color: #fff;
  line-height: 28px;
}
.our-team .team-member ul.social li:hover {
  background: #62d3cb;
}
.our-team .team-member p {
  line-height: 1.6;
  color: #818181;
  height: 6.4em;
  margin-bottom: 10px;
  overflow: hidden;
}
.our-team .team-member-wrap:nth-last-child(1) .team-member, .our-team .team-member-wrap:nth-last-child(2) .team-member {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .our-team .team-member-wrap .team-member {
    margin-bottom: 30px;
  }
  .our-team .team-member-wrap:nth-last-child(1) .team-member, .our-team .team-member-wrap:nth-last-child(2) .team-member {
    margin-bottom: 30px;
  }
  .our-team .img {
    margin-bottom: 15px;
  }
}

  /*--------------------------------------------------

- [12] - blog styles

---------------------------------------------------*/
/*--------------------------------------------------

- [8] -  Blog

---------------------------------------------------*/
.our-blog .blog-post {
  background: #fff;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.our-blog .blog-post .img {
  width: 100%;
  overflow: hidden;
}
.our-blog .blog-post .img img {
  max-width: 100%;
}
.our-blog .blog-post .content {
  padding: 25px;
  background: #fff;
}
.our-blog .blog-post .content .title {
  margin-top: 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.our-blog .blog-post .content .title a {
  color: #333;
  word-wrap: break-word;
}
.our-blog .blog-post .content .meta ul {
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 0px;
}
.our-blog .blog-post .content .meta ul li {
  float: left;
  color: #708090;
  margin-right: 20px;
  list-style: none;
}
.our-blog .blog-post .content .meta ul li i {
  margin-right: 10px;
}
.our-blog .blog-post .content .meta ul li:last-of-type {
  margin-right: 0;
}
.our-blog .blog-post .content p {
  margin-bottom: 20px;
  color: #818181;
}
.our-blog .blog-post:hover .title {
  color: #4ecdc4;
}
.our-blog nav.pagination {
  text-align: center;
  margin: auto;
  margin-top: 50px;
  display: block;
}
.our-blog ul.paginaiton {
  text-align: center;
  display: block;
}

.blog-page .img-header {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.blog-page .img-header img {
  max-height: 400px;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.post-container {
  margin: auto;
}
.post-container .post-title {
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 30px;

}
.post-container .date {
  color: #708090;
}
.post-container p {
  color: #818181;
  margin-bottom: 30px;
}
.post-container .tags {
  margin-top: 20px;
}
.post-container .tags li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.post-container .tags li a{
    color: #fff;
}
.single-blog-page{
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .post-container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 992px) {
  .our-blog .blog-post {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .our-blog .blog-post .img {
    height: auto;
  }
  .our-blog .blog-post .content .meta ul li {
    margin-right: 10px;
  }
}
   /*--------------------------------------------------

- [13] - become section styles

---------------------------------------------------*/
/*--------------------------------------------------

- [9] -  Become section

---------------------------------------------------*/
.become-section .become-a-thing {
  padding: 40px 40px;
  overflow: hidden;
}
.become-section .become-a-thing .title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.become-section .become-a-thing p {
  color: #fff;
  margin-bottom: 25px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .become-section .become-a-thing {
    height: auto;
  }
  .become-section .become-a-thing p {
    height: auto;
  }
}
  /*--------------------------------------------------

- [14] - Gallery styles

---------------------------------------------------*/
/*--------------------------------------------------

- [9] -  Our Gallery

---------------------------------------------------*/
.our-gallery .images-container .img {
  position: relative;
  float: left;
  width: 20%;
  overflow: hidden;
}
.our-gallery .images-container .img img {
  width: 100%;
}
.our-gallery .images-container .img .overlay {
  transition: all 0.8s;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  top: 0;
  left: 0;
}
.our-gallery .images-container .img .overlay .icon {
  width: 40px;
  transform: translateY(100px);
  transition: all 0.3s;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
.our-gallery .images-container .img .overlay i {
  color: #494949;
  line-height: 40px;
}
.our-gallery .images-container .img:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.our-gallery .images-container .img:hover .overlay .icon {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .our-gallery .images-container .img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .our-gallery .images-container .img {
    width: 100%;
    height: auto;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

  /*--------------------------------------------------

- [15] - Our Numbers styles

---------------------------------------------------*/
/*--------------------------------------------------

- [10] -  Our Numbers

---------------------------------------------------*/
.our-numbers {
  background: url(img/numbers-bg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.our-numbers .single-number {
  text-align: center;
  position: relative;
  z-index: 9;
}
.our-numbers .single-number .icon, .our-numbers .single-number .content {
  display: inline-block;
}
.our-numbers .single-number .icon {
  margin-right: 20px;
}
.our-numbers .single-number .icon i {
  font-size: 55px;
}
.our-numbers .single-number .content {
  text-align: left;
}
.our-numbers .single-number .content .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  max-width: 120px;
}
.our-numbers .single-number .content .number {
  font-size: 24px;
  font-weight: 700;
}
.our-numbers .single-number.yellow {
  color: #fdd93a;
}
.our-numbers .single-number.red {
  color: #ff6b6b;
}
.our-numbers .single-number.violet {
  color: #c768ff;
}
.our-numbers .single-number.teal {
  color: #4ecdc4;
}
.yellow .content h6.title{
 color:#fdd93a;
}
.red .content h6.title{
 color:#ff6b6b;
}
.violet .content h6.title{
 color:#c768ff;
}
.teal .content h6.title{
 color:#4ecdc4;
}
@media screen and (max-width: 992px) {
  .our-numbers .single-number {
    margin-bottom: 30px;
    text-align: left;
  }
}
  /*--------------------------------------------------

- [16] - Dark section styles

---------------------------------------------------*/
/*--------------------------------------------------

- [11] -  Dark section

---------------------------------------------------*/
.dark-section {
  height: 500px;
  overflow: hidden;
}
.dark-section .sub-section-title:after {
  content: normal;
}
.dark-section .left {
  background: url(img/bg-1.jpg) no-repeat;
  background-size: cover;
  height: 500px;
}
.dark-section .left.adopt {
  background: url(img/bg-2.jpg) no-repeat top center;
  background-size: cover;
}
.dark-section .right {
  height: 500px;
  padding: 100px 50px;
  background: #18171a;
}
.dark-section .right .sub-section-title {
  color: #4ecdc4;
}
.dark-section .right p {
  color: #ddd;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .dark-section .right {
    padding: 50px;
  }
}
@media screen and (max-width: 992px) {
  .dark-section {
    height: auto;
  }
  .dark-section .left {
    height: 300px;
  }
  .dark-section .right {
    height: auto;
    padding: 30px 15px;
  }
}
  /*--------------------------------------------------

- [17] - Testmonials styles

---------------------------------------------------*/
/*--------------------------------------------------

- [12] -  Testmonials

---------------------------------------------------*/
.testmonials {
  text-align: center;
}
.testmonials .single-testmonial {
  height: auto;
}
.testmonials img {
  width: 77px;
  height: 77px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
.testmonials .person-name {
  color: #494949;
  margin-top: 15px;
  margin-bottom: 5px;
}
.testmonials .title {
  color: #708090;
  font-style: italic;
  margin-top: 30px;
}
.testmonials p {
  max-width: 580px;
  margin: auto;
  color: #494949;
  margin-top: 5px;
}

.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  height: 10px;
  width: 10px;
  content: '';
  opacity: 1;
  background: #cecece;
  border-radius: 0;
}
.slick-dots li.slick-active button:before {
  background: #4ecdc4;
}

  /*--------------------------------------------------

- [18] - Events styles

---------------------------------------------------*/
/*--------------------------------------------------

- [13] -  Events

---------------------------------------------------*/
.events .single-event.vertical {
  text-align: left;
  overflow: hidden;
  height: 196px;
  position: relative;
}
.events .single-event.vertical .img {
  height: 196px;
  transition: all 0.5s;
}
.events .single-event.vertical .img img {
  height: 100%;
}
.events .single-event.vertical .content {
  position: absolute;
  transform: translateY(100px);
  transition: all 0.5s;
  padding-left: 35px;
  padding-right: 35px;
  z-index: 9;
  color: #fff;
  left: 0;
  bottom: 5px;
}
.events .single-event.vertical .content .event-title {
  margin-bottom: 3px;
}
.events .single-event.vertical .content .event-title a {
  color: #fff;
}
.events .single-event.vertical .content ul {
  overflow: hidden;
  margin-bottom: 5px;
  color: #a9a8a7;
  list-style: none;
  padding: 0px;
}
.events .single-event.vertical .content ul li {
  float: left;
  margin-right: 20px;
}
.events .single-event.vertical .content ul li:after {
  clear: both;
  content: '';
  display: table;
}
.events .single-event.vertical .content ul li i {
  margin-right: 10px;
}
.events .single-event.vertical .content p {
  display: block;
  line-height: 1.5;
  height: 6em;
  color: #d9d9d9;
}
.events .single-event.vertical:hover .img:after {
  background: rgba(0, 0, 0, 0.8);
}
.events .single-event.vertical:hover .content {
  transform: translateY(0px);
}
.events .single-event.horizontal {
  background: #fff;
  overflow: hidden;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.events .single-event.horizontal .img img {
  width: 100%;
}
.events .single-event.horizontal .content {
  padding: 25px 30px;
  overflow: hidden;
}
.events .single-event.horizontal .content .event-title {
  color: #494949;
  text-transform: uppercase;
}
.events .single-event.horizontal .content .event-title a {
  color: #494949;
}
.events .single-event.horizontal .content p {
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden;
}
.events .single-event.horizontal .information {
  color: #818181;
}
.events .single-event.horizontal .information .meta-list {
  float: left;
  color: #708090;
  max-width: 35%;
  list-style: none;
  padding-left: 0px;
}
.events .single-event.horizontal .information .meta-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.events .single-event.horizontal .information .meta-list i {
  margin-right: 5px;
}
.events .single-event.horizontal .information .count-down {
  float: right;
}
.events .single-event.horizontal .information .count-down ul {
  float: right;
  list-style: none;
  padding-left: 0px;
}
.events .single-event.horizontal .information .count-down li {
  height: 64px;
  width: 64px;
  float: left;
  margin-right: 15px;
  color: #708090;
  background: #f9fafc;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.events .single-event.horizontal .information .count-down li h5 {
  margin: 0;
  line-height: 1.4;
  font-size: 10px;
}
.events .single-event.horizontal .information .count-down li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .single-event.vertical {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .events .single-event.vertical {
    height: auto;
    margin-bottom: 30px;
  }
  .events .single-event.vertical .img {
    height: auto;
  }
  .events .single-event.vertical .img img {
    height: auto;
  }
  .events .single-event.vertical .content {
    transform: translateY(-10px);
  }
  .events .single-event.vertical .content p {
    display: none;
  }
  .events .single-event.horizontal .information .meta-list {
    float: none;
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
  }
  .events .single-event.horizontal .information .count-down {
    float: none;
    display: none;
  }
  .events .single-event.horizontal .information .count-down ul {
    float: none;
  }
}
  /*--------------------------------------------------

- [19] - Footer styles

---------------------------------------------------*/
/*--------------------------------------------------

- [14] -  Footer

---------------------------------------------------*/
footer {
  clear: both;
  padding: 60px 0;
  color: #fff;
}
footer ul{
  margin: 0px;
  padding: 0px;
}
footer.dark {
  background: #0d1c21;
}
footer.dark .sub-section-title {
  color: #fff;
  margin-bottom: 30px;
}
footer.dark p {
  font-size: 12px;
  color: #f5f5f5;
}
footer.centerd {
  border-top: 1px solid #ebebeb;
  color: #708090;
}
footer.centerd p {
  max-width: 600px;
  text-align: center;
  margin: 20px auto;
}
footer.centerd .social li {
  margin-right: 10px;
  margin-left: 10px;
}
footer.centerd .social li i {
  color: #708090;
  font-size: 18px;
}
footer .social {
  color: #f5f5f5;
  font-size: 14px;
}
footer .social li {
  display: inline-block;
  margin-right: 5px;
}
footer .social li:last-of-type {
  margin-right: 0;
}
footer .social li a {
  color: #f5f5f5;
}
footer .links {
  font-size: 12px;
}
footer .links li {
  margin-bottom: 10px;
}
footer .links li a {
  color: inherit;
}
footer .links li i {
  margin-right: 5px;
}
footer .posts li {
  margin-bottom: 15px;
  overflow: hidden;
}
footer .posts li:last-of-type {
  margin-bottom: 0;
}
footer .posts li .img {
  width: 70px;
  float: left;
  margin-top: 5px;
  height: 70px;
  margin-right: 15px;
  overflow: hidden;
}
footer .posts li .content {
  float: left;
  max-width: 160px;
}
footer .posts li .content .post-title {
  font-size: 12px;
  overflow: hidden;
  margin: 0;
  line-height: 19px;
}
footer .posts li .content .post-title a {
  color: inherit;
}
footer .posts li .content .date {
  font-size: 10px;
  color: #cccccc;
}
footer .flicker-feed {
  overflow: hidden;
}
footer .flicker-feed li {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
footer .flicker-feed img{
  width: 80px;
  margin-bottom: 10px;
}
footer .logo {
  text-align: center;
  margin: auto;
  width: 225px;
}
footer a{
  color: #fff;

}
footer a:hover{
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-col {
    margin-bottom: 30px;
  }
}
  /*--------------------------------------------------

- [20] - Contact us styles

---------------------------------------------------*/
/*--------------------------------------------------

- [15] -  contact us

---------------------------------------------------*/
.contact-us .form-outer {
  float: none;
  margin: auto;
  display: inline-block;
  text-align: center;
}
.contact-us .form-outer.message {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-us .form-group {
  position: relative;
}
.contact-us .form-group input {
  width: 100%;
}
.contact-us .form-group .icon {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #a9a8a7;
  right: 15px;
}
.contact-us textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 150px;
  border-radius: 3px;
  resize: none;
  padding-top: 15px;
}
.contact-us .submit {
  width: 100%;
  height: 50px;
  margin-top: 30px;
}

.map {
  padding-bottom: 30%;
}
@media screen and (max-width: 768px) {
  .map {
    padding-bottom: 50%;
  }
}

.map iframe {
  width: 100%;
  border: 0;
  pointer-events: none;
  framerborder: 0;
}

  /*--------------------------------------------------

- [21] - partner styles

---------------------------------------------------*/
/*--------------------------------------------------

- [16] - Partners

---------------------------------------------------*/
.partners .single-partner {
  text-align: center;
  line-height: 165px;
  display: table;
  border: 1px solid #ebebeb;
  height: 120px;
  width: 165px;
}
.partners .single-partner .img {
  vertical-align: middle;
  display: table-cell;
}
.partners .single-partner img {
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .single-partner {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .partners .single-partner {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .partouter {
    width: 100%;
  }
  .partouter .single-partner {
    width: 100%;
  }
}
  /*--------------------------------------------------

- [22] - Red section styles

---------------------------------------------------*/
/*--------------------------------------------------

- [17] - Red Section

---------------------------------------------------*/
.small-section {
  padding: 60px 0;
  color: #fff;
}
.small-section p {
  font-size: 20px;
  font-weight: 700;
  font-family: Roboto;
  line-height: 30px;
  color: #fff;
}
.small-section .content {
  text-align: right;
}
.small-section .mail {
  width: 300px;
  color: #494949;
}
@media screen and (max-width: 992px) {
  .small-section {
    text-align: center;
  }
  .small-section .content {
    margin-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .small-section button {
    width: 100%;
    margin-top: 15px;
  }
  .small-section .mail {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .small-section .mail {
    width: 100%;
  }
}

  /*--------------------------------------------------

- [23] - fundraising tabs styles

---------------------------------------------------*/
/*--------------------------------------------------

- [18] - Fund Raising tabs

---------------------------------------------------*/
.custom-tabs {
  background: #f9fafc;
  margin-bottom: 30px;
}
.custom-tabs ul li {
  width: 230px;
  border-top: 3px solid #f9fafc;
  float: left;
  text-align: center;
  padding: 35px 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  color: #708090;
}
.custom-tabs ul li h3 {
  color: #708090;
  margin: 0;
}
.custom-tabs ul li .icon {
  font-size: 23px;
  margin-bottom: 20px;
}
.custom-tabs ul li a {
  color: inherit;
}
.custom-tabs ul li.active {
  border-top: 3px solid #4ecdc4;
  color: #4ecdc4;
  border-bottom: 0;
  background: #fff;
}
.custom-tabs ul li.active .title {
  color: #4ecdc4;
}
.custom-tabs ul:after {
  clear: both;
  content: '';
  display: table;
}

@media screen and (max-width: 992px) {
  .custom-tabs ul li {
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .custom-tabs ul li {
    width: 100px;
  }
  .custom-tabs ul li .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .custom-tabs ul li {
    width: 100%;
    padding: 15px 0;
  }
  .custom-tabs ul li .title {
    font-size: 14px;
  }
}
  /*--------------------------------------------------

- [24] - rewards styles

---------------------------------------------------*/
/*--------------------------------------------------

- [19] - Fund Raising Rewards

---------------------------------------------------*/
.rewards {
  background: url(img/rewards-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #c8c8c8;
}
.rewards ul {
  position: relative;
  z-index: 3;
}
.rewards ul .single-reward {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #494949;
}
.rewards ul .single-reward .reward {
  margin: 0;
  margin-top: 10px;
  color: #fff;
}
.rewards ul .single-reward .pledge {
  margin: 0;
  margin-top: 10px;
  color: #fff;
}
.rewards ul .single-reward .pledge .num {
  color: #4ecdc4;
}
.rewards ul .single-reward p {
  line-height: 1.4;
  color: #e6e6e6;
  margin-top: 10px;
}
.rewards ul .single-reward button {
  height: 40px;
  line-height: 1;
  position: absolute;
  right: 0;
  border-radius: 2px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .rewards ul .single-reward {
    text-align: center;
    padding: 30px 0;
  }
  .rewards ul .single-reward button {
    margin-top: 25px;
    position: static;
  }
}
  /*--------------------------------------------------

- [25] - Copy rights styles

---------------------------------------------------*/
.copy-rights {
  overflow: hidden;
  clear: both;
  color: #fff;
  background: #050f12;
  line-height: 80px;
}
.copy-rights ul {
  float: right;
  margin-left: 30px;
}
.copy-rights ul li {
  display: inline-block;
  margin-left: 15px;
}
.copy-rights ul li a {
  color: inherit;
}
.copy-rights ul li:first-of-type {
  margin-left: 0;
}
.copy-rights p {
  float: left;
  margin: 0;
  color: #fff;
  line-height: 80px;
}

@media screen and (max-width: 768px) {
  .copy-rights {
    line-height: normal;
    padding: 15px 0;
    text-align: center;
  }
  .copy-rights p, .copy-rights ul {
    float: none;
    line-height: normal;
    margin: 10px 0;
  }
}
  /*--------------------------------------------------

- [26] - bread crumb styles

---------------------------------------------------*/
/*--------------------------------------------------

- [21] - BreadCrumbs

---------------------------------------------------*/
.breadcrumbs {
  background: url(img/bread-crumb-bg-2.jpg) top center no-repeat #4ecdc4;
  background-size: cover;
  height: 200px;
  padding-top: 80px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.breadcrumbs .container {
  z-index: 4;
}
.breadcrumbs .page-title, .breadcrumbs ul {
  z-index: 4;
  margin: 0;
  color: #fff;
  position: relative;
}
.breadcrumbs ul {
  float: right;
  list-style: none;
}
.breadcrumbs ul li {
  float: left;
  margin-right: 10px;
}
.breadcrumbs ul li a {
  color: inherit;
}
.breadcrumbs ul li i {
  margin-left: 5px;
}
.breadcrumbs ul li:last-of-type {
  margin-right: 0;
  color: #4ecdc4;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    text-align: center;
  }
  .breadcrumbs ul {
    text-align: center;
    float: none;
    margin-top: 15px;
  }
  .breadcrumbs ul li {
    text-align: center;
    float: none;
    display: inline-block;
  }
}

  /*--------------------------------------------------

- [27] - comments styles

---------------------------------------------------*/
.comments-wrapper {
  margin-top: 40px;
}
.comments-wrapper .comment-list {
  margin-bottom: 40px;
}
.comments-wrapper .write-comment {
  margin-bottom: 40px;
}
.comments-wrapper .comment {
  padding: 30px 0;
  position: relative;
  padding-left: 100px;
  border-bottom: 1px solid #ebebeb;
}
.comments-wrapper .comment .img {
  width: 80px;
  position: absolute;
  left: 0;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.comments-wrapper .comment .content p {
  margin-bottom: 5px;
  color: #818181;
}
.comments-wrapper .comment .content .date {
  font-size: 12px;
}
.comments-wrapper .comment .content .reply {
  position: absolute;
  right: 0;
  top: 30px;
  font-weight: 700;
}
.comments-wrapper .form-outer {
  margin: auto;
  display: inline-block;
}
.comments-wrapper .form-outer.message {
  padding-left: 10px;
  padding-right: 10px;
}
.comments-wrapper .form-group {
  position: relative;
}
.comments-wrapper .form-group input {
  width: 100%;
}
.comments-wrapper .form-group .icon {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #a9a8a7;
  right: 15px;
}
.comments-wrapper textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 150px;
  border-radius: 3px;
  resize: none;
  padding-top: 15px;
}
.comments-wrapper .submit {
  width: 100%;
  height: 50px;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .comments-wrapper .comment {
    padding-left: 0;
    text-align: center;
  }
  .comments-wrapper .comment .img {
    position: static;
    margin: auto;
  }
}
   /*--------------------------------------------------

- [28] - theme  styles

---------------------------------------------------*/
.error-page {
  clear: both;
  height: 700px;
  background: url(img/header-bg3.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
}
.error-page .post-container {
  position: relative;
  margin: auto;
  z-index: 5;
}
.error-page .post-container p {
  color: #f9fafc;
  margin-top: 40px;
  margin-bottom: 40px;
}
.error-page .post-container a {
  color: #fff;
 
}
.error-page .post-container .message {
  font-size: 120px;
  margin-bottom: 0;
  letter-spacing: 10px;
}
.error-page .post-container .count-down {
  text-align: center;
}
.error-page .post-container .count-down li {
  height: 64px;
  width: 64px;
  display: inline-block;
  margin-right: 15px;
  background: #4ecdc4;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.error-page .post-container .count-down li h5 {
  margin: 0;
  line-height: 1.3;
}
.error-page .post-container .count-down li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .error-page .post-container .count-down {
    display: none;
  }
}

.custommodal .modal-header {
  background: #4ecdc4;
  text-align: center;
  color: #fff;
}
.custommodal .submit , .custommodal input[type="submit"] {
  width: 100%;
}
.custommodal textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
.custommodal .close-icon {
  color: #fff;
}

.load-wrapp {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px;
  text-align: center;
  position: fixed;
  z-index: 999;
  background-color: #ebebeb;
}
.load-wrapp .line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #4ecdc4;
}
.load-wrapp .load-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -20px;
}
.load-wrapp .load-1 .line:nth-last-child(1) {
  animation: loadingA 1.5s 1s infinite;
}
.load-wrapp .load-1 .line:nth-last-child(2) {
  animation: loadingA 1.5s .5s infinite;
}
.load-wrapp .load-1 .line:nth-last-child(3) {
  animation: loadingA 1.5s 0s infinite;
}

@keyframes loadingA {
  0% {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}

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


/* ------------------------------------------------------------------------ */
/* Plugin - Owl Carousel
/* ------------------------------------------------------------------------ */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
@keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
.owl-height{-webkit-transition:height 400ms ease;-moz-transition:height 400ms ease;-ms-transition:height 400ms ease;-o-transition:height 400ms ease;transition:height 400ms ease}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel .owl-refresh .owl-item{display:none}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-item img{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1}

/* Owl Theme Design */
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{position: absolute;top: 50%;color:#fff;cursor:pointer;margin-top: -60px;opacity: 0.5;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-theme .owl-controls .owl-nav .owl-prev:after{ font-family: "FontAwesome"; font-size:40px; height:40px; line-height: 40px; display: block; content: '\f104'; color: rgba(0,0,0,0.6); }
.owl-theme .owl-controls .owl-nav .owl-prev{ left: -50px; }
.owl-theme .owl-controls .owl-nav .owl-next:after{ font-family: "FontAwesome"; font-size:40px; height:40px; line-height: 40px; display: block; content: '\f105'; color: rgba(0,0,0,0.6); }
.owl-theme .owl-controls .owl-nav .owl-next{ right: -50px; }
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{opacity: 1;}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:6px;height:6px;margin:0 4px; opacity: 0.5; border:2px solid #999999; background:transparent;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span{background:#999999; opacity: 1;}
.owl-theme .owl-dots .owl-dot:hover span{opacity: 1;}

.boxed-layout .owl-nav{ display: none;}

/* ------------------------------------------------------------------------ */
/* bbPress Style
/* ------------------------------------------------------------------------ */
#bbpress-forums hr{margin:0 0 24px}
#bbpress-forums{background:transparent;clear:both;margin-bottom:0;overflow:hidden}
body.reply-edit .reply{float:none}
#bbpress-forums div.reply{height:auto;width:100%}
#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-topic-header,#bbpress-forums div.bbp-reply-header{background-color:#ffffff;border-bottom:1px dashed #efefef;padding:16px 20px}
#bbpress-forums .status-trash.even,#bbpress-forums .status-spam.even{background-color:#fee}
#bbpress-forums .status-trash.odd,#bbpress-forums .status-spam.odd{background-color:#fee}
#bbpress-forums .status-closed,#bbpress-forums .status-closed a{color:#ccc}
#bbpress-forums ul{background:none;list-style:none;margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#bbpress-forums ul.bbp-threaded-replies{margin-left:50px}
#bbpress-forums li{background:none;margin:0;list-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-topics,#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results{overflow:hidden;margin-bottom:20px;clear:both}
#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer{clear:both}
#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-footer{background:#ffffff;font-weight:bold;text-transform:uppercase;padding:15px 20px;color:#666666;text-align:center}
#bbpress-forums li.bbp-header{background:#666666;color:#ffffff;border-radius:2px}
#bbpress-forums li.bbp-header a{color:#ffffff;text-transform:none;display:inline-block;background:#333333!important;border-radius:3px;padding:8px 12px!important;text-transform:uppercase;font-weight:700!important;font-size:12px;letter-spacing:1px}
#bbpress-forums li.bbp-header ul{overflow:hidden}
#bbpress-forums .bbp-forums-list{margin:0;padding-left:20px;border-left:1px solid #efefef}
#bbpress-forums .bbp-forums-list li{display:inline}
#bbpress-forums li.bbp-footer{display:none}
#bbpress-forums li.bbp-footer p{margin:0}
li.bbp-forum-info,li.bbp-topic-title{float:left;text-align:left;width:55%}
li.bbp-forum-info a{font-weight:600}
li.bbp-forum-topic-count,li.bbp-topic-voice-count,li.bbp-forum-reply-count,li.bbp-topic-reply-count{float:left;text-align:center;width:10%}
li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:left;width:22%}
#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-bottom:1px solid #efefef;overflow:hidden;padding:20px}
li.bbp-header div.bbp-topic-content span#subscription-toggle,li.bbp-header div.bbp-topic-content span#favorite-toggle,li.bbp-header div.bbp-reply-content span#subscription-toggle,li.bbp-header div.bbp-reply-content span#favorite-toggle{float:right}
#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-topic-title h3,#bbpress-forums div.bbp-reply-title h3{background:none;border:none;margin:20px 0;padding:0;text-transform:none}
#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-topic-author,#bbpress-forums div.bbp-reply-author{float:left;text-align:center;width:115px}
#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar{border:none;max-width:66px;padding:0;margin:25px auto 0;float:none;border-radius:50%}
#bbpress-forums div.bbp-forum-author a.bbp-author-name,#bbpress-forums div.bbp-topic-author a.bbp-author-name,#bbpress-forums div.bbp-reply-author a.bbp-author-name{margin:0 auto -18px;word-break:break-word;display:inline-block}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,#bbpress-forums div.bbp-reply-author a.bbp-author-name{clear:left;display:block}
#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role{background:#999999;color:#ffffff;font-size:11px;text-transform:uppercase;font-weight:700;display:inline-block;padding:1px 10px;border-radius:40px;margin-bottom:30px}
#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-topic-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-reply-author{float:left;margin:0;padding:0;width:120px}
#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-topic-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-reply-content{margin-left:140px;padding:0;text-align:left}
div.bbp-forum-header,div.bbp-topic-header,div.bbp-reply-header,li.bbp-body div.hentry{margin-bottom:0;overflow:hidden;padding:20px 0 0 20px;border-bottom:1px solid #efefef}
div.bbp-forum-header,div.bbp-topic-header,div.bbp-reply-header{clear:both}
span.bbp-author-ip{display:none}
#bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title{position:relative;padding-left:40px}
#bbpress-forums .bbp-topics .bbp-body ul .bbp-topic-title:before{position:absolute;top:50%;left:0;margin:-11px 0 0;line-height:1;content:"\f0e6";font-size:21px;color:#999999;font-family:'FontAwesome'}
#bbpress-forums .bbp-topics .bbp-body .bbp-topic-title .bbp-topic-permalink{font-weight:600}

/* Topic and reply content /--------------------------------------------------------- */
#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-topic-content,#bbpress-forums div.bbp-reply-content{margin-left:130px;padding:20px 40px 15px 20px;text-align:left}
#bbpress-forums div.bbp-forum-content:after,#bbpress-forums div.bbp-topic-content:after,#bbpress-forums div.bbp-reply-content:after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}
#bbpress-forums div.bbp-topic-content a,#bbpress-forums div.bbp-reply-content a{background:none;border:none;display:inline;font-weight:normal;margin:0;padding:0}
#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-topic-content h6,#bbpress-forums div.bbp-reply-content h6{clear:none}
#bbpress-forums div.bbp-topic-content img,#bbpress-forums div.bbp-reply-content img{max-width:100%}
#bbpress-forums div.bbp-topic-content ul,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-reply-content ol{margin:0 15px 15px;padding:0}
#bbpress-forums div.bbp-topic-content ul li,#bbpress-forums div.bbp-reply-content ul li{list-style-type:disc}
#bbpress-forums div.bbp-topic-content ol li,#bbpress-forums div.bbp-reply-content ol li{list-style-type:decimal}
#bbpress-forums div.bbp-topic-content ol li li,#bbpress-forums div.bbp-reply-content ol li li{list-style-type:lower-alpha}
#bbpress-forums div.bbp-topic-content ol li li li,#bbpress-forums div.bbp-reply-content ol li li li{list-style-type:upper-roman}
#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-topic-content pre,#bbpress-forums div.bbp-reply-content pre{font-family:Inconsolata,Consolas,Monaco,Lucida Console,monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px}
#bbpress-forums div.bbp-topic-content pre,#bbpress-forums div.bbp-reply-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}
#bbpress-forums div.bbp-topic-content pre code,#bbpress-forums div.bbp-reply-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}

/* Reply to /--------------------------------------------------------- */
#bbpress-forums div.bbp-reply-to{margin-left:130px;padding:12px 12px 12px 0;text-align:right}
#bbpress-forums div#bbp-cancel-reply-to{text-align:right}

/* Breadcrumb and Tags /--------------------------------------------------------- */
div.bbp-breadcrumb{display:none}
#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin:0}
#bbpress-forums div.bbp-topic-tags{border:1px solid #efefef;float:right;margin:0 0 40px;padding:4px 10px;text-transform:uppercase;font-weight:700;font-size:13px}
#bbp-topic-hot-tags{clear:both}

/* Search /--------------------------------------------------------- */
#bbpress-forums .bbp-search-form:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}
#bbpress-forums .bbp-search-form{clear:both;margin:0 0 20px!important}
#bbpress-forums #bbp-search-form .hidden{display:none}
#bbpress-forums #bbp-search-form #bbp_search{display:block;width:84%!important;margin-right:2%;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#bbpress-forums #bbp-search-form #bbp_search_submit{display:block;width:14%!important;margin:0;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}

/* Admin Links /--------------------------------------------------------- */
span.bbp-admin-links{float:right;color:#efefef}
span.bbp-admin-links a{font-weight:normal;color:#999999;text-decoration:none}
span.bbp-admin-links a:hover{color:#666666}
fieldset span.bbp-admin-links{float:left}
td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}
.bbp-forum-header a.bbp-forum-permalink,.bbp-topic-header a.bbp-topic-permalink,.bbp-reply-header a.bbp-reply-permalink{float:right;margin-left:10px;color:#ccc;font-weight:700}

/* Toggles /--------------------------------------------------------- */
#subscription-toggle{color:#666666;float:right}
#subscription-toggle a{text-transform:uppercase;font-weight:700;width:auto;padding:8px 16px;letter-spacing:1px;font-size:12px;margin:0 0 40px;display:inline-block;border-radius:2px;background:#333333;color:#ffffff}
#subscription-toggle a:hover{color:#ffffff;background-color:#44bdbd}
#subscription-toggle span.is-subscribed a{color:#ffffff;background-color:#d25c5a}
#subscription-toggle span.is-subscribed a:hover{color:#d25c5a;background-color:#fceeee}
#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{margin:0;padding:0;word-wrap:break-word}
#bbpress-forums p.bbp-topic-meta span{white-space:nowrap;color:#999999}
#bbpress-forums p.bbp-topic-meta span a{color:#999999}

/* Pagination /--------------------------------------------------------- */
.bbp-pagination-count{display: none;}
/*.bbp-pagination-count{float:left;border:1px solid transparent}
.bbp-pagination-links{float:right;list-style:none;display:inline}
.bbp-pagination-links a,.bbp-pagination-links span.current{display:block;float:left;padding:0 5px;margin-left:5px;border:1px solid #efefef;text-decoration:none}
.bbp-pagination-links a:hover,.bbp-pagination-links span.current{background:#eee;opacity:.8;border:1px solid #ddd}
.bbp-pagination-links span.dots{display:block;float:left;padding:1px 4px;margin-left:5px}
.bbp-pagination{float:left;width:100%;margin-bottom:15px}
.bbp-topic-pagination{display:inline-block;margin-left:5px;margin-bottom:2px}
.bbp-topic-pagination a{font-size:10px;line-height:10px;padding:1px 3px;border:1px solid #ddd;text-decoration:none}*/

/* Forms /--------------------------------------------------------- */
.bbp-no-reply,.bbp-no-topic{margin-top:40px}
.bbp-reply-form:before,.bbp-topic-form:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.bbp-reply-form,.bbp-topic-form{padding-top:40px;padding-bottom:20px}
.topic-edit .bbp-reply-form,.topic-edit .bbp-topic-form{padding-top:00px;padding-bottom:20px}
.reply-edit .bbp-reply-form{padding-top:0}
#bbpress-forums fieldset.bbp-form{clear:both}
#bbpress-forums form > fieldset.bbp-form > legend{color:#444444;font-weight:700;text-transform:uppercase;margin:0 0 20px;display:block;background:#666666;color:#ffffff;width:100%;padding:15px 20px;border-radius:2px}
#bbpress-forums fieldset.bbp-form label{margin:0 0 10px;font-weight:700;display:inline-block}
#bbpress-forums fieldset.bbp-form input[type="text"]{width:100%}
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-register fieldset label,#bbp-lost-pass fieldset label{width:100px}
#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form textarea,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form input{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
textarea#bbp_reply_content,textarea#bbp_topic_content,textarea#bbp_forum_content{width:97%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
textarea#bbp_forum_content{height:210px}
#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:right;clear:none;margin-left:25px}

 /* Fix for too-long forum names, usually from conversion /--------------------------------------------------------- */
#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}
.bbp-topic-form,.bbp-reply-form,.bbp-topic-tag-form{clear:left}
body.topic-edit .bbp-topic-form div.avatar img,body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img{margin-right:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}
body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.topic-edit .bbp-topic-form code,body.reply-edit .bbp-reply-form code{font-size:10px;background-color:#f0fff8;border:1px solid #CEEFE1;display:block;padding:8px;margin-top:5px;width:369px}
#merge_tag,#delete_tag{display:inline}
div.bbp-submit-wrapper{margin-top:0;clear:both}
p.form-allowed-tags{max-width:100%}

/* TinyMCE in Forum /--------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:20px;border-radius:2px}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0}
.wp-editor-wrap.html-active{border:1px solid #dddddd;border-radius:2px}
#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper tr,#bbpress-forums div.bbp-the-content-wrapper td{border:none;padding:0;margin:0;width:auto}
#bbpress-forums div.bbp-the-content-wrapper input{padding:5px;margin:0 2px 0 0;line-height:1em}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:10px;min-height:26px;background:#ffffff;border-bottom:1px dashed #efefef}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}
#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}

/* Edit User /--------------------------------------------------------- */
#bbpress-forums #bbp-your-profile h2{display:none}
#bbpress-forums #bbp-your-profile fieldset{margin:0 0 40px}
#bbpress-forums #bbp-your-profile fieldset div{width:100%}
#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0}
#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}
#bbpress-forums #bbp-your-profile fieldset legend{display:block}
#bbpress-forums #bbp-your-profile fieldset label[for]{padding:0;margin:0 0 5px;cursor:pointer}
#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.password span{width:100%}
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-left:0;display:none}
#bbpress-forums #bbp-your-profile fieldset.submit{margin-top:-40px}
#bbpress-forums #bbp-your-profile fieldset.submit legend{display:none}

/* Notices /--------------------------------------------------------- */
div.bbp-template-notice,div.indicator-hint{padding:15px 20px;margin:0 0 20px;border-radius:3px;background-color:#f9f9f9;clear:both}
div.bbp-template-notice.info{display:none}
div.bbp-template-notice.important{border:#e6db55 1px solid;background-color:#fffbcc}
div.bbp-template-notice.error,div.bbp-template-notice.warning{background-color:#fceeee;color:#d25c5a}
div.bbp-template-notice p{margin:0!important}

/* Sticky /--------------------------------------------------------- */
.bbp-topics-front ul.super-sticky .bbp-topic-title:before,.bbp-topics ul.super-sticky .bbp-topic-title:before,.bbp-topics ul.sticky .bbp-topic-title:before,.bbp-forum-content ul.sticky .bbp-topic-title:before{content:"\f0a1"!important;color:#44bdbd!important}
#bbpress-forums .bbp-topics .bbp-body .bbp-topic-title .bbp-topic-permalink{font-weight:600}

/* Revisions /--------------------------------------------------------- */
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log{width:100%;margin:0 0 27px;padding:12px 0 0;border-top:1px dashed #efefef;border-radius:2px;color:#999999;font-size:11px}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li{list-style-type:none}

/* Widgets /--------------------------------------------------------- */
.bbp-login-form fieldset legend{display:none}
.bbp-login-form .bbp-username input,.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}
.bbp-login-form label{margin:0 0 5px}
.bbp-login-form .bbp-remember-me:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}
.bbp-login-form .bbp-remember-me input{display:inline-block!important;float:left;margin-top:7px;margin-right:7px}
.bbp-login-form .bbp-remember-me label{float:left}
.bbp-login-form .bbp-submit-wrapper{margin-top:10px}
.bbp-login-form .bbp-login-links a{float:left;clear:left}
.bbp-logged-in img.avatar{margin:0;border-radius:50%}
.widget_display_stats dt,.widget_display_stats dd{display:inline-block}

/* Avatars /--------------------------------------------------------- */
#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums .widget_display_replies img.avatar{float:none;margin-bottom:-7px;display:none}
fieldset div.avatar{float:right}

/* User Pages /--------------------------------------------------------- */
#bbpress-forums h1{clear:none}
#bbpress-forums #bbp-user-wrapper{float:left;width:100%}
#bbpress-forums .bbp-user-section{overflow:auto}
#bbpress-forums .bbp-user-section .bbp-user-forum-role,#bbpress-forums .bbp-user-section .bbp-user-topic-count,#bbpress-forums .bbp-user-section .bbp-user-reply-count{margin:0;font-weight:700;text-transform:uppercase;color:#999999;font-size:12px;display:none}
#bbpress-forums #bbp-user-wrapper h2.entry-title{clear:none}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-topics,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper fieldset.bbp-form{clear:none}
#bbpress-forums #bbp-single-user-details{margin:0 10px 0 0;width:140px;float:left;overflow:hidden}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:140px}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:140px;padding:0;margin:0 0 20px;width:140px;border-radius:50%}
#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-left:180px}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0 0 20px}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0;border-bottom:1px solid #efefef}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child{border:none}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:8px 0;display:block;text-decoration:none;border-radius:2px}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{font-weight:600}
#bbpress-forums #bbp-user-body{margin-left:180px}
body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}

/* User Capabilities /--------------------------------------------------------- */
#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}
#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}
#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}

/* BuddyPress Activity Streams /--------------------------------------------------------- */
.activity-list li.bbp_topic_create .activity-content .activity-inner,.activity-list li.bbp_reply_create .activity-content .activity-inner{border-left:2px solid #eaeaea;margin-left:5px;padding-left:10px}

/* BuddyPress Group Forums /--------------------------------------------------------- */
#bbpress-forums div.row-actions{font-size:11px;visibility:hidden}
#bbpress-forums li:hover > div.row-actions{visibility:visible}

/* Search Results /--------------------------------------------------------- */
#bbp-search-results .bbp-topic-header .bbp-meta,#bbp-search-results .bbp-topic-header .bbp-topic-title-meta,#bbp-search-results .bbp-reply-header .bbp-meta{display:none}

/* BBPress Pagination /--------------------------------------------------------- */
.page-numbers{margin-bottom: 20px;}
.bbp-pagination-links { list-style:none; }
.bbp-pagination-links { display:inline; }
.bbp-pagination-links a, .bbp-pagination-links a.next, .bbp-pagination-links a.prev{ display:block; float:left; padding:4px 9px; margin-right:7px; background: #f9f9f9; color: #666666; border-radius: 2px; }
.bbp-pagination-links span.current { display:block; float:left; padding:4px 9px; margin-right:7px; background: #44bdbd; color: #ffffff; font-weight: 700; border-radius: 2px; }
.bbp-pagination-links span.dots { display:block; float:left; padding:4px 4px; margin-right:7px; }

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */

/* =WordPress Core
-------------------------------------------------------------- */
.bypostauthor,.gallery-caption,.sticky,.wp-caption,.wp-caption-text{
    opacity:1
}
.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;

}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
   
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    clear: both;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    clear: both;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 !important;
    padding: 5px;
}

/* 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. */
}


.textwidget img{
    max-width: 100%;
}


.flickr_badge_image{
    display: inline-block;
    margin: 0px 5px 5px 0px;
}


footer.dark .widget h3 {
    color: #fff;
    margin-bottom: 35px;
    margin-top: 0px;
}
footer.dark .widget h3:after{
    content: '';
    position: absolute;
    left: 15px;
    top: 25px;
    height: 1px;
    width: 90px;
    background: #818181;
}
footer.dark .widget h3:before{
    content: '';
    position: absolute;
    left: 15;
    top: 30px;
    height: 1px;
    width: 57px;
    background: #818181;
}
#sidebar-widgets ul{
  padding-left: 0px;
}
#sidebar-widgets li ul{
  padding-left: 10px;
}
/* Contact Widget /--------------------------------------------------------- */

.widget_contact address{
    font-style: normal;
}

.widget_contact address span{
    display: block;
    margin-bottom: 6px;
}

.widget_contact address strong{
    display: none;
}

.widget_contact address span i{
    display: inline-block;
    width: 24px;
    float: left;
    margin: 5px 0 0px 0;
}

.widget_contact .adress-overflow{
    overflow: hidden;
}
.sharebox ul li{
  display: inline-block;
  border: 1px solid;
}

.sharebox ul li a{
  color: #000;
 
  padding: 10px;
}
div.sharebox{
  margin-bottom: 10px;
}

div.sharebox ul{
	margin: 10px 0px;
	padding: 0px;
}
#related-posts ul{
	padding: 0px;
}
.logotext{
  line-height: 80px;
}
.fixed .logotext{
  line-height: 40px;
}
.sidebar-widgets select{
  max-width: 100%;
}
select{
  max-width: 90%;
}
.search-page form input[type="text"]{
  width: 50%;
}
.search-page form{
  padding: 30px 0px;
}
.top-bar .left-content ul{
  padding: 0px;
}
footer .widget h3{
  font-size: 15px;
}

.widget_latestposts img{
  height: 60px;
} 

.blog .post.sticky {
  background:#e1e1e1;
  color:#000000;
  padding:30px;
  position:relative;
}
.blog .post.sticky .blog-title { color:#a86d73; }
.blog .post.sticky .blog-title a { color:#a86d73; }
.blog .post.sticky a { color:#a86d73; }
.blog .post.sticky .divider-1 span { background:#e1e1e1; }
.blog .post.sticky .divider-1 span i { color:#FFFFFF; }
.blog .post.sticky:after {
  width:70px;
  height:70px;
  position:absolute;
  text-align:center;
  content:"";
  top:-35px;
  right:-35px;
  z-index:1;
  border:35px solid transparent;
  border-left-color:#000000;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}
.blog .post.sticky:before {
  content:"\f08d";
  position:absolute;
  top:5px;
  right:10px;
  z-index:2;
  color:#FFFFFF;
  font-family:'FontAwesome';
}
ul.tags{
  padding-left: 0px;
}
ul.meta , #related-posts ul{
  list-style: none;
}
#related-posts li span{
  padding-left: 10px;
}
.widget_nav_menu ul li {
    list-style: none;
}
.widget_nav_menu ul li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-right: 5px;
}
.widget_latestposts ul li{
  list-style: none;
}
.fund-tabs ul{
  list-style: none;
  padding-left: 0px;
}