/*
Theme Name: Fool-AU
Description: Child theme for Motley Fool AU - This file was generated by /wp-content/themes/freesite-theme/scss/childstyle.scss on 2019-08-22
Author: Kurt Morris
Text Domain: fool-au-theme
Template: freesite-theme
*/
/*-------------------------------------------
STICKY
--------------------------------------------*/
#main-nav.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  z-index: 10;
}

/*-------------------------------------------
TEST
--------------------------------------------*/
.button-container {
  position: relative;
}

.video-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-text {
  margin-top: 200px;
  z-index: 1;
  position: relative;
  width: 100%;
  text-align: center;
  height: 100%;
  /* MOBILE */
  /* @include media("screen", "tablet") {
      margin-top:150px;
  } */
}

div.clouds video, div.clouds object, div.clouds embed {
  /*width: 100%;*/
  width: 2000px;
  height: auto;
  min-width: 720px;
  margin: 0 auto;
}

.no-video .video-container video,
.touch .video-container video {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.hidden {
  display: none;
}

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}

.continue-scroll {
  text-align: center;
  color: #fff;
  padding: 2em;
  z-index: 1;
  height: 100px;
  position: absolute;
  bottom: 2em;
}
.continue-scroll img {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.continue-scroll img:first-child {
  opacity: 1.0;
}
.continue-scroll img:last-child {
  opacity: 0;
}
.continue-scroll:hover {
  /* background-image:url(/wp-content/common-images/continue-arrow-on.svg); */
}
.continue-scroll:hover img:first-child {
  opacity: 0;
}
.continue-scroll:hover img:last-child {
  opacity: 1.0;
}

/* Mobile nav open/close button */
#main-header #header-nav-toggle a:before {
  content: 'OPEN ';
}
#main-header #header-nav-toggle a:after {
  content: '';
}
#main-header #header-nav-toggle.menu-open a a:before {
  content: 'CLOSE ';
}
#main-header #header-nav-toggle.menu-open a a:after {
  content: '';
}

/*-------------------------------------------
BBPRESS OVERRIDES
--------------------------------------------*/
#bbpress-forums .bbp-header td {
  background: rgba(65, 90, 107, 0.3);
  font-weight: bold;
  color: #3F6072;
  text-transform: uppercase;
  font-size: 12px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-header ul li {
  font-size: 12px;
  color: #ccc;
}

#bbpress-forums li.bbp-header a {
  color: #fff;
}

#bbpress-forums li.bbp-header a:hover {
  text-decoration: underline;
}

.bbp-template-notice .bbp-author-avatar {
  display: none;
}

#bbpress-forums div.bbp-topic-tags,
#bbpress-forums div.bbp-breadcrumb {
  float: none;
}

#bbpress-forums div.bbp-topic-tags p,
#bbpress-forums div.bbp-breadcrumb p {
  font-size: 1.2em;
}

div.bbp-template-notice.info {
  display: none;
}

#bbp-user-body {
  padding-top: 20px !important;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  width: 100px;
  height: 100px;
  margin: 0;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
  width: 35%;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.8em;
  padding-bottom: 0;
}

#bbp-user-body fieldset.bbp-form {
  margin: 10px 0 20px 0;
}

#bbpress-forums #bbp-your-profile fieldset select {
  width: 60%;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
  margin-left: 20px;
}

#bbpress-forums .bbp-reply-content div.bbp-reply-author {
  width: inherit;
  border: 2px solid #eee;
  padding: 0 4px 6px;
  margin: 0 10px 10px 0;
  text-align: center;
}

#bbpress-forums div.bbp-reply-author img.avatar {
  margin-top: 4px;
}

#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  margin: 0;
}

#bbpress-forums button,
#bbpress-forums .button {
  border-radius: 5px;
  padding: 7px 16px;
  font-size: 14px;
}

#bbpress-forums input[type="text"]#bbp_search {
  height: 2em;
  margin-right: 8px;
}

.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
  background-color: #ffeec2 !important;
}

#bbpress-forums tr.bbp-header td {
  color: #3F6072;
}

#bbpress-forums table.bbp-replies tr:nth-of-type(even) {
  background-color: #fff;
}

#bbpress-forums table td {
  font-size: 14px;
  vertical-align: top !important;
  border-bottom: 1px solid #ccc !important;
  padding: 20px 10px;
}

#bbpress-forums table.mceToolbar {
  background: transparent;
}

#bbpress-forums table.mceToolbar td {
  border-bottom: none !important;
}

#bbpress-forums table td p,
#bbpress-forums table td ul li,
#bbpress-forums table td ol li {
  font-size: 14px;
}

#bbpress-forums table.bbp-replies td {
  border-bottom: none !important;
}

#bbpress-forums table td.bbp-meta img {
  height: 40px;
  width: 40px;
}

#bbpress-forums .bbp-forums-list li {
  display: block;
  font-size: 12px;
  padding: 6px 0;
}

#bbpress-forums .bbp-forums-list {
  border: none;
  padding-left: 0;
}

#bbpress-forums td.bbp-forum-topic-count,
#bbpress-forums td.bbp-forum-reply-count {
  text-align: center;
  vertical-align: top;
}

#bbpress-forums td.bbp-forum-freshness {
  vertical-align: top;
}

#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
  float: none;
}

#bbpress-forums div.bbp-meta {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

div.tmf-admin-links {
  margin-top: 30px;
  padding-top: 6px;
  border-top: 1px dotted #eee;
}

#bbpress-forums span.bbp-admin-links a {
  color: #008cba;
}

#bbpress-forums span.bbp-admin-links a:hover {
  text-decoration: underline;
}

#bbpress-forums div.bbp-meta img.avatar {
  height: 40px;
  width: 40px;
  border: 2px solid #eee;
  padding: 2px;
}

#bbpress-forums span.bbp-admin-links {
  float: none;
}

#bbpress-forums div.tmf-post-header {
  background: #eee;
  border: 1px solid #ddd;
  color: #444;
  margin-bottom: 10px;
  padding: 0.3em;
}

#bbpress-forums div.tmf-post-header a {
  color: #008cba;
}

#bbpress-forums div.tmf-fav-links {
  text-align: right;
  margin-bottom: 5px;
}

#bbpress-forums #bbp-single-user-details {
  width: 100%;
  float: none;
}

#bbpress-forums #bbp-user-body {
  margin-left: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  float: left;
}

/* Hide profile info */
#bbp-user-profile {
  display: none;
}

/* suppress current page breadcrumb */
.bbp-breadcrumb p span:nth-last-child(2),
#bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {
  display: none;
}

/* contact page nav links */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  float: none;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  display: inline;
}

#bbp-user-navigation dl.faqs {
  margin-left: 0;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}

#bbp-user-navigation dt,
#bbp-user-navigation dl {
  margin-bottom: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation dl.faqs dd a {
  float: none;
  display: inline;
  padding: 0;
}

#bbp-user-navigation ul {
  line-height: inherit;
}

/* Style unread topics */
a.bbp-topic-permalink:visited {
  color: #bbb;
}

/* hide certain stuff on profile page. TO DO: This is a hack. Need a better solution */
form#bbp-your-profile h2,
form#bbp-your-profile fieldset {
  /*display:none;*/
}

/* hide bio profile form on submit */
#bbp-user-body form {
  display: none;
}

@media only screen and (max-width: 480px) {
  #bbpress-forums div.bbp-reply-author img.avatar {
    position: relative;
    top: 0;
  }

  #bbpress-forums span.bbp-reply-post-date {
    float: none;
  }
}
.bbp-pagination-count {
  line-height: 38px;
}

#bbpress-forums .bbp-pagination-links {
  font-size: 16px;
  padding: 20px;
}

.bbp-pagination-links a,
.bbp-pagination-links span.current {
  margin-left: 10px;
  padding: 10px;
}

.bbp-pagination-links span.dots {
  margin-left: 10px;
  padding: 10px;
}

/*-------------------------------------------
TABBED PANELS (SCORECARD)
--------------------------------------------*/
.tabs dd > a {
  margin-right: 2px;
  font-weight: 200;
  font-size: 14px;
  padding: 10px;
  background: #fff;
}

.tabs dd.active a {
  background: #fff;
  color: #000;
  font-weight: 600;
  border-bottom: 3px solid #3F6072;
}

.tabs dd.active a:hover {
  text-decoration: none;
}

.tabs dd a:hover {
  background: #fff;
  color: #000;
  border-bottom: 3px solid #5185A5;
}

/*-------------------------------------------
PREMIUM FEATURE POST
--------------------------------------------*/
header.premium-feature {
  background-color: #5a88a1;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 20px;
}

header.premium-feature span {
  display: block;
}

header.premium-feature span:before {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
}

header.premium-feature.pro span:before {
  content: url("//702rc195vu6fsa4x3pnb6d8m-wpengine.netdna-ssl.com/wp-content/common-images/icon-pro.svg");
}

header.premium-feature.mdp span:before {
  content: url("//702rc195vu6fsa4x3pnb6d8m-wpengine.netdna-ssl.com/wp-content/common-images/icon-mdp.svg");
}

/* Hide guarantee link on DE OP */
/* UK Tag Cloud */
/* HK Homepage ecap */
/* My Wallet Hero custom styling */
/*-------------------------------------------
Cookie Notification
--------------------------------------------*/
