/*
 * Theme Name: Pro moviemaker
 * Template: bright-theme
 * Text Domain: bright-theme-child
 */
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,700&display=swap');
@import url('https://use.typekit.net/kuz5lza.css');

/* 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.checkbox {
  margin-top: 20px;
}
/* / Comp form */

body {
  font-family: 'Merriweather', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 500;
}

h2.block-title {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.btn {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

#top-bar {
  font-family: korolev, sans-serif;
  font-style: normal;
}

#menu-main {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.header-spacing {
  height: 104px;
}

.issue-container a {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* banners */
.banner-column img {
	width: 100%;
}

.footer-icons {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.posts-loop h3 {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
  text-transform: uppercase;
}

.row.cat-row h3 {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.posts-loop-date {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 700;
}

#posts-loop-cat .row h1 {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#posts-loop-cat h3 a {
  text-transform: uppercase;
}

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

.posts-loop-cat h4 a {
  color: #F3A222;
  font-size: 150%;
}
/* Menu */
#menu-main ul.sub-menu li a {
    color: initial;
}

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

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

.single-header img {
  width: 100%;
  margin: 0;
}

.related-posts h3 {
  text-transform: uppercase;
}

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

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

#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%;
  font-weight: 600;
}

#home-slider-1 .home-slider-title-main h3 {
  font-weight: 600;
}

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

.contact-card address {
  margin: 0;
}

/* Product */
#single-product #respond input#submit.alt, #single-product a.button.alt, #single-product button.button.alt, #single-product input.button.alt {
  background-color: #006a8a;
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

#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: #006a8a;
  opacity: 0.85;
}
/* Issue library */
.issue-box h3 {
    font-size: 100%;
}
#list-issues {
	transition: all 400ms ease;
}
/* Footer */
#to-top {
  font-family: korolev, sans-serif;
  font-style: normal;
  font-weight: 600;
}

#subscribe h4 {
  text-transform: uppercase;
}

.copyright a {
  color: #F3A222;
}

.copyright a:hover {
  color: #F3A222;
}

.footer-icons a {
  font-weight: 600;
}

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

.single-content .video-heading {
  font-weight: 500;
  margin-bottom: -1.5em;
}
.single-content .gallery-heading {
  font-weight: 500;
}

/* Single post modals */
#single a.modal-link {
  color: red;
  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: 200%;
  position: absolute;
  top: -8px;
  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;
}

#canon-iframe iframe {
  width: 100%;
  height: 600px;
}
#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;
  }
}
/* Single post modals */
#single a.modal-link {
  color: #006a8a;
  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: -24px;
  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;
}

#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;
}
#single .modal.show .modal-dialog {
    max-width: 580px;
}
@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;
  }
}

@media (max-width:992px) and (min-width:768px) {
  #menu-main {
      font-size: 12px;
  }
#menu-main li {
    padding: 1.65em 0;
}

}

/* entry form */
.contact-page-form.entry-page-form label, .contact-page-form.entry-page-form span {
	color: #212529;
}

.contact-page-form.entry-page-form .col-md-12 {
	margin: .5rem 0;
}

#wpcf7-f3594-o1 .wpcf7-response-output {
    font-weight: bold;
    font-size: 150%;
}
.contact-page-form.entry-page-form {
    padding-top: 0;
	color: #212529;
}
.contact-page-form input[type="radio"]:not(.wpcf7-submit), .contact-page-form input[type="checkbox"]:not(.wpcf7-submit) {
    width: initial;
	display: inline-block;
	margin-top: 4px;
}
span.wpcf7-list-item {
    display: flex;
    margin-bottom: 8px;
}
span.wpcf7-list-item-label {
    display: inline-block;
    margin-left: 1rem;
	margin-bottom: 4px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding-left: 4px;
}

.latest-issue {
    padding-right: 0;
    padding-left: 0;
}
.issue-link {
    margin: 0;
}

#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: #006a8a;
    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: #006a8a;
}

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: #4a94aa;
    opacity: 1;
}

.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 {
		min-width: 100%;
		width: 100%;
	}
	.sidebar-ads {
    min-width: 100%;
    }
}


#menu-main .current-menu-item > a{
	color: #006a8a;
	background: #f7f7f7;
}




/* 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 0;
  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;
}
 

@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;
}