/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/

/** Variables */
/** News table */
.news_table {
  width: 100%;
  table-layout: fixed;
}

.news_table .report_item {
  width: 100%;
  table-layout: fixed;
}

.news_table th {
  text-align: left;
  text-transform: uppercase;
  color: #000032;
  font-weight: 700;
  font-size: 14px;
}

.news_table td {
  padding: 7px 10px;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .news_table p {
    line-height: 1.4;
  }
}

.news_table > tbody > tr {
  background-color: #fcfcfc;
}

.news_table > tbody > tr:nth-child(2n + 1) {
  background-color: #f6f6f6;
}

.news_table .cell-image {
  width: 0;
  padding: 0;
  background-color: #fff;
}

.news_table .cell-image img {
  display: none;
}

@media only screen and (min-width: 768px) {
  .news_table .cell-image {
    width: 131px;
    padding: 5px;
  }
  .news_table .cell-image img {
    display: block;
  }
}

.news_table .cell-date {
  width: 95px;
  text-align: right;
}

.news_table .cell-title {
  font-weight: bold;
  font-weight: 700;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .news_table .cell-title {
    width: auto;
    white-space: normal;
  }
}

.news_table .pub-name {
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .news_table .pub-name {
    display: none;
  }
}

/** Research table */
.research_table {
  width: 100%;
}

.research_table .report_item {
  width: 100%;
}

.research_table th {
  text-align: left;
  text-transform: uppercase;
  color: #000032;
  font-weight: 700;
  font-size: 14px;
}

.research_table td {
  padding: 7px 10px;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
}

.research_table td td {
  padding: 0;
}
.research_table p {
  line-height: 1.4;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .research_table td {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
  }
  .research_table p {
    line-height: 1.4;
    font-size: 15px;
  }
}

.research_table > tbody > tr {
  background-color: #fcfcfc;
}

.research_table > tbody > tr:nth-child(2n + 1) {
  background-color: #f6f6f6;
}

html#ecwid_html body#ecwid_body .research_table .ecwid.ecwid-Product form div {
  line-height: 36px;
}

.research_table .title {
  font-weight: bold;
  line-height: 1.2;
  margin: 0.2em 0; /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/
}

@media only screen and (max-width: 767px) {
  .research_table .title {
    width: auto;
    white-space: normal;
  }
}

.research_table .publication,
.research_table .publish_date {
  font-size: 11px;
  text-transform: uppercase;
  color: #000032;
  font-weight: 700;
}

.research_table .read_more {
  width: 120px;
}

.research_table .date {
  width: 95px;
  text-align: right;
}

.research_table .desc {
  padding-top: 10px;
}

.research_table li {
  margin-bottom: 5px;
}

.research_table .title {
  padding-bottom: 4px;
}

.research_table .title,
.research_table .links {
  display: block;
  font-weight: 700;
  color: #333;
}

.research_table .title.new_item {
  padding-left: 27px;
}

.research_table .price {
  font-weight: 700;
  color: #000032;
}

.research_table .links {
  font-size: 11px;
  text-transform: uppercase;
}

.research_table .right {
  text-align: right;
  width: 100px;
}

.research_table .bottom {
  vertical-align: bottom;
}

.research_table .right.bottom form {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

.research_table span.new {
  display: block;
  position: absolute;
  text-indent: -9999px;
  background: url(assets/img/callout_new.png) no-repeat;
  top: 1px;
  left: -19px;
  width: 39px;
  height: 31px;
}

@media only screen and (max-width: 767px) {
  .research_table .pub-image .publication {
    background: transparent !important;
  }
}

@media only screen and (min-width: 768px) {
  .research_table .pub-image .publication {
    display: block;
    width: 121px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-color: #fff;
    text-indent: -9999px;
    overflow: hidden;
  }
  .research_table .pub-image .title {
    padding-left: 130px;
  }
}

/** WPML Language choice */
#main > .fusion-row {
  position: relative;
}

#lang_sel_list {
  position: absolute;
  right: 0;
  top: 85px;
  font-size: 14px;
}

/** Widget: Recent press */
.textwidget .press-list li {
  display: block;
  padding: 14px 10px;
  border-bottom: 1px solid #505152;
}

.textwidget .press-list li:first-child {
  padding-top: 0;
}

.textwidget .press-list a:before {
  position: absolute;
  font-family: icomoon;
  content: "\f105";
  margin-left: -12px;
}

/** Footer quote */
.footer-quote {
  padding-top: 1px;
  clear: both;
}

.footer-quote blockquote {
  margin-top: 40px;
}

/** bottom aligned button element */
@media only screen and (min-width: 800px) {
  .button-align-bottom {
    position: absolute;
    z-index: 300;
    left: 50%;
    bottom: 37px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 800px) {
  .fusion-separator.sep-none.button-align-bottom-spacer {
    height: 50px;
    border-color: transparent;
    position: relative;
    z-index: 200;
  }
}

/** Client updates: please document so we know where these styles apply */
#slidingbar,
.sb-toggle-wrapper {
  display: none !important;
}

.nav-pills > li > a.active,
.nav-pills > li > a.active:focus,
.nav-pills > li > a.active:hover {
  color: #fff;
  background-color: #df6f1c;
}

.blog-subnav {
  margin-bottom: 30px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav-pills > li {
  float: left;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.white-text p,
.white-text h1,
.white-text h2,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
  color: #fff !important;
}

.quote .review:before,
.quote-author .review:before {
  content: url(/wp-content/uploads/2017/02/quote-top-1.png);
  position: relative;
  top: 20px;
  left: -15px;
}

.quote .review:after {
  content: url(/wp-content/uploads/2017/02/quote-bottom-1.png);
  position: relative;
  top: -20px;
  float: right;
  left: 15px;
}

.quote-author .review:after {
  content: url(/wp-content/uploads/2017/02/quote-bottom-1.png);
  position: relative;
  top: -60px;
  float: right;
  left: 15px;
}

.rounded-corners .fusion-column-wrapper {
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
}

.flip-box-grafix.flip-box-image img {
  width: 80px !important;
  height: auto !important;
}

.30-margin {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.person-name {
  font-size: 22px !important;
  color: #2864a1 !important;
}
.person-content {
  font-size: 14px;
  font-weight: 200;
}
.person-title {
  font-size: 15px;
  font-style: italic;
}
.16-font {
  font-size: 16px !important;
}
.fusion-button {
  text-transform: none !important;
}

p span {
  font-size: 15px;
}
.fusion-footer-widget-area ul {
  font-size: 15px !important;
}
h2.flip-box-heading.without-text {
  margin: 0px -30px;
}
.flip-box-front-inner {
  margin-top: 10% !important;
}
.wide-button {
  width: 80% !important;
}
.footer-quote .review blockquote:before {
  content: url(/wp-content/uploads/2017/02/quote-top-1.png);
  position: relative;
  top: 20px;
  left: -15px;
}

.footer-quote .review blockquote:after {
  content: url(/wp-content/uploads/2017/02/quote-bottom-1.png);
  position: relative;
  top: -20px;
  float: right;
  left: 15px;
}
.fusion-testimonials.clean blockquote {
  background-color: transparent !important;
}
.textwidget .press-list li:first-child {
  padding-top: 0;
}
.textwidget .press-list li:nth-child(2) {
  padding-top: 0px !important;
}

.cards p {
  font-size: 15px !important;
}
.no-padding-flip .flip-box-back,
.no-padding-flip .second-row-flip-card .flip-box-front {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.no-padding-flip .fusion-flip-box .flip-box-inner-wrapper {
  margin-bottom: 0px !important;
}
.reviews p,
.reviews p span {
  font-size: 20px !important;
}
.review .company-name {
  font-size: 19px !important;
}
.fusion-recent-posts .fusion-column {
  border-color: #ebeaea;
}

/*
  ECWID Button
 */

html#ecwid_html body#ecwid_body .fusion-column-wrapper .ecwid.ecwid-SingleProduct-v2 {
  width: 100%;
  max-width: 800px;
  min-width: 0;
}

html#ecwid_html body#ecwid_body .fusion-column-wrapper .ecwid.ecwid-Product form div {
  width: 100%;
  margin: 0;
  text-align: center;
}

html#ecwid_html body#ecwid_body .fusion-column-wrapper .ecwid.ecwid-SingleProduct-v2 .ecwid-AddToBagButton {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f4791f;
  border-radius: 2px;
  transition: all 0.3s;
  width: 100%;
  height: 47px;

  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  color: #ffffff;
  text-transform: none;
}

html#ecwid_html body#ecwid_body .fusion-column-wrapper .ecwid.ecwid-SingleProduct-v2 .ecwid-AddToBagButton:after {
  content: "Get the Report";
  display: inline-block;
}

html#ecwid_html body#ecwid_body .fusion-column-wrapper .ecwid.ecwid-SingleProduct-v2 .ecwid-AddToBagButton:hover,
html#ecwid_html body#ecwid_body .fusion-column-wrapper .ecwid.ecwid-SingleProduct-v2 .ecwid-AddToBagButton:focus {
  background: #df6f1c;
  color: #ffffff;
}

/* hide ECWID's continue shopping button */
.gwt-Button.ecwid-productBrowser-cart-continueShoppingButton {
  display: none;
}
#subscribeBtn {
  margin-left: 0 !important;
}
/*body:not(.page-template-press) #main a,
body:not(.page-template-press) #main a:after {
  color: #0073aa !important;
}*/
body:not(.page-template-press) #main a:not(.fusion-button) {
  text-decoration: underline;
}

#main .tab-content a,
#main .tab-content a:after {
  color: #0073aa !important;
}

#main .tab-content a:not(.fusion-button) {
  text-decoration: underline;
}
#slider-13-slide-28-layer-3{
	color: white !important;
}
#slider-13-slide-29-layer-3{
	color: white !important;
}
#slider-13-slide-30-layer-3{
	color: white !important;
}