/*!
Theme Name: Hottrok
Theme URI: http://underscores.me/
Author: Alex Medina
Author URI: https://github.com/guitarbeard
Description: Custom Theme for HOTTROK
Version: 2.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: hottrok

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hottrok is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

body {
	color: #58595b;
	font-family: 'Nunito Sans', sans-serif;
}

#content {
	margin-top: 40px;
}

.text-red {
	color: #B12028 !important;
}

.text-black {
	color: #414042 !important;
}

.bg-light-gray {
	background-color: #f1f2f2;
}

.bg-light-gray-bottom {
	background: rgb(241,242,242);
  background: linear-gradient(0deg, rgba(241,242,242,1) 50%, rgba(255,255,255,1) 50%);
}

.bg-light-gray-heavy-bottom {
	background: rgb(241,242,242);
  background: linear-gradient(0deg, rgba(241,242,242,1) 67%, rgba(255,255,255,1) 33%);
}

@media (max-width: 767px) {
  .bg-light-gray-heavy-bottom {
    background: rgba(255,255,255,1);
  }
}

.bg-gray {
	background-color: #e6e7e8;
}

.bg-dark-gray {
  background-color: #C8C8C8;
}

.close {
	font-size: 3rem;
}

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

hr.red {
  border-color: #B12028;
  max-width: 922px;
}

.modal-header {
	border: 0;
	border-radius: 0;
	align-items: center;
	padding: 30px 30px 0 30px;
}

.modal-body {
	padding: 0 30px 30px 30px;
}

.modal-body .container-fluid {
	padding: 0;
}

.btn-red {
	background-color: #B12028 !important;
	border-color: #B12028 !important;
	color: white !important;
	font-weight: 500 !important;
}

.btn-red:hover, .btn-red:focus {
	background-color: #540b0c !important;
	border-color: #540b0c !important;
	color: white !important;
}

.btn-red:focus {
	box-shadow: 0 0 0 0.2rem rgba(113, 16, 18, 0.5) !important;
}

.btn-outline-gray {
	border-color: #808285;
	color: #808285;
    font-size: 14px;
}

.btn-outline-gray:hover {
	background-color: #808285;
	color: white;
}

.btn-outline-gray:focus {
	box-shadow: 0 0 0 0.2rem rgba(128, 130, 133, 0.5);
}

.mailto-link {
	background-color: #939598;
}

.mailto-link a {
	color: white;
	line-height: 40px;
}

.nav-container {
	background-color: rgba(255, 255, 255, 1);
}

.nav-link {
	font-weight: 600;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #B12028;
}

.navbar-brand {
	margin-left: 13px !important;
}

h2 {
	font-size: 50px;
	font-weight: 600;
}

h2.smaller {
  font-size: 42px;
}

h2 strong {
	font-weight: 800;
	letter-spacing: -1px;
}

p {
	font-size: 18px;
	line-height: 1.275;
}

/* HEADER CURVE */

.home-header-bg {
  background: rgba(231,234,234,1);
  width: 100%;
  height: 70%;
  border-bottom: solid 1px white;
  position: absolute;
  left: 0;
  top: 0;
}

.home-header-curve {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  height: 4vw;
}

.header-curve {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  height: 4vw;
}

/* CAROUSEL */

.carousel-control-next:focus, .carousel-control-prev:focus {
	opacity: .5;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
 opacity: 1;
}

/* .carousel-item {
	transition: -webkit-transform 2s ease-in-out;
	transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out,-webkit-transform 2s ease-in-out;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	transition: opacity 0s 2s;
}

.modal-carousel .carousel-item {
	min-height: 1px;
	transition: -webkit-transform 0s ease-in-out !important;
	transition: transform 0s ease-in-out !important;
	transition: transform 0s ease-in-out,-webkit-transform 0s ease-in-out !important;
} */

.header-carousel {
	text-align: left;
	margin-top: 74px;
}

.page-header {
  border-bottom: solid 1px white;
}

.page-header .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: soft-light;
}

.page-header .carousel-item {
  width: 100%;
  min-height: 400px;
}

.page-header .carousel-caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-40%);
}

.header-carousel h1, .header-carousel .h1 {
	font-size: 58px;
	font-weight: 800;
}

.header-carousel h1.closer {
	letter-spacing: -0.05em;
}

.header-carousel h1 span, .header-carousel .h1 span {
	font-weight: 500;
}

.header-carousel h2 {
	font-size: 36px;
	font-weight: 500;
	color: #414042;
	margin-bottom: 0;
}

.header-carousel h3 {
	font-size: 35px;
	font-weight: 200;
	color: #414042;
}

.carousel-control-next, .carousel-control-prev {
	top: 100px;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.carousel-control-next {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 45px;
	height: 40px;
}

.carousel-control-prev-icon {
	background-image: url(/wp-content/themes/hottrok/img/slide_arrow_left.svg);
}

.carousel-control-next-icon {
	background-image: url(/wp-content/themes/hottrok/img/slide_arrow_right.svg);
}

.slick-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 35px;
	transform: translateY(-50%);
    opacity: .5;
	transition: opacity .15s ease;
	z-index: 2;
	overflow: hidden;
	font-size: 1px;
	color: transparent;
	border: none;
	background-image: url(/wp-content/themes/hottrok/img/arrow-left.svg);
}

.slick-next {
	left: auto;
	right: 0;
	background-image: url(/wp-content/themes/hottrok/img/arrow-right.svg);
}

@media (min-width: 768px) {
	.slick-list {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.slick-prev {
		left: calc(50% - 176px);
	}
	.slick-next {
		right: calc(50% - 176px);
	}
}

@media (min-width: 992px) {
	.slick-prev {
		left: calc(50% - 150px);
	}
	.slick-next {
		right: calc(50% - 150px);
	}
}

@media (min-width: 1200px) {
	.slick-prev {
		left: calc(50% - 180px);
	}
	.slick-next {
		right: calc(50% - 180px);
	}
}


.slick-arrow:hover, .slick-arrow:focus {
	opacity: 1;
}

.slideshow-item {
	position: relative;
	cursor: pointer;
}

.slideshow-item:focus {
	outline: none;
}

.slideshow-item .embed-responsive::before {
	padding-top: 71%;
}

.slideshow-item .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	padding: 3px;
}

@media (min-width: 768px) {
	.slideshow-item {
		opacity: .65;
		transition: opacity .6s ease-in-out, transform .6s ease-in-out;
	}
	.slick-current {
		opacity: 1;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
		transform: scale(1.6);
		z-index: 2;
	}
	.slideshow-item .caption {
		opacity: 0;
		transition: opacity .6s ease-in-out;
		font-size: 8px;
	}
	.slick-current .caption {
		opacity: 1;
	}
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #B12028;
	margin-left: 10px;
	margin-right: 10px;
}

/* FOOTER */
.disclaimer, .disclaimer a {
	color: #6d6e71;
	font-size: 15px;
}

.disclaimer span::after {
	display: inline-block;
	content: "|";
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.disclaimer span:last-child::after {
	display: none;
}

footer h2 {
	color: #414042;
	font-weight: 500;
	font-size: 47px;
}

footer h3 {
	font-size: 19px;
	font-weight: 400;
	color: #414042;
}

footer p {
	color: #414042;
}

.line-height-sm {
	line-height: 1.1;
}

.links ul {
	list-style: none;
	padding: 0 60px 0 0;
}

.links a {
	color: #414042;
	font-weight: 600;
}

footer .btn-red {
	padding: 6px 15px !important;
}

.carousel-caption {
	right: 0;
	left: 0;
}

.copy-title {
	font-size: 36px;
	font-weight: 600;
}

#benefits h3 {
	font-size: 28px;
  font-weight: 500;
}

#hottrok-benefits h3 {
  font-size: 1.4175rem;
}

.custom-rounded {
  border-radius: 8%;
}

#benefits .icon {
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgb(241,242,242);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: solid 4px #B12028;
  transform: translate(50%, 0);
}

#package-items .plus-mark p {
  font-size: 72px;
  line-height: 44px;
}

@media (min-width: 768px) {
  #package-items .plus-mark p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#package-items .plus-mark:last-child {
  display: none;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
	border: none !important;
	border-bottom: solid 1px #B12028 !important;
	border-radius: 0 !important;
	padding-left: 0 !important;
}

.contact-form input::-webkit-input-placeholder,
.contact-form input::-moz-placeholder,
.contact-form input:-ms-input-placeholder,
.contact-form input:-moz-placeholder {
	color: #939598 !important;
}

.contact-info-wrap h3 {
	font-size: 21px;
}

.contact-info-wrap p {
	font-size: 16px;
}

.social-links .text-red:hover, .social-links .text-red:focus {
	color: #540b0c !important;
}

.modal-body h2 {
	font-size: 1.8rem;
}

.downloads-title .txt {
	font-weight: 300;
	color: #B12028;
	padding: 10px;
	border: solid 1px #B12028;
	text-align: center;
}

.investor-download .icon {
	background-color: #f1f2f2;
	padding-bottom: 100%;
	position: relative;
}

.investor-download img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.investor-download a {
	color: #58595b;
	font-size: 15px;
	font-weight: 500;
}

.timeline-line {
	background-color: #B12028;
}

.timeline-item {
	font-size: 10px;
}

.timeline-item .circle {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin: 3px auto;
	border: solid 1px #B12028;
	background-color: white;
}

.back-to-top-btn {
	font-size: 12px;
}

@media (max-width: 767px) {
	.timeline {
		margin-top: 30px;
	}
	.timeline-line {
		height: 100%;
		width: 1px;
		position: absolute;
		left: 9px;
		z-index: -1;
	}
	.timeline-item {
		margin-bottom: 30px;
		font-size: 16px;
	}
	.timeline-item .date, .timeline-item .title {
		margin-left: 35px;
	}
	.timeline-item .circle {
		margin: -24px 0 0 0;
		float: left;
	}
	.investor-download .icon img {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.investor-download .icon {
		padding-bottom: 85%;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	.downloads-title {
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

	.downloads-title .txt {
		writing-mode: vertical-rl;
		text-orientation: upright;
	}

	.downloads-title .line {
		flex: 2;
		background-color: #B12028;
		width: 1px;
	}

	.timeline-line {
		height: 1px;
		width: 100%;
		margin: 60px 0;
	}
	.timeline-item {
		position: absolute;
		top: 50%;
		transform: translate(-50%, -28px);
		font-size: 10px;
	}
	.timeline-item .title {
		max-width: 90px;
		margin-top: 15px;
	}
	.carousel-caption.top-right {
		text-align: right;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		padding-bottom: 170px;
	}
  .footer-icon {
    max-width: 230px;
  }
}

@media (max-width: 991px) {
	.modal-carousel .carousel-item {
		min-height: 1px;
		max-height: none !important;
	}
	.disclaimer span::after {
		display: none;
	}
  .disclaimer span {
    margin-left: 15px;
    margin-right: 15px;
  }
	.carousel-control-next-icon, .carousel-control-prev-icon, .slick-arrow {
		width: 30px;
		height: 27px;
	}
	.menu-primary-menu-container {
		background-color: rgba(255, 255, 255, 1);
		margin-left: -15px;
		margin-right: -15px;
	}
	.carousel-caption {
		padding-bottom: 30px;
	}

  .page-header .carousel-item {
    min-height: 300px;
  }

	.header-carousel h1, .header-carousel .h1 {
		font-size: 44px;
	}

	.header-carousel h2 {
		font-size: 30px;
	}

	.header-carousel h3 {
		font-size: 30px;
	}
  .footer-icon {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
	#navbarNav {
		background-color: white;
	}
	#content {
		margin-top: 154px;
	}
	.modal-carousel .carousel-item {
		min-height: 1px;
		max-height: none !important;
	}
	.header-carousel {
		text-align: center;
    margin-top: 0;
    padding-top: 30px;
	}
  .page-header {
    padding-top: 0;
  }
  .page-header .carousel-item {
    min-height: 200px;
  }
	.header-carousel h1, .header-carousel .h1 {
		font-size: 40px;
	}

	.header-carousel h2 {
		font-size: 20px;
	}

	.header-carousel h3 {
		font-size: 20px;
	}

	.slick-arrow {
		width: 40px;
		height: 35px;
	}
}
