﻿/***********************************************
Variables
/***********************************************/
/*** Fonts ***/
/*** Weight ***/
/*** Colors ***/
/***********************************************
Border Colors
  -whitepaper cover image
/***********************************************/
/***********************************************
Pattern Squares Colors
/***********************************************/
/***********************************************
Buttons
/***********************************************/
/***********************************************
General Mixin
/***********************************************/
/***********************************************
Images
/***********************************************/
/***********************************************
Line-Height Function
/***********************************************/
.post {
  /*** Aside ***/
  /*** Images ***/
  /*** Tools ***/
}
.post .sponsor-small img {
  max-width: 100px;
}
.post .sponsor-small span {
  font-size: 0.75em;
  color: #999999;
  font-style: italic;
  display: block;
}
.post video {
  max-width: 100%;
}
.post .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.post iframe {
  max-width: 100%;
}
.post .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post .category {
  font-size: 0.72em;
  font-size: 0.72em;
  color: #777777;
  text-transform: uppercase;
  margin-bottom: 0;
}
.post h1 {
  font-size: 28px;
  font-family: canada-type-gibson, helvetica, arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #000000;
}
.post h2 {
  font-size: 1.5em;
  font-weight: 900;
  color: #000000;
}
.post h3 {
  font-size: 1.25em;
  font-weight: 900;
  color: #000000;
}
.post .author {
  font-size: 0.81em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 1em;
}
.post .author span {
  color: #cccccc;
}
.post .author a {
  color: #f30782;
}
.post .author a span {
  text-transform: lowercase;
  font-style: italic !important;
  color: #999999 !important;
}
.post .title-wrapper .share {
  margin-bottom: 1em;
}
.post .products-mentioned {
  background: none;
  padding: 0;
  margin-bottom: 40px;
}
.post .products-mentioned.related-posts .horizontalScroll {
  overflow-x: auto;
}
.post .products-mentioned figure {
  margin-bottom: 10px;
}
.post .products-mentioned .font-20 {
  font-size: 18px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.post .products-mentioned .company-name {
  color: #999999;
}
.post .products-mentioned .prev-next {
  margin-top: -7px;
}
.post .products-mentioned .prev-next a {
  color: #555555;
  font-size: 2em;
  font-weight: 100;
  margin-left: 5px;
}
.post .products-mentioned .swiper-wrapper {
  width: 96%;
}
.post .article-formula {
  margin-bottom: 3em;
  font-size: 1em;
}
.post .article-formula .formula-item {
  border-left: 5px solid #f30782;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-bottom: 1em;
}
.post .article-formula .formula-item .formula-title {
  font-weight: 600;
}
.post .article-formula .formula-item ol, .post .article-formula .formula-item ul {
  padding-left: 20px;
}
.post .article-formula .formula-item p {
  margin-bottom: 0;
  font-size: 1em;
}
.post .article-formula .formula-item p:last-child {
  padding-bottom: 0;
}
.post .banner-right-1.desktop-device {
  display: none;
}
.post .article-image,
.post .article-img {
  margin: 0 0 2em 0;
  max-width: 100%;
}
.post .article-image img,
.post .article-img img {
  margin-bottom: 1em;
}
.post .article-image figcaption,
.post .article-img figcaption {
  font-size: 14px;
}
.post .article-image figcaption span,
.post .article-image figcaption .credit-text,
.post .article-img figcaption span,
.post .article-img figcaption .credit-text {
  font-style: italic;
  color: #555555;
  display: block;
}
.post .article-image figcaption a,
.post .article-img figcaption a {
  color: #f30782;
}
.post .article-image.main-image,
.post .article-img.main-image {
  margin: 0 -15px 2em -15px;
}
.post .article-image.main-image figcaption,
.post .article-img.main-image figcaption {
  margin: 0 15px;
}
.post .tools > div > div {
  margin-bottom: 30px;
}
.post .tools > div > div:first-child .tool-title {
  margin-top: 10px;
}
.post .tools .tool-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.post .tools .tags {
  margin-bottom: 1.5em;
}
.post .tools .tags .col-12.col-md-9.row {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 50px;
}
@media (min-width: 728px) {
  .post .tools .tags .col-12.col-md-9.row {
    overflow: unset;
    height: inherit;
  }
}
.post .tools .tags ul {
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 5px 10px 10px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  height: 80px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 728px) {
  .post .tools .tags ul {
    height: inherit;
  }
}
.post .tools .tags ul li {
  margin-right: 2px;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 16px;
}
.post .tools .tags ul li:last-child {
  margin-right: 0;
}
.post .tools .tags ul a {
  border: 1px solid #bbbbbb;
  color: #777777;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 6px 15px;
}
.post .tools .tags ul a:hover {
  background: #f4f4f4;
  color: #333333;
}
.post .tools .share {
  /*.tool-title:before{
  	content:'\f064';
  	font-family: "Font Awesome 5 Pro";
  	color:$primary-color;
  	padding-right:3px;
  }*/
}
.post .tools .share ul {
  padding: 0;
  list-style: none;
}
.post .tools .comments {
  /*.tool-title:before{
  	content:'\f086';
  	font-family: "Font Awesome 5 Pro";
  	color:$primary-color;
  	padding-right:3px;
  }*/
}
.post .tools .comments .link-post-reply {
  text-align: right;
}
.post .tools .comments .link-post-reply a {
  color: #777777;
}
.post .tools .comments .link-post-reply a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  padding-left: 5px;
}

/*** Next Post ***/
.next-post h4:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #f30782;
  display: block;
  font-weight: 100;
}

.next-post-leaderboard {
  padding: 20px 0;
  margin-bottom: 30px;
}
.next-post-leaderboard img {
  max-width: 100%;
}

/******************************************************
How-to Article (Photo Gallery)
******************************************************/
.slider-container {
  max-width: 100%;
  /*padding-left: 307px;*/
  margin-bottom: 20px;
}

.sliderContainer .swiper-container {
  background-color: #ffffff;
  text-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sliderContainer .swiper-container .sliderPrev {
  position: absolute;
  z-index: 5;
  left: 10px;
  background: url("/Content/images/prev-arrow.svg") no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
}
.sliderContainer .swiper-container .sliderNext {
  position: absolute;
  z-index: 5;
  right: 10px;
  background: url("/Content/images/next-arrow.svg") no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
}
@media (max-width: 576px) {
  .sliderContainer .swiper-container .sliderNext,
.sliderContainer .swiper-container .sliderPrev {
    display: none;
  }
}
.sliderContainer .pgItemDesc {
  display: none;
}

.pgPhoto {
  max-height: 600px;
  min-height: 100px;
  min-width: 100px;
  height: 100%;
  display: flex;
}
.pgPhoto iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}
.pgPhoto img {
  max-height: 100%;
  margin: auto;
}

.slider-container .swiper-slide {
  width: auto !important;
}

.viewall-container {
  display: none;
}

.viewall {
  overflow: hidden;
  max-width: 930px;
  margin-bottom: 20px;
}

.pgPhoto-viewall img {
  max-width: 100%;
}

.pgItemInfoContainer {
  border-bottom: 1px solid #dddddd;
  margin-top: 1em;
  margin-bottom: 1em;
}
.pgItemInfoContainer .pgItemNav {
  padding-bottom: 1em;
}
.pgItemInfoContainer .pgItemNav .row {
  position: relative;
  align-items: center;
}
.pgItemInfoContainer .pgItemNav .pgIndex {
  font-size: 13px;
  color: #777777;
  position: absolute;
  left: 0;
}
.pgItemInfoContainer .pgItemNav .pgShowAll {
  font-size: 13px;
  text-decoration: underline;
  position: absolute;
  right: 0;
  color: #777777;
}
.pgItemInfoContainer .pgItemNav .pgSlider {
  padding-left: 20px;
  font-size: 14px;
  text-decoration: underline;
  position: absolute;
  right: 0;
  color: #555555;
}
.pgItemInfoContainer .pgItemNav .pgSlider:before {
  content: "\f685";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  font-size: 14px;
  margin-right: 5px;
}
.pgItemInfoContainer .pgItemNav .pgItemIndex {
  height: 15px;
}
.pgItemInfoContainer .pgItemNav .pgItemInfo {
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.4em;
}
.pgItemInfoContainer .pgItemNav .pgItemInfo p {
  padding: 0;
  line-height: 1.4em;
}
.pgItemInfoContainer .pgItemNav .pgItemInfo .photo-credit {
  color: #999999;
  margin-top: 0.5em;
  width: 100%;
}
.pgItemInfoContainer .pgItemNav .pgItemInfo .photo-credit p {
  color: #999999;
}
.pgItemInfoContainer .pgItemNav .swiper-pagination {
  bottom: 2px;
}
.pgItemInfoContainer .pgItemNav .swiper-pagination .swiper-pagination-bullet-active {
  background: #f30782;
}
.pgItemInfoContainer .pgItemNav .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 2px;
}

.pgItemText {
  font-size: 14px;
  color: #555555;
  padding: 10px 2% 1.5% 2%;
}
.pgItemText p {
  font-size: 14px;
  color: #555555;
}

@media (min-width: 768px) {
  .post {
    /*** Header ***/
    /*** Post ***/
    /*** Aside ***/
    /*** Tools ***/
  }
  .post header {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
  }
  .post .sponsor-small {
    /*background:url("../images/pink-dots.png") repeat-y right top;*/
    background-size: 40px;
    width: 47px;
    height: auto;
    padding-top: 6px;
  }
  .post .sponsor-small span {
    text-align: right;
    background: #ffffff;
    padding: 0 2px 0 0;
    font-size: 11px;
  }
  .post .sponsor-small img {
    background: #ffffff;
    max-width: 100px;
    max-height: 75px;
  }
  .post h1 {
    font-size: 38px;
  }
  .post > .share {
    text-align: right;
  }
  .post .article-image.main-image {
    margin-left: 0;
    margin-right: 0;
  }
  .post .article-image.main-image figcaption {
    margin: 0;
  }
  .post .banner-right-1.mobile-device {
    display: none;
  }
  .post .banner-right-1.desktop-device {
    display: inherit;
  }
  .post .banner-right-1,
.post .banner-right-2 {
    width: 50%;
  }
  .post .banner-right-1 {
    float: left !important;
  }
  .post .tools .tags ul {
    overflow-x: hidden;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .post .tools .tags ul li {
    flex: none;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .post .tools .tags ul a {
    padding: 5px 15px;
  }
  .post .link-post-reply {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .post aside {
    max-width: 300px;
    margin: 0 auto;
  }
  .post aside .side-widget {
    display: inherit !important;
  }
  .post .banner-right-1,
.post .banner-right-2 {
    width: auto !important;
  }
  .post .banner-right-1 {
    float: none !important;
  }
}
.photo-credit p {
  float: left;
  font-size: 14px !important;
  font-style: italic;
  color: #555555;
}
.photo-credit p:first-child {
  margin-right: 6px;
}

/*****************************************************
Featured Landing Page
*****************************************************/
.nav-landing-pages {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .nav-landing-pages {
    max-width: 1320px;
  }
}

.featured-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.featured-menu li {
  margin: 0 10px;
}
.featured-menu li a {
  display: block;
  padding: 0.5rem 1rem;
}

/******************************************************
Search Result
******************************************************/
.search-result-header {
  background: #f4f4f4;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .search-result-header {
    margin-bottom: 3em;
  }
}
.search-result-header .search-icon {
  margin: 9px 0 0 -50px;
  background: none;
  border: none;
  font-size: 1.2em;
}
.search-result-header .filter-icon {
  border: 1px solid #cccccc;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  padding: 12px 10px 8px 10px;
  border-radius: 3px;
  display: block;
  width: 45px;
}
.search-result-header .filter-icon:after {
  content: "";
  background: url(/content/images/icon-filter.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}

.side-widget .navbar {
  margin-bottom: 2em;
}

.selected-filter {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.selected-filter li {
  margin-right: 3px;
  margin-bottom: 10px;
  display: inline-block;
}
.selected-filter a {
  color: #000000;
  background: #eeeeee;
  padding: 5px 10px;
  border-radius: 3px;
}
.selected-filter a:hover {
  text-decoration: none;
}

.number-items {
  color: #777777;
  font-size: 13px;
}

.search-results-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  .search-results-tabs {
    margin-left: 30px !important;
    margin-right: 50px !important;
  }
}
.search-results-tabs a {
  color: #000;
  padding-bottom: 10px;
  margin-right: 30px;
}
.search-results-tabs a:hover {
  color: #f30782;
  text-decoration: none;
}
.search-results-tabs .selected {
  border-bottom: 1px solid #f30782;
}

.result-number {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #777;
}
@media (min-width: 1200px) {
  .result-number {
    margin-left: 30px;
  }
}

.navbar {
  background: #f4f4f4;
}
.navbar a {
  color: #000000;
}
.navbar .dropdown {
  margin-bottom: 10px;
}
.navbar .dropdown > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar .dropdown > a i {
  margin-right: 5px;
}
.navbar .dropdown > a:after {
  display: none;
}
.navbar .dropdown-items {
  padding-left: 10px;
  list-style: none;
}
.navbar .dropdown-items a {
  font-size: 16px;
}
.navbar .dropdown-items a:visited {
  color: #000000;
}
.navbar .dropdown-items a span {
  color: #777777;
}

.mobile-top-nav.row {
  width: 100%;
  display: block;
  text-align: right;
}
.mobile-top-nav.row a {
  margin-bottom: 5px;
}

/**************************************
Feedback Form
**************************************/
.feedback-form {
  background: #f4f4f4;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 40px;
}

.feedback-form label {
  font-weight: normal !important;
}

.feedback-form header {
  width: 100% !important;
}

.feedback-form header h2 {
  font-size: 32px;
}

/***************************************/
/*  Author                             */
/***************************************/
.author-bottom {
  background: #eeeeee;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  clear: both;
}

.author-photo {
  border-radius: 50px;
  width: 70px;
  float: left;
  margin-right: 10px;
}

.author-info h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.author-info .author-title {
  font-size: 15px;
  color: #555555;
  margin-bottom: 0;
  padding-bottom: 0;
}
.author-info a {
  color: #555555;
  font-size: 15px;
  text-decoration: underline;
}
