/*!
// Theme Bespoke -- 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
 - Subtitle
 - HTML Sections
 - Big Button sections
 - ... add more if any ...

/*!
// Helper classes & resets
// --------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:400,300,600,700');

/*!
// Colors
// --------------------------------------------------*/
body {
  background: none repeat scroll 0 0 #fff;
}

/*!
// General Typography
// --------------------------------------------------*/
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;
}
@media all and (max-width: 767px) {
  p.super-lead {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 768px) {
  p.super-lead br {
    display: none;
  }
  .ly-element-feature.variation-c .feature-hover,
  .ly-element-feature.variation-d .feature-hover{
    padding: 10px;
  }
}
span.title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 8px;
}
span.sub {
  font-size: 16px;
}
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: 0px;
}
h6 {
  color: #7e7e7e;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: normal;
  margin-bottom: 24px;
  line-height: 28px;
}

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

@media all and (max-width: 767px) {
  h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 24px !important;
    max-width: 100%;

    text-align: center;
    padding-top: 20px;
  }
  h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 24px !important;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .ly-section.large-pad {
    padding: 24px 0 !important;
  }

  .ly-section .ly-section-title h2 {
    padding: 0 0 0px 0;
    margin-bottom: 0px;
  }
  .ly-section .ly-section-title{
    margin: 0 0 20px !important;
  }
  h2.content {
    margin-bottom: 70px !important;
    text-align: center;
  }
  .ly-section.small-pad {
    padding: 10px 0 !important;
  }
  .feature-hover p {
      margin-bottom: 5px !important;
  }
  h6.text-inside{
    font-size: 40px !important;
  }
  .width100{
    width: 50%
  }
  .ly-banner h1{
    margin-bottom: 10px !important;
  }
  .ly-banner h2{
    margin-bottom: 20px !important;
  }
  .footer h1.title{
    font-size: 23px !important;
  }
}

/*!
// 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;
}

.ly-section-banner .ly-button {
  margin: 1em auto;
}

/*!
// Navigation sections
// --------------------------------------------------*/
#ly-page #header.light h1 .title,
#ly-page #header.light h5 .subtitle {
  color: #fff;
}

@media (max-width: 1024px) {
  #ly-page #header #branding .title {
    font-size: 28px;
    line-height: 31px;
  }
  #ly-page #header #branding .subtitle {
    font-size: 24px;
    line-height: 55px;
  }

  #ly-page #header #branding .title,
  #ly-page #header #branding .subtitle {
    max-width: 768px;
  }

  #header #branding img {
    height: 90px;
    width: auto;
  }
}

@media (max-width: 1022px) {
  #ly-page header#header ul ul.dropdown li a {
    line-height: 30px !important;
    border: none;
    font-size: 13px !important;
  }
}

@media (max-width: 768px) {
  #ly-page #header #branding .title,
  #ly-page #header #branding .subtitle {
    max-width: 420px;
  }

  #ly-page #header #branding .title {
    font-size: 24px;
  }
  #ly-page #header #branding .subtitle {
    font-size: 18px;
    line-height: 30px;
  }
  #header #branding h5 {
    line-height: 15px;
  }
  #title-area {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #header #branding img {
    height: 80px;
  }
}

@media (max-width: 560px){
  #ly-page #header #branding .title,
  #ly-page #header #branding .subtitle {
    max-width: 200px;
  }
}

/*!
// Headers, Banners
// --------------------------------------------------*/
body#ly-viewing #header{
 opacity: 0;
 transition: .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: .5s;
}
.ly-section-banner .ly-element{
 -webkit-animation-duration: 2s;
}

.theme-header .logo {
  float: left;
  position: relative;
}

.theme-header #branding {
  position: relative;
  word-break: break-word;
}

#header .container {
  position: relative;
}
#branding {
  color: #323232;
  line-height: 1.4em;
  padding: 0;
  font-size: 24px;
  font-weight: semi-bold;
  font-family: 'Lato';
}
#branding {
    line-height: 1em;
    width: 100%;
}
#branding h1{
  margin-bottom: 0;
}
#primary-nav {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  clear: both;
}
#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;
}
#primary-nav li {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  float: left;
  border: none;
  margin: 0 15px 20px 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 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;
}

/* container padding settings */
.ly-section-banner h2 {
  margin-bottom: 0;
}
.ly-section-banner .ly-content > .container > .ly-g-r {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .ly-section-banner .ly-content > .container > .ly-g-r {
    margin-bottom: 0;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .ly-section-banner .ly-content > .container {
    padding: 60px 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;
}


/* text-based responsiveness */
@media (max-width: 560px) {
  .ly-section-photo-text.variation-a .ly-col:first-child {
    padding-right: 15px;
  }
  #ly-page .ly-section-photo-text .ly-element-text.variation-a {
    padding-right: 0;
  }
}

/*!
// 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;
}

@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;
  }
}

/* light themes for social icons */
.ly-section.light .ly-team .social-list a {
  color: #fff !important;
}

/*!
// 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-section-feature .ly-element-feature .icon-placeholder {
  height: 240px;
}
.ly-section-feature .ly-element-feature.variation-c .icon-placeholder {
  height: 413px;
}
.ly-section-feature .ly-element-feature.variation-c img {
  height: 300px;
  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 .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-section-contact .ly-element-text.variation-b .ly-html-text {
    padding-left: 0px !important;
  }

  .ly-element-feature.variation-d .feature-hover {
    top: 0;
  }
  .ly-section-feature .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;
  }
}

/*!
// 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 {
  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;
}

/* light themes for social link section*/
.ly-section-social-link.light .social-list a,
.ly-section-social-link.light .social-list 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";
}

/* footer responsiveness */
@media (max-width: 1024px) {
  #ly-page footer .title {
    font-size: 28px;
    line-height: 35px;
  }
  #ly-page footer .subtitle {
    font-size: 14px;
    line-height: 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;
}
.light .ly-list-with-description .desc-title,
.light .ly-list-with-description .desc-subtitle,
.light .ly-list-with-description .desc-description{
  color: #fff !important;
}
.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;
}

/*!
// 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;
  margin-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;
}

/* 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;
}

/* testimonials responsiveness */
@media (max-width: 768px) {
  .ly-section-testimonial.variation-b .ly-col {
    margin-bottom: 30px;
  }
}

/*!
// Video sections
// --------------------------------------------------*/
.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%;
}
.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-b .image-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.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;
  position: relative;
  text-align: center;
  top: -54%;
  width: 100%;
}
.ly-section-photo-text .ly-element-image.variation-c h6,
.ly-section-photo-text .ly-element-image.variation-d h6 {
  position: absolute;
  top: 30%;
  line-height: 60px;
}
.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%;
}
#ly-page .ly-section.light h6 {
  color: #fff !important;
}
#ly-page .ly-section-photo-text.variation-c .ly-html-text {
  text-align: center;
}

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

/* photo responsiveness */
.ly-section-photo-text .ly-element-text.variation-d {
  padding-right: 20px;
  padding-left: 20px;
}

/*!
// 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 .background-video video {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  transition: opacity 1s ease 0s;
  width: 100%;
}
.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 .ly-section-subtitle h5,
.ly-section.light .meta {
  color: #ffffff !important;
}

/* 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;
}
#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;
}
.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-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: 40px 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;
  padding-top: 25px;
  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;
}
.space-top-20{
  margin-top: 20px;
}
.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 .title {
    color: #FFFFF;
    text-align: justify;
    text-align: center;
  }
  .ly-section-banner .content {
    color: #FFFFF;
    text-align: center;
  }
  .ly-content > .container.de-height > .ly-g-r{
    margin-top: 20px;
  }
  .stretch_gallery .ly-content > .container.de-height > .ly-g-r{
    margin-top: 0;
  }

  .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;
  }
  #branding {
    line-height: 1em;
  }
  #primary-nav {
    clear: none;
    max-height: none !important;
    float: right;
    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;
  }
  .ly-section {
    text-align: left;
  }
  .ly-section .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ly-section .container.sm-height {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .ly-section .container.me-height {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .ly-section .container.la-height {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .ly-section .container.vl-height {
    padding-bottom: 200px;
    padding-top: 200px;
  }
  .ly-section .container.xl-height {
    padding-bottom: 250px;
    padding-top: 250px;
  }
  .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;
  }
}
.validator,
.validator:before,
.validator:after{
  background: rgba(231,76,60, .06) !important;
  border: 1px solid rgba(231,76,60, .4) !important;
  box-shadow: 0px 0px 7px #e74c3c !important;
}

/* Editing Style */
.feature-hover{
  top: 45%;
  padding: 0px 40px;
}
.ly-section-feature.variation-e .feature-hover {
  position: absolute;
}
a.edit-header{
  color: #FFF !important;
  font-size: 16px !important;
  margin-left: 10px;
}
#header.ly-section {
  min-height: auto;
}
.custom-contain-to-group {
  height: 100px;
  line-height: 100px;
}
.custom-contain-to-group .name {
  height: 100px;
}
.custom-contain-to-group,
.top-bar-section ul li {
  background: #FFF;
}
.custom-contain-to-group .title-area .name > h1,
.custom-contain-to-group .title-area .name > h1 > a {
  line-height: 70px !important;
  padding-top: 0;
  text-align: left;
  margin-bottom: 0 !important;
}
.custom-contain-to-group .top-bar-section li:not(.has-form) a:not(.button){
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 0px 0.9375rem;
  background-color: #FFF;
  color: #686868;
  text-transform: uppercase;
  transition: all .1s;
}
.custom-contain-to-group .top-bar-section ul:not(.dropdown) li.active:not(.has-form) > a:not(.button),
.custom-contain-to-group .top-bar-section ul:not(.dropdown) li.active:hover:not(.has-form) > a:not(.button){
  background-color: #FFF;
  color: #B1935B;
}
.custom-contain-to-group .top-bar-section .has-dropdown > a {
  padding-right: 0.9375rem !important;
}
.top-bar-section .has-dropdown > a:after{
  display: none;
}
.custom-contain-to-group .top-bar-section ul:not(.dropdown) li:hover:not(.has-form) > a:not(.button){
  color: #B1935B;
}
.custom-contain-to-group .title-area .name h1 a{
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  color: #3B3B3B;
}
.custom-contain-to-group .top-bar-section .right li .dropdown {
  left: 0;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
  background: #FFF;
  line-height: 20px;
  color: #626262;
  border-top: 1px solid #E7E7E7;
  text-transform: none;
  margin: 0;
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button){
  background: #FFF;
  color: #B1935B;
}

/*!
// Subtitle
// --------------------------------------------------*/
a.site-name > .subtitle{
  display:block;
  font-family: 'open sans';
  text-transform: none;
  line-height: 0px;
  margin-top: -8px;
}
.gl-clear-space.stretch_gallery .container{
  margin-left: auto !important;
  margin-right: auto !important;
}

@media(max-width: 1024px){
  .ly-element-feature.variation-c .feature-hover,
  .ly-element-feature.variation-d .feature-hover{
    padding: 10px;
  }
}

@media(max-width: 1023px){
  #header.ly-section {
    height: auto;
  }

  .custom-contain-to-group {
    height: 70px;
    line-height: 70px;
  }
  .custom-contain-to-group .name {
    height: 70px;
  }
  .custom-contain-to-group .title-area .name > h1,
  .custom-contain-to-group .title-area .name > h1 > a {
    line-height: 40px !important;
  }
  a.site-name > .subtitle{
    font-size: 14px !important;
    line-height: 5px;
    margin-top: 0px;
  }
  .theme-header #branding {
    float: none;
  }
  .custom-contain-to-group.expanded .title-area{
    background-color: #FFF;
  }
  .top-bar.expanded .title-area.open{
    background-color: transparent;
  }
  .custom-contain-to-group .toggle-topbar.menu-icon a span::after,
  .custom-contain-to-group.expanded .toggle-topbar a span::after{
    box-shadow: 0 0 0 1px #3B3B3B, 0 7px 0 1px #3B3B3B, 0 14px 0 1px #3B3B3B;
  }
  .custom-contain-to-group .top-bar-section li:not(.has-form) a:not(.button){
    line-height: 50px;
  }
  .custom-contain-to-group .title-area .name > h1,
  .custom-contain-to-group .title-area .name > h1 > a > span{
    font-size: 24px !important;
  }
}

@media(max-width: 560px) {
  .custom-contain-to-group .title-area .name > h1,
  .custom-contain-to-group .title-area .name > h1 > a > span{
    font-size: 18px !important;
  }
  a.site-name > .subtitle{
    font-size: 12px !important;
  }
}

#ly-page .ly-element a.navigation-link{
  font-family: 'Muli';
  font-weight: 300;
  font-size: 14px;
  color: #AAAAAA;
}
#ly-page .ly-element a.navigation-link:hover{
  color: #5B5B5B;
}
#ly-page .ly-element .hide{
  display: none;
}
#ly-page .ly-element .show{
  display: block;
}
#ly-page .ly-element .nav-gray{
  background: #FAFAFA !important;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  height: 2.9125rem;
}
.ly-element p.paragraph{
  font-family: 'Muli';
  font-weight: 300;
  font-size: 16px;
  color: #3B3B3B;
}
#ly-page .ly-element h1.title{
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 48px;
  word-spacing: 4px;
}
#ly-page .ly-element h2, .wysihtml5-editor h2 {
  /* the font family should be avenir */
  font-family: 'Nunito';
  font-weight: 300;
  font-size: 32px;
  color: #3B3B3B;
  line-height: 1.2em;
}
.ly-element h3, .wysihtml5-editor h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #3B3B3B;
  line-height: 1.2em;
  padding-top: 15px;
}
.ly-element h4, .wysihtml5-editor h4{
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #3B3B3B;
  line-height: 1.2em;
}
#ly-page .ly-element h5, .wysihtml5-editor h5{
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 24px;
  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-section-photo-text h6.image-caption.text-inside{
  font-family: 'Nunito', sans-serif;
  font-size: 54px;
  color: #7E7E7E;
}
#ly-page .ly-element .image-caption,
#ly-page .ly-element h6.image-cation2,
#ly-page .ly-element h6.desc-subtitle{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #7E7E7E;
}
.ly-element p,
.ly-element p.answer {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 16px;
  color: #3B3B3B;
  line-height: 24px;
}
.ly-element p.answer {
  font-size: 20px;
}

#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: 'Nunito';
  font-size: 24px;
  font-weight: 300;
  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;
}
.button--round-s {
  border-radius: 22px;
}

/* Styling Section Body */
div.body{
  border: 1px solid #ECECEC;
  box-shadow: 0px 0px 0px 1px #DBDBDB;
  padding: 45px;
  margin: 40px 35px;
}
hr{
  box-shadow: 0px 0px 1px #DBDBDB;
}
section.header{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
#ly-page header .subtitle {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #AAA;
}
section.header .row {
  margin: auto;
}
#ly-page header .title {
  font-family: 'Merriweather';
  font-size: 24px;
  color: #525252;
  margin-bottom: 0;
}
/*section.navbar,*/
section.navbar .top-bar{
  background: transparent;
}
section.navbar hr{
  position: relative;
  margin: 0;
  top: 24px;
  z-index: 1;
  border: none;
  border-top: 1px solid #ddd;
  height: 0;
}
section.navbar {
  visibility: hidden;
}
/* # Nav-on PC */
section.navbar .top-bar section.center-nav {
  margin: auto;
  background: #FFF;
  z-index: 2;
  padding: 0 20px;
}
section.navbar .top-bar section.center-nav .center li{
  background: transparent;
}
@media(min-width: 1023px){
  section.navbar .top-bar section.center-nav .center > li:first-child{
    padding-left: 30px;
  }
}
section.navbar .top-bar section.center-nav .center > li:last-child{
  padding-right: 30px;
}
/*can't used important, editor realtime effect*/
section.navbar .top-bar section.center-nav .center > li:not(.has-form, .has-dropdown) a:not(.button){
  background: #FFF;
  font-size: 14px;
  color: #2B2B2B;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  word-spacing: 2px;
}
section.navbar .top-bar section.center-nav .center > li:hover:not(.has-form) > a:not(.button),
section.navbar .top-bar section.center-nav .center > li.active:not(.has-form) > a:not(.button),
section.navbar .top-bar section.center-nav .center > li:not(.has-form) .dropdown li:hover > a:not(.button){
  color: #B1935B;
}
section.navbar .top-bar section.center-nav .center .dropdown {
  z-index: 10000;
}
section.navbar .top-bar-section .has-dropdown > a {
  padding: 0 0.9375rem !important;
}
/* nav-for-mobile or too much link on the navbar */
section.navbar .top-bar .title-area li a{
  color: #AAA;
}
section.navbar .top-bar .title-area li a span::after{
  box-shadow: 0 0 0 1px #AAA,0 7px 0 1px #AAA,0 14px 0 1px #AAA
}
section.navbar .top-bar section.mobile-nav li{
  display: block;
  background: #FAFAFA;
}
section.navbar .top-bar section.mobile-nav li:not(.has-form) a:not(.button){
  background: #FAFAFA;
  font-size: 16px;
  color: #AAA;
}
section.navbar .top-bar section.mobile-nav li:hover:not(.has-form) a:not(.button){
  color: #5B5B5B;
}

/* content-section */
section.content{
  margin-top: 30px;
  margin-bottom: 60px;
}
section.content div.header-content{
  margin: 30px 0;
}
section.content div.header-content img{
  width: 100%;
}
section.content .text-content .row{
  margin-top: 40px;
  margin-bottom: 40px;
}
section.content .text-content p{
  margin-top: 20px;
}

footer.footer{
  text-align: center;
}
footer .title {
  font-family: 'Merriweather';
  font-size: 18px;
  color: #3B3B3B;
  line-height: 23px;
}
footer hr {
  height: 0;
  border: none;
  border-top: 1px solid #ddd;
}
footer .row{
  margin: auto;
  margin-top: 30px;
}
footer .row.clear-space {
  margin-top: 0;
}
footer .row .small-line{
  width: 100px;
  margin: auto;
  padding-top: 15px;
}
footer.ly-header-footer .copyright,
footer.ly-header-footer .subtitle{
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #AAA;
  line-height: 15px;
}
footer.ly-header-footer .copyright {
  font-size: 12px;
  margin-top: 15px;
}
.footer .footer-nav {
  margin: auto;
}
.footer .socials {
  text-align: center;
  margin: 20px 0;
}

.socials li {
  display: inline-flex;
}

.footer .social-icon {
  margin-left: 10px;
}
.footer .social-icon .fa,
.footer .social-icon i{
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 2px solid #aaa;
  color: #aaa;
  text-align: center;
  font-size: 20px;
  transition: all .25s ease-in-out;
}
.footer .social-icon i.fi-social-snapchat{
  font-size: 23px;
  padding: 2.5px 7px;
}
.footer .social-icon i.fi-social-snapchat.show {
  display: inherit;
}
.footer .social-icon i.fi-social-snapchat.show {
  padding: 0 7px;
}
.footer .social-icon i.fi-social-snapchat.show {
  padding: 0px 8px;
}
.footer .social-icon:hover .fa,
.footer .social-icon:hover i{
  color: #333;
  border: 2px solid #333;
}
.footer .navigation a {
  font-family: 'Raleway';
  text-transform: uppercase;
  word-spacing: 2px;
  font-size: 13px;
  color: #A5A5A5;
  padding: 5px 15px;
}
.popup-gallery li{
  margin-bottom: 15px;
}

@media(max-width: 1024px){
  div.body{
    padding: 0px;
    margin: 0;
  }
}

@media(max-width: 1022px){
  div.body{
    padding: 0px;
    margin: 0;
  }
  section.navbar .top-bar {
    height: 42px;
    border: none;
    transition: all .1s;
  }
  section.navbar .top-bar.nav-gray,
  section.navbar .title-area.nav-gray,
  section.navbar .top-bar section.mobile-nav li:not(.has-form) a:not(.button) {
    background: transparent;
    text-align: center;
  }
  section.navbar .top-bar section.mobile-nav li:not(.has-form) a:not(.button) {
    padding: 7px 0;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
      line-height: 45px;
      padding: 0px 0.9375rem;
  }
  section.navbar .top-bar .title-area {
    margin: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    height: 40px;
    left: 0%;
    border-top: none;
    transition: all .1s;
  }
  section.navbar .top-bar .toggle-topbar {
    position: absolute;
    top: 5px;
    z-index: 1000;
    width: 100%;
    text-align: center;
  }
  section.navbar .top-bar.expanded .toggle-topbar {
    top: 0;
  }

  section.navbar .top-bar .toggle-topbar.menu-icon a {
    padding: 0 0.9375rem;
  }
  section.navbar .top-bar .title-area li a span::after {
    display: none;
  }
  section.navbar .top-bar-section {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9400;
  }
  section.navbar .top-bar.open .top-bar-section {
    top: 0;
  }
  section.navbar .top-bar .title-area.open {
    border-top: 1px solid #E6E6E6;
  }
  section.header {
    padding: 0;
  }
  section.header h1 {
    padding: 0;
    margin-bottom: 0px !important;
  }
}

@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,.4);
}
.indicators > a > i {
	position: relative;
	top: 40%;
}
.indicators > a.left:hover {
	color: rgba(255,255,255,.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,.4);
}
.indicators > a.right:hover {
	color: rgba(255,255,255,.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: .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: 768px){
  body#ly-viewing .ly-section-timeline .timeline-section .bg-grey{
    margin-left: 0;
  }
  .line-nav {
    display: none;
  }
}

@media(max-width: 425px){
  body#ly-viewing .ly-section-timeline .timeline-section .bg-grey{
    width: 250px;
  }
}
.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;
}

/* navbar color */
.top-bar-section ul li > a {
  color: #8e8d8d;
}

/* 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;
  }
}
