/*
Theme Name: ijrhome
Theme URI: http://imge.com
Author: Chris Lewis
Author URI: http://imge.com
Description: New IJR theme that looks consistent with homepage
Version: 1.0
Text Domain: ijrhome
Tags:
*/
/* Building on Christian Mielle's excellent mixins! */
/* Styling for the page sidebars scrolling from the left and right */
.sidebar {
  display: none;
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 275px;
  background-color: black;
  z-index: 50001 !important;
}
.sidebar h1, .sidebar h2 {
  color: white;
  text-transform: uppercase;
  text-align: left;
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-style: normal;
  margin-bottom: 10px;
}
.sidebar h1 {
  font-size: 16px;
  text-align: center;
}
.sidebar h2 {
  font-size: 14px;
}
.sidebar p {
  color: white;
  font-style: italic;
  margin-top: -5px;
  font-size: 13px;
}
.sidebar .section {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .sidebar .section {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.sidebar .section.regular {
  z-index: 2;
  position: relative !important;
  background-color: #e1e1e1;
}
.sidebar .section.tabs {
  text-align: center;
}
.sidebar .menu .item {
  margin-top: 15px;
  margin-bottom: 15px;
  color: gray;
  background-color: transparent;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.sidebar .tabs {
  padding: 0;
  list-style: none;
}
.sidebar .tabs li {
  display: inline-block;
  background-color: transparent;
  color: #a2a2a2;
  text-align: center;
  margin: 0;
  margin-left: 13px;
  margin-right: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: -webkit-background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sidebar .tabs li.selected, .sidebar .tabs li:hover {
  color: white;
}
.sidebar .tabs li:hover {
  cursor: pointer;
}
.sidebar .tabs li i.fa {
  margin-right: 12px;
  font-size: 16px;
}

/* Left Sidebar Options */
.options {
  height: auto !important;
  margin: 0 auto;
}
.options > .section {
  margin-top: 15px;
  margin-bottom: 30px;
}
.options .select_wrapper {
  width: 80% !important;
  margin: 0 auto !important;
  border: 2px solid #404040;
  border-radius: 18px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.options .select_wrapper select {
  width: 100%;
  background-color: transparent;
  height: 20px;
  color: white;
  font-family: "Montserrat", "Helvetica", sans-serif;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.options .select_wrapper select option {
  color: black !important;
}
.options .select_wrapper select::-ms-expand {
  display: none;
}
.options .select_wrapper i {
  font-size: 15px;
  color: #9d9d9c;
  line-height: 19px;
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: -1;
}

/* Search */
.search_box {
  height: 48px;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
.search_box .submit {
  background-color: transparent;
  color: white;
  border: none;
  font-size: 20px;
  border-right: 1px solid #262626;
  line-height: 48px;
  padding: 0;
  margin: 0;
  width: 19%;
}
.search_box .search_stories {
  width: 80%;
  background-color: transparent;
  border: none;
  color: white;
  line-height: 48px;
  padding: 0;
  padding-left: 10px;
  float: right;
}
.search_box .search_stories::-webkit-input-placeholder {
  color: white;
}
.search_box .search_stories:-moz-placeholder {
  color: white;
}
.search_box .search_stories::-moz-placeholder {
  color: white;
}
.search_box .search_stories:-ms-input-placeholder {
  color: white;
}
.search_box .search_stories:focus {
  outline: 0;
}

/* Results */
#left_sidebar .menu ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
#left_sidebar .menu li a {
  font-family: "Montserrat", "Helvetica", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  font-size: 14px;
  color: gray;
}
#left_sidebar .menu li a:hover {
  text-decoration: none;
}
@media (max-width: 1000px) {
  #left_sidebar .menu li a {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 5px;
  }
}
#left_sidebar .results {
  margin-left: 30px;
  margin-right: 30px;
}
#left_sidebar .results .result {
  margin-top: 10px;
  margin-bottom: 10px;
}
#left_sidebar .results .result a, #left_sidebar .results .result a:hover {
  color: white;
  text-transform: none;
}
#left_sidebar .results .st-prev, #left_sidebar .results .st-next {
  padding: 10px;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 15px;
  width: 40%;
  text-align: center;
}
#left_sidebar .results .st-prev:hover, #left_sidebar .results .st-next:hover {
  text-transform: none;
  text-decoration: none;
}
#left_sidebar .results .st-prev {
  float: left;
}
#left_sidebar .results .st-next {
  float: right;
}
#left_sidebar .btn.dashboard-open {
  display: none;
}
@media (max-width: 450px) {
  #left_sidebar .btn.dashboard-open {
    display: block;
  }
}

/* Right Sidebar */
#right_sidebar .recently_visited {
  width: 80%;
  margin: 0 auto;
}
#right_sidebar .section.footer {
  color: white;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  margin-bottom: 15px;
}
#right_sidebar .section.footer .btn {
  margin-top: 15px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  background-color: white;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

/* Animation */
#left_sidebar {
  left: 0px;
}

#right_sidebar {
  right: 0px;
}

body > #left_sidebar, body > #right_sidebar, body > #page > #masthead, body > #page > #content, body > #page > #footer {
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

body .sidebar {
  z-index: 999;
}
body #left_sidebar {
  -moz-transform: translate3d(-275px, 0px, 0px);
  -o-transform: translate3d(-275px, 0px, 0px);
  -ms-transform: translate3d(-275px, 0px, 0px);
  transform: translate3d(-275px, 0px, 0px);
  -webkit-transform: translate3d(-275px, 0px, 0px);
}
body #right_sidebar {
  -moz-transform: translate3d(275px, 0px, 0px);
  -o-transform: translate3d(275px, 0px, 0px);
  -ms-transform: translate3d(275px, 0px, 0px);
  transform: translate3d(275px, 0px, 0px);
  -webkit-transform: translate3d(275px, 0px, 0px);
}

body.shift_left > #page > #masthead {
  -moz-transform: translate3d(265px, 0px, 0px);
  -o-transform: translate3d(265px, 0px, 0px);
  -ms-transform: translate3d(265px, 0px, 0px);
  transform: translate3d(265px, 0px, 0px);
  -webkit-transform: translate3d(265px, 0px, 0px);
}
body.shift_left > #left_sidebar {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}

body.shift_right > #page > #masthead {
  -moz-transform: translate3d(-275px, 0px, 0px);
  -o-transform: translate3d(-275px, 0px, 0px);
  -ms-transform: translate3d(-275px, 0px, 0px);
  transform: translate3d(-275px, 0px, 0px);
  -webkit-transform: translate3d(-275px, 0px, 0px);
}
body.shift_right > #right_sidebar {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/*===============================
=            Article            =
===============================*/
@media screen and (max-width: 1000px) {
  .article-item-img {
    width: 100%;
    margin: 0 0 15px;
  }

  .article-item-box {
    width: 100%;
    display: block;
  }

  .article-item-img__small {
    width: 50%;
    vertical-align: top;
    display: inline-block;
  }

  .article-item-box__small {
    width: 49%;
    vertical-align: top;
    display: inline-block;
  }
}
@media screen and (max-width: 350px) {
  .article-item-box__small {
    width: auto;
    padding: 0;
  }
}
.article-item {
  padding-top: 0px;
  padding-bottom: 30px;
  margin: 0 0 15px;
  margin-bottom: 0px;
}
.article-item.read {
  border-top: 1px solid #cacaca;
  border-bottom: none;
  padding: 10px 0 0;
}
.article-item .image_container {
  width: 30%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.article-item .image_container::before {
  content: "";
  display: block;
  margin-top: 75%;
}
.article-item .image_container > .article-item-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  -webkit-transition: -webkit-transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
}
@media (max-width: 450px) {
  .article-item .image_container {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .article-item:hover .image_container > .article-item-img {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
.article-item:hover .article-item-box__title {
  color: #0e769d;
}
.article-item .article-item-box {
  width: 69%;
  display: inline-block;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  vertical-align: top;
}
.article-item .article-item-box .article-item-box__author {
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-size: 12px;
  color: #555555;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
@media (max-width: 450px) {
  .article-item .article-item-box .article-item-box__author {
    display: none;
  }
}
.article-item .article-item-box .article-item-box__title {
  color: #010101;
  line-height: 1.2;
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-size: 20px;
  margin: 0 0 15px;
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .article-item .article-item-box .article-item-box__title {
    font-size: 18px;
  }
}
.article-item .article-item-box .article-item-box__text {
  color: #353535;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 10px;
  font-family: "PT Serif", "Georgia", serif;
}
@media (max-width: 450px) {
  .article-item .article-item-box .article-item-box__text {
    display: none;
  }
}
.article-item .article-item-box .article-bottom-item__img {
  margin: 0 0 15px;
  width: 100%;
}
@media (max-width: 1000px) {
  .article-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .article-item {
    width: 100% !important;
    margin: 0;
    border: none;
  }
  .article-item .article-item-box {
    display: block;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
}

.entry-author-wrapper {
  margin-bottom: 10px;
}
.entry-author-wrapper .avatar_container, .entry-author-wrapper .info_container {
  float: left;
  margin-top: 10px;
}
.entry-author-wrapper .avatar_container {
  width: 96px;
}
.entry-author-wrapper .avatar_container .avatar {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.entry-author-wrapper .avatar_container .avatar:before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media (max-width: 450px) {
  .entry-author-wrapper .avatar_container {
    display: none;
  }
}
.entry-author-wrapper .avatar_container > iframe {
  margin-top: 10px;
}
.entry-author-wrapper .info_container {
  width: 90%;
  width: calc( 100% - 96px );
  padding-right: 15px;
  padding-left: 10px;
}
@media (max-width: 450px) {
  .entry-author-wrapper .info_container {
    width: 100%;
    padding-left: 0px;
  }
}
.entry-author-wrapper .info_container .name, .entry-author-wrapper .info_container .location {
  color: black;
  float: left;
  font-size: 18px;
  margin-left: 20px;
}
.entry-author-wrapper .info_container .name i, .entry-author-wrapper .info_container .location i {
  padding-right: 8px;
}
@media (max-width: 450px) {
  .entry-author-wrapper .info_container .name {
    margin-left: 0px;
  }
}
.entry-author-wrapper .info_container .description_container {
  clear: both;
  padding-left: 20px;
}
@media (max-width: 450px) {
  .entry-author-wrapper .info_container .description_container {
    padding-left: 0px;
    text-align: justify;
  }
}
.entry-author-wrapper .tags_container {
  clear: both;
  padding-top: 15px;
  margin-bottom: 15px;
}
.entry-author-wrapper .tags_container hr {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 1px solid #c5c5c5;
}

.archive {
  margin-top: 48px;
}
.archive .page-title {
  font-family: "Montserrat", "Helvetica", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.archive .row.info {
  margin-bottom: 30px;
}
.archive .avatar {
  width: 100%;
  height: auto;
}
.archive .fb_iframe_widget {
  top: -5px;
}
.archive .social_bar {
  margin-top: 20px;
}
.archive .nav_link {
  display: none;
}
.archive .author-description {
  font-family: "PT Serif", "Georgia", serif;
}

.crazy-position header {
  -webkit-transition: none !important;
  transition: none !important;
}
.crazy-position .sidebar {
  display: none !important;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  zoom: 1;
  height: 600px;
}
.crazy-position .sidebar .menu {
  display: none !important;
}
.crazy-position.shift_left #left_sidebar {
  display: block !important;
  opacity: 0.99;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
  zoom: 1;
}
.crazy-position.shift_left .sidebar .menu {
  display: block !important;
}

.no-crazy-position .sidebar {
  display: block !important;
}

body.no3dtransforms .sidebar {
  z-index: 999;
}
body.no3dtransforms #left_sidebar {
  left: -275px !important;
}
body.no3dtransforms #right_sidebar {
  right: -275px !important;
}

body.no3dtransforms.shift_left > #page > #masthead {
  left: 265px !important;
}
body.no3dtransforms.shift_left > #left_sidebar {
  left: 0px !important;
}

body.no3dtransforms.shift_right > #page > #masthead {
  left: -275px !important;
}
body.no3dtransforms.shift_right > #right_sidebar {
  right: 0px !important;
}

.email_popover input[type="text"], .email_popover input[type="email"] {
  padding: 15px;
  background-color: #dedede;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
  line-height: 14px;
  height: 44px;
  border: none;
  box-shadow: none;
}
.email_popover button[type="submit"] {
  float: right;
  color: white;
  background-color: black;
  border: none;
  padding: 15px;
  border-radius: 0px;
  margin-top: -60px;
  display: block;
  position: relative;
}

@media (max-width: 1000px) {
  .fix_awful_nocaptcha {
    top: 40px !important;
    transform: scale(0.8) !important;
    -webkit-transform: scale(0.8) !important;
  }
}
/*
 * Perhaps by putting all the hacks together they can be identified and removed
 * when they no longer are necessary.
 */
/* JWPlayer likes to handle responsiveness all by itself */
.ijr-jwplayer.entry-video {
  padding-left: 15px !important;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
  vertical-align: top;
}
.ijr-jwplayer.entry-video:before {
  padding-top: 0px !important;
}
@media (max-width: 1000px) {
  .ijr-jwplayer.entry-video {
    padding-right: 15px !important;
  }
}

/* NDN Player */
.ndn_embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  margin-left: 15px;
}

/* Mess with the mobile ad container */
#mobileadcontainer {
  left: 0px;
}

/* A social bar that only exists under videos on mobile */
.crazy-video-social-mobile-bar {
  display: none;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .crazy-video-social-mobile-bar {
    display: block;
    padding-right: 15px;
  }
}

@media (max-width: 1000px) {
  .video {
    margin-bottom: 0px !important;
  }
  .video .meta-share-wrapper {
    display: none;
  }
}
/* Google Conversion Frame being too wide can cause issues */
iframe[name="google_conversion_frame"] {
  width: 1px !important;
}

/* sponsored_post.scss
 * describes an alternate colour scheme for sponsored posts on IJ
 */
.alt-post.col-md-8 {
  padding-right: 15px;
}
.alt-post #masthead {
  background-color: #dddddd !important;
  border-bottom: 3px solid #d0d0d0;
}
.alt-post .dashboard-open:hover, .alt-post .right-sidebar-toggle:hover {
  color: black !important;
}
.alt-post .entry-author-wrapper > .row > .col-md-4 {
  padding-left: 0px;
}
.alt-post .entry-author-wrapper .disclaimer {
  margin-top: 10px;
  margin-bottom: 0px;
}

.disclaimer {
  background-color: #dbdbdb;
  padding: 10px;
  color: #898989;
  font-size: 12px;
  padding-left: 33px;
}
.disclaimer:before {
  content: "\f071";
  font-family: "FontAwesome";
  margin-left: -12px;
  position: relative;
  left: -10px;
}

.alt-post-small .entry-author-wrapper .name {
  margin-left: 5px;
}
.alt-post-small .entry-author-wrapper .avatar_container {
  width: 48px;
}

.custom-ad-modal .modal-dialog {
  background-color: white;
}

body.parallax-post #content, body.page-template-default #content {
  width: 100%;
  padding: 0;
}
body.parallax-post #masthead, body.parallax-post #colophon, body.page-template-default #masthead, body.page-template-default #colophon {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  zoom: 1;
  background-color: #222222;
}
body.parallax-post .jumbotron, body.page-template-default .jumbotron {
  color: white;
  background-color: black;
  background-size: cover;
  background-position: center center;
  backface-visibility: visible;
  background-attachment: fixed;
  position: static;
  border-radius: 0px;
  padding: 0px;
}
body.parallax-post .jumbotron .title-container, body.page-template-default .jumbotron .title-container {
  width: 100%;
  color: white;
}

body.parallax-post .entry-content .fb_iframe_widget, body.parallax-post .entry-content iframe {
  display: block !important;
  margin: 0 auto !important;
  text-align: center;
}
body.parallax-post .entry-content blockquote {
  border: none;
  padding: 0;
  margin: 10px;
}
body.parallax-post .entry-content blockquote p {
  font-style: normal !important;
  font-family: "Montserrat", "Helvetica", sans-serif;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 30px !important;
}
body.parallax-post .jumbotron .title-container {
  padding-top: 300px;
  padding-top: 45vh;
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 90%);
}
@media (max-width: 1000px) {
  body.parallax-post .jumbotron .title-container {
    padding-top: 90px;
  }
}
body.parallax-post .jumbotron .title-container h1 {
  font-weight: normal;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 1000px) {
  body.parallax-post .jumbotron .title-container h1 {
    font-size: 35px;
  }
}
body.parallax-post .jumbotron .title-container h2 {
  font-weight: normal;
  color: white;
  font-size: 17px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 25px;
}
body.parallax-post .jumbotron .title-container h2 a {
  color: white;
  font-weight: bold;
}
body.parallax-post .jumbotron .title-container h2 a:hover {
  text-decoration: none;
}
body.parallax-post .author-footer {
  border: 1px solid #bcbcbc;
  background-color: #dddddd;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
  padding: 25px;
}
@media (max-width: 450px) {
  body.parallax-post .author-footer {
    padding: 15px;
  }
}
body.parallax-post .author-footer .avatar_container, body.parallax-post .author-footer .info_container {
  float: left;
}
body.parallax-post .author-footer .info_container {
  margin-left: 25px;
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-size: 15px;
  width: 90%;
  width: calc(100% - 96px);
}
@media (max-width: 450px) {
  body.parallax-post .author-footer .info_container {
    width: 100%;
    margin-left: 0px;
  }
}
body.parallax-post .author-footer .info_container a {
  color: #333333;
}
body.parallax-post .author-footer .info_container .name, body.parallax-post .author-footer .info_container .location {
  font-weight: 600;
}
body.parallax-post .author-footer .info_container .location {
  margin-left: 25px;
}
body.parallax-post .author-footer .info_container .location > i {
  margin-right: 6px;
}
@media (max-width: 450px) {
  body.parallax-post .author-footer .info_container .location {
    display: none;
  }
}
body.parallax-post .author-footer .info_container .description_container {
  font-size: 14px;
}
@media (max-width: 450px) {
  body.parallax-post .author-footer .info_container .description_container {
    text-align: justify;
  }
}
body.parallax-post .author-footer .avatar_container .avatar {
  width: 71px;
  height: 71px;
  background-size: cover;
  border-radius: 50%;
}
@media (max-width: 450px) {
  body.parallax-post .author-footer .avatar_container {
    display: none;
  }
}
body.parallax-post .tags-footer {
  margin-top: 6px;
  margin-bottom: 25px;
}

body.page-template-default {
  background-color: #f7f7f7;
}
body.page-template-default .entry-content {
  min-height: 80vh;
}
body.page-template-default .jumbotron .title-container {
  padding-top: 78px;
  padding-bottom: 40px;
}
body.page-template-default .jumbotron .title-container h1 {
  font-size: 40px;
  font-weight: 200;
}
body.page-template-default .jumbotron .title-container p {
  font-size: 16px;
}

.subscription_options {
  padding: 0;
  margin-bottom: 50px;
}
.subscription_options label, .subscription_options p, .subscription_options button {
  font-family: "Montserrat", "Helvetica", sans-serif !important;
}
.subscription_options .subscription_container {
  background-color: white;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.subscription_options .subscription_container > h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
}
.subscription_options .subscription_container .checkbox {
  font-size: 14px;
  line-height: 18px;
}
.subscription_options .subscription_container .subscribed_sends {
  font-size: 14px;
}
.subscription_options .sad_koala {
  max-width: 350px !important;
  display: none;
  margin: 0 auto;
  margin-top: -35px;
}
.subscription_options .unsubscribe-all {
  margin-top: 40vh;
}
.subscription_options .unsubscribe-all .btn-unsubscribe-all {
  font-family: "Montserrat", "Helvetica", sans-serif;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.subscription_options.show_koala .sad_koala {
  display: block !important;
}
.subscription_options.show_koala .col-md-8 .subscription_container h2 {
  display: none !important;
}
.subscription_options.show_koala .subscribed_sends {
  display: none !important;
}
.subscription_options.show_koala .btn-primary, .subscription_options.show_koala .btn-success {
  display: block;
  margin: 0 auto;
}

/* Ad Unit Styles */
@media (min-width: 450px) {
  .regular-post .before_article {
    margin-top: 90px;
    min-height: 90px;
    text-align: center;
  }
  .regular-post .before_article iframe {
    max-width: 100%;
  }
}
#mga-ad-above_the_article_unit {
  padding-bottom: 15px !important;
}

.entry-content > .mid_article {
  margin-left: -15px;
  margin-right: -15px;
}

.mobilead, .mobile_ad, .mobile_ad > div, #div-gpt-ad-1409930139098-0 {
  margin: 0 auto !important;
}

#mga-ad-content_before_comments_mobile {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

#taboola-right-rail {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* Adblock Koala */
.modal-content .gfield.zip {
  display: none;
}

.before_article .emailSubscribe {
  background-repeat: no-repeat;
  background-position-x: center;
  width: 728px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url(//www.ijreview.com/wp-content/uploads/2015/04/koala_email1.jpg);
  height: 90px;
}
@media (max-width: 728px) {
  .before_article .emailSubscribe {
    display: none !important;
  }
}
.before_article .emailSubscribe > p {
  color: white;
  font-family: "Montserrat", "Helvetica", sans-serif;
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 18px;
}
.before_article .emailSubscribe input[type="email"] {
  float: left;
  margin-right: 15px;
  border-radius: 3px;
  border: none;
  padding: 5px;
  padding-left: 10px;
  font-family: "Montserrat", "Helvetica", sans-serif;
  background-color: #72777B;
  color: #2A2A2A;
  width: 250px;
  margin-left: 15px;
}
.before_article .emailSubscribe input[type="email"]::-moz-input-placeholder {
  color: #2A2A2A;
}
.before_article .emailSubscribe input[type="email"]::-webkit-input-placeholder {
  color: #2A2A2A;
}
.before_article .emailSubscribe button[type="submit"] {
  border-radius: 3px;
  border: none;
  padding: 5px;
  font-family: "Montserrat", "Helvetica", sans-serif;
  background-color: #428bca;
  color: white;
  text-transform: uppercase;
  width: 100px;
  float: left;
  height: 34px;
}

@media only screen and (max-width: 479px) {
  #mobileadcontainer {
    background: transparent !important;
    display: block !important;
    position: fixed;
    bottom: 0;
    top: auto;
    min-width: 300px;
    width: 100%;
    z-index: 1000;
  }
  #mobileadcontainer #mobilead {
    margin: 5px auto;
    width: 320px;
    height: 50px;
  }
  #mobileadcontainer #mobile-ad-share {
    width: 50%;
  }
  #mobileadcontainer #mobile-ad-share .share {
    font-size: 14px;
    text-align: center;
    width: auto;
    display: block;
    padding: 8px;
    margin: 0;
    background-color: #435EAC;
    color: white !important;
    text-decoration: none;
  }
  #mobileadcontainer #mobile-ad-share .share span {
    margin: 8px;
  }
  #mobileadcontainer .fb-like {
    width: 50%;
    display: none;
    text-align: center;
    background-color: #2e4983;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    margin: 0;
    color: white !important;
    text-decoration: none;
  }
}
html, html body {
  max-width: 100%;
  overflow-x: hidden;
}
html body {
  position: relative;
}

/* Global */
body {
  background-color: white;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-weight: bold;
}
body ul li {
  font-weight: bold;
}
body .container {
  max-width: 100% !important;
}
body a, body a:hover {
  color: #0e769d;
}

figure {
  max-width: 100%;
}

@media (max-width: 992px) {
  .desktop_only {
    display: none;
  }
}
/* Header */
.logged-in header#masthead {
  top: 32px !important;
}

header#masthead {
  background: black;
  color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 48px;
  z-index: 100;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  zoom: 1;
  zoom: 1;
  text-align: center;
}
header#masthead #mobile_logo {
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 100%;
}
header#masthead #mobile_logo img {
  height: 100%;
}
@media (max-width: 450px) {
  header#masthead #mobile_logo {
    position: relative;
    left: -44px;
  }
}
header#masthead .mobile_version, header#masthead .desktop_version {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 992px) {
  header#masthead {
    opacity: 0.99;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
    zoom: 1;
  }
}
header#masthead img {
  height: 48px;
}
header#masthead .dashboard-open, header#masthead .header-shares {
  z-index: 999;
  font-family: "Montserrat", "Helvetica", sans-serif;
  line-height: 48px;
  position: absolute;
  color: gray;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
header#masthead .dashboard-open:hover, header#masthead .header-shares:hover {
  color: white;
}
header#masthead .dashboard-open {
  left: 25px;
}
header#masthead .dashboard-open i {
  margin-right: 15px;
}
header#masthead .share {
  float: right;
  height: 100%;
  line-height: 48px;
  width: 50px;
  font-size: 20px;
}
header#masthead .share > span {
  display: none;
}
header#masthead .share:hover {
  color: white;
}
header#masthead .display_shares {
  float: right;
  line-height: 48px;
  cursor: pointer;
  right: 10px;
  position: relative;
  color: #FFF;
  font-family: "Montserrat", "Helvetica", sans-serif;
}
header#masthead .right-sidebar-toggle {
  color: white;
  line-height: 48px;
  position: relative;
  right: 25px;
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica", sans-serif;
}
header#masthead .right-sidebar-toggle i.fa {
  margin-right: 15px;
  font-size: 15px;
}
header#masthead .right-sidebar-toggle .header-profile {
  color: #fff;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica", sans-serif;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  zoom: 1;
  line-height: 48px;
  top: 0px;
}
header#masthead .right-sidebar-toggle .header-profile:hover {
  text-decoration: none;
  opacity: 0.99;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
  zoom: 1;
  color: #fff;
}
header#masthead .right-sidebar-toggle .header-profile img {
  border-radius: 25px;
  height: 33.6px !important;
  margin-right: 15px;
}
header#masthead .desktop_version, header#masthead .mobile_version {
  float: right;
}
header#masthead .desktop_version {
  display: inline-block;
}
header#masthead .mobile_version {
  display: none;
}
@media (max-width: 992px) {
  header#masthead .desktop_version {
    display: none;
  }
  header#masthead .mobile_version {
    display: inline-block;
  }
}

/* Single Post */
.share {
  font-family: "Montserrat", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: white;
  -webkit-transition: background-color .1s ease-in-out;
  -moz-transition: background-color .1s ease-in-out;
  -ms-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
}
.share.facebook {
  background-color: #3B5999;
}
.share.facebook:hover {
  background-color: #2e4983;
}
.share.twitter {
  background-color: #55ACEE;
}
.share.twitter:hover {
  background-color: #4498d9;
}
.share.email {
  background-color: #ACACAC;
}
.share.email:hover {
  background-color: #8f8f8f;
}
.share.ij {
  background-color: #1e1e1e;
}
.share.ij:hover {
  background-color: #000;
}
.share.pinterest {
  background-color: #ce2029;
}
.share.pinterest:hover {
  background-color: #c72426;
}

.site-content {
  position: relative;
}
.site-content .featured-image {
  margin-bottom: 20px;
}
.site-content .featured-image img {
  max-width: 100%;
  height: auto;
}
.site-content .entry-title {
  font-size: 32px;
  font-family: "Montserrat", "Helvetica", sans-serif;
  margin-top: 0px;
}
@media (max-width: 992px) {
  .site-content .entry-title {
    margin-top: 55px;
    font-size: 24px;
    line-height: 28px;
  }
}
.site-content .responsive-video {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.site-content .responsive-video:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.site-content .responsive-video > iframe, .site-content .responsive-video > div, .site-content .responsive-video > object {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100% !important;
}
.site-content .responsive-video > object, .site-content .responsive-video > embed {
  width: 100%;
  height: 100%;
}
.site-content .entry-video {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .site-content .entry-video {
    margin-bottom: 15px;
  }
}
.site-content .entry-video > iframe, .site-content .entry-video > div, .site-content .entry-video > object {
  left: 15px;
  width: calc(100% - 15px) !important;
}
@media (max-width: 992px) {
  .site-content .entry-video > iframe, .site-content .entry-video > div, .site-content .entry-video > object {
    padding-right: 15px;
  }
}
.site-content .entry-video > iframe > object, .site-content .entry-video > iframe > embed, .site-content .entry-video > div > object, .site-content .entry-video > div > embed, .site-content .entry-video > object > object, .site-content .entry-video > object > embed {
  width: 100%;
  height: 100%;
}
@media (max-width: 450px) {
  .site-content .entry-video div.fb-video {
    padding-right: 30px;
  }
}
.site-content .entry-author-wrapper {
  padding-right: 0px;
}
.site-content .entry-author-wrapper .entry-author {
  font-family: "Montserrat", "Helvetica", sans-serif;
  letter-spacing: normal;
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.site-content .entry-author-wrapper .entry-author a {
  color: #0e769d;
}
@media (max-width: 992px) {
  .site-content .entry-author-wrapper .entry-author {
    padding-right: 15px;
    font-size: 12px;
  }
}
.site-content .entry-meta {
  margin-top: 0px;
  margin-bottom: 10px;
  font-style: italic;
}
.site-content .entry-meta p {
  margin-bottom: 0px;
}
.site-content .entry-meta .share {
  font-style: normal;
}
.site-content .entry-meta.video .meta-share-wrapper {
  padding-right: 0px;
}
.site-content .entry-content-wrapper {
  z-index: 2;
}
.site-content .entry-content-wrapper .social.footer .share.facebook {
  margin-bottom: 30px;
  padding: 25px !important;
  font-size: 20px !important;
}
.site-content .entry-content {
  font-family: "PT Serif", "Georgia", serif;
  font-size: 18px;
  line-height: 1.7em;
  color: #333;
}
.site-content .entry-content p {
  margin-bottom: 25px;
}
.site-content .entry-content p > iframe {
  max-width: 100%;
}
.site-content .entry-content h4 {
  line-height: 1.7em;
  margin-bottom: 15px;
}
.site-content .entry-content blockquote {
  border-left-color: #0e769d;
  margin: 20px 0 30px 10px;
}
.site-content .entry-content blockquote p {
  color: #333;
  font-size: 18px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: normal;
}
.site-content .entry-content blockquote p:last-child {
  margin-bottom: 0px;
}
.site-content .entry-content img {
  max-width: 100%;
  height: auto;
}
.site-content .social {
  margin-top: 30px;
}
.site-content .share {
  font-size: 18px;
  padding: 15px;
  color: white !important;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  width: calc( 33.333% - 10px );
  text-align: center;
}
.site-content .share:hover {
  text-decoration: none;
}
.site-content .share:first-of-type {
  margin-left: 0px;
  width: calc( 33.333% - 5px );
}
.site-content .share:last-of-type {
  margin-right: 0px;
  width: calc( 33.333% - 5px );
}
.site-content .share i {
  margin-right: 15px;
}
@media (max-width: 992px) {
  .site-content .share i {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .site-content .share {
    font-size: 12px;
  }
}
.site-content .social.footer .share {
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.site-content #sharing_modal .gform_wrapper {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 0px;
  padding-right: 15px;
}
.site-content #sharing_modal .gform_wrapper .gform_body input[type="text"], .site-content #sharing_modal .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #252525;
  padding: 10px;
  border: none;
  font-family: "Montserrat", "Helvetica", sans-serif;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 20px;
}
.site-content #sharing_modal .gform_wrapper .gform_body input[type="text"]::-webkit-input-placeholder, .site-content #sharing_modal .gform_wrapper .gform_footer input[type="submit"]::-webkit-input-placeholder {
  font-weight: normal;
}
.site-content #sharing_modal .gform_wrapper .gform_body input[type="text"]:-moz-placeholder, .site-content #sharing_modal .gform_wrapper .gform_footer input[type="submit"]:-moz-placeholder {
  font-weight: normal;
}
.site-content #sharing_modal .gform_wrapper .gform_body input[type="text"]::-moz-placeholder, .site-content #sharing_modal .gform_wrapper .gform_footer input[type="submit"]::-moz-placeholder {
  font-weight: normal;
}
.site-content #sharing_modal .gform_wrapper .gform_body input[type="text"]:-ms-input-placeholder, .site-content #sharing_modal .gform_wrapper .gform_footer input[type="submit"]:-ms-input-placeholder {
  font-weight: normal;
}
.site-content #sharing_modal .gform_wrapper .gform_body {
  width: 80%;
  float: left;
}
.site-content #sharing_modal .gform_wrapper .gform_body input[type="text"] {
  height: 50px;
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .site-content #sharing_modal .gform_wrapper .gform_body input[type="text"] {
    font-size: 12px;
  }
}
.site-content #sharing_modal .gform_wrapper .gform_footer {
  width: 20%;
  float: right;
  padding: 0px;
  margin: 0;
  margin-top: -50px;
}
.site-content #sharing_modal .gform_wrapper .gform_footer input[type="submit"] {
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0px;
  font-size: 15px;
}
@media (max-width: 992px) {
  .site-content #sharing_modal .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 12px;
  }
}
.site-content #sharing_modal .gform_confirmation_message {
  padding-left: 17px;
  padding-top: 8px;
}
.site-content #sharing_modal .modal-header {
  background-color: #fdfdfd;
}
.site-content #sharing_modal .modal-body {
  padding: 0px;
}
.site-content #sharing_modal .modal-body .create_account {
  background-color: #AAAAAA;
}
.site-content #sharing_modal .modal-body .modal-social {
  margin-left: 0px;
  margin-right: 0px;
  overflow-x: hidden;
}
.site-content #sharing_modal .modal-body .modal-social .col-md-4 {
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: -moz-box ;
  display: flex ;
  -webkit-box-align: center ;
  -webkit-align-items: center ;
  -webkit-flex-align: center ;
  -ms-box-align: center ;
  -ms-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
  height: 80px;
}
.site-content #sharing_modal .modal-body .modal-social .col-md-4.facebook {
  background-color: #3B5999;
}
.site-content #sharing_modal .modal-body .modal-social .col-md-4.facebook .fb-like {
  margin: 0 auto;
}
.site-content #sharing_modal .modal-body .modal-social .col-md-4.twitter {
  background-color: #55ACEE;
}
.site-content #sharing_modal .modal-body .modal-social .col-md-4.twitter > iframe {
  margin: 0 auto;
  width: 59px !important;
}
.site-content #sharing_modal .modal-body .modal-social .col-md-4.google {
  background-color: #DD4B39;
}
.site-content #sharing_modal .modal-body .modal-social .col-md-4.google > div {
  margin: 0 auto !important;
  text-align: center;
}
.site-content #sharing_modal .modal-title {
  font-family: "Montserrat", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-style: italic;
}
.site-content #sharing_modal .login-wrapper {
  background-color: black;
  height: 80px;
  margin-left: 0px;
  margin-right: 0px;
}
.site-content #sharing_modal .login-wrapper > .col-md-12 {
  text-align: center;
}
@media (max-width: 992px) {
  .site-content #sharing_modal .login-wrapper > .col-md-12 {
    font-size: 10px;
  }
}
.site-content #sharing_modal .login-wrapper a {
  color: white;
  line-height: 80px;
  padding: 10px;
  background-color: transparent !important;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica", sans-serif;
  border-radius: 34px;
  padding-left: 10px;
  padding-right: 10px;
}
.site-content #sharing_modal .login-wrapper a:hover {
  text-decoration: none;
}
.site-content #sharing_modal .login-wrapper span {
  margin: 15px;
  color: white;
  font-style: italic;
  font-family: "Montserrat", "Helvetica", sans-serif;
}

/* Sidebar */
#article_sidebar {
  z-index: 2;
  min-height: 600px;
}
@media (min-width: 992px) {
  #article_sidebar.not-video {
    margin-top: -65px;
  }
}
#article_sidebar .desktop_container, #article_sidebar .ijrhome_post {
  margin-right: -15px;
  padding-bottom: 20px;
}
@media (max-width: 450px) {
  #article_sidebar .desktop_container, #article_sidebar .ijrhome_post {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#article_sidebar .widget {
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  #article_sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ijrhome_post {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .ijrhome_post {
    max-width: 100%;
  }
}
.ijrhome_post .title {
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: black;
}
.ijrhome_post .title:hover {
  text-decoration: none;
}
.ijrhome_post:hover .title {
  color: #0e769d;
}
.ijrhome_post .image_container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ijrhome_post .image_container .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  transition: transform 1s ease;
}
.ijrhome_post .image_container:before {
  display: block;
  content: "";
  padding-top: 50%;
}
@media (min-width: 992px) {
  .ijrhome_post:hover .image {
    transform: scale(1.1, 1.1);
  }
}

#floating_sidebar {
  left: 50%;
  margin-left: -630px;
  position: fixed !important;
  z-index: 1;
  display: inline;
  width: auto;
}
#floating_sidebar .actually-close {
  opacity: 1;
  font-family: "Montserrat", "Helvetica", sans-serif;
  left: 13px;
  top: -4px;
  position: absolute;
  z-index: 3;
  color: #949494;
  border-radius: 10px;
  padding: 2px;
  width: 18px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
#floating_sidebar .actually-close:hover {
  color: #949494;
}
#floating_sidebar .container {
  width: auto;
  position: relative;
}
#floating_sidebar .container .post_stats, #floating_sidebar .container .post_share {
  display: inline-block;
  float: left;
}
#floating_sidebar .container .post_stats .share.ij, #floating_sidebar .container .post_share .share.ij {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#floating_sidebar .container .post_stats {
  background-color: #4a4a4a;
  height: 236px;
  width: 80px;
}
#floating_sidebar .container .post_stats hr {
  border-color: #949494;
  width: 80%;
  margin: 0 auto;
}
#floating_sidebar .container .post_stats a {
  color: white;
  white-space: nowrap;
}
#floating_sidebar .container .post_stats a:hover {
  text-decoration: none;
}
#floating_sidebar .container .post_stats .number {
  font-family: "Montserrat", "Helvetica", sans-serif;
  color: white;
  font-size: 26px;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0px;
}
#floating_sidebar .container .post_stats .text {
  font-size: 11px;
  font-family: "Montserrat", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: white;
  text-align: center;
  width: 80px;
  font-style: italic;
}
#floating_sidebar .container .post_share .share {
  display: block;
  width: 60px;
  text-align: center;
  margin-left: 0px;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 59px;
}
#floating_sidebar .container .post_share .share:hover {
  color: white;
}
#floating_sidebar .container .post_share .share .text {
  display: none;
}
#floating_sidebar .container .post_share .share i {
  margin-right: 0px;
}
@media (max-width: 992px) {
  #floating_sidebar {
    display: none;
  }
}
#floating_sidebar.hide_stats {
  margin-left: -550px !important;
}
#floating_sidebar.hide_stats .post_stats {
  display: none !important;
}

/* Footer */
footer {
  background-color: black;
  color: white;
  position: relative;
  display: block;
  height: auto;
  padding: 30px;
  font-family: "Montserrat", "Helvetica", sans-serif;
  z-index: 200;
}
@media (min-width: 992px) {
  footer {
    overflow-y: hidden;
  }
}
footer, footer a {
  color: gray;
}
footer p {
  margin-bottom: 0px;
}
footer .site-info {
  display: inline-block;
  float: left;
}
footer .menu {
  margin-bottom: 0px;
  float: right;
}
footer .menu li {
  float: left;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Montserrat", "Helvetica", sans-serif;
}
footer .menu li a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
footer .row {
  margin: 0;
  overflow-y: hidden;
}
footer .col-md-6 {
  padding: 0;
}

@media (max-width: 992px) {
  .site-footer .menu-footer-menu-container {
    font-size: 10px;
    margin-top: 30px;
    margin-left: -200px;
    position: relative;
    left: -12px;
  }
  .site-footer .menu-footer-menu-container > ul {
    padding-left: 0px;
  }
  .site-footer .menu-footer-menu-container > ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .site-footer .menu-footer-menu-container > ul li:first-child {
    margin-left: 0px;
  }
  .site-footer .menu-footer-menu-container > ul li:last-child {
    margin-right: 0px;
  }
}
/* Petitions */
.single-petitions #content {
  min-height: 100%;
  min-height: 100vh;
  min-height: calc( 100vh - 128px );
  display: -webkit-box ;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: -moz-box ;
  display: flex ;
  -webkit-box-align: center ;
  -webkit-align-items: center ;
  -webkit-flex-align: center ;
  -ms-box-align: center ;
  -ms-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
}

.petition {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 20px;
}
.petition .row.title .col-md-12 {
  padding-left: 0px;
}
.petition h1 {
  margin-bottom: 20px;
}
.petition img {
  max-width: 100%;
  height: auto;
}

.embed-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.credit {
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-style: italic;
  color: gray;
  margin-top: -15px;
}

.wp-caption {
  max-width: 100% !important;
  padding: 10px;
  color: #666666;
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-style: italic;
  margin-bottom: 25px;
}
.wp-caption .sos_wrapper {
  margin-bottom: 0px;
}
.wp-caption p {
  margin-bottom: -10px !important;
  font-size: 12px;
  text-align: left;
  margin-top: 4px;
}

.modal-dialog {
  margin-top: 96px !important;
}

#rc-imageselect {
  transform: scale(0.77);
  transform-origin: 0;
  -webkit-transform: scale(0.77);
  transform: scale(0.77);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

body.archive .load-more {
  font-size: 20px;
  text-align: center;
}
body.archive .page-title {
  margin-bottom: 50px !important;
}
