/*============================================================================
  #Custom CSS
==============================================================================*/
/* General*/
/*add by sohaib again*/
.navbar-inverse {
  /*background-color: #1dc8cd;
  border-color: #1dc8cd;*/
  background: #9b59b6;
  border-color: #9b59b6; }

.navbar-inverse .navbar-brand {
  color: #fff !important; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff !important; }

select[multiple].input-lg, textarea.input-lg {
  height: 200px;
  background-color: transparent !important; }

input::placeholder {
  color: white !important; }

textarea::placeholder {
  color: white !important; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent; }

/*---------*/
body {
  margin-top: 50px;
  font-family: 'proxima-nova' , 'Raleway',  Helvetica , sans-serif;
  font-size: 16px;
  background: url(); }

/*Global*/
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold; }

h1 {
  font-size: 3em; }

h1, h2 {
  margin: 0 0 40px; }

h3 {
  margin: 20px 0; }

h4 {
  font-size: 18px; }

a:link, a:visited {
  color: #dd5638; }

a:hover {
  text-decoration: none;
  color: #c9302c; }

button, input, .btn, .a.btn {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: white; }

.btn {
  font-weight: bold; }

button.btn:focus {
  outline: none !important; }

.btn-danger {
  background-color: #dd5638;
  border-collapse: #d95131; }

.btn-success {
  background: #79b044;
  border: none; }

.btn-success:hover {
  background: #6a9b3d;
  border-color: #6a9b3d; }

img {
  max-width: 100%; }

.badge.social {
  background: #ccc;
  font-size: 24px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 42px;
  margin: 0 5px 2n0px 0;
  padding: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: white; }

.badge.social.twitter:hover {
  background: #55acee; }

.badge.social.facebook:hover {
  background: #3b5598; }

.badge.social.gplus:hover {
  background: #db4b39; }

blockquote {
  padding: 0;
  border: none;
  font-style: italic;
  text-align: left; }

blockquote cite {
  display: block;
  color: #777;
  margin: 15px 0 0 0; }

blockquote:before {
  display: none; }

p.lead {
  font-weight: normal; }

p {
  margin: 0 0 15px; }

/*Hero*/
#hero {
  background: url(https://image.ibb.co/htCrg6/sky_blue_arama_2_A.jpg) 50% 0 no-repeat;
  min-height: 500px;
  padding: 40px 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

#hero article {
  width: 100%;
  text-align: center; }

#hero .hero-text {
  margin-top: 30px; }

#price-timeline {
  margin: 30px 0 60px;
  text-align: center; }

#price-timeline .price {
  display: inline-block;
  margin: 0px 2% 0 0;
  width: 30%;
  background: #1de099;
  padding: 10px 20px 30px;
  position: relative;
  vertical-align: center; }

#price-timeline .price h4 {
  margin-top: 20px; }

#price-timeline .price.active {
  background: #1dc8cd; }

#price-timeline .price span {
  background: #101010;
  display: block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 24px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -35px; }

#price-timeline h4 {
  margin: 0 0 10px; }

#price-timeline h4 small {
  color: white;
  font-weight: bold;
  display: block; }

/*Layout*/
.row + .row {
  margin-right: 20px; }

#boost-income {
  background: url(../assets/bgcolor.jpg); }

section {
  padding: 80px 0; }

.section-header {
  text-align: center; }

section h2 {
  margin: 30px 0 40px; }

section h3 {
  margin: 30px 0 10px;
  text-align: center; }

section.main-content {
  padding: 40px 0; }

#primary {
  padding-top: 40px;
  padding-bottom: 40px; }

.feature-image {
  display: table;
  width: 100%; }

.feature-image-default {
  background: url(https://image.ibb.co/htCrg6/sky_blue_arama_2_A.jpg) no-repeat;
  background-size: cover; }

.feature-image-default-alt {
  background: url(../assets/hippster-stuff.jpg) no-repeat;
  background-size: cover; }

.feature-image h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white; }

#optin {
  /*background: #3e4249;*/
  background: #9b59b6;
  padding: 20px 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1.2em; }

#optin p {
  margin: 7px 0 0 0; }

#course-features {
  background: #3e4249;
  color: white;
  text-align: center; }

#project-features {
  background: #d7f1f1;
  text-align: center; }

#featurette {
  background: url(../assets/stuff-bg.jpg) 50% 100% repeat fixed;
  background-size: cover;
  color: white;
  text-align: center; }

#instructor {
  background: url("../assets/brad-elvis.png") 90% -10px no-repeat; }

#instructor h2 {
  margin: 0 0 20px; }

#instructor .num {
  display: table;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: white;
  height: 140px;
  width: 140px;
  text-align: center;
  background: #dd5638;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

#instructor .num .num-content {
  display: table-cell;
  vertical-align: middle; }

#instructor .num span {
  display: block;
  font-size: 20px;
  font-weight: normal; }

#kudos {
  text-align: center;
  background: url(../assets/bgcolor.jpg); }

.testimonials {
  margin-bottom: 60px; }

#signup {
  text-align: center;
  background: url("../assets/hippster-stuff.jpg") center center repeat fixed;
  background-size: cover;
  color: white;
  padding: 140px 0; }

#signup h2 {
  font-weight: normal; }

#signup h2 strong {
  border-bottom: solid 2px #dd5638; }

#signup .btn {
  font-size: 24px; }

footer {
  /*background: #3e4249;*/
  background: #9b59b6;
  color: white;
  padding: 20px 0 10px;
  font-size: 20px; }

footer p {
  margin: 0; }

footer a:link, footer a:visited {
  color: white; }

footer a:hover {
  color: #dd5638; }

footer li.signup-link a {
  color: #dd5638; }

footer li.signup-link a:hover {
  font-weight: bold; }

/* the Blog styles*/
.post, .widget #comments {
  position: relative;
  border: solid 1px #ddd;
  background: white;
  margin: 0 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
  padding: 20px; }

.post header h3,
.post header h1 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: solid 1px #ddd; }

.post header h1 {
  font-size: 24px; }

.post-image {
  height: auto; }

.post-details {
  font-size: 12px;
  width: 90%; }

.post-details i.fa {
  padding-left: 10px; }

.post-details i.fa:first-child {
  padding: 0; }

/*Widgets*/
.widget {
  padding: 20px; }

.widget h4 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #ddd; }

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget ul li {
  margin: 0 0 5px; }

.widget ul li:hover {
  position: relative;
  left: 1px; }

/*Comment*/
.post-comments-badge {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 25px;
  right: 20px;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #79b044;
  text-align: center;
  display: table; }

.post-comments-badge a {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 20px;
  line-height: 20px; }

.post-comments-badge i.fa {
  display: block;
  font-size: 15px;
  padding: 0;
  margin-bottom: 4px; }

.post-comments-badge:hover {
  background-color: #8bc653; }

#comments h3 {
  text-align: center; }

#comments h4 {
  font-size: 1.3em; }

#comments ol {
  list-style: none;
  padding: 0;
  margin: 0; }

#comments ol li {
  background: rgba(0, 0, 0, 0.02);
  padding: 10px 20px;
  margin: 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.03); }

#comments ol li ol.children {
  padding: 0;
  list-style: none;
  font-size: 0.96em; }

#leave-comment {
  margin: 40px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px #eee; }

/*resources*/
.resource {
  width: 31.33333333%;
  float: left;
  margin: 0 3% 40px 0; }

.resource:nth-child(3n) {
  margin-right: 0; }

i.ci {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url(); }

.ci.ci-computer {
  background-position: 0 0; }

.ci.ci-watch {
  background-position: -40px 0; }

.ci.ci-calender {
  background-position: -80px 0; }

.ci.ci-community {
  background-position: -120px 0; }

.ci.ci-instructor {
  background-position: -160px 0; }

.ci.ci-device {
  background-position: -200px 0; }

/*Forms*/
label {
  display: block;
  font-weight: bold; }

#kajabi-form input[type="text"],
#kajabi-form input[type="email"],
#kajabi-form input[type="url"],
#kajabi-form input[type="password"],
#kajabi-form input[type="search"],
#kajabi-form input[type="textarea"] {
  background-color: transparent;
  color: #fff !important;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 6px 12px; }

#kajabi-form input[type="submit"],
#kajabi-form button[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

#kajabi-form input[type="submit"]:hover,
#kajabi-form button[type="submit"]:hover {
  outline: none;
  border: none;
  background: #aaa; }

#kajabi-form {
  background: transparent !important;
  color: black !important; }

#kajabi-form ::placeholder {
  color: black !important; }

button.kajabi-form__btn.kajabi-form__btn--block-mobile {
  width: 100%;
  font-size: 16px !important; }

div#kajabi-form {
  padding: 0px; }

/*Media Queries*/
@media screen and (max-width: 991px) {
  #instructor .container {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px; } }
@media screen and (max-width: 768px) {
  .logo {
    width: 50%; }

  #optin p {
    margin: 0 0 10px; }

  #featurette iframe {
    height: 240px; }

  .resource {
    width: 48%;
    margin-right: 2%;
    min-height: 800px; } }
@media screen and (max-width: 568px) {
  #instructor .num {
    height: 100px;
    width: 100px;
    font-size: 22px; }

  #instructor .num span {
    font-size: 16px; }

  .resource {
    width: 100%;
    margin-right: 0;
    min-height: 0; } }
