@import url('https://fonts.googleapis.com/css?family=Lato:900i|Rubik');

/* GENERAL */
html {
  min-height: 100%;
  position: relative;
}

body {
  
  font-family: 'Rubik', sans-serif;
  
}

.font-lato {
  font-family: 'Lato', sans-serif;
}
/* body > .container {
  padding-top: 60px;
} */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}


::-moz-selection { 
  color: white;
  background: #FFAF00;
}

::selection {
  color: white;
  background: #FFAF00;
}


.footer {
  /* position: sticky;
  bottom: 0; */
  
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

/* Material Design shadow */
/* .card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
} */

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.custom-shadow {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-shadow:hover {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 30px 3px rgba(0, 0, 0, 0.14), 0px 9px 38px 8px rgba(0, 0, 0, 0.12);
}

/* TYPOGRAPHY */
h1, h2 {
  font-family: "Lato", sans-serif; 
  font-weight: 900;
  font-style: italic;
  color: #4e80de;
}
h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
}



a {
  color: #00B7FF;
}

.lightblue-bg {
  background-color: rgba(140,202,255,.1);
}

.hr-blue {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 6px;
}

.alert p, .alert ul {
  margin-bottom: 0;
}
.alert ul {
  list-style: none;
}
.alert li:before { 
  content: "☞   "; 
  font-size: 1.1em;
}

/* NAVBAR */
.navbar {
  padding-top: 2px;
  padding-bottom: 2px;
}

.navbar-brand {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
}

.nav-item {
  margin: 0 8px;
}

.navbar-logo {
  margin-right: 10px;
  width: 2.6rem;
  margin-top: -6px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.5);
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link {
  background-color: rgba(255,255,255,.2);
}

.navbar .btn-success:hover {
  color: #fff;
  background-color: #23c547;
  border-color: #3dc147;
}
.blue-gradient-bg {
  background-color: #4e80de;
  background: linear-gradient(90deg,#694EDE 1%,#4e80de 40%);
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0,40px,0)
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0,40px,0)
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.form-logo {
  width: 60px;
  height: 60px;
}
.form-logo img {
  width: 36px;
  padding-top: 13px;
}

/* HOME PAGE */

.coding-img {
  margin: 0 auto;
  display: block;
  width: 500px;
  padding-left: 50px;
}
.hero-blue-bg {
  margin-top: -30px;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #4e80de;
  background: linear-gradient(90deg,#694EDE 1%,#4e80de 40%);
}
.hero-blue-bg h1 {
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
}

.hero-image-bg {
  background: url(http://codermanual.com/wp-content/themes/sparks-child/img/cm-coffee-bg@2x.jpg);
  background-size: cover;
  margin-top: -231px;
  padding-top: 160px;
  height: auto;
}
.hero-image-bg h1 {
  padding: 300px;
}

.coding-icons-box img {
  width: 200px;
  padding-left:20px;
}


.review-box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.review-box .review-name {
  margin-bottom: 0 !important;
}

.review-avatar {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.review-avatar img {
  border-radius: 50%;
}

.review-meta {
  display: inline-block;
  margin-top: -5px;
}

.review-name {
  margin-bottom: 0;
}

.review-posted-at {
  color: rgba(51, 51, 51, 0.5);
}

.review-stars img {
  width: 20px;
  display: inline-block;
}

.review-content {
  margin-top: 10px;
}




.cm-fixed-table {
	table-layout: fixed;
	border:none;
	/* border-collapse: separate; */
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	
}

.cm-fixed-table th, .cm-fixed-table td {
	background-color: rgba(140, 202, 255, 0.1);
	/*width: 33%;*/
	border:1px solid #5E9CD1;
	text-align: center;
	padding:14px;

}

.cm-fixed-table td {
	/*line-height: 3rem;*/
	-webkit-box-shadow: 0px 3px 0px 0px rgba(71, 87, 115, 0.75);
	-moz-box-shadow:    0px 3px 0px 0px rgba(71, 87, 115, 0.75);
	box-shadow:         0px 3px 0px 0px rgba(71, 87, 115, 0.75);
}

.cm-fixed-table tr:last-child th:first-child {
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
}

.cm-fixed-table tr:last-child th:last-child {
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
}

.cm-fixed-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
}

.cm-fixed-table tr:last-child td:last-child {
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
}
.cm-fixed-table th { border-top: 2px solid #5E9CD1; }
.cm-fixed-table th:first-child,
.cm-fixed-table td:first-child { border-left: 2px solid #5E9CD1; }
.cm-fixed-table th:last-child,
.cm-fixed-table td:last-child { border-right: 2px solid #5E9CD1; }
.cm-fixed-table td { border-bottom: 2px solid #5E9CD1; }

@media only screen and (max-width: 650px) {
	.cm-fixed-table th, .cm-fixed-table td {
		font-size:14px;
	}
}

@media only screen and (max-width: 468px) {
	.table-section {
		display:none;
	}
}





/* Inspired by: https://codepen.io/Jaskaranbir/pen/JKNgrb */
#image-ticker{
  overflow-x: hidden;
  white-space: nowrap;
}

#image-ticker img {
  width: 200px;
}

#ticker-box-1 {
  display: inline-block;
  animation: marquee 60s linear infinite;
  animation-delay: -30s;
}

#ticker-box-2 {
  display: inline-block;
  animation: marquee2 60s linear infinite;
  /* animation-delay: 10s; */
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}






/* .custom-shadow {
  transition: 0.2s;
}

.custom-shadow:hover {
  box-shadow: 0 0 1rem rgba(33,33,33,.2) !important;
} */



.blur-3 {
  filter: blur(3px);
}

.video-placeholder-box{
	position: relative;
  width: 75%;		/* desired width */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-placeholder-box:before{
	content: "";
	display: block;
	padding-top: 56.25%; 	/* initial ratio of 1:1*/
}
.video-placeholder-content{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.custom-drop-shadow {
  filter:drop-shadow(0px 2px 8px #000000);
  transition: filter 0.3s;
}

.custom-drop-shadow-lg {
  -webkit-filter: drop-shadow(0 5vmin 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 5vmin 10px rgba(0, 0, 0, 0.3));
}
#play-btn {
  
  /* filter:drop-shadow(0px 8px 40px #000033); */
  width: 160px;
  
  
}

.custom-drop-shadow:hover {
  filter:drop-shadow(0px 8px 20px #000000);
}



/* Lesson Show Page */

.video-player-box {
  max-width: 100%;
  margin: 0 auto;
}

.lower-prev-next .lesson-heading {
  display: none !important;
}



/* BILLING PAGE */

.plan-select {
  display: inline-block;
  box-sizing: border-box;
  width: 31%;
  margin: 0px 1% 0px 0;
  /* height: 180px; */
  vertical-align: top;
  /* font-size: 22px; */
  text-align: center;
}

.plan-select label {
  border: 1px solid rgba(56, 56, 56, 0.15);
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 10px 30px 10px;
  cursor: pointer;
  opacity: .5;
  transition: all .2s ease-in-out;
}
.plan-select label:hover, 
.plan-select label:focus, 
.plan-select label:active {
  border: 1px solid rgba(34, 34, 34, 0.5);
}

.plan-select input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.plan-select input[type="radio"]:active ~ label {
  opacity: 1;
}

.plan-select input[type="radio"]:checked ~ label {
  opacity: 1;
  border: 1px solid black;
}

/* STRIPE CARD ELEMENT */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  /* box-shadow: 0 1px 3px 0 #e6ebf1; */
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  border-color: #80bdff;
}

.StripeElement--invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5)
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  color: #dc3545;
/* background-color: #f8d7da;
border-color: #f5c6cb; */
/* position: relative; */
/* padding: .75rem 1.25rem;
margin-bottom: 1rem; */
/* border: 1px solid transparent; */
/* border-radius: .25rem; */
}








/* MEDIA QUERIES */

/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
 
}

/* // Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width */

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  html { font-size: 14px; }

  .collapse-dark-bg {
    background-color: #343a40;
  }

  .coding-img {
    padding-left: 60px;
  }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .coding-img {
    padding-left: 25px;
  }
}




