/*
  Drupal Developers Studio
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,600,700');
html {
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility; 
}
body {
  height: 100%;  
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  background: #ffffff !important;
}
body, p {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  font-size: 15px;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Lato', sans-serif;
}
h1 {
  font-size: 48px;
  line-height: 42px;
  font-weight: 700;
}
h2 {
  font-size: 42px;
  line-height: 34px;
  font-weight: 700;   
}
h3 {
  font-size: 36px;
  margin-bottom: 28px;
  font-weight: 700; 
}
h4 {
  font-size: 30px;
  line-height: 22px;
  font-weight: 700; 
}
h5 {
  font-size: 24px;
  line-height: 16px;
  font-weight: 700;
}
ul {
  padding: 0;
  margin: 0; 
}
a {
  color: #54c1ef;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; 
}
a:link,
a:visited {
    text-decoration: none; 
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: underline;
}
.navbar-light { 
    padding: 0.75rem;
    background: #0e0e0e;
    border-bottom: 1px solid #ffffff;
}
.dds-theme-demo {
    width: 100%;
    background: #fff url("../images/loader.svg") center no-repeat;
    height: calc(100vh - 80px);
}
.dds-theme-preview {
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.dds-theme-info {
    position: absolute;
    right: 10px;
    text-align: right;
    top: 20px;
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;  
} 
.dds-theme-info .dds-theme-details {
    padding: 0px 5px;    
    display: inline-block;
    text-align: left;
    line-height: 140%;
    font-size: 14px;
}
.dds-theme-info .dds-theme-price {
    padding: 0px 15px;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    line-height: 110%;
}
.dds-theme-info .dds-theme-price sup {
    top: -.2em;
}
.dds-theme-info .dds-theme-buy {
    padding: 3px 15px;
    display: inline-block;    
}
.dds-theme-info .dds-theme-link {
    padding: 4px 15px;
    display: inline-block;
}
.dds-theme-info .dds-theme-buy .btn {
    padding: 0.275rem 1.25rem;
    font-size: 15px;
    font-weight: 700;
}
.remove-frame i {
    color: #fff;
    font-size: 30px;
}
.form-dds-themes-select {
    padding: 3px 15px;
}
.form-dds-themes-select .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    border: 1px solid #000000;
}
.form-dds-themes-select .form-control:focus {
    z-index: 2;
}
.form-dds-themes-select .form-control option:checked {
    color: red;
}
.form-dds-themes-select .form-control option {
    font-size: 14px;
    font-weight: 700;
}
@media (min-width: 767px) and (max-width: 991px) {
  .form-dds-themes-select {
      padding: 0px 5px;
      max-width: 130px;
  }
}
@media (max-width: 567px) {
    .dds-theme-info .dds-theme-buy .btn {
        float: left;
    }
}
@media (max-width: 767px) {
  .navbar-brand {
      width: 100%;
      text-align: center;
      margin-right: 0px;
  }
  .dds-theme-info {
      position: relative;
      padding-bottom: 20px;
      right: 0px;
      left: 0px;
      margin: auto;
      flex-wrap: wrap;
  }
  .dds-theme-info .form-dds-themes-select {
      padding: 0px 5px;
      width: 100% !important;
  }
  .dds-theme-info .dds-theme-details {
      padding: 0px 5px;
  }
  .dds-theme-info .dds-theme-price {
      padding: 0px 5px;
  } 
  .dds-theme-info .dds-theme-buy {
      padding: 3px 5px;
  }  
  .dds-theme-info .dds-theme-link {
      padding: 4px 5px;
  }
}