/*
 * Theme Name: Definition
 * Template: bright-theme
 * Text Domain: bright-theme-child
 */

/* fonts */
@import url("https://use.typekit.net/xrk7gae.css");

/* CSS */
body {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
}

h2.block-title {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.btn {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#top-bar {
  font-family: proxima-nova-condensed, sans-serif;
  font-style: normal;
  font-weight: 300;
}

#menu-main {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.issue-container a {
  font-size: 150%;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.footer-icons {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.posts-loop h3 {
  font-size: 150%;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.posts-loop h3 a {
  transition: color 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.row.cat-row h3 {
  font-size: 150%;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#posts-loop-cat h3 a {
  transition: color 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#posts-loop-cat h3 a:hover {
  transition: color 600ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #888888;
  text-decoration: none;
}

.posts-loop-date {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

#nav-main {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-spacing {
  height: 110px;
}

.btn {
  font-weight: 600;
  letter-spacing: 1px;
}

#subscribe input#btn-submit {
  font-weight: 600;
  letter-spacing: 1px;
}

#posts-loop-cat .row h1 {
  font-size: 300%;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #313131;
}

/* old posts */
.summary-block-wrapper {
  display: none;
}

.newsletter-form-wrapper {
  display: none;
}

.wp-caption.alignnone {
  max-width: 100% !important;
  margin: 0 auto;
}

p.wp-caption-text {
  margin-top: -2.5em;
  font-style: italic;
}

iframe {
  width: 100%;
}

.single-content img {
  width: 100%;
}

.single-header {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 2em;
}

#single blockquote {
  font-size: 150%;
}

.wp-caption.alignnone {
  width: 100% !important;
}

article hr {
  margin-bottom: 1em;
}

h1.large-title {
  font-size: 300%;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Home */
#home-slider-1 .home-slider-title-side h3 {
  font-size: 16px;
}

#home-slider-1 .home-slider-title-side h4 {
  margin-bottom: 0;
  font-size: 50%;
}

#home-slider-1 .home-slider-title-main, #home-slider-1 .home-slider-title-side {
  color: #fff;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 150%;
  left: 50%;
  transform: translatex(-50%);
  z-index: 1;
  padding: 0 2em;
  display: block;
  width: 100%;
  text-align: center;
}

#home-slider-1 .home-slider-title-main h4 {
  margin-bottom: 0;
  font-size: 50%;
}

.cpt-reviews .posts-loop-seperator {
  background: #0000e3;
}

.cpt-reviews .btn.btn-primary {
  background: #0000e3;
}

.posts-loop-cat h4 a {
  font-size: 150%;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #e30513;
  transition: opacity 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.posts-loop-cat h4:hover a {
  text-decoration: none;
  opacity: .75;
}

.cpt-reviews .posts-loop-cat h4 a {
  color: #0000e3;
}

.posts-loop-cat {
  margin-bottom: 0;
}

.posts-loop-cat h4 {
  margin-bottom: 0;
}

/* Menu */
#menu-main ul.sub-menu li.current-menu-item a {
  color: #313131;
}

#menu-main .current-menu-parent ul.sub-menu li a {
  color: #313131;
}

#menu-main ul.sub-menu li.current-menu-item:hover a {
  color: #e30513;
}

#menu-main .current-menu-parent ul.sub-menu li:hover a {
  color: #e30513;
}

#menu-main li ul.sub-menu li.current-menu-parent a {
  color: #313131;
}

/* Reviews archive */
.post-type-archive-reviews .posts-loop-seperator {
  background: #0000e3;
}

.post-type-archive-reviews .btn.btn-primary {
  background: #0000e3;
}

/* Reviews category archives */
.posts-loop a:hover {
  text-decoration: none;
}

.tax-reviews-category .posts-loop-seperator {
  background: #0000e3;
}

.tax-reviews-category .btn.btn-primary {
  background: #0000e3;
}

.tax-reviews-category #posts-loop-cat h1 {
  color: #313131;
}

.tax-reviews-category .paginator li.active a {
  background: #0000e3;
  border-color: #0000e3;
}

.tax-reviews-category .paginator li.active a:hover {
  border-color: #0000e3;
}

/* Reviews single post */
.single-reviews .single-tags .single-tag:hover {
  background: #0000e3;
  border-color: #0000e3;
}

.single-reviews #post-nav .post-nav-title a:hover {
  color: #0000e3;
}

/* Contact page */
.contact-card {
  background: #f7f7f7;
  padding: 1em;
  margin-bottom: 2em;
}

/* Woocommerce */
#single-product #respond input#submit.alt, #single-product a.button.alt, #single-product button.button.alt, #single-product input.button.alt {
  background-color: #313130;
}

#single-product #respond input#submit.alt:hover, #single-product a.button.alt:hover, #single-product button.button.alt:hover, #single-product input.button.alt:hover {
  background-color: #313130;
  opacity: .85;
}

#single-product div.product form.cart .button {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
  background-color: #313130;
}

body .woocommerce #respond input#submit.alt:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button.alt:hover {
  background-color: #313130;
  opacity: .85;
}

body .select2-container--default .select2-selection--single {
  padding: 10px 5px;
}

h1.product_title.entry-title {
  font-size: 300%;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Single post */
#single blockquote img {
  max-width: 30px;
  margin-right: 30px;
}

.related-posts h3 {
  font-size: 150%;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#single hr {
  height: 1px;
  background-color: #DEDEDE;
  border: none;
}

/* Issue Library */
#issue-library button.btn.btn-primary {
  padding: 3.25px 2rem;
}

/* Single post modals */
#single a.modal-link {
  color: #e30513;
  cursor: pointer;
}
#single .modal {
  z-index: 99999;
}

#single .modal-content {
  border-radius: 0;
  border: 0;
}

#single .modal-open {
  overflow-y: scroll;
}

#single .modal-body {
  padding: 1.5rem;
  webkit-box-shadow: 5px 5px 20px 0 #4d4d4d;
  -moz-box-shadow: 5px 5px 20px 0 #4d4d4d;
  box-shadow: 5px 5px 20px 0 #4d4d4d;
}

#single .modal-body p {
  margin-bottom: 1em;
  line-height: 1.5;
}

#single .modal-body p:last-of-type {
  margin-bottom: 4em;
}

#single .modal-body .block-title {
  font-weight: 800;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

#single .modal-body button.close {
  background: transparent;
  border: none;
    font-size: 400%;
    position: absolute;
    top: -36px;
  right: -2px;
  opacity: 0.2;
  z-index: 1;
}

#single .modal-body button.close:focus {
  outline: 0;
}

#single .modal-content {
  border-radius: 0;
}

#single .modal-open {
  padding-right: 0 !important;
}
#single .modal.show .modal-dialog {
    max-width: 580px;
}

#canon-iframe iframe {
  width: 100%;
  height: 602px;
}
#single #canon-iframe .modal-body p {
  margin-bottom: 0;
}
#single #canon-iframe .modal-body {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
@media only screen and (max-width: 576px) {
  #single .modal {
    padding-right: 0 !important;
  }
}

/* Mobile */
@media only screen and (max-width: 768px) {
  #single blockquote {
    margin: 2em .5em;
  }

  #single blockquote img {
    max-width: 20px;
    margin-right: 15px;
  }
  #home-slider-1.d-none {
    display: block !important;
    margin: 1em 15px 0 15px;
}
#home-slider-1 .home-slider-bg {
    max-height: 380px;
}
#home-slider-1 {
    max-height: 380px;
    min-height: 380px;
}
.home-slider-side-bg {
    display: none;
}

}

#region {
	margin: 2rem auto 1rem auto;
	width: 100%;
    max-width: 500px;
	height: 53px;
	cursor: pointer;
	display: block;
	padding: 0 .5rem;
}

#region option {
	cursor: pointer;
}

#subscribe-section .button-region {
    background-color: #cd1719;
    font-family: korolev, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    color: white;
    display: block;
    text-align: center;
    padding: 1rem 2rem;
	text-transform: uppercase;
	cursor: pointer;
}

body .woocommerce .select2-container--default .select2-selection--single {
    padding: 10px 4px;
}

body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
    background-color:#cd1719;
}

body .woocommerce #respond input#submit.alt:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button.alt:hover {
    background-color:#cd1719;
	opacity: 0.7;
}
body .woocommerce #respond input#submit.alt:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button.alt:hover {
    background-color: #cd1719; 
    opacity: .85;
}

.issue-container {
    margin-bottom: 6em;
}
.issue-container img {
    padding: 0;
}
.issue-container a {
    top: 100%;
}
.issue-container a {
    top: calc(100% + 30px);
	background: #cd1719; 
}
.posts-loop-cat h4 a {
    font-size: 125%;
}
#top-bar a {
	transition: color 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#top-bar:hover a {
	color: #cd1719;
}
.tax-reviews-category .btn.btn-primary {
    background: #0094cd;
}
.tax-reviews-category .posts-loop-seperator {
    background: #0094cd;
}
.tax-reviews-category .paginator li.active a {
    background: #0094cd;
    border-color: #0094cd;
}
.tax-reviews-category .paginator li.active a:hover {
    border-color: #0094cd;
}

.sidebar-ad {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.sidebar {
		display: block; 
	}
	.issue-container {
		display: none;
	}
	.sidebar-row {
		display: none;
	}
		.row.sidebar-row.sidebar-ads {
		display: block;
	}
	.sidebar-ad {
		width: 100%;
	}
	.sidebar-ads {
    min-width: 100%;
    }
}



/* Image comparison */ 
.compare-slider-container {
  margin: 3rem 0;
}
.compare-slider-container.limit-width .compare-slider {
  width: 50%;
  margin-left: 25%;
}
.compare-slider-container.limit-width p {
  width: 50%;
  margin-left: 25%;
}
.compare-slider-container + .single-image .post-image {
  margin-top: 0;
}
.compare-slider-container + h2, .compare-slider-container + h3 {
  margin-top: 0;
}
.compare-slider-container p {
  background: #f4f4f4;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-style: italic;
}
.compare-slider-container .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.compare-slider-container .handle {
  position: absolute;
  z-index: 9;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  cursor: ew-resize;
}
.compare-slider-container .compare-slider-middle {
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 54px;
  border-radius: 8px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: ew-resize;
}
.compare-slider-container .compare-slider-middle:before {
  content: '';
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  display: inline-block;
  height: 18px;
  right: 16px;
  position: relative;
  top: 18px;
  transform: rotate(-135deg);
  width: 18px;
  color: #fff;
}
.compare-slider-container .compare-slider-middle:after {
  content: '';
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  display: inline-block;
  height: 18px;
  left: 7px;
  position: relative;
  top: -2px;
  transform: rotate(45deg);
  width: 18px;
  color: #fff;
}
.compare-slider {
  position: relative;
  overflow: hidden;
}
.compare-slider img {
  width: 100%;
  display: block;
  max-width: 861.5px !important;
  margin: 0!important;
}
@media only screen and (max-width: 768px) {
  .compare-slider-container.limit-width .compare-slider {
    width: initial;
    margin-left: initial;
 }
  .compare-slider-container.limit-width p {
    width: initial;
    margin-left: initial;
 }
}

 
/* Product comparison */
.slick-source {
  display: none;
}
.product-compare {
  text-align: center;
  margin-bottom: 3rem;
}
.product-compare .product-links a {
  display: table;
  margin: 0 auto;
  position: relative;
}
.product-compare .product-links a:last-of-type {
  margin-top: 0.5rem;
}
.product-compare .product-links button {
  padding: 0.5rem;
  min-width: 8rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.product-compare .product-links .learn-btn:hover .grad-overlay-state {
  opacity: 1;
}
.product-compare .product-links .learn-btn button {
  color: #fff;
  transition: background-image 300ms ease-out;
  z-index: 1;
  position: relative; 
}
.product-compare .product-links .learn-btn .grad-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
  bottom: -1px;
  background-image: linear-gradient(#8ac664, #6da24c);
}
.product-compare .product-links .learn-btn .grad-overlay-state {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
  bottom: -1px;
  background: #8ac664;
  transition: opacity 300ms ease-out;
  opacity: 0;
}
.product-compare .product-links .buy-btn:hover .grad-overlay-state {
  opacity: 1;
}
.product-compare .product-links .buy-btn button {
  color: #fff;
  transition: background-image 300ms ease-out;
  z-index: 1;
  position: relative; 
}
.product-compare .product-links .buy-btn .grad-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
  bottom: -1px;
  background-image: linear-gradient(#4a4a4a, #252724);
}
.product-compare .product-links .buy-btn .grad-overlay-state {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
  bottom: -1px;
  background: #4a4a4a;
  transition: opacity 300ms ease-out;
  opacity: 0;
}
.product-compare h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.product-compare .product-compare-detail {
  font-size: 40px;
  margin: 1rem 0;
  font-family: 'Fjalla One', sans-serif;
}
.product-compare .product-details {
  margin: 3rem 0;
  position: relative;
}
.product-compare .product-details .product-details-seperator {
  position: absolute;
  height: 1px;
  width: 4rem;
  background: #000;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 1px 0;
}
.product-compare .product-details:first-of-type {
  margin-top: 1.5rem;
}
.product-compare .product-details:last-of-type {
  margin-bottom: 1.5rem;
}
.product-compare .product-details:last-of-type .product-details-seperator {
  display: none;
}
.product-compare .slick-slide {
  height: auto;
  cursor: grab;
}
.product-compare .slick-slide img {
  margin: 0 auto;
}
.product-compare .slick-slide:focus {
  outline: 0;
}
.product-compare .slick-next:before {
  color: black;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.85em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.85em;
  transform: rotate(45deg);
}
.product-compare .slick-next, .product-compare .slick-prev {
  overflow: visible;
  text-indent: 0;
}
.product-compare .slick-prev:before {
  color: black;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.85em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.85em;
  transform: rotate(-135deg);
}
.product-compare .slick-next {
  right: 30px;
}
.product-compare .slick-prev {
  left: 30px;
  z-index: 99;
}
.product-compare .slick-next, .product-compare .slick-prev {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  top: 312px;
}
.product-compare .slick-next:before, .product-compare .slick-prev:before {
  opacity: 1;
}

/* CSS */
/* Comp form */
.comp-form #compBtn {
  margin: 20px 0;
}
.comp-form #multiple_answer {
  margin-bottom: 20px;
}
.comp-form #mm-form input {
  /* width: 200px; */
}

.comp-form label {
  display: block;
  margin-bottom: 0.25rem;
}

.comp-form label.checkbox {
  margin-top: 20px;
}
/* / Comp form */

form .row + .row {
  margin-top: 0.875rem;
}
 

@media only screen and (max-width: 768px) {
  .slick-source {
    display: block;
 }
  .row.product-compare {
    display: none;
 }
}

/* image carousel */
.image-carousel.slick-slider {
  margin: 3rem 0 4rem;
}
.image-carousel.slick-slider.limit-width {
  width: 50%;
  left: 25%;
}
.image-carousel.slick-slider .slide {
  padding-bottom: 4px;
  cursor: grab;
}
.image-carousel.slick-slider .slide img {
  width: 100%;
  margin:0!important;
}
.image-carousel.slick-slider li {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 0.45rem;
  transition: background 300ms ease-out;
  cursor: pointer;
}
.image-carousel.slick-slider li.slick-active {
  background: #000;
}
.image-carousel.slick-slider .slick-dots li button:before {
  content: none;
}
.image-carousel.slick-slider .slick-dots {
  bottom: -20px;
}
.image-carousel.slick-slider .copyright p {
  background: #f4f4f4;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-style: italic;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.image-carousel.slick-slider .slick-dots li button:before {
  font-size: 60px;
  line-height: 60px;
}