/*!
// Theme Gail -- Contents
// ------------------------------------------------
 - Mixins
 - Helper classes & resets
 - Colors
 - General typography
 - Buttons
 - Navigation sections
 - Headers, banners
 - Text-based sections
 - Team sections
 - Feature sections
 - Portfolio & Galleries
 - Pricing sections
 - Social sections
 - Contact form sections
 - Footer sections
 - FAQs sections
 - List with descriptions sections
 - Testimonials sections
 - Video sections
 - Quote sections
 - Call to Action sections
 - Photo + Text sections
 - Projects Section
 - Utility
 - General sections
 - HTML Sections
 - Big Button sections
 - ... add more if any ...

/*!
// Mixins
// --------------------------------------------------*/
@media (min-width: 1025px) {
  .title-area {
    max-width: 500px;
  }
}

@media (max-width: 1024px) {
  .title-area .title {
    max-width: 350px;
  }
  .logo {
    margin: 0 !important;
  }
  .title-area {
    width: 100%;
  }
  #header .top-bar .top-bar-section ul {
    width: auto;
    margin-top: 15px;
  }
  #header .top-bar .top-bar-section ul,
  #header .top-bar .top-bar-section ul > li {
    float: left;
  }
  .top-bar-section {
    margin: auto;
  }
}

/*!
// Colors
// --------------------------------------------------*/
body {
  background: none repeat scroll 0 0 #fff;
}
body#ly-editing {
  overflow-x: unset !important;
}

/*!
// General Typography
// --------------------------------------------------*/
section.navbar .top-bar section.center-nav .center .dropdown {
  z-index: 10000;
}
body {
  font-family: "Open Sans";
}
a.site-name {
  color: #3b3b3b;
  font-family: "Lato";
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5em;
}
p {
  color: #3b3b3b;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
}
p.lead {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0px;
}
p.super-lead {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #333333;
}
p strong {
  font-weight: 700;
}
span.title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 8px;
}
span.sub {
  font-size: 16px;
}
.light span.title,
.light span.subtitle {
  color: #ffffff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin-top: 0px;
  font-family: "Lato", sans-serif;
  margin: 0 0 1em;
}
h1 {
  font-size: 36px;
  line-height: 56px;
  font-weight: 700;
  font-family: "Lato";
  margin-bottom: 32px;
  font-weight: 500;
}
h1.title {
  color: #3b3b3b;
}
h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
h3 {
  color: #3b3b3b;
  font-family: "Lato";
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 24px;
}
h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
h5 {
  color: #3b3b3b;
  font-size: 32px;
  font-weight: normal;
  font-family: "Open Sans";
  margin-bottom: 24px;
}
h6 {
  color: #7e7e7e;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: normal;
  margin-bottom: 24px;
  line-height: 28px;
}

/* Responsiveness */
@media all and (max-width: 768px) {
  p.super-lead br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
    max-width: 100%;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
  p.super-lead {
    font-size: 18px;
    line-height: 28px;
  }
}

.mobile-menu .title a .subtitle,
header .subtitle {
  display: block;
  font-family: "Merriweather", sans-serif;
  color: #3b3b3b;
  font-size: 15px;
  text-transform: none;
  text-align: center;
  line-height: 25px;
}
#header .top-bar .title-area a .subtitle {
  display: inline-block;
}

.add-products-to-shop {
  display: block;
  font-size: 28px;
  text-align: center;
  margin: 20px 40px 60px;
  color: #1e7e98;
  font-weight: 600;
}

@media (max-width: 1024px) {
  #header .top-bar .title-area a .subtitle {
    line-height: 35px;
    font-size: 18px;
  }
}

/*!
// Buttons
// --------------------------------------------------*/
/* Common button styles */
.ly-button {
  min-width: 150px;
  display: inline-block;
  margin: 1em auto;
  padding: 17.5px 35px;
  border: none;
  background: none;
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.ly-button:focus {
  outline: none;
}
.ly-button > span {
  display: block;
  vertical-align: middle;
  text-align: center;
}

/* Sizes */
.button--size-s {
  font-size: 14px;
}
.button--size-m {
  font-size: 16px;
}
.button--size-l {
  font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.button--text-thin {
  font-weight: 300;
}
.button--text-medium {
  font-weight: 500;
}
.button--text-thick {
  font-weight: 600;
}
.button--round-s {
  border-radius: 4px;
}
.button--round-m {
  border-radius: 15px;
}
.button--round-l {
  border-radius: 40px;
}

/* Borders */
.button--border-thin {
  border: 1px solid;
}
.button--border-medium {
  border: 2px solid;
}
.button--border-thick {
  border: 3px solid;
}

/* Button in banner */
.ly-section-banner .ly-button {
  margin: 1em auto;
}

/*!
// Navigation sections
// --------------------------------------------------*/
.top-bar-section ul li {
  background-color: transparent;
}

#header .title-area {
  word-break: break-word;
}

@media (min-width: 769px) and (max-width: 1024px) {
  #header {
    height: auto !important;
  }
}

@media (max-width: 1024px) {
  #header .title-area img,
  #header .mobile-menu .title img {
    height: 90px;
    width: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 1022px) {
  body[data-theme] #header .mobile-menu-list ul.dropdown li a {
    line-height: 20px;
    font-size: 13px;
  }
  #header section.mobile-menu .title a > .subtitle {
    line-height: 35px;
  }

  #header .top-bar .top-bar-section ul {
    display: none;
  }

  #header li.mobile-menu-bar button,
  #header li.mobile-menu-bar button#open-full-menu {
    display: block !important;
  }

  #header section.mobile-menu .title {
    max-width: 300px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  #header .title-area img {
    height: 80px;
  }
}

/*!
// Headers, Banners
// --------------------------------------------------*/
body#ly-viewing #header .top-bar {
  opacity: 0;
  transition: 0.3s;
}
body#ly-viewing .ly-section-banner .ly-content {
  background: #000;
}
body#ly-viewing .ly-section-banner .container {
  opacity: 0;
}
.visible {
  opacity: 1 !important;
}
.transparent {
  background: transparent !important;
  transition: 0.5s;
}
.ly-section-banner .ly-element {
  -webkit-animation-duration: 2s;
}
.theme-header .logo {
  position: relative;
}
#header .container {
  position: relative;
}
#header .small-12.columns:first-child {
  padding: 30px 0;
}
#branding {
  color: #323232;
  line-height: 1.4em;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
  font-weight: semi-bold;
  font-family: "Lato";
}
#primary-nav {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  clear: both;
  margin-top: -45px;
}
#primary-nav.disable-pointer-events {
  pointer-events: none !important;
}
#primary-nav.opened {
  max-height: 9999px;
}
#primary-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  text-align: center;
}
#primary-nav li {
  display: inline-block;
  border-bottom: 1px solid #f0f0f0;
  border: none;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #626262;
  width: auto;
}
#primary-nav li:last-child {
  border: none;
}
#primary-nav li.current a {
  color: #3a3a3a;
}
#primary-nav li.margin-right {
  margin-right: 120px;
}
#primary-nav li.margin-left {
  margin-left: 120px;
}
#primary-nav a {
  display: block;
  padding: 0;
  color: #626262;
}
#primary-nav a.active {
  color: #b1935b;
}
#primary-nav a:hover {
  color: #b1935b;
}
#primary-nav ul ul {
  border-top: 1px solid #f0f0f0;
}
#primary-nav ul ul li {
  float: none;
}
#primary-nav ul ul li a:before {
  content: "—";
  margin: 0 15px 0 5px;
}
#primary-nav .fa {
  display: none;
}
.ly-site-title-wrapper {
  left: 50%;
  position: relative;
  text-align: center;
  transform: translate(-50%, 0px);
  width: 200px;
}

/* Container padding settings */
@media (max-width: 991px) {
  .ly-section .me-height {
    padding: 80px 0;
  }
  .ly-section .la-height {
    padding: 120px 0;
  }
  .ly-section .vl-height {
    padding: 180px 0;
  }
  .ly-section .xl-height {
    padding: 200px 0;
  }
}

/*!
// Text-based sections
// --------------------------------------------------*/
.ly-section-title {
  text-align: center;
  border-bottom: 1px solid #d2d7d3;
}
.ly-section-title h2 {
  display: inline-block;
  margin: 0;
  padding: 0 0 20px 0;
}
.ly-section-photo-text.variation-a .ly-col:first-child {
  padding-right: 40px;
}
.ly-element-text {
  word-spacing: normal;
}
.ly-element-text h1.title {
  color: #888;
  font-weight: 500;
}
.ly-element-text .content {
  color: #3b3b3b;
  font-family: "Open Sans";
  font-size: 16px;
  margin: 15px 4px;
}
.ly-element-text.variation-b .ly-html-text,
.ly-element-text.variation-d .ly-html-text {
  text-align: center;
}
.ly-element-text.variation-d .ly-html-text .dividing-line {
  border-bottom: 1px solid #bdc3c7;
  margin: 0 auto;
  width: 20%;
}
.ly-element-text .ly-html-text ul {
  list-style: outside none disc;
}
.ly-element-text .ly-html-text ol {
  list-style: outside none normal;
}
.wysiwyg-font-size-smaller {
  font-size: smaller;
}
.wysiwyg-font-size-larger {
  font-size: larger;
}
.wysiwyg-font-size-xx-large {
  font-size: xx-large;
}
.wysiwyg-font-size-x-large {
  font-size: x-large;
}
.wysiwyg-font-size-large {
  font-size: large;
}
.wysiwyg-font-size-medium {
  font-size: medium;
}
.wysiwyg-font-size-small {
  font-size: small;
}
.wysiwyg-font-size-x-small {
  font-size: x-small;
}
.wysiwyg-font-size-xx-small {
  font-size: xx-small;
}
.wysiwyg-color-black {
  color: black;
}
.wysiwyg-color-silver {
  color: silver;
}
.wysiwyg-color-gray {
  color: gray;
}
.wysiwyg-color-white {
  color: white;
}
.wysiwyg-color-maroon {
  color: maroon;
}
.wysiwyg-color-red {
  color: red;
}
.wysiwyg-color-purple {
  color: purple;
}
.wysiwyg-color-fuchsia {
  color: fuchsia;
}
.wysiwyg-color-green {
  color: green;
}
.wysiwyg-color-lime {
  color: lime;
}
.wysiwyg-color-olive {
  color: olive;
}
.wysiwyg-color-yellow {
  color: yellow;
}
.wysiwyg-color-navy {
  color: navy;
}
.wysiwyg-color-blue {
  color: blue;
}
.wysiwyg-color-teal {
  color: teal;
}
.wysiwyg-color-aqua {
  color: aqua;
}
.wysiwyg-text-align-right {
  text-align: right;
}
.wysiwyg-text-align-center {
  text-align: center;
}
.wysiwyg-text-align-left {
  text-align: left;
}
.wysiwyg-text-align-justify {
  text-align: justify;
}
.wysiwyg-float-left {
  float: left;
  margin: 0 8px 8px 0;
}
.wysiwyg-float-right {
  float: right;
  margin: 0 0 8px 8px;
}
.wysiwyg-clear-right {
  clear: right;
}
.wysiwyg-clear-left {
  clear: left;
}

/*!
// Team sections
// --------------------------------------------------*/
.ly-team .social-list a {
  color: #888;
  font-size: 25px;
  margin-right: 4px;
}
.ly-team .social-list li {
  float: left;
  margin: 0 4px 4px 0;
}
.ly-team .profile-img {
  width: 180px;
  height: 180px;
  border-radius: 1000px;
  margin: 0 auto;
}
.ly-team.variation-b {
  text-align: center;
  margin: 0 30px;
}
.ly-team.ly-line {
  padding: 20px 0;
}
.social-list li a {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.social-list li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ly-team h3 {
  margin-bottom: 15px;
}
.ly-team .meta {
  margin-bottom: 15px;
}
.ly-section.light .ly-team .meta,
.ly-section.light .ly-team p {
  color: #ffffff !important;
}

/* Responsiveness */
@media screen and (max-width: 767px) {
  .ly-section.ly-section-team.variation-a
    .ly-element.ly-element-team.variation-a
    .teambio-container {
    text-align: center;
  }
}

/*!
// Feature sections
// --------------------------------------------------*/
.ly-section-feature.variation-d .container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.ly-element-feature .ly-col {
  padding: 20px;
}
.ly-element-feature .ly-col img {
  margin-bottom: 20px;
}
.ly-element-feature.variation-c .feature-hover,
.ly-element-feature.variation-d .feature-hover {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
  box-sizing: border-box;
  color: #fff;
  left: 0;
  opacity: 1;
  padding: 10px 40px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 2;
  top: 10%;
}
.ly-element-feature.variation-c .feature-hover {
  padding: 10px 30px;
}
.ly-element-feature.variation-c,
.ly-element-feature.variation-d {
  overflow-y: hidden;
  position: relative;
}
.ly-element-feature.variation-c .feature-hover h2,
.ly-element-feature.variation-d .feature-hover h2,
.ly-element-feature.variation-c .feature-hover .ly-button,
.ly-element-feature.variation-d .feature-hover .ly-button {
  color: #fff;
  margin: 0 auto;
}
.ly-element-feature.variation-c .feature-hover .ly-button {
  min-width: 210px;
}
.ly-element-feature .feature-hover p {
  color: #fff;
  font-weight: 300;
}
.ly-col.variation-c {
  padding: 20px;
}
.ly-element-feature.variation-c .overlay,
.ly-element-feature.variation-c .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 1s ease 0s;
  width: 100%;
  z-index: 2;
}
.ly-section .ly-grid-column {
  margin-bottom: 30px;
  padding: 0 20px;
}
.ly-section-feature.variation-d .ly-grid-col {
  padding: 0;
}
.ly-section-feature.variation-d .container .lifeyo-g-r {
  margin: 0;
}
.ly-element-feature.variation-b .lifeyo-g-r > div.right {
  padding-left: 70px;
}
.ly-element-feature.variation-b .lifeyo-g-r > div.left {
  padding-right: 70px;
}
.ly-section-feature .ly-element-feature .icon-placeholder {
  height: 240px;
}
.ly-section-feature .ly-element-feature.variation-c .icon-placeholder {
  height: 349px;
}
.ly-section-feature .ly-element-feature.variation-c img {
  height: 315px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.ly-section-feature .small-text .ly-element-feature p {
  font-size: 0.8em;
}
.ly-section-feature.variation-f .ly-widget-wrapper {
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s;
}
.ly-section-feature.variation-f .ly-widget-wrapper > h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ly-section-feature.variation-f .ly-widget-wrapper:hover {
  cursor: pointer;
  opacity: 1;
}
.ly-section-feature .ly-block,
.ly-section-feature.variation-e .ly-block {
  position: relative;
}

@media screen and (max-width: 767px) {
  .ly-section.ly-section-feature.variation-b
    .ly-element.ly-element-feature
    .feature-description,
  .ly-section.ly-section-feature.variation-a
    .ly-element.ly-element-feature
    .ly-widget-wrapper,
  .ly-section.ly-section-feature.variation-f
    .ly-element.ly-element-feature
    .ly-widget-wrapper {
    margin-bottom: 25px;
  }
  .ly-section.ly-section-feature.variation-b
    .ly-element.ly-element-feature
    .feature-description
    p,
  .ly-section.ly-section-feature.variation-a
    .ly-element.ly-element-feature
    .ly-widget-wrapper
    p {
    margin-bottom: 0px;
  }

  .ly-element-feature.variation-d .feature-hover {
    top: 0 !important;
  }
  .ly-section-feature.variation-d .ly-grid-col {
    margin-bottom: 15px;
  }
  .ly-section-feature.variation-d .ly-element-feature .icon-placeholder {
    height: 255px;
  }
}

/* light theme for feature with icon */
.features-icon.light .ly-element-feature-with-icon a.list-features .box i {
  color: #fff;
}

/*!
// Pricing sections
// --------------------------------------------------*/
.ly-section-pricing-plan.light .ly-pricing-plan.box h2.price > small {
  color: #fff;
}

/* pricing responsiveness */
@media (max-width: 768px) {
  .ly-section-pricing-plan .ly-col.lifeyo-u-1-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}

@media (max-width: 560px) {
  .ly-section-pricing-plan .ly-col.lifeyo-u-1-3 {
    width: 100%;
  }
}

/*!
// Social sections
// --------------------------------------------------*/
.ly-element-social-links {
  min-height: 60px;
}

.social-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.social-list li {
  float: left;
  margin: 0 15px 15px 0;
}
.social-list a {
  font-size: 40px;
  overflow: hidden;
  text-align: center;
}

/* light themes for social wall section */
.ly-section-social-wall.light .social-walls .order-by {
  color: #fff !important;
  border-color: #fff;
}
.ly-section-social-wall.light .social-walls .order-by i {
  color: #fff !important;
}

/*!
// Contact form sections
// --------------------------------------------------*/
#ly-contact-form input[type="submit"] {
  margin: 0 auto;
}
.ly-section-contact form {
  text-align: center;
}
.ly-section-contact .input-row {
  margin: 0 auto 20px;
  max-width: 500px;
}
.ly-section-contact input[type="text"],
.ly-section-contact textarea {
  border: 1px solid #ddd;
  padding: 15px 20px;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ly-section-contact input[type="submit"] {
  margin-top: 20px;
}
.ly-section-contact label.error {
  margin: 8px 0;
  text-align: left;
  display: block;
  font-size: 12px;
  color: #888;
}
.ly-section-contact .ly-element-image .icon-placeholder {
  height: 300px;
}
.ly-section-contact .ly-element-text .ly-paragraph {
  color: #3b3b3b;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.light .ly-element-text .ly-paragraph {
  color: #ffffff !important;
}
.ly-section-contact .ly-element-text.variation-a {
  text-align: center;
}
.ly-section-contact .ly-element-text.variation-b .ly-html-text {
  text-align: left;
  padding-left: 40px;
}

/* light theme for section */
.ly-section-contact.light input[type="submit"] {
  color: #fff !important;
  border-color: #fff;
}

/*!
// Footer sections
// --------------------------------------------------*/
footer .title {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.ly-header-footer .subtitle,
.ly-header-footer .copyright {
  color: #7e7e7e;
  font-size: 14px;
  font-family: "Open Sans";
}
.text-center {
  text-align: center;
}
.col-offset-icon {
  position: relative;
  left: 11%;
}
.col-offset-title {
  position: relative;
  left: 3%;
}

/* footer testimonial */
@media (max-width: 1024px) {
  #ly-page footer .title {
    font-size: 28px;
    line-height: 30px;
  }
  #ly-page #footer h5.subtitle {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #footer h6.copyright {
    text-align: center;
  }
  body[data-theme="gail"] #footer.ly-header-footer .gail-social {
    text-align: center;
    margin-bottom: 10px;
  }
}

/*!
// FAQs sections
// --------------------------------------------------*/
.faqs-group {
  display: block;
}
.faqs-group p {
  color: #3b3b3b;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-size: 1.2rem;
  line-height: 130%;
}
.faqs-group p.answer {
  font-weight: 300;
}

/*!
// List with descriptions sections
// --------------------------------------------------*/
.desc-wrapper {
  margin-bottom: 25px;
}
.desc-wrapper .desc-title {
  margin-bottom: 0px;
}
.lwd-b .row {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
body[data-theme="venice"] #ly-page .ly-element .lwd-b h2.desc-title {
  margin-bottom: 0;
  text-transform: capitalize;
}
.lwd-b h2.desc-title,
.lwd-b h3.desc-title,
.lwd-b h4,
.lwd-b h6.desc-subtitle,
.lwd-b p.desc-description {
  letter-spacing: 0px;
}
body[data-theme="venice"] #ly-page .ly-element .lwd-b h4,
.lwd-b h3.desc-title,
.lwd-b p.desc-description {
  margin-bottom: 5px;
}
body[data-theme="venice"] #ly-page .ly-element .lwd-b h4 {
  font-weight: 500;
  font-size: 18px;
}
.lwd-b p.desc-description {
  font-size: 14px;
}
.lwd-b h3.desc-title > small {
  display: block;
  font-weight: 400;
  padding: 5px 0;
  line-height: 1;
}
.lwd-b h6.desc-subtitle {
  text-align: right;
}
.lwd-b hr.title-line {
  border-color: #ddd;
  border-top: none;
  margin: 5px 0;
}
/*Fix responsive issue List with description Section*/
.ly-list-with-description.lwd-b h2.desc-title,
.ly-list-with-description.lwd-b h3.desc-title {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.ly-element-list-with-description.variation-b h4 {
  margin-bottom: 5px;
}

/*!
// Testimonials sections
// --------------------------------------------------*/
.ly-element-testimonial blockquote {
  padding: 10px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 40px 0;
}
.ly-element-testimonial blockquote section {
  padding: 30px 40px;
  margin: 0 0 35px 0;
  background: #ddebfb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-align: center;
}
.ly-element-testimonial blockquote section span {
  height: 20px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 30px;
  border-top: 18px solid #ddebfb;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}
.ly-element-testimonial blockquote section p {
  position: relative;
  display: inline-block;
}
.ly-element-testimonial blockquote section p:before {
  content: "\f10d";
  display: inline-block;
  position: relative;
  left: 0;
  top: -8px;
  margin: 0 8px 0 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: rgb(190, 190, 190);
}
.ly-element-testimonial blockquote section p:after {
  content: "\f10e";
  display: inline-block;
  position: relative;
  right: -10px;
  bottom: -8px;
  font-size: 20px;
  font-family: FontAwesome;
  color: #bebebe;
}
.ly-element-testimonial blockquote p:last-child {
  margin: 0;
}
.ly-element-testimonial footer {
  min-height: 85px;
}
.ly-element-testimonial footer p {
  margin-bottom: 4px;
}
.ly-element-testimonial .variation-a footer img {
  float: left;
}
.ly-element-testimonial footer .info {
  position: relative;
  top: 25px;
}
.ly-element-testimonial .variation-b {
  text-align: center;
}
.ly-element-testimonial .variation-b footer img {
  margin: 0 auto;
}
.ly-element-testimonial blockquote footer strong {
  display: block;
  padding: 15px 0 0 0;
}

/* Testimonial - Variation A */
.ly-section-testimonial.variation-a.light section {
  background-color: #83a1c3;
}
.ly-section-testimonial.variation-a.light section span {
  border-top: 18px solid #83a1c3;
}

.ly-section-testimonial.variation-b .ly-col {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .ly-section-testimonial.variation-b .ly-col {
    margin-bottom: 80px;
  }
}

/* Light theme for testimonial section */
.ly-section-testimonial.light
  .ly-element-testimonial
  blockquote
  section
  p:before,
.ly-section-testimonial.light
  .ly-element-testimonial
  blockquote
  section
  p:after {
  color: #fff;
}

/*!
// Video sections
// --------------------------------------------------*/
.ly-section-video .ly-element-text.variation-b {
  text-align: center;
  padding-bottom: 40px;
}
.ly-section-video .ly-element-text.variation-a h5 {
  font-size: 16px;
}

/*!
// Quote sections
// --------------------------------------------------*/
.ly-section-quote .ly-element-quote.variation-a {
  text-align: center;
}

/*!
// Call to Action sections
// --------------------------------------------------*/
.ly-element .ly-cta.variation-a,
.ly-element .ly-cta.variation-b {
  text-align: center;
}
.ly-element .ly-cta.variation-a .ly-button {
  margin: 0 auto;
}

/*!
// Photo + Text sections
// --------------------------------------------------*/
.ly-section-photo-text .ly-element-text.variation-d {
  padding-top: 40px;
}
.ly-section-photo-text .ly-element-image.variation-d .image-wrapper {
  position: relative;
}
.ly-section-photo-text .ly-element-image.variation-c h6,
.ly-section-photo-text .ly-element-image.variation-d h6 {
  color: #fff;
  display: block;
  font-size: 80px;
  font-weight: 300;
  left: 50%;
  line-height: 1em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.ly-section-photo-text .ly-element-image.variation-c .image-wrapper {
  overflow-y: hidden;
  height: 340px;
  position: relative;
}
.ly-section-photo-text
  .ly-element-image.variation-c
  .image-wrapper
  .background-img {
  background-position: center center;
  height: 100%;
  width: 100%;
}

.wrapper.image-wrapper.show-img img {
  margin-bottom: 35px;
}

/* photo section responsiveness */
@media (max-width: 560px) {
  .ly-section-photo-text .ly-element-text.variation-d {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*!
// Big Button sections
// --------------------------------------------------*/
.ly-section-big-button .ly-element-big-button.variation-a a.big-button {
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #22a7f0;
  height: 200px;
  width: 200px;
  line-height: 200px;
}

.ly-section-big-button .ly-element-big-button.variation-a a.big-button span {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #fff;
}

/*!
// Projects section
// --------------------------------------------------*/
.projects-container .list-block p {
  margin-top: 15px;
}

/*!
// Utility
// --------------------------------------------------*/
.col_last {
  clear: right;
  margin-right: 0 !important;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}

/*!
// HTML Sections
// --------------------------------------------------*/
.ly-section-html {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*!
// General Sections
// --------------------------------------------------*/
#ly-page {
  position: relative;
}
#ly-page #main {
  margin-top: 0px;
  z-index: 0;
}
#ly-page #header {
  z-index: 2;
}
.ly-section {
  margin: 0;
}
.ly-section .ly-content.has-overlay {
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  z-index: 3;
}
.ly-section .ly-content.has-overlay {
  min-height: 250px;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 1s ease 0s;
  width: 100%;
  z-index: 2;
}
.ly-section.light h1,
.ly-section.light h2,
.ly-section.light h3,
.ly-section.light h4,
.ly-section.light h5,
.ly-section.light h6,
.ly-section.light .ly-section-subtitle h5,
.ly-section.light .meta {
  color: #ffffff !important;
}
.ly-content > .container.de-height > .ly-g-r {
  margin-top: 20px;
}
.stretch_gallery .ly-content > .container.de-height > .ly-g-r {
  margin-top: 0;
}

/* General Attributes */
.hidden {
  display: none !important;
  visibility: hidden;
}
.ly-confirmation-message {
  font-size: 18px;
  text-align: center;
}
.ly-confirmation-message .success {
  color: #1e8bc3;
}
.ly-confirmation-message .error {
  color: #e74c3c;
}
.ly-mini-content {
  margin: 0 auto;
  max-width: 480px;
}
.input-row {
  text-align: center;
}

/* Light Foreground */
.ly-section.light p,
.ly-section.light a.ly-button,
.ly-section.light a.ly-button span,
.ly-section.light .ly-html-text,
.ly-section.light a.ly-button {
  color: #ffffff !important;
}
/* End of General Attributes */

#ly-page blockquote footer {
  font-size: 20px;
  line-height: 1.5em;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  color: #323232;
  font-size: 30px;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 15px;
  background: transparent;
  margin-top: 6px;
}
#footer {
  background: #d0d0d0;
  padding: 35px 0;
  color: #323232;
  font-family: "Lato";
}
.clear {
  clear: both;
}
.ly-header {
  color: #ffffff;
}
.ly-header h1 {
  font-size: 40px;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.ly-header .content {
  font-size: 30px;
  line-height: 1.5em;
  margin: 0 0 10px;
}
#footer-nav ul {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
#footer-nav li {
  border-bottom: 1px solid #c0c0c0;
}
#footer-nav li:last-child {
  border: none;
}
#footer-nav li a {
  display: block;
  padding: 15px 0;
  color: #626262;
  font-size: 14px;
  margin: 0 0 0 15px;
  text-transform: uppercase;
}
#footer-nav li a:hover {
  color: #3a3a3a;
}
#footer-nav li.current a {
  color: #3a3a3a;
}
#footer .navigation {
  padding: 10px 0;
  text-align: center;
}
#footer .navigation a {
  padding: 10px 15px;
  color: #626262;
  font-size: 14px;
}
.widget {
  margin: 0 0 40px 0;
}
.widget .widget-title {
  font-size: 18px;
  margin: 0 0 15px 0;
  line-height: 1.5em;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  margin: 0 0 5px 0;
}
/*
.button {
  display: inline-block;
  padding: 10px 40px;
  border: none;
  border-bottom: 2px solid #747575;
  background: #a8a8a8;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  outline: none;
}
.button:hover {
  background: #bbb;
}
.button:active {
  top: 1px;
}*/
.button-line {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #535353;
  color: #535353;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  outline: none;
}
.button .fa,
.button-line .fa {
  margin: 0 8px 0 0;
}
.button .fa-right,
.button-line .fa-right {
  margin: 0 0 0 8px;
}
.slider {
  margin: 0 0 20px 0;
  padding: 0;
}
.slider ul {
  margin: 0;
  padding: 0;
}
.slider li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  display: none;
}
.slider img {
  display: block;
}
.slider .bx-pager {
  text-align: right;
  padding: 15px 0 0 0;
}
.slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 0 0 8px;
}
.slider .bx-pager a {
  display: block;
  width: 12px;
  height: 12px;
  background: #eee;
  text-indent: -999em;
  text-align: left;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.slider .bx-pager a.active {
  background: #aaa;
}
.post-img {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 #ccc;
  box-shadow: 0 1px 4px 0 #ccc;
}
.ly-image-text .ly-image-text-box {
  text-align: center;
  margin: 0 0 40px 0;
}
.ly-callout {
  font-size: 16px;
  line-height: 1.5em;
}
.ly-section.small-pad {
  padding: 40px 0;
}
.ly-section.small-pad.ly-section-feature.variation-d {
  padding: 0;
}
.ly-section-feature.variation-d .ly-content > .container.de-height > .ly-g-r {
  margin-top: 0;
}
.ly-section-feature.variation-d
  .ly-content
  > .container.de-height
  > .section-title {
  margin-top: 20px;
}
.ly-section-gallery[data-gallery-type="SL"]
  .ly-content
  > .container.de-height
  > .ly-g-r {
  margin-bottom: 20px;
  margin-top: 20px;
}
.ly-section.large-pad {
  padding: 80px 0;
}
.ly-section.small-margin {
  margin: 40px 0;
}
.ly-section.large-margin {
  margin: 80px 0;
}

.ly-section .ly-section-title {
  margin: 0 0 40px;
  position: relative;
  text-align: center;
}
.ly-section:not(.small-pad) .ly-section-title {
  margin: 20px 0 40px;
}

.icon-placeholder {
  background: url("../images/transp_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px dashed #6c7a89;
  color: #bfbfbf;
  font-size: 120px;
  opacity: 1;
  text-align: center;
  width: 100%;
}

.ly-element .icon-placeholder span {
  top: 50%;
}
.ly-location .location-info {
  text-align: center;
}
.ly-location .gmap-box {
  border: 10px solid #f5f5f5;
}
.ly-location .gmap-box img {
  max-width: none;
}
.ly-space {
  padding: 15px 0;
}
.ly-portfolio {
  text-align: center;
}
.ly-portfolio .portfolio-item {
  margin: 0 0 30px 0;
  position: relative;
  text-align: center;
}
.ly-portfolio .portfolio-item img {
  display: block;
}
.ly-portfolio .portfolio-item .button {
  display: none;
}
.ly-portfolio-detail {
  padding: 50px 0;
}
.ly-portfolio-detail h1 {
  margin: 0 0 20px 0;
}
.post-item {
  background: #f8f8f8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.post-item img {
  display: block;
}
.post-item .post-item-detail {
  padding: 20px;
}
.post-item div[class*="col-"] {
  margin: 0;
}
.post-item h2 {
  margin: 0 0 10px 0;
}
.post-item h2 a {
  color: #535353;
}
.post-item .post-meta {
  margin: 0 0 15px 0;
  font-size: 12px;
  line-height: 1.5em;
  opacity: 0.75;
}
.post-item .post-meta span:after {
  content: "·";
  margin: 0 6px;
  font-weight: bold;
}
.post-item .post-meta span:last-child:after {
  content: "";
}
.post-item p {
  margin: 0;
}
.ly-post .post-content p,
.ly-post .post-content ul,
.ly-post .post-content ol {
  margin: 0 0 30px 0;
}
.ly-post .post-content hr {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ly-section {
    text-align: left;
  }
  .ly-section .tagline {
    font-size: 18px;
    line-height: 1.5em;
  }
  .ly-image-text .ly-image-text-box {
    text-align: left;
  }
  .ly-callout {
    text-align: center;
    padding: 100px 0;
  }
  .ly-callout h1 {
    font-size: 30px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
  }
  .ly-callout .tagline {
    font-size: 24px;
    line-height: 1.5em;
  }
  .ly-portfolio {
    padding-bottom: 0;
  }
  .ly-portfolio .portfolio-item {
    float: left;
    width: 33.33%;
    margin: 0;
    overflow: hidden;
    background: #000;
    position: relative;
  }
  .ly-portfolio .portfolio-item:hover .overlay {
    opacity: 1;
  }
  .ly-portfolio .portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
  }
  .ly-portfolio .portfolio-item .overlay .overlay-a {
    display: table;
    width: 100%;
    height: 100%;
  }
  .ly-portfolio .portfolio-item .overlay .overlay-b {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
  }
  .ly-portfolio .portfolio-item .overlay h3 {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  }
  .ly-portfolio .portfolio-item .overlay .button {
    background: transparent;
    border: 1px solid #fff;
    padding: 8px 30px;
    display: inline-block;
  }
  .ly-portfolio .portfolio-item img {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .ly-portfolio-detail h1,
  .ly-portfolio-title h1 {
    text-align: left;
  }
  .ly-tiles-grid .ly-tile-wrapper {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
  }

  /* Section */
  .ly-section {
    background-size: 100%;
  }

  /*.ly-section-banner .ly-element {
  padding: 50px 0;
}*/

  .ly-section-banner .title {
    color: #FFFFF;
    text-align: center;
  }

  .ly-section-banner .content {
    color: #FFFFF;
    text-align: center;
  }

  .ly-team img {
    border-radius: 1000px;
    height: auto;
    max-width: 180px;
  }

  /* FAQs */
  .ly-faqs {
    margin: 0 auto;
    width: 70%;
  }

  /* Banner */
  .ly-banner-block-content {
    text-align: center;
  }

  .ly-banner-block-content .content {
    margin-bottom: 30px;
  }

  .ly-banner-block-content .ly-button {
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px 20px;
  }

  .responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  a,
  input[type="submit"] {
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .button {
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
  }
  header {
    padding: 35px 0;
    position: relative;
  }
  #branding {
    line-height: 1em;
  }
  #primary-nav {
    clear: none;
    max-height: none !important;
    background: none;
    font-size: 18px;
    line-height: 45px;
  }
  #primary-nav a {
    padding: 0 0 0 20px;
    color: #535353;
  }
  #primary-nav ul ul {
    border-top: none;
    position: absolute;
    margin: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 20px 15px;
    width: auto;
    white-space: nowrap;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    visibility: hidden;
  }
  #primary-nav ul ul li {
    float: none;
    margin: 0;
    margin: 0 0 5px 0;
  }
  #primary-nav ul ul li:last-child {
    margin: 0;
  }
  #primary-nav ul ul a {
    padding: 0;
  }
  #primary-nav ul ul li a:before {
    content: "";
    margin: 0;
  }
  #primary-nav .fa {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #aaa;
  }
  .nav-toggle {
    display: none;
  }
  #footer-nav {
    border-left: 1px solid #acacac;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5em;
  }
  #footer-nav li {
    border: none;
    padding: 2px 20px;
  }
  #footer-nav li a {
    padding: 0;
    display: inline;
  }

  .ly-callout,
  .ly-header {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .ly-section {
    text-align: left;
  }
  .ly-section .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 970px;
  }

  .ly-section .sm-height {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .ly-section .me-height {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .ly-section .container.la-height {
    padding-bottom: 150px;
    padding-top: 150px;
  }

  .ly-section .vl-height {
    padding-bottom: 200px;
    padding-top: 200px;
  }

  .ly-section .xl-height {
    padding-bottom: 250px;
    padding-top: 250px;
  }

  #ly-viewing .ly-section.ly-section-banner.variation-b .container {
    position: relative;
    top: 50%;
    /*transform: translateY(-50%);*/
  }

  .ly-section .ly-section-title.title-left {
    text-align: left;
  }
  .ly-section .ly-section-title .dropdown-list {
    background: #fff;
    position: absolute;
    top: 50px;
    z-index: 100;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 0;
  }
  .ly-section .ly-section-title .dropdown-list li {
    border-bottom: 1px solid #eee;
  }
  .ly-section .ly-section-title .dropdown-list li:last-child {
    border: none;
  }
  .ly-section .ly-section-title .dropdown-list a {
    padding: 10px 15px;
  }
  .ly-section .ly-section-title .dropdown-list a:hover {
    background: #f8f8f8;
  }
  .ly-section .ly-section-title .right-element {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .ly-section .ly-section-title .tagline {
    font-size: 18px;
    line-height: 1.5em;
  }
  .ly-callout {
    text-align: center;
    padding: 100px 0;
  }
  .ly-callout h1 {
    font-size: 40px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
  }
  .ly-callout .tagline {
    font-size: 30px;
    line-height: 1.5em;
  }
  .ly-testimonial blockquote {
    font-size: 18px;
    line-height: 1.5em;
  }
  .ly-portfolio .portfolio-item {
    float: left;
    width: 25%;
  }
  .ly-portfolio-detail h1,
  .ly-portfolio-title h1 {
    text-align: left;
  }
  .post-item .post-item-detail {
    padding: 15px;
  }
  .ly-post .post-content {
    padding: 0 20px 0 0;
  }
  .ly-post #disqus_thread {
    margin: 50px 0 0 0;
  }
}

/* app.css */
/* ------------------------------------------------------------------------- *
 * GAIL WEB-TEMPLATES
 * Static Version
/* ------------------------------------------------------------------------- */
/* VARIABLES
/* ------------------------------------ */
/* GENERALS
/* ------------------------------------ */
html,
body {
  height: 100%;
}

body {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  font-size: 15px;
  background-color: white;
  color: #3b3b3b;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b3b3b;
}

h1.title {
  font-family: "Merriweather", sans-serif;
  font-size: 48px;
  font-weight: 300;
}

h2 {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  font-size: 28px;
}
h2.title {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  font-size: 28px;
}
h2.content {
  font-size: 24px;
  font-weight: 300;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #3b3b3b;
}

h4 {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  font-size: 24px;
}

h5 {
  font-family: "Raleway", sans-serif;
  font-size: 33px;
  font-weight: 300;
}
h5.subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

h6.image-caption2 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #7e7e7e;
}
h6.desc-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #7e7e7e;
}

p {
  font-family: "Merriweather", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  color: #3b3b3b;
}
p.answer {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 20px;
}

.no-contact {
  display: block;
}

/*  BUTTONS
/* ------------------------------------ */
.ly-button-s {
  padding: 5px 50px;
  display: inline-block;
  min-width: auto;
  max-width: inherit;
}

.button-line-2 {
  border: 2px solid white;
  border-radius: 22px;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

/*  HEADERS
/* ------------------------------------ */
.ly-nav-center {
  text-align: center;
}

.logo {
  float: none !important;
  display: inline-block;
  margin: 0 50px !important;
  position: relative !important;
  top: 10px;
}

.logo .site-name {
  font-family: "Raleway", sans-serif !important;
  font-weight: 800;
  text-align: center;
}

.logo a {
  color: #3b3b3b;
}

.site-nav-left,
.site-nav-right {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
.site-nav-left ul,
.site-nav-right ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.site-nav-left ul li,
.site-nav-right ul li {
  position: relative;
  display: inline-block;
}
.site-nav-left ul li a,
.site-nav-right ul li a {
  color: #2b2b2b;
  display: block;
  margin: 0 20px;
}
.site-nav-left ul li:hover > a,
.site-nav-left ul li:focus > a,
.site-nav-right ul li:hover > a,
.site-nav-right ul li:focus > a {
  color: #b1935b;
}

.site-nav-left {
  float: left;
  text-align: left;
}
.site-nav-left ul li > a:first-child {
  margin-left: 0;
}

.site-nav-right {
  float: right;
  text-align: right;
}
.site-nav-right ul li > a:last-child {
  margin-right: 0;
}

.cs-title {
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0px !important;
  margin: 0px !important;
  top: 0px;
}

.site-nav-left,
.site-nav-right {
  letter-spacing: 0px !important;
}
.title-text {
  position: relative;
}
.title-image {
  position: relative;
  top: -10px;
}

/*  SOCIAL-LIST
/* ------------------------------------ */
.social-list {
  list-style: none outside none;
  margin: 0 0px 0 0;
  padding: 0;
}
.social-list li {
  float: left;
  margin-right: 0;
  margin-bottom: 0 !important;
}
.social-list li:last-child a {
  margin-right: 0 !important;
}
.social-list a {
  margin-right: 15px !important;
  font-size: 26px;
}
.social-list a i {
  display: block;
  font-size: 36px;
  position: relative;
  top: -10px;
}
/*  SOCIAL-CONTACT
/* ------------------------------------ */
.social-contact {
  list-style: none outside none;
  padding: 0;
  margin: 0 30px 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.social-contact li {
  float: left;
  margin-right: 0;
}
.social-contact a,
.social-contact span {
  margin-right: 10px;
  color: #737373;
  font-size: 14px;
}
.social-contact a:hover,
.social-contact a:focus {
  color: #b1935b;
}

/*  FOOTER
/* ------------------------------------ */
.copyright {
  font-size: 16px;
  font-weight: 600;
  color: #3b3b3b;
}

#footer {
  background: #eaeaea;
}

footer .title {
  color: #3b3b3b;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
}

footer .subtitle {
  font-family: "Muli", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #aaa;
  letter-spacing: 1px;
}

/* Editing Style */
.feature-hover {
  top: 45%;
  padding: 0px 40px;
}

.ly-section-feature.variation-e .feature-hover {
  position: absolute;
}

/* new settings */
.ly-element h1 {
  font-family: "Merriweather";
  font-weight: 300;
  /*font-size: 48px;*/
}
.ly-element h2,
.wysihtml5-editor h2 {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #3b3b3b;
  line-height: 1.2em;
}
.ly-element h3,
.wysihtml5-editor h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #3b3b3b;
  padding-top: 15px;
}
.ly-element h4,
.wysihtml5-editor h4 {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #3b3b3b;
  line-height: 1.2em;
}
#ly-page .ly-element h5,
.wysihtml5-editor h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 33px;
  color: #3b3b3b;
  line-height: 1.2em;
}
#ly-page .ly-element h5.subtitle {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #3b3b3b;
  line-height: 1.2em;
}
#ly-page .ly-element .image-caption {
  font-family: "Open Sans";
  font-size: 18px;
  color: #7e7e7e;
}
#ly-page .ly-section-photo-text h6.image-caption.text-inside {
  font-size: 54px;
}

#ly-page .ly-element .ly-html-text ul li,
#ly-page .ly-element .ly-html-text ol li,
.wysihtml5-editor ul li,
.wysihtml5-editor ol li {
  color: #3b3b3b;
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  list-style-type: disc;
}
#ly-page .ly-element .ly-html-text ol li,
.wysihtml5-editor ol li {
  list-style: decimal outside;
}
.ly-element p {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  line-height: 30px;
  font-size: 15px;
  color: #3b3b3b;
}
.ly-element p.answer {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #3b3b3b;
}

/* top bar settings */
.list-menu {
  display: none;
}
#header .top-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.mobile-menu .title a,
#header .top-bar .title-area a:not(#edit-header-settings) {
  color: #3b3b3b;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
}
.mobile-menu .title a .subtitle {
  color: #fff;
}
.top-bar-section .has-dropdown > a {
  padding: 0 0.9375rem !important;
}
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background-color: #fff;
  color: #2b2b2b;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.top-bar-section li.active:not(.has-form) > a:not(.button),
.top-bar-section li:not(.has-form) > a:not(.button):hover {
  background-color: #fff;
  color: #b1935b;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background-color: #474747;
}
.top-bar-section
  .dropdown
  li:not(.has-form):not(.active):hover
  > a:not(.button) {
  color: #b1935b;
}
.top-bar-section .has-dropdown > a:after {
  display: none;
}
#header section.mobile-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #3b3b3b;
  transition: all 0.5s ease-in-out;
}
#header .mobile-menu-list {
  position: relative;
  left: 0;
  transition: all 0.5s;
}
#header .mobile-menu-list.moved {
  left: -100%;
  transition: all 0.5s;
}
#header .mobile-menu-list li {
  text-align: center;
  padding: 5px 0;
  display: block;
}
#header .mobile-menu-list li a {
  color: #fbfcfc;
  padding: 10px 0;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
#header .dropdown li a {
  padding: 0;
}
@media (max-width: 1022px) {
  body[data-theme="gail"]
    #header
    .mobile-menu
    .mobile-menu-list
    li.parent-dropdown
    .dropdown
    li
    a {
    line-height: normal !important;
  }
}
#header section.mobile-menu.hide {
  height: 0;
  transition: all 0.5s ease-in-out;
}
#header section.mobile-menu div.title {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  z-index: 9999;
}
#header section.mobile-menu .title a {
  color: #fff;
}
#header section.mobile-menu .title a > .subtitle {
  margin-top: 0;
}
#header li.mobile-menu-bar button,
#header li.mobile-menu-bar button#open-full-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 20px;
  left: 20px;
  right: initial;
  color: #3b3b3b;
  background-color: transparent;
  padding: 0;
  margin: 0;
  transition: color 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  border-radius: 3px;
}
#header li.mobile-menu-bar button.to-open.times {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#header li.mobile-menu-bar button.times {
  color: #fff;
}
#header li.mobile-menu-bar button:focus,
#header li.mobile-menu-bar button:active {
  outline: none;
}

/* Menu Dropdown small device */
#header .mobile-menu-list li.parent-dropdown > ul.dropdown {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 120px;
  left: 100%;
  margin: 0;
  transition: left 0.3s;
}
#header .mobile-menu-list li.parent-dropdown > ul.dropdown .d-back > a,
#header .mobile-menu .mobile-menu-list li a {
  font-size: 14px;
  font-weight: bold;
  color: rgba(236, 240, 241, 0.7);
  background-color: transparent;
}
#header .mobile-menu-list li.parent-dropdown > ul.dropdown .d-back {
  margin-bottom: 15px;
}

/* responsive settings for menubar */
@media (max-width: 1022px) {
  #header {
    margin-bottom: 0;
  }
  #header .top-bar {
    height: auto;
  }
  #header .top-bar .name {
    height: 4.8125rem;
  }
  #header .top-bar .name .subtitle {
    margin-top: -15px;
  }
  #header .top-bar .top-bar-section {
    display: block;
    width: auto;
    margin: auto;
  }
  #header .top-bar .top-bar-section ul > li > a {
    padding: 0 7px !important;
  }
  #header .top-bar-section li:not(.has-form) a:not(.button),
  #header .top-bar-section ul li:hover:not(.has-form) > a,
  #header
    .top-bar-section
    .dropdown
    li:not(.has-form):not(.active)
    > a:not(.button) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #header .top-bar {
    height: auto;
    top: 0px;
  }
  #header {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  #header {
    padding: 15px 0;
  }
}

/* video responsive */
body[data-theme="gail"] .variation-a .ly-element iframe {
  width: 100%;
  height: 320px;
}
body[data-theme="gail"] .variation-b .ly-element iframe {
  width: 100%;
  height: 502px;
}
@media (max-width: 480px) {
  body[data-theme="gail"] .variation-a .ly-element iframe,
  body[data-theme="gail"] .variation-b .ly-element iframe {
    height: 240px;
  }
}

.responsive-video {
  width: 100%;
}
div.responsive-video.large,
div.responsive-video.medium {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
div.responsive-video.medium > iframe {
  width: 100%;
}
div.responsive-video.large > iframe,
div.responsive-video.medium > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* new button style */
body[data-theme="gail"] .ly-button {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.button--round-s {
  border-radius: 22px;
}

/* new fields style */
body[data-theme="gail"] .input-row {
  margin-bottom: 0;
}
body[data-theme="gail"] .ly-field {
  background-color: #ffffff;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3b3b3b;
  line-height: 26px;
  padding: 26px;
}
::-webkit-input-placeholder {
  color: #c2c2c2 !important;
}
:-moz-placeholder {
  color: #c2c2c2 !important;
}
::-moz-placeholder {
  color: #c2c2c2 !important;
}
:-ms-input-placeholder {
  color: #c2c2c2 !important;
}

/* new style footer */
body[data-theme="gail"] #footer {
  padding: 35px 0 0px;
}
body[data-theme="gail"] #footer .pull-right {
  float: right;
}
body[data-theme="gail"] #footer .pull-left {
  float: left;
}
body[data-theme="gail"] #footer .gail-social {
  text-align: right;
}
body[data-theme="gail"] #footer .gail-title {
  text-align: center;
}
body[data-theme="gail"] #footer .gail-copyright {
  text-align: left;
}
body[data-theme="gail"] .popup-gallery li {
  margin-top: 0;
}

/* footer social icons */
.gail-social li {
  display: inline-flex;
}

@media (max-width: 1022px) {
  body[data-theme="gail"] #footer {
    text-align: center;
  }
  body[data-theme="gail"]
    .ly-section-photo-text
    .ly-element-image.variation-c
    h6,
  body[data-theme="gail"]
    .ly-section-photo-text
    .ly-element-image.variation-d
    h6 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  #header .top-bar .title-area a:not(#edit-header-settings) {
    max-width: 300px;
  }
  .ly-section-banner .ly-banner {
    margin-top: 15px;
  }
  .ly-element-feature.variation-c .feature-hover,
  .ly-element-feature.variation-d .feature-hover {
    padding: 10px;
  }
  body[data-theme="gail"] #footer .row {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  body[data-theme="gail"] #footer .gail-social {
    text-align: center;
    margin-bottom: 20px;
  }
  body[data-theme="gail"] #footer .gail-title > h2 {
    font-size: 18px;
  }
  body[data-theme="gail"] #footer .gail-title > .subtitle {
    letter-spacing: 0;
    color: rgba(104, 104, 104, 1);
  }
  body[data-theme="gail"] #footer .gail-copyright {
    text-align: center;
    padding: 30px 0 0;
  }
  body[data-theme="gail"] #footer .gail-copyright .copyright {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 14px;
  }
  .ly-element-feature.variation-b .lifeyo-g-r > div.right {
    padding-left: 15px !important;
  }

  .ly-element-feature.variation-b .lifeyo-g-r > div.left {
    padding-right: 15px !important;
  }
  .ly-section-banner .title {
    margin-bottom: 10px;
  }
}

@media (max-width: 425px) {
  .ly-element-feature.variation-c .feature-hover,
  .ly-element-feature.variation-d .feature-hover {
    padding: 10px 15px;
  }
}
/* 31. Gallery Horizontal */
.scrollSlider div.viewport {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.scrollSlider div.viewport div.overview {
  width: 10000px;
  height: 100%;
}
.scrollSlider div.viewport div.overview img {
  display: block;
  float: left;
  height: 100%;
  margin-right: 10px;
}
.scrollSlider div.viewport div.overview img:last-child {
  margin-right: 0;
}
.scrollSlider div.viewport div.overview:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.scrollSlider div.scrollbar {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 15px;
  background-color: #aaa;
}
.scrollSlider div.scrollbar div.track {
  width: 115px;
  height: 15px;
  background-color: #222;
  cursor: move;
}

.scrollSlider div.viewport div.overview:hover {
  cursor: pointer;
}
.scrollSlider div.viewport div.overview:active {
  cursor: move;
}
/* custom */
.gallery-scroll {
  width: 100%;
}
.viewport {
  position: relative;
  max-height: 500px;
  overflow-y: hidden;
}
.viewport .overview {
  margin-left: 20px;
}
.indicators > a.left {
  display: table-row;
  position: absolute;
  left: 0px;
  top: 0;
  text-align: left;
  width: 200px;
  height: 100%;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.4);
}
.indicators > a > i {
  position: relative;
  top: 40%;
}
.indicators > a.left:hover {
  color: rgba(255, 255, 255, 0.8);
}
.indicators > a.right {
  display: table-row;
  position: absolute;
  right: 0px;
  top: 0;
  text-align: right;
  width: 200px;
  height: 100%;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.4);
}
.indicators > a.right:hover {
  color: rgba(255, 255, 255, 0.8);
}

body#ly-viewing .ly-section-gallery .gallery-container ul > li > a .thumb_view,
body#ly-viewing
  .ly-section-projects
  .projects-container
  ul
  > li
  > a
  .thumb_view,
body#ly-viewing .ly-section-feature .feature-image-show,
body#ly-viewing .ly-team .profile-img,
body#ly-viewing .ly-section-photo-text .image-wrapper,
body#ly-viewing .ly-section-cta .image-wrapper,
body#ly-viewing .ly-section-contact .image-wrapper,
body#ly-viewing .ly-section-timeline .timeline-section img.right,
body#ly-viewing .ly-section-testimonial .image-testimonial {
  opacity: 0;
}
.show-img {
  opacity: 1 !important;
  transition: 0.5s;
}
body#ly-viewing .bg-grey,
body#ly-viewing .ly-team .bg-grey,
body#ly-viewing .ly-section-timeline .timeline-section .bg-grey,
body#ly-viewing .ly-section-testimonial .bg-grey {
  background-color: #f5f5f5 !important;
}
body#ly-viewing .ly-team .bg-grey {
  width: 180px;
  height: 180px;
  border-radius: 1000px;
  margin: 0 auto;
}

body#ly-viewing .ly-section-timeline .timeline-section .bg-grey {
  margin-left: 50px;
  display: inline-block;
  width: 310px;
}

body#ly-viewing .ly-section-testimonial .bg-grey {
  float: left;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

body#ly-viewing .ly-section-testimonial .variation-b .bg-grey {
  float: none;
  text-align: center;
  margin: auto;
}

@media (max-width: 1024px) {
  body#ly-viewing .ly-section-timeline .timeline-section .bg-grey {
    margin-left: 0;
  }
  #ly-page header span.title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 0;
    float: left;
    width: 100%;
    max-width: none;
  }
  #branding {
    max-width: 350px;
  }
}

@media (min-width: 1023px) {
  #branding {
    max-width: 350px;
  }
}

@media (max-width: 425px) {
  body#ly-viewing .ly-section-timeline .timeline-section .bg-grey {
    width: 250px;
  }
  #header .top-bar .title-area a:not(#edit-header-settings) {
    max-width: 250px;
  }
  #header section.mobile-menu .title a > span.title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 250px;
    float: none;
  }
  #ly-page header span.title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    float: left;
  }
  #header .top-bar .title-area a span.subtitle,
  #header section.mobile-menu .title a > span.subtitle {
    font-size: 16px;
  }
}

@media (max-width: 330px) {
  #ly-page header span.title,
  #header section.mobile-menu .title a > span.title {
    margin-bottom: 0;
    line-height: 24px;
  }
  #header section.mobile-menu .title a > span.title {
    max-width: 190px;
  }
  #ly-page header #branding {
    margin: 0 20px !important;
  }
  #header .top-bar .title-area a:not(#edit-header-settings) {
    max-width: 190px;
    font-size: 10px;
  }
  #header .top-bar .title-area a span.subtitle,
  #header section.mobile-menu .title a > span.subtitle {
    font-size: 15px;
    margin-top: 0;
    margin-top: 10px;
    line-height: 30px;
  }
}

.section-menus .add-item {
  padding-left: 60px;
}

/* stylish editor font-style-menu icons */
#side-style .go-back-type a {
  font-size: 14px;
}
.sub-panel .tabs-content .go-back-type a {
  font-family: "Montserrat", "Lato", Helvetica, Roboto, Arial, sans-serif;
}
#side-style .go-back-type a .fa {
  margin-right: 10px;
}

#side-style .menu-item label.preview {
  padding: 15px 10px;
}
#side-style.moves-out .font-style-form.social-links-moves {
  transition: 0.3s ease 0s;
}
#side-style.moves-out .font-style-form.social-links-moves.is-hidden.moves-out {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ly-team .icons-team-style .icons-svg-team img {
  border-radius: 0px;
}
.icons-social-style a.icons-svg-social img, .ly-team .icons-team-style .icons-svg-team img {
  margin: 5px;
}
.icons-team-style li a.team-icons-font {
  line-height: 50px;
}

.social-list {
  margin-bottom: 0;
  padding: 0;
}

.social-icons-font, .team-icons-font {
  width: 50px;
  height: 50px;
}

/* View Editor Icons*/
.social-links-icons,
.team-links-icons,
.header-links-icons,
.footer-links-icons {
  display: inline-flex;
}
.icons-svg-social,
.icons-svg-team,
.icons-svg-footer {
  display: none;
}

.preview-icons-svg .social-links-icons li .icons-svg-social,
.preview-icons-svg .team-links-icons li .icons-svg-team,
.preview-icons-svg .footer-links-icons li .icons-svg-footer {
  margin: 10px 10px;
}
.preview-icons-svg .social-links-icons li .icons-svg-social img,
.preview-icons-svg .team-links-icons li .icons-svg-team img,
.preview-icons-svg .footer-links-icons li .icons-svg-footer img {
  width: 50px;
  margin: 10px 5px;
}

/* SVG Style */
.social-list li a.social-icons-font i,
.team-list li a.team-icons-font i {
  font-size: 50px;
  top: -1px;
}
.icons-svg-footer img,
.icons-svg-team img,
.icons-svg-social img {
  width: 25px;
}

.tabs .tab-title a.tabs-icons-style {
  padding: 1rem 1.99rem;
}

/* Style SVG Modal */
#side-style .menu-item label.text-font-icons,
#side-style .menu-item label.text-svg-icons,
#side-style .menu-item label.label-icons,
#side-style .menu-item label.color-icons {
  padding: 5px 10px;
}
#optIconsStyle .opt-style-svg, #optSocialSvg .opt-style-svg {
  font-family: "Montserrat", "Open Sans";
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  width: 50%;
}
#optIconsStyle .opt-style-svg .input-svg-style, #optSocialSvg .opt-style-svg .input-svg-style {
  background: #fff;
  font-size: 1em;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #f0f0f0;
}
#optIconsStyle .opt-style-svg button, #optSocialSvg .opt-style-svg button  {
  border: 1px solid #E3E3E3;
  background: #FAFAFA;
  color: #333;
  text-align: left;
  padding: 10px 10px;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 1px #BDB7B1;
  font-size: 14px;
}
#optIconsStyle .opt-style-svg button i.fa, #optSocialSvg .opt-style-svg button i.fa {
  float: right;
  font-size: 12px;
  margin-top: 3px;
}
.dropdown.button, button.dropdown.btn-svg-style {
  padding-right: 0px;
}
#optIconsStyle .opt-style-svg button:hover, #optSocialSvg .opt-style-svg button:hover {
  background-color: #FAFAFA;
}
.dropdown.button, button.dropdown.btn-svg-style:after {
  content: none;
}
.svg-style .opt-svg, .input-svg-style, .footer-svg-style, .social-svg-style {
  text-transform: capitalize;
}
#optIconsStyle .opt-style-svg button span.footer-svg-style, #optSocialSvg .opt-style-svg button span.social-svg-style {
  text-transform: capitalize;
}

/*FIX SECTION TEXT WITH IMAGE WIDTH ISSUE*/
.ly-section.ly-section-photo-text.variation-d .container.de-height {
  width: 100%;
  padding: 0;
  margin: 0;
}
.ly-section.ly-section-photo-text.variation-d
  .container.de-height
  .ly-col.variation-d {
  padding: 0;
}

.ly-section.ly-section-photo-text.variation-d .ly-widget-wrapper.ly-html-text {
  max-width: 970px;
  margin: auto;
}

/* Banners responsiveness */
@media (max-width: 767px) {
  .ly-section-banner .title,
  .ly-section-banner .content {
    text-align: center;
  }
  .feature-image-show {
    min-height: 300px;
    background-position: center !important;
  }
  .ly-section.small-pad,
  .ly-section.large-pad {
    padding: 20px 0;
  }
  .ly-section-contact .ly-element-text.variation-b .ly-html-text {
    padding-left: 0;
  }
  .ly-section-banner .container {
    padding: 60px 0;
  }
}

/* Feature-a Modification */
.variation-a.ly-section-feature .ly-content > .container.de-height > .ly-g-r,
.variation-f.ly-section-feature .ly-content > .container.de-height > .ly-g-r,
.ly-section-pricing-plan .ly-content > .container > .ly-g-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.variation-a.ly-section-feature .ly-col,
.variation-f.ly-section-feature .ly-col,
.ly-section-pricing-plan .ly-col {
  width: 33.3333%;
}
.variation-a.ly-section-feature .ly-block,
.variation-f.ly-section-feature .ly-block,
.ly-section-pricing-plan .ly-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.variation-a.ly-section-feature .ly-col .ly-block .ly-element,
.variation-f.ly-section-feature .ly-col .ly-block .ly-element,
.ly-section-pricing-plan .ly-element {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.variation-a.ly-section-feature
  .ly-col
  .ly-block
  .ly-element
  .ly-widget-wrapper,
.variation-f.ly-section-feature
  .ly-col
  .ly-block
  .ly-element
  .ly-widget-wrapper,
.ly-section-pricing-plan .ly-col .ly-block .ly-element .ly-widget-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.variation-a.ly-section-feature
  .ly-col
  .ly-block
  .ly-element
  .ly-widget-wrapper
  p,
.variation-f.ly-section-feature
  .ly-col
  .ly-block
  .ly-element
  .ly-widget-wrapper
  p,
.ly-section-pricing-plan
  .ly-col
  .ly-block
  .ly-element
  .ly-widget-wrapper
  p.box-desc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  .variation-a.ly-section-feature .ly-col,
  .variation-f.ly-section-feature .ly-col,
  .ly-section-pricing-plan .ly-col {
    width: 80% !important;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .variation-a.ly-section-feature .ly-col,
  .variation-f.ly-section-feature .ly-col,
  .ly-section-pricing-plan .ly-col {
    width: 100% !important;
  }
}