/*!
Theme Name: Bridge Initiative
Theme URI: http://underscores.me/
Author: Graphicacy
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bridge-initiative
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bridge Initiative is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border-radius: 0;
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
body a {
  color: #E42A11;
  text-decoration: underline;
}

body a:hover, body a:active {
  color: #212529;
  border-bottom: 0px;
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  color: #E42A11;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: none;
  color: #212529;
}

:focus,
.btn.focus,
.btn:focus,
.btn-primary.focus,
.btn-primary:focus,
.page-template-my-bridge-story-template header .drop_down_menu_wrapper :focus {
  outline: 1px dotted #e42a11 !important;
  box-shadow: none !important;;
}

footer :focus,
.today_in_islamophobia_wrapper :focus,
.page-template-my-bridge-story-template header :focus,
.page-template-my-bridge-story-template .header_banner_cls :focus {
  outline: 1px dotted #fff !important;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: none;
  display: inline-block;
  float: none;
  width: auto;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #f4f4f4;
  padding: 20px 0px;
  display: none;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: none;
  position: relative;
  display: inline-block;
}

.menu.nav-menu {
  font-size: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

body.single-team .nav-previous {
  float: right;
  text-align: right;
  width: 50%;
}

body.single-team .nav-next {
  float: left;
  text-align: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-next a,
.nav-previous a {
  text-decoration: none;
  display: inline-block;
}

.nav-next a:hover span,
.nav-previous a:hover span {
  color: #E42A11;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  clip-path: none;
  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: 99999999;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*Custom CSS
 -----------*/
@font-face {
  font-family: 'GothamBook';
  src: url('./fonts/GothamBook.otf');
}

@font-face {
  font-family: 'GothamBook';
  src: url('./fonts/GothamBook-Italic.otf');
  font-style: italic;
}

@font-face {
  font-family: 'GothamBold';
  src: url('./fonts/Gotham-Bold.otf');
  font-weight: bold;
}

b, strong {
  font-family: 'GothamBold' !important;
}

body h1, body h1 a {
  font-size: 44px;
  border-bottom: none;
}

body h2, body h2 a {
  font-size: 29px;
  border-bottom: none;
}

body h3, body h3 strong, body h3 a {
  font-size: 25px;
  border-bottom: none;
}

body h4, body h4 a, body h4, body h4 a strong {
  font-size: 19px;
  border-bottom: none;
}

body h5, body h5 a {
  font-size: 16px;
  border-bottom: none;
}

body h6, body h6 a {
  font-size: 13px;
  border-bottom: none;
}

body * {
  font-size: 16px;
  font-family: 'GothamBook';
}

.site-wrapper-cls {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#content {
  padding: 130px 0 50px;
  position: relative;
}

ul.cloudTags a {
  border-bottom: none;
  text-decoration: none;
}

ul.cloudTags a:hover {
  color: #E42A11;
}

ul.cloudTags {
  width: 70%;
}

.tii-form {
  background-color: #f4f4f4;
  margin: 120px 0 40px;
  padding: 40px 0;
}

ul li a {
  display: list-item;
}

strong.search-excerpt {
  display: inline-block;
}

.page-template-default #primary {
  margin: 0 auto;
  float: none;
  max-width: 1280px;
}

.page-template-default #primary h1.entry-title {
  margin-bottom: 30px;
}

.fl-heading-text, strong {
  font-size: inherit;
}

blockquote {
  border-left: 8px solid #000;
  padding: 0 20px;
  line-height: 2.1em;
}

.archive h1 {
  font-size: 24px;
}

.archive h1 span {
  font-size: 24px;
  font-weight: bold;
}

.page-template-my-bridge-story-template-php .searchsubmit a {
  color: #fff !important;
}

/*- Header
---------*/
@media screen and (min-width: 768px) {
  #reading-position-indicator {
    top: 95px;
  }

  .admin-bar #reading-position-indicator {
    top: 127px;
  }

  .wppsf-search-form-container .wppsf-search-form input.button.reset-button {
    float: right;
    margin-top: 78px;
  }

  .post-navigation-cls ul li:nth-child(2) {
    text-align: center;
  }

  .post-navigation-cls ul li.last-list {
    text-align: right;
  }

  #primary {
    width: calc(75% - 10px);
    float: left;
    margin-right: 10px;
  }

  #secondary {
    width: calc(25% - 10px);
    float: right;
    margin-left: 10px;
  }

  .site-footer .widget_nav_menu {
    float: left;
    width: 50%;
  }

  #primary-menu li.current-menu-item a:before, #primary-menu li.current_page_parent a:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #5D767E;
  }

  #primary-menu li.menu-item:hover a {
    color: #E42A11;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-sub-menu li.mega-menu-item a.mega-menu-link:before {
    content: none;
  }

  #primary-menu ul.sub-menu {
    display: none !important;
  }
}

form#searchform {
  display: none;
  background-color: #f4f4f4;
  padding: 37px 0px;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
}

.search-open {
  margin-top: 115px;
  transition: ease-out 0.5s;
}

body #reading-position-indicator {
  z-index: 99;
}

.search_button_cls .searchsubmit {
  line-height: 94px;
  height: 94px;
  display: inline-block;
  cursor: pointer;
}

form#searchform input {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  font-size: 23px;
  width: 70%;
}

form#searchform input::placeholder {
  font-style: italic;
}

form#searchform span {
  color: #666;
}

#searchform .close-search-button {
  background-image: url(img/close-button.png);
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
}

#searchform .search-close-btn {
  position: absolute;
  top: -15px;
  width: 30px;
  height: 30px;
  z-index: 999;
  right: 0;
}

#searchform .header-search-button {
  background-color: #E42A11;
  padding: 4px 16px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#searchform .header-search-button:hover {
  background-color: #414141;
}

#searchform .header-advanced-search {
  display: inline-block;
  margin-left: 60px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  color: #414141;
}

#searchform .header-advanced-search:hover {
  color: #E42A11;
  text-decoration: underline;
}

.drop_down_menu_wrapper li.search-menu-cls {
  display: none;
}

.menu-main-menu-container > #primary-menu {
  text-align: right;
}

.search-menu-cls:before {
  content: '';
  background-image: url(img/search-icon.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  vertical-align: text-bottom;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.search-menu-cls {
  padding-left: 25px;
}

.main-navigation .sub-menu a {
  height: auto;
  line-height: initial;
  padding: 0 10px;
  text-align: left;
}

.main-navigation a:hover {
  text-decoration: none;
}

.section_right {
  text-align: right;
}

.site-header .search_button_cls img {
  width: 20px;
}

.search_button_cls button#searchsubmit {
  cursor: pointer;
}

.search_button_cls button#searchsubmit {
  background: transparent;
  cursor: pointer;
  border: none;
  line-height: 70px;
  pointer-events: none;
}

header#masthead {
  position: fixed;
  z-index: 99900;
  background: #fff;
  width: 100%;
  max-width: 1280px;
  transition: 0.7s;
}

header .row {
  margin-right: 15px;
}

button.navbar-toggle {
  float: right;
}

.drop_down_menu_wrapper {
  position: absolute;
  background: #f4f4f4;
  width: 100%;
  left: 0;
  z-index: 99;
  padding: 30px 0;
}

.drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu ul, .drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu ul a:hover, .drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu > li.menu-item > a:hover, .drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu-mobile ul a:hover, .drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu-mobile > li.menu-item > a:hover {
  color: #000;
  text-decoration: underline;
}

.drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu > li.menu-item > a, .drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu-mobile > li.menu-item > a {
  font-size: 23px;
  margin-bottom: 20px;
  display: inherit;
  font-weight: 600;
  color: #6D6D6F;
  text-decoration: none;
}

.drop_down_menu_wrapper .menu-main-menu-container .sub-menu .menu-item a {
  color: #6D6D6F;
  font-weight: 400;
  display: list-item;
}

.main-navigation #primary-menu a {
  line-height: 117px;
  color: #414141;
  border-bottom: none;
}

.main-navigation #primary-menu .current-menu-item a, .main-navigation #primary-menu .current_page_parent a {
  outline: none;
  font-weight: bold;
}

.main-navigation #primary-menu .current-menu-item a:focus, .main-navigation #primary-menu .current_page_parent a:focus {
  outline: 1px dotted #000;
}

.main-navigation #primary-menu li {
  margin: 0 15px;
}

.main-navigation #primary-menu a:hover {
  color: #E42A11;
}

body .drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu .active-menu-tab > a, body .drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu-mobile .active-menu-tab > a {
  color: #000;
}

.drop_down_menu_wrapper .menu-main-menu-container .current-menu-parent .sub-menu .menu-item a {
  color: #414141;
}

body .drop_down_menu_wrapper a {
  text-decoration: none;
}

.drop_down_menu_wrapper:before {
  content: '';
  position: absolute;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: #f4f4f4;
  top: 0;
}

header#masthead:before {
  content: '';
  position: absolute;
  left: -100vw;
  width: 100vw;
  height: calc(100% + 1px);
  background: rgba(255, 255, 255, 1);
  top: 0;
  display: inline-block;
}

header#masthead:after {
  content: '';
  position: absolute;
  right: -100vw;
  width: 100vw;
  height: calc(100% + 1px);
  background: rgba(255, 255, 255, 1);
  top: 0;
  display: inline-block;
}

.mega-menu-fade:before {
  content: '';
  position: absolute;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
}

.mega-menu-fade:after {
  content: '';
  position: absolute;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.drop_down_menu_wrapper:after {
  content: '';
  position: absolute;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background: #f4f4f4;
  top: 0;
}

.site-header .custom-logo {
  transition: 0.5s;
  max-width: 240px !important;
  margin-top: .4rem;
  margin-bottom: .4rem;
}

.site-header.sticky-header .custom-logo {
  max-width: 200px !important;
  margin-top: 0;
  margin-bottom: 0;
}

.drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu, .drop_down_menu_wrapper .menu-main-menu-container #dropdown-menu-mobile {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main-menu-container #dropdown-menu > li.menu-item, .menu-main-menu-container #dropdown-menu-mobile > li.menu-item {
  width: 25%;
  float: left;
}

/*.main-navigation a:after {content: none !important;}*/
.close_button {
  position: absolute;
  top: 40px;
  background-image: url(img/close-button.png);
  width: 40px;
  height: 40px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 999;
  right: 10px;
}

.mega-menu-fade {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
}

#primary-menu .main-navigation li {
  float: none;
  position: relative;
  display: inline-block;
  margin: 0 15px;
  line-height: 117px;
}

.sticky-header a.custom-logo-link {
  max-width: 250px;
  transition: 5s;
}

.sticky-header .main-navigation #primary-menu a {
  line-height: 94px;
  color: #414141;
}

.sticky-header, .sticky-header:before, .sticky-header:after {
  border-bottom: 1px solid #e7e7e7;
}

.site-branding a.custom-logo-link {
  border-bottom: none;
}

/*.site-branding a.custom-logo-link:active, .site-branding a.custom-logo-link:focus {outline: none;}*/
.drop_down_menu_wrapper .menu-main-menu-container .active-menu-tab .sub-menu .menu-item a {
  color: #6D6D6F;
  font-weight: bold;
}

/*- Footer
---------*/
.site-footer li {
  line-height: 28px;
}

footer.site-footer {
  background-color: #5D767E;
  padding: 50px 10px 0;
}

footer.site-footer a, .sub-footer-wrapper a {
  border-bottom: none; /*display: list-item;*/
  text-decoration: none;
}

footer .row {
  margin-left: 40px;
}

.site-footer h4.widgettitle {
  display: none;
}

.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer *, .site-footer a {
  color: #ffffff;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer img.image {
  max-height: 240px;
  width: auto;
  float: none;
}

.site-footer .site-info p {
  padding: 30px;
  font-size: 12px;
  margin: 0;
}

.section_heading a {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
}

/*-  Sub footer
-----------*/

.sub-footer-wrapper {
  background: #f4f4f4;
  padding: 50px 0;
}

.sub-footer-wrapper h4.widgettitle {
  font-weight: 600;
  margin-bottom: 20px;
}

.sub-footer-wrapper .search-subscribe label, .sub-footer-wrapper .search-subscribe br {
  display: none;
}

.mc4wp-form label {
  display: none;
}

.mc4wp-form, .widget_yikes_easy_mc_widget {
  border-bottom: 2px solid #E42A11;
  display: inline-block;
  width: 100%;
}

.yikes-easy-mc-form label.EMAIL-label {
  width: calc(100% - 100px);
  float: left;
  margin-bottom: 0
}

.yikes-mailchimp-form-description {
  margin-bottom: 10px;
}

.mc4wp-form input[type="email"], .widget_yikes_easy_mc_widget .yikes-easy-mc-form input[type="email"] {
  background: transparent;
  border: none;
  font-style: italic;
  width: 100%;
  float: left;
  padding-left: 0;
}

.mc4wp-form input[type="submit"], .widget_yikes_easy_mc_widget .yikes-easy-mc-form button[type="submit"] {
  background: transparent;
  border: none;
  font-size: 16px;
  margin: 8px 0;
  width: 100px;
  cursor: pointer;
  border-left: 1px solid #5a5b5f;
  border-radius: 0;
  float: left;
  color: #5a5b5f;
  min-height: 0;
  padding: 0;
}

.widget_yikes_easy_mc_widget .yikes-easy-mc-form button[type="submit"]:hover {
  color: #E42A11;
}

.widget_yikes_easy_mc_widget .edit-link {
  display: none;
}

.mc4wp-response p {
  display: inline-block;
  width: 100%;
}

.mc4wp-response {
  color: #E42A11;
}

.sub-footer-wrapper a, .sub-footer-wrapper a:hover {
  color: #5a5b5f;
}

ul.social-icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icon-list li {
  display: inline-block;
}

.social-icon-list li a .fa {
  color: #fff;
  background-color: #5D767E;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  border-radius: 100px;
  margin-right: 5px;
}

.social-icon-list li a .fa:hover {
  color: #fff;
  background-color: #E42A11;
}

#ajax_loader {
  background-image: url(img/lg.dual-ring-loader.gif);
  width: 50px;
  height: 50px;
  background-size: cover;
  margin: 0 auto;
}

.EMAIL-label .EMAIL-label {
  visibility: hidden;
  height: 0;
  display: block;
}

/* Breadcrumb
---------------*/
.breadcrump_wrapper .home span {
  font-size: 0;
}

.breadcrump_wrapper {
  margin-bottom: 30px;
}

.breadcrump_wrapper .home:after {
  content: "\f015";
  font-family: fontawesome;
  color: #414141;
  font-size: 16px;
}

.breadcrump_wrapper span {
  color: #414141;
  font-size: 18px;
  margin: 0 1px;
}

.breadcrump_wrapper a {
  color: #414141;
  text-decoration: none !important;
  border-bottom: none;
  font-size: 12px;
}

.breadcrump_wrapper a span {
  font-size: 15px;
}

.breadcrump_wrapper a:hover span {
  color: #E42A11;
}

.breadcrump_wrapper a:hover::after {
  color: #E42A11;
}

/* Team page
----------*/
.team_thumnail a img {
  border-radius: 100%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: top;
  transition: 0.2s ease-in-out;
  filter: grayscale(100%);
}

.team_thumnail a:hover img {
  transition: 0.2s ease-in-out;
}

.team-member .mt-3 a {
  font-size: 19px;
  color: #414141;
  border-bottom-color: #414141;
}

.team-member .position {
  line-height: 1em;
  text-transform: uppercase;
  font-size: .9em;
}

.load_more_button.text-center a.button {
  position: relative;
  color: #5e5e5e;
  padding: 0px 48px 24px 48px;
  text-decoration: none;
  font-size: 18px;
  text-transform: lowercase;
}

.load_more_button.text-center a.button:hover {
  text-decoration: none;
}

.load_more_button.text-center a.button:before {
  transform: rotate(15deg);
  left: 16%;
}

.load_more_button.text-center a.button:after {
  transform: rotate(-15deg);
  right: 16%;
}

.load_more_button.text-center a.button:before, .load_more_button.text-center a.button:after {
  content: '';
  border-bottom: 2px solid #5e5e5e;
  width: 34.5%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 9px;
  transition: 0.5s ease-in-out;
}

.load_more_button.text-center a.button:hover:before, .load_more_button.text-center a.button:hover:after {
  content: '';
  bottom: 0px;
  transition: 0.5s ease-in-out;
  box-shadow: 0px -3px 7px 0px #00000070;
}

.load_less_button.text-center a.button {
  position: relative;
  color: #5e5e5e;
  padding: 28px 48px 0px 48px;
  text-decoration: none;
  font-size: 18px;
  text-transform: lowercase;
}

.load_less_button.text-center a.button:hover {
  text-decoration: none;
}

.load_less_button.text-center a.button:before {
  transform: rotate(-15deg);
  left: 16%;
}

.load_less_button.text-center a.button:after {
  transform: rotate(15deg);
  right: 16%;
}

.load_less_button.text-center a.button:before, .load_less_button.text-center a.button:after {
  content: '';
  border-bottom: 2px solid #5e5e5e;
  width: 34.5%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 9px;
  transition: 0.5s ease-in-out;
}

.load_less_button.text-center a.button:hover:before, .load_less_button.text-center a.button:hover:after {
  content: '';
  top: 0px;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 3px 7px 0px #00000070;
}

.team_thumnail a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7abcd06e;
  opacity: 0.9;
  border-radius: 100%;
}

.team_thumnail a {
  position: relative;
  display: inline-block;
  border: none;
}

.team-member:hover .team_thumnail a:after {
  content: none;
}

.team-member:hover .team_thumnail a img {
  filter: inherit;
}

/* Team Single page
-------------------*/
.single-team #primary {
  width: 100%;
  float: none;
  margin-right: 0;
  padding: 50px 0px 0;
}

.single-team .post-thumbnail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7abcd06e;
  opacity: 0.9;
  border-radius: 100%;
}

.single-team .post-thumbnail:hover:after {
  content: none
}

.single-team .post-thumbnail img {
  transition: 0.2s ease-in-out;
  filter: grayscale(100%);
  border-radius: 100%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.single-team .post-thumbnail:hover img {
  filter: grayscale(0%);
}

.single-team .post-thumbnail {
  position: relative;
}

.single-team .post-thumbnail {
  text-align: center;
  margin-bottom: 20px;
}

.single-team .post-thumbnail {
  max-width: 300px;
  width: 100%;
  border-radius: 100%;
  height: 300px;
  margin: 0px auto 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single-team .position-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.single-team .position-wrapper h3 {
  text-transform: uppercase;
  font-size: 21px;
}

.single-team h1.entry-title {
  color: #5D767E;
  text-align: center;
  font-size: 28px;
  margin-bottom: .3rem;
}

.single-team .entry-content {
  width: 60%;
  margin: 0 auto;
}

.single-team .socil-pofiles {
  margin-bottom: 20px;
}

.single-team .socil-pofiles a {
  font-size: 22px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.post-navigation a span {
  font-size: 19px;
  color: #5a5b5f;
}

.post-navigation a:hover {
  text-decoration: none;
}

.single-team .post-navigation-cls .back-team {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post-navigation-cls {
  position: relative;
}

.post-navigation {
  margin: 100px 0 10px;
}

.single-team .back-team a:hover {
  text-decoration: none;
}

.single-team .back-team a {
  font-size: 19px;
  color: #5a5b5f;
}

.post-navigation .nav-previous i {
  margin: 0 10px 0 0;
  font-size: 32px;
  vertical-align: sub;
  line-height: 26px;
  font-weight: 100;
}

.post-navigation .nav-next i {
  margin: 0 0px 0 10px;
  font-size: 32px;
  vertical-align: sub;
  line-height: 26px;
  font-weight: 100;
}

.single-team .back-team-head a, .back-team-head a:hover {
  color: #5a5b5f;
  text-decoration: none;
}

.single-team .back-team-head img {
  vertical-align: text-bottom;
}

.single-team .back-team-head {
  position: absolute;
  right: 0;
  top: -45px;
}

/* Page
--------------*/
.bg_banner_image {
  min-height: 273px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
}

.bg_banner_image:hover .hoverfx {
  opacity: 1;
}

.bg_banner_image:hover .short_title_more {
  opacity: 0;
}

.short_title_more {
  display: none;
}

.bg_banner_image h4.post-title-cls a, .bg_banner_image h4.post-title-cls {
  font-size: 15px;
  font-weight: bold;
}

h1.entry-title {
  color: #E42A11;
}

.mobile_menu {
  display: none;
}

.content-area-full-width {
  width: 100% !important;
  float: left;
}

.content-area-full-width .entry-content {
  margin: 0;
}

/*
Image Hover
--------------*/
.home-slider .owl-item, .research-boxes .bg_banner_image {
  overflow: hidden;
  cursor: pointer;
}

.hoverfx {
  position: absolute;
  z-index: 99800;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .9);
  padding: 22px 30px 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
}

.owl-item .bg_banner_image:hover .hoverfx, .research-boxes .bg_banner_image:hover .hoverfx {
  top: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-template .hoverfx {
  top: 205px;
}

.page-template .owl-item .bg_banner_image:hover .hoverfx, .page-template .research-boxes .bg_banner_image:hover .hoverfx,
.page-template .owl-item a:focus .bg_banner_image .hoverfx, .page-template .research-boxes a:focus .bg_banner_image .hoverfx {
  top: 0;
}

.page-template .research-boxes a:focus .bg_banner_image .hoverfx {
  color: #212529;
}

.hoverfx h4.post-title-cls {
  margin-bottom: 25px;
  line-height: 1.5em;
}

.home .hoverfx h4.post-title-cls {
  margin-bottom: 16px;
  line-height: 1em;
  height: 38px;
}

body .hoverfx h4.post-title-cls {
  color: #E42A11;
}

span.more-text {
  font-weight: 600;
  display: inline-block;
}

/*
 * What Is Islamophobia? Accordian
------------------*/
.fl-module-accordion .fl-accordion-item {
  border: 0;
  color: #fff;
}

.fl-module-accordion i.fl-accordion-button-icon {
  position: absolute;
  top: 25%;
  right: -10%;
  z-index: 99;
  font-size: 30px;
  opacity: 1;
}

body .fl-accordion-item-active .fl-accordion-button, body .fl-module-accordion .fl-accordion-item:hover .fl-accordion-button {
  background: rgba(240, 79, 56, 0.9);
}

body .fl-accordion-item-active .fl-accordion-button:before,
body .fl-accordion-item-active .fl-accordion-button:after,
body .fl-module-accordion .fl-accordion-item:hover .fl-accordion-button:before,
body .fl-module-accordion .fl-accordion-item:hover .fl-accordion-button:after {
  background: rgba(240, 79, 56, 0.9);
}

.fl-module-accordion .fl-accordion-button, .fl-module-accordion .fl-accordion-content {
  background: rgba(102, 130, 138, 0.9);
  position: relative;
}

.fl-module-accordion .fl-accordion-button, .fl-module-accordion .fl-accordion-content p {
  margin: 0 auto;
  max-width: 850px;
}

.fl-module-accordion .fl-accordion-content p {
  padding: 50px 40px 25px 40px;
}

.fl-module-accordion .fl-accordion-content {
  background: rgba(255, 255, 255, 0.8);
  color: #565656;
}

.fl-accordion-item:last-child {
  margin: 0;
}

.fl-module-accordion .fl-accordion-button:before {
  content: '';
  position: absolute;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: rgba(102, 130, 138, 0.9);
  top: 0;
  display: inline-block;
}

.fl-module-accordion .fl-accordion-button:after {
  content: '';
  position: absolute;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background: rgba(102, 130, 138, 0.9);
  top: 0;
  display: inline-block;
}

.fl-module-accordion .fl-accordion-content:before {
  content: '';
  position: absolute;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  display: inline-block;
}

.fl-module-accordion .fl-accordion-content:after {
  content: '';
  position: absolute;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  display: inline-block;
}

/* Search section
-------------*/
.wppsf-search-form-container .date-fields label {
  display: block; /*margin: 17px 0px 10px;*/
}

.wppsf-search-form-container .date-fields .form-field {
  float: left;
  width: 50%;
}

.wppsf-search-form-container form input[type="text"] {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

input::placeholder {
  font-style: italic;
}

.filter_texonomy label {
  color: #ffff;
  margin-right: 15px;
  padding: 5px 25px;
  border-radius: 5px;
}

.filter_texonomy label {
  border: 1px solid #414141;
  color: #414141;
  margin-right: 15px;
  padding: 5px 25px;
  border-radius: 5px;
  position: relative;
  font-size: 19px;
  cursor: pointer;
}

.filter_texonomy label.active, .filter_texonomy label:hover {
  background-color: #E42A11;
  border: 1px solid #E42A11;
  color: #fff;
}

.wppsf-search-form-container .wppsf-search-form h3 {
  color: #E42A11;
  margin-bottom: 20px;
}

.filter_texonomy label input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.ui-widget-header .ui-icon {
  background-image: url(http://dev-bridge-inititative.pantheonsite.io/wp-content/plugins/wp-post-search-filter/images/ui-icons_444444_256x240.png);
}

.wppsf_search_btn {
  background-color: #E42A11;
  border: none;
  color: #fff;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 5px;
  font-size: 19px;
  margin: 20px auto 30px;
  display: block;
  width: 170px;
}

/*- Search Video
---------*/
.post-title-cls a {
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
}

.more-text a {
  color: #414141;
  font-weight: 600;
  display: inline-block;
}

.more-text a span {
  font-size: 22px;
  vertical-align: middle;
}

.hoverfx .more-text a span {
  font-size: 16px;
  vertical-align: middle;
}

.button.reset-button {
  font-size: 19px;
  border: 1px solid #414141;
  color: #414141;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  padding: 10px 30px;
  border-radius: 3px;
}

.button.reset-button:hover {
  background-color: #E42A11;
  border: 1px solid #E42A11;
  color: #fff;
}

.wppsf-search-form-container .wppsf-search-form input.button.reset-button {
  float: right;
}

.wppsf-search-form-container #ajax_loader {
  float: right;
  margin-right: 20px;
  margin-top: 65px;
}

.wppsf-pagination-container {
  text-align: center;
}

.wppsf-pagination-container .page-numbers {
  font-size: 19px;
  color: #5a5b5f;
}

.wppsf-pagination-container {
  text-align: center;
  padding: 30px 0px;
  margin: -20px 15% 0;
  border-top: 4px solid #f4f4f4;
}

.wppsf-pagination-container .next.page-numbers {
  float: right;
  width: auto;
  height: auto;
  line-height: 25px;
}

.wppsf-pagination-container .prev.page-numbers {
  float: left;
  width: auto;
  height: auto;
  line-height: 25px;
}

.wppsf-pagination-container .page-numbers .fa {
  font-size: 32px;
  vertical-align: top;
  line-height: 26px;
  font-weight: 100;
}

.wppsf-pagination-container .page-numbers .fa.fa-angle-left {
  margin: 0 10px 0 0px;
}

.wppsf-pagination-container .page-numbers .fa.fa-angle-right {
  margin: 0 0px 0 10px;
}

.wppsf-pagination-container .page-numbers.current {
  background-color: #E42A11;
  color: #fff;
}

.wppsf-pagination-container .page-numbers:hover {
  background-color: #000;
  color: #fff;
}

.wppsf-pagination-container .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-bottom: none;
  text-decoration: none;
}

/*- Single Video
---------*/
.youtube_video_link-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.youtube_video_link-container iframe {
  width: 100%;
  height: 380px;
}

.youtube_video_link-container iframe, .youtube_video_link-container object, .youtube_video_link-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single #primary {
  width: 100%;
  float: none;
  margin-right: 0;
  padding: 50px 0px 0;
}

.single .post-thumbnail {
  text-align: center;
  margin-bottom: 20px;
}

.single .post-thumbnail {
  max-width: 300px;
  width: 100%;
  border-radius: 100%;
  height: 300px;
  margin: 0px auto 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single .position-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.single .position-wrapper h3 {
  text-transform: uppercase;
  font-size: 21px;
}

.single .entry-title {
  color: #E42A11;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 29px;
}

.single .entry-content {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.single .socil-pofiles {
  margin-bottom: 20px;
}

.single .socil-pofiles a {
  font-size: 22px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.single .post-navigation-cls .back-team {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.single .back-team a:hover {
  color: #E42A11;
}

.single .back-team a {
  font-size: 19px;
  color: #5a5b5f;
  text-decoration: none;
  border-bottom: none;
}

.single .back-team-head a {
  color: #5a5b5f;
  text-decoration: none;
}

.back-team-head a:hover {
  color: #E42A11;
}

.single .back-team-head img {
  vertical-align: text-bottom;
}

.single .back-team-head {
  position: absolute;
  right: 0;
  top: -45px;
}

.single .tags_wrapper_cls ul.cloudTags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single .video_thumnail .thumb-image {
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.single .video_thumnail {
  position: relative;
}

.single .video_thumnail span.media_format {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 25px;
  text-align: center;
  font-size: 11px;
  color: #414141;
}

.single span.media_format-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  color: #fff;
  opacity: 0.9;
}

.owl-nav button.owl-next {
  position: absolute;
  top: 65px;
  right: -80px;
}

.owl-nav button.owl-prev {
  position: absolute;
  top: 65px;
  left: -80px;
}

.owl-nav button.owl-next span {
  font-size: 0;
  width: 50px;
  height: 150px;
  display: inline-block;
  background-image: url(img/left-slide.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.owl-nav button.owl-prev span {
  font-size: 0;
  width: 50px;
  height: 150px;
  display: inline-block;
  background-image: url(img/right-slide.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.video_topic_cls a, .tags_wrapper_cls li a {
  color: #5a5b5f;
  text-decoration: none;
}

.social_share_wrapper .sfsi_holders {
  height: 40px !important;
}

.tags_wrapper_cls li {
  display: inline-block;
  margin-right: 20px;
}

.related_post_wrapper .video_search_result {
  max-width: 1100px;
  margin: 0 auto;
}

.owl-nav button {
  outline: none;
}

.owl-nav button:focus {
  outline: 1px dotted #000;
}

.owl-nav button.disabled {
  opacity: 0.2;
}

.video_thumnail a {
  display: block;
}

@media screen and (max-width: 1280px) {
  .owl-nav button.owl-next {
    position: absolute;
    top: -70px;
    right: 0;
  }

  .owl-nav button.owl-prev {
    position: absolute;
    top: -70px;
    left: auto;
    right: 50px;
  }

  .owl-carousel .owl-nav button span {
    width: 25px;
    height: 50px;
  }
}

/* Full width template
----------------------*/
.page-template-full-width-template-php .result_video_cls span.media_format {
  width: auto;
  height: auto;
  padding: 5px 10px;
}

.page-template-full-width-template-php span.media_format-icon {
  display: none;
}

.page-template-full-width-template-php .wppsf_main_result_container .thumb-image {
  height: 150px;
}

.page-template-full-width-template-php .wppsf_main_result_container span.media_format-icon {
  font-size: 35px;
}

/* Factsheets
-----------------------*/
.video_thumnail .fa.fa-file-movie-o, .video_thumnail .fa.fa-file-audio-o {
  font-size: 28px;
  padding: 10px 0 5px;
  display: block;
}

.filter_texonomy select, .filter_texonomy select.cat-country {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid;
  border-top: none;
  border-right: none;
  border-left: none;
  height: 30px;
  font-style: italic;
}

.page-template-full-width-template-php span.media_format.research_cls {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 75px;
  height: 75px;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
}

.page-template-full-width-template-php .video_thumnail .thumb-image {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}

.page-template-full-width-template-php span.media_format.research_cls .fa {
  font-size: 28px;
  padding: 10px 0 5px;
  display: block;
}

.single .video_thumnail span.media_format.research_cls {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 65px;
  height: 65px;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
}

.single .video_thumnail span.media_format.research_cls .fa {
  font-size: 24px;
  padding: 10px 0 5px;
  display: block;
}

.owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

.factsheet_image_container img {
  width: 100%;
}

.factsheet_image_container .image-caption, .figcaption {
  font-size: .8em;
  text-align: right;
  padding-top: 5px;
  font-style: italic;
}

.factsheet_image_container span.media_format.research_cls {
  position: absolute;
  text-transform: uppercase;
  right: -15px;
  width: 100px;
  height: 100px;
  top: -15px;
  background-color: #0000007a;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
  padding: 20px 0px;
  border: 3px solid #fff;
  color: #fff;
}

*

/
.factsheet_image_container span.media_format.research_cls .fa {
  display: block;
  font-size: 35px;
  margin-bottom: 5px;
}

.factsheet_image_container {
  position: relative;
}

.factsheet_image_container span.media_format.research_cls {
  display: none;
}

.page-template-full-width-template-php .video_thumnail span.media_format {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 11px;
  color: #414141;
  height: auto;
  width: 85px;
  border-bottom-left-radius: 3px;
  padding: 5px 0;
}

/* Resources
-----------------------*/
.date-download-wrapper {
  display: flex;
  justify-content: space-between;
}

.date-download-wrapper .report-download {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*.result_video_cls .video_thumnail .media_format {height: 30px!important;}*/
.page-template-full-width-template-php .result_video_cls .video_thumnail .thumb-image {
  height: 150px;
}

.video_thumnail span.media_format {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 11px;
  color: #414141;
  padding: 5px 10px;
  height: auto;
  width: auto;
}

.remove-icons-cls .fa {
  display: none;
}

.video_thumnail {
  position: relative;
}

/* Social share
-----------------*/
.bridge-icon.more a.sficn {
  background-color: #5a5b5f;
  color: #fff;
  border: 1px solid;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 11px;
  font-size: 30px;
  border-radius: 100%;
  text-decoration: none;
  vertical-align: bottom;
}

.bridge-icon.more a.sficn:hover {
  background-color: #E42A11;
}

.bridge-icon.more {
  float: left;
  margin: 0 10px;
}

.more-bridge-icons {
  float: left;
}

.sfsi_widget {
  float: left;
  width: 150px;
}

.social_share_wrapper {
  display: inline-block;
  width: 100%;
}

.social_share_wrapper .addtoany_shortcode {
  float: left;
}

.social_share_wrapper .norm_row {
  width: auto !important;
}

.social_share_wrapper .more-bridge-icons .fa {
  display: block;
}

.social_share_wrapper .more-bridge-icons .fa {
  display: block;
  font-size: 33px;
  color: #5a5b5f;
}

.social_share_wrapper .more-bridge-icons a {
  font-size: 10px;
  color: #5a5b5f;
  text-decoration: none;
  display: inline-block;
}

.social_share_wrapper .more-bridge-icons a:hover, .social_share_wrapper .more-bridge-icons a:hover span {
  color: #E42A11;
}

.social_share_wrapper .more-bridge-icons .bridge-icon {
  float: left;
  width: 50px;
  text-align: center;
}

.social_share_wrapper .share-link, .social_share_wrapper .share-link-details {
  float: left;
}

.social_share_wrapper .more-bridge-icons {
  float: left;
  width: calc(100% - 200px);
}

.social_share_wrapper .share-link-details {
  margin: 0 30px;
}

.social_share_wrapper .share-link-details label {
  font-size: 13px;
  margin-bottom: 3px;
}

.social_share_wrapper .share-link a.bridge-icon.copy {
  margin-top: 25px;
}

/* Home page
-------------------*/

.home header.entry-header, .wpsms-container .owl-nav {
  display: none;
}

.wpsms-container {
  min-height: 120px;
}

.owl-item {
  display: inline-block;
}

.home-slider .owl-item {
  display: inline-block;
}

.home #pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999999;
}

.home #loader {
  background-image: url(img/lg.dual-ring-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 81px;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.home .home_site_summary_wrapper h4.post-title-cls, h4.fancy-title {
  font-size: 42px;
  padding-left: 30px;
  position: relative;
  color: #414141;
}

.home #content {
  padding: 75px 0 50px;
  position: relative;
}

/*.home .home-slider .owl-nav {opacity: 0;}
.home .home-slider:hover .owl-nav {opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}*/
.home .home-slider .owl-nav button.owl-prev {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  height: 273px;
  border: none;
}

.home .home-slider .owl-nav button.owl-next {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0px;
  background: rgba(0, 0, 0, 0.3);
  height: 273px;
  border: none;
}

.home .owl-nav button.owl-prev span, .home .owl-nav button.owl-next span {
  background-position: center;
}

.home .owl-nav button.owl-prev span {
  background-image: url(img/right-slide-wt.png);
}

.home .owl-nav button.owl-next span {
  background-image: url(img/left-slide-wt.png);
}

.home .home-slider h4 {
  text-align: center;
  margin-bottom: 16px;
}

.home .home-slider h4 a, .home .home-slider .more-text a {
  border-bottom: none;
}

.home .home-slider .item-details p:last-child {
  text-align: left;
}

.home .home_site_summary_wrapper h4.post-title-cls:before, h4.fancy-title:before {
  content: '';
  width: 8px;
  height: .8em;
  background-color: #E42A11;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}

.home .social-icon-list a {
  border-bottom: none;
}

.social-icon-list a .social-label {
  position: absolute;
  left: -9999px;
}

.today_in_islamophobia_wrapper .islamophobia_title h4.post-title-cls a {
  margin-top: 5px;
  font-family: 'Roboto Slab', serif;
  font-size: 37px;
  background-color: #E42A11;
  color: #fff;
  text-align: center;
  padding: 12px 20px 17px;
  display: block;
  border-bottom: none;
  text-transform: none;
  letter-spacing: .5px;
  font-weight: 500;
  word-spacing: 4px;
}

.fl-builder-edit .drop_down_menu_wrapper {
  display: none !important;
}

.today_in_islamophobia_wrapper .islamophobia_discription {
  line-height: 28px;
  padding-top: 6px;
  padding-right: 50px;
}

.today_in_islamophobia_wrapper .islamophobia_discription, .today_in_islamophobia_wrapper .islamophobia_discription a {
  font-size: 20px;
  color: #fff;
}

.today_in_islamophobia_wrapper .islamophobia_discription a .fa {
  color: #E42A11;
  background: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  line-height: 15px;
}

.today_in_islamophobia_wrapper {
  padding: 20px 0 10px;
}

.Social-wrapper {
  text-align: center;
}

.home_site_summary_wrapper p, .home_site_summary_wrapper .more-text a {
  font-size: 19px;
}

.home_site_summary_wrapper p {
  display: inline;
}

.home .Social-wrapper p.social-label {
  margin-bottom: 5px;
  margin-top: 40px;
}

.wpsms-twitter .wpsms-icon-twitter:before {
  color: #1dcafe !important;
}

.wpsms p, .wpsms a, .wpsms .post-time {
  font-size: 14px;
  font-style: normal;
}

/*.wpsms .post-time { text-transform:uppercase;}*/
.wpsms .post-time:before {
  content: "\00b7";
}

.wpsms .wpsms-item .wpsms-meta-info p, .wpsms-twitter .wpsms-item .wpsms-meta-info a {
  text-transform: none;
  font-size: 14px;
  font-style: normal;
}

.wpsms .wpsms-item .wpsms-meta-info {
  margin-bottom: 0;
}

.wpsms .wpsms-item .wpsms-read-more {
  font-size: .9em;
}

.owl-carousel .owl-item img.twitter-verified {
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: text-top;
}

.owl-dots {
  display: none;
}

.featured-resource img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-template-full-width-template-php .col-md-8 .video_thumnail {
  height: calc(100% - 82px);
}

.featured-resource .see-all-resource {
  color: #414141;
  display: inline-block;
  border-bottom: none;
}

.featured-resource .pl-md-2 {
  padding-left: 10px !important;
}

.featured-resource .mt-2 {
  margin-top: 10px !important;
}

.islamophobia_discription .more-text {
  display: block;
}

.islamophobia_discription .more-text a {
  border-bottom: none;
}

.home-slider .owl-dots {
  display: none
}

.wpsms-container .owl-carousel.owl-drag .owl-item {
  max-width: 437px !important;
}

.border_bottom .fl-row-content {
  position: relative;
}

/*.border_bottom .fl-row-content:after {content: '';height: 10px;width: 100%;background-color: #5D767E;position: absolute;bottom: -40px;left: 0;}*/
.wpsms-icon-bridgeinit:before {
  content: '';
  width: 45px;
  height: 45px;
  background-image: url(img/bridgeinit.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
}

.fade-overlay .fl-row-content-wrap:after {
  content: '';
  width: 20%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.fade-overlay .fl-row-content-wrap:before {
  content: '';
  width: 20%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.fade-overlay .fl-row-content-wrap {
  padding: 0;
}

.fade-overlay .fl-row-content-wrap .fl-row-full-width {
  border-top: 10px solid #5D767E;
}

.fade-overlay .fl-row-content-wrap .fl-module-content {
  margin: 10px 0 0;
}

.wpsms-container .wpsms .wpsms-item .wpsms-image {
  left: 60px;
}

.wpsms-container .owl-item {
  padding-left: 60px;
}

.islamophobia_title p {
  color: #fff;
  margin: 0px;
  font-size: .9em;
  text-transform: uppercase;
}

.islamophobia_title {
  bottom: 17px;
}

/* The animation code */
.wpsms.owl-carousel .owl-stage {
  animation: marquee 40s linear infinite none running !important;
  transform: none !important;
  visibility: visible !important;
}

.wpsms.owl-carousel .owl-stage:hover,
.wpsms.owl-carousel .owl-stage:focus {
  animation-play-state: paused !important;
}

@-webkit-keyframes marquee {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@-moz-keyframes marquee {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@-o-keyframes marquee {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes marquee {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

/* Today in Islamophobia
-------------------*/
.video_thumnail .thumb-image {
  display: inline-block;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.page-id-65 .entry-title {
  display: none;
}

.phobia-header {
  background-color: #E42A11;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-top: 40px;
}

.phobia-header h1 {
  font-family: 'Roboto Slab', serif;
}

.phobia-subheader {
  background: #f4f4f4;
  padding: 30px 0 20px;
}

.phobia-subheader h3 {
  margin-bottom: 20px;
}

.phobia-subheader p {
  font-style: italic;
}

.phobia-subheader h4.widgettitle {
  font-weight: 600;
  margin-bottom: 20px;
}

h2.tii-region {
  text-transform: uppercase;
  background-color: #E42A11;
  display: inline-block;
  padding: 5px;
  color: #fff;
  margin: 30px 0 5px;
}

.tii-date {
  margin: 30px 0 5px;
}

h3.tii-title a {
  color: #414141;
  font-weight: bold;
}

h3.tii-title a:hover {
  color: #E42A11;
}

.tii-footnote {
  margin-top: 10px;
}

.tii-subfooter {
  display: inline-block;
  border-top: 1px solid #000;
  padding-top: 10px;
  margin: 40px 0 20px;
}

.tii-tags {
  margin-bottom: 5px;
}

.tii-footer {
  font-style: italic;
}

.tii-region-small {
  display: inline-block;
  background: #E42A11;
  padding: 0 8px;
  margin: 0 5px;
  color: #fff;
  text-transform: uppercase;
}

/* Resource Center and My Bridge Story
----------------*/
.resource-center-slider .owl-dots {
  text-align: center;
}

.resource-center-slider button.owl-dot {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  margin: 0 2px;
  border: 1px solid #5D767E;
  outline: none;
  cursor: pointer;
}

.resource-center-slider button.owl-dot.active {
  background-color: #5D767E;
}

.resource-center-slider .owl-stage-outer {
  padding: 20px 0;
  overflow: hidden
}

.resource-center-slider .bg_banner_image {
  min-height: 480px;
  background-position: center;
}

.resource-center-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  background: none;
  height: 273px;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.resource-center-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  background: none;
  height: 273px;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.page-template-my-bridge-story-template-php header.entry-header, .page-template-my-bridge-story-template-php .post-thumbnail {
  display: none;
}

.page-template-my-bridge-story-template-php .header_banner_cls {
  padding-top: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.page-template-my-bridge-story-template-php .breadcrump_wrapper a span, .page-template-my-bridge-story-template-php .breadcrump_wrapper > span, .page-template-my-bridge-story-template-php .breadcrump_wrapper .home:after {
  color: #fff;
}

.page-template-my-bridge-story-template-php #content {
  padding: 0px 0 50px;
}

.page-template-my-bridge-story-template-php .arrow-down {
  text-align: center;
  padding: 40px 0 10px;
}

.page-template-my-bridge-story-template-php .arrow-down .fa {
  font-size: 40px;
  padding: 0 0 30px;
  color: #fff;
}

.page-template-my-bridge-story-template-php .arrow-down a {
  border-bottom: 0;
  display: none;
}

.page-template-my-bridge-story-template .video_thumnail .thumb-image {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.page-template-my-bridge-story-template-php .overlay-fade {
  background-color: rgba(93, 118, 126, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-template-my-bridge-story-template-php header#masthead, .page-template-my-bridge-story-template-php header#masthead:before, .page-template-my-bridge-story-template-php header#masthead:after {
  background-color: transparent;
  border-bottom: none;
}

.page-template-my-bridge-story-template-php header#masthead ul.menu > li > a, .page-template-my-bridge-story-template-php .search_button_cls .searchsubmit {
  color: #fff;
}

.page-template-my-bridge-story-template-php header#masthead .site-branding img {
  filter: brightness(0) invert(1);
}

/*.page-template-my-bridge-story-template-php header#masthead.sticky-header .site-branding img{filter: none;}*/
/*.page-template-my-bridge-story-template-php header#masthead.sticky-header #primary-menu a:before{background-color: #5D767E;	}*/
/*.page-template-my-bridge-story-template-php .sticky-header .search_button_cls .searchsubmit{color:#414141;}*/
/*.page-template-my-bridge-story-template-php header#masthead {transition:none;}*/
body .filter_texonomy label.sort-_filters_labels.focus {
  border: 1px dotted;
}

.page-template-my-bridge-story-template-php header#masthead:before, .page-template-my-bridge-story-template-php header#masthead:after {
  height: 100%;
}

.page-template-my-bridge-story-template-php header#masthead #primary-menu a:before {
  background-color: #fff;
}

.page-template-my-bridge-story-template-php header#masthead.sticky-header, .page-template-my-bridge-story-template-php header#masthead.sticky-header:before, .page-template-my-bridge-story-template-php header#masthead.sticky-header:after {
  background-color: #E42A11;
}

.page-id-67 #page header#masthead.sticky-header, .page-id-67 #page header#masthead.sticky-header:before, .page-id-67 #page header#masthead.sticky-header:after {
  background-color: #5D767E;
}

/*.page-template-my-bridge-story-template .video-member span.date, .page-template-full-width-template-php .video-member span.date,.page-template-video-template .video-member span.topic {text-transform: uppercase;}*/
.page-template-my-bridge-story-template .video_thumnail, .page-template-full-width-template-php .video_thumnail {
  position: relative;
}

.page-template-my-bridge-story-template .video_thumnail span.media_format {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 11px;
  color: #414141;
  padding: 5px 10px;
  border-bottom-left-radius: 3px;
}

.page-template-my-bridge-story-template span.media_format .fa {
  font-size: 28px;
  padding: 10px 0 5px;
  display: block;
}

body.page-id-69 .overlay-fade {
  background-color: rgba(228, 42, 17, 0.9);
}

.page-template-my-bridge-story-template .grid-item p.mb-2 {
  margin-top: 5px;
}

.page-template-my-bridge-story-template .byline-cls {
  margin: 14px 0;
}

.page-template-my-bridge-story-template img.special-post-image {
  width: 100%;
}

.special-story .special-story-image-wrap {
  max-height: 600px;
  overflow: hidden;
}

/* Report Posts
----------------*/
.report-header {
  background-size: cover;
  margin-top: 45px;
}

.report-header-wrapper {
  padding: 40px 60px;
  background-color: rgba(0, 0, 0, .3);
}

.report-icon {
  float: right;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 14px;
  color: #414141;
  height: auto;
  width: 85px;
  border-radius: 0 0 3px 3px;
  padding: 10px 0;
  margin-top: -40px;
}

.report-icon span {
  font-size: 30px;
}

.report-header .topic, .report-header .author_link .byline, .report-header .author_link a, .report-header .date_meta {
  color: #fff;
  font-size: 14px;
}

.report-header .entry-title {
  max-width: 500px;
  margin-top: 28px;
}

.report-header .entry-title span {
  font-size: 31px;
  background: #fff;
  padding: 6px 11px;
  line-height: 47px;
  color: #000;
}

.report-header .byline-cls {
  color: #fff;
  max-width: 440px;
}

.report-header .addtoany_shortcode .a2a_svg {
  background-color: #fff !important;
}

.report-header .addtoany_shortcode a:hover .a2a_svg {
  background-color: #E42A11 !important;
}

.report-header .addtoany_shortcode .a2a_svg path {
  fill: #414141;
}

.report-header .addtoany_shortcode a:hover .a2a_svg path {
  fill: #fff;
}

.report-header .bridge-icon.more a.sficn {
  background: #fff;
  color: #414141;
}

.report-header .social_share_wrapper .more-bridge-icons a, .report-header .social_share_wrapper .more-bridge-icons a span {
  color: #fff;
}

.report-header .social_share_wrapper .share-link-details label {
  color: #fff;
}

.report-download {
  margin-top: 40px;
  text-align: right;
  margin-bottom: 10px;
}

.report-download a {
  color: #414141;
  text-decoration: none;
}

.report-download a:hover {
  text-decoration: underline;
}

.case-studies .fl-post-grid-post {
  background: transparent;
}

.case-studies .fl-post-grid-image {
  margin-bottom: 15px;
}

.case-studies .fl-post-grid-content a {
  color: #414141;
  text-decoration: underline;
}

.owl-theme {
  overflow: hidden;
}

.author .breadcrump_wrapper a {
  color: #E42A11;
  text-decoration: underline !important;
}

.searchsubmit a {
  color: #414141;
  text-decoration: none;
  line-height: 117px;
  height: 117px;
  display: inline-block;
  cursor: pointer;
}

.sticky-header .searchsubmit a {
  line-height: 95px;
  height: 95px;
}

.searchsubmit a:hover {
  color: #E42A11;
}

.video.owl-theme {
  overflow: visible;
}

.page-template-my-bridge-story-template .instagram_url i.fa.fa-instagram {
  background: #859ba1;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.page-template-my-bridge-story-template .instagram_url i.fa.fa-instagram:hover {
  background-color: #E42A11;
}

.bridge_story_instagram a.instagram_url:hover {
  background-color: #E42A11;
}

.bridge_story_instagram a.instagram_url {
  background: #859ba1;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}

/*- Responsive
---------*/
/* Mobile only */
@media screen and (max-width: 767px) {
  body .grid-item {
    width: calc(100% - 20px);
  }

  .home #content {
    padding: 0;
  }

  #content {
    padding: 20px 0 50px;
  }

  .today_in_islamophobia_wrapper .islamophobia_title {
    padding: 0;
  }

  .islamophobia_title p {
    text-align: center;
  }

  .islamophobia_discription {
    display: none;
  }

  .islamophobia_description .more-text {
    display: block;
  }

  .owl-nav {
    display: none;
  }

  .owl-item .bg_banner_image:hover .hoverfx,
  .research-boxes .bg_banner_image:hover .hoverfx,
  .owl-item .bg_banner_image .hoverfx,
  .research-boxes .bg_banner_image .hoverfx {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    top: 158px;
  }

  .hoverfx, .research-boxes .bg_banner_image:hover .hoverfx, .research-boxes .bg_banner_image .hoverfx {
    top: 208px;
  }

  .owl-item .bg_banner_image .mb-2, .owl-item .bg_banner_image p, .research-boxes .bg_banner_image .mb-2, .research-boxes .bg_banner_image p {
    display: none;
  }

  .bg_banner_image h4.post-title-cls a {
    font-size: 18px;
    line-height: 25px;
  }

  .hoverfx {
    padding-top: 0;
  }

  .hoverfx .item-details {
    display: table;
    width: 100%;
  }

  .home .hoverfx h4.post-title-cls {
    display: table-cell;
    vertical-align: middle;
    height: 114px;
  }

  .research-boxes .hoverfx h4.post-title-cls {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
  }

  .social-icon-list li a .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    font-size: 1.5em;
  }

  .featured-resource img, .page-template-full-width-template-php .col-md-8 .video_thumnail {
    height: auto;
  }

  footer.site-footer {
    padding: 50px 15px 0;
  }

  .today_in_islamophobia_wrapper {
    padding: 20px 15px 10px;
  }

  .wppsf-pagination-container {
    margin: 0 0;
  }

  .menu-item-has-children a {
    background-image: url(img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    background-size: 10px 20px;
  }

  header#masthead {
    position: relative;
    z-index: 9;
    background: #fff;
  }

  .single-team #content {
    padding: 20px 0 80px;
  }

  .mobile_menu ul.child_of_parent_menus li a.title {
    color: #000;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 10px 20px;
    background-image: url(img/arrow-right.png);
    text-decoration: none;
  }

  .navbar-toggle {
    background: transparent;
    border: none;
    outline: none !important;
  }

  .mobile_header .child_menus li {
    list-style: none;
  }

  .search-open {
    margin-top: 0px;
  }

  .site-header #searchform {
    display: block;
    background-color: #ccc;
    margin-bottom: 2px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
  }

  form#searchform {
    position: initial;
  }

  form#searchform input {
    font-size: 16px;
  }

  .mobile_menu .menu-main-menu-container #dropdown-menu-mobile > li.menu-item > a, .mobile_menu .mobile_search {
    display: block;
    background-color: #acadaf;
    border-bottom: 1px solid #fff;
    line-height: inherit;
    text-align: center;
    transition: all .5s;
    padding: 5px 0px;
    color: #fff;
    text-decoration: none;
  }

  .mobile_menu .mobile_search a {
    line-height: inherit;
    height: inherit;
    color: #fff;
  }

  .mobile_menu .mobile_search img {
    height: 20px;
  }

  .hamburger-box {
    width: 40px;
    height: 24px;
    display: block;
    position: relative;
  }

  .hamburger {
    display: block !important;
  }

  .hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px !important;
    background-color: #726861;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  }

  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger-inner::after {
    bottom: -10px;
    width: 15px;
    right: 0;
  }

  .is-active .hamburger-inner::after, .is-active .hamburger-inner::after {
    width: 40px;
  }

  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger-inner::before {
    top: -10px;
    width: 30px;
    float: right;
    position: absolute;
    right: 0;
  }

  .mobile_menu .menu-main-menu-container #dropdown-menu-mobile > li.menu-item {
    width: 100%;
    float: none;
    list-style: none;
  }

  .mobile_menu ul#dropdown-menu-mobile {
    margin: 0 0 0 0;
    padding: 0;
    transition: all .5s;
    position: relative;
    left: 0;
  }

  .mobile_menu ul#dropdown-menu-mobile.hide_parent {
    left: -110%;
  }

  .mobile_menu ul.child_of_parent_menus.appear_child_ul {
    left: 0;
  }

  .mobile_menu ul.child_of_parent_menus {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: calc(100% + 30px);
    background-color: #ffffff;
    z-index: 9;
    transition: all .5s;
  }

  .mobile_menu ul.child_of_parent_menus ul {
    padding: 0;
    margin: 0;
  }

  .mobile_menu ul.child_of_parent_menus {
    list-style: none;
  }

  .mobile_menu ul.child_of_parent_menus li a {
    display: block;
    background-color: #acadaf;
    border-bottom: 1px solid #fff;
    line-height: inherit;
    text-align: left;
    transition: all .5s;
    padding: 5px 30px;
    color: #fff;
    text-decoration: none;
  }

  .wppsf-search-form-container .wppsf-search-form input.button.reset-button {
    float: left;
  }

  .mobile_menu {
    position: absolute;
    width: calc(100% - 30px);
    z-index: 9999;
    background-color: #ffffff;
    margin: 20px 0 0 0;
  }

  .mobile_search {
    position: relative;
    left: 0;
  }

  .mobile_search.hide_search {
    left: -110%;
    transition: all .5s;
  }

  .site-header .mobile_menu #searchform {
    display: block;
    background-color: #acadaf;
    text-align: center;
    transition: all .5s;
    position: relative;
    left: 0;
    font-size: 16px;
    padding: 5px 0px;
    line-height: inherit;
  }

  #searchform .input_wrapper {
    padding: 15px 15px 0px 15px;
  }

  #searchform .header-advanced-search {
    display: block;
     margin-left: 0px;
     position: initial;
  }

  #searchform .search-close-btn {
    right: 15px;
    top: -30px;
  }

  .mobile_menu #searchform button#searchsubmit {
    background: transparent;
    cursor: pointer;
    border: none;
    line-height: normal;
    pointer-events: none;
    padding: 0;
    color: #fff;
  }

  .site-header .mobile_menu #searchform img {
    width: 15px;
  }

  .team-list .offset-2 {
    margin-left: 0
  }

  .single .post-navigation-cls .back-team {
    top: 60px;
    width: 100%;
    text-align: center;
  }

  .post-navigation a span {
    font-size: 16px;
  }

  .single .back-team-head {
    display: none;
  }

  .home .home_site_summary_wrapper h4.post-title-cls:before, h4.fancy-title:before {
    content: none;
  }

  .home .home_site_summary_wrapper h4.post-title-cls, h4.fancy-title {
    padding: 0;
    text-align: center;
    font-size: 32px;
    margin-top: 20px;
  }

  .home .featured-resource h2 {
    margin-top: 20px;
  }

  .home .featured-resource .text-right {
    text-align: center !important;
    background-color: #E42A11;
    margin: 0 !important;
    padding: .5rem;
  }

  .featured-resource .see-all-resource {
    color: #fff;
  }

  .phobia-subheader {
    padding: 30px 15px 20px;
    text-align: center;
  }

  .tii-region-small {
    margin: 5px;
  }

  .page-template-my-bridge-story-template-php header#masthead .site-branding img {
    filter: none;
  }

  .page-template-my-bridge-story-template-php .header_banner_cls {
    padding-top: 21px;
    text-align: center;
  }

  .home-slider.owl-theme.owl-loaded.owl-drag {
    overflow: hidden;
  }

  .bg_banner_image h4.post-title-cls a {
    font-size: 14px;
  }

  .site-header .custom-logo {
    width: 100%;
  }

  footer .row {
    margin-left: -15px;
  }

  footer#colophon {
    text-align: center;
  }

  .wppsf-search-form-container .date-fields .form-field {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .video_thumnail img {
    max-width: 100%;
    width: 100%;
  }

  .social_share_wrapper .more-bridge-icons {
    float: none;
    width: calc(100% - 0px);
    clear: both;
  }

  .owl-item .bg_banner_image:hover .hoverfx,
  .research-boxes .bg_banner_image:hover .hoverfx {
    top: 158px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .page-template .owl-item .bg_banner_image:hover .hoverfx, .page-template .research-boxes .bg_banner_image:hover .hoverfx {
    top: 208px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* Tablet */
@media screen and  (min-width: 768px) and (max-width: 980px) {
  footer {
    text-align: center;
  }

  body .grid-item {
    width: calc(50% - 20px);
  }

  .home #content {
    padding: 115px 0 50px;
  }

  header {
    position: relative;
  }

  body .owl-theme {
    overflow: hidden;
  }

  .phobia-subheader {
    padding: 30px 15px 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .home .hoverfx h4.post-title-cls {
    line-height: 1.5;
  }

  .bg_banner_image h4.post-title-cls a, .bg_banner_image h4.post-title-cls {
    font-size: 11px;
  }

  .hoverfx {
    padding: 12px 30px 0;
  }

  .home .home-slider .owl-nav button.owl-prev {
    top: auto;
    left: auto;
    height: 60px;
    bottom: -35px;
    right: 42px;
    z-index: 999;
  }

  .home .home-slider .owl-nav button.owl-prev span, .home .home-slider .owl-nav button.owl-next span {
    width: 10px;
    height: 40px;
    top: -15px;
    position: relative;
  }

  .home .home-slider .owl-nav button.owl-next {
    top: auto;
    height: 60px;
    bottom: -35px;
    right: 0px;
    z-index: 999;
  }
}

/* Laptop */
@media screen and (max-width: 1330px) {
  .site {
    padding: 0 15px;
  }

  .home .breadcrump_wrapper {
    display: none;
  }
}

/* Desktop only */

