/*!
// Theme -- Contents
// ------------------------------------------------

 1. Mixins
 2. Helper classes & resets
 3. Colors
 4. General typography
 5. Buttons
 6. Navigation sections
 7. Headers, banners
 8. Text-based sections
 9. Team sections
 10. Feature sections
 11. Portfolio & Galleries
 12. Pricing sections
 13. Social sections
 14. Blog sections
 16. Shop sections
 16. Contact sections
 17. Form Elements
 18. Footer  ections
 19. FAQs sections
 20. List with descriptions sections
 21. Testimonials sections
 22. Video sections
 23. Quote sections
 24. Call to Action (CTA) sections
 25. Photo + Text sections
 26. Projects
 27. Timeline

 28. Utility
 29. General sections
 30. ... add more if any ...

/*!
// 1. Mixins
// --------------------------------------------------*/
/*!
// 2. Helper classes & resets
// --------------------------------------------------*/
/*!
// 3. Colours
// --------------------------------------------------*/
body {
  background: none repeat scroll 0 0 #F8F8F8;
}
/*!
// 4. 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;
  }
}
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: 24px;
}
h6 {
  color: #7e7e7e;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: normal;
  margin-bottom: 24px;
  line-height: 28px;
}
@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%;
  }
}
/*!
// 5. Buttons
// --------------------------------------------------*/
/* Common button styles */
.ly-button {
  min-width: 150px;
  max-width: 250px;
  display: block;
  margin: 1em auto;
  padding: 0.6em 0;
  border: none;
  background: none;
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  text-align: center;
  z-index: 4;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.ly-button:focus {
  outline: none;
}
.ly-button > span {
  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 {
  /*color: #ffffff;*/
  margin: 1em auto;
}
/*!
// 6. Navigation sections
// --------------------------------------------------*/
/*!
// 7. Headers, Banners
// --------------------------------------------------*/
body#ly-viewing #header .top-bar {
  opacity: 0;
  transition: .3s;
}
body#ly-viewing .ly-section-banner .ly-content {
  background: #000;
  padding-bottom: 100px;
}
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 {
  float: left;
  position: relative;
}
#header {
  padding: 0px 0;
}
#header .container {
  position: relative;
}
#branding {
  color: #323232;
  line-height: 1.4em;
  /*margin: 0 0 20px 0;*/
  padding: 0;
  font-size: 24px;
  font-weight: semi-bold;
  font-family: 'Lato';
}
#branding {
  float: left;
  line-height: 1em;
}
#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;
}
/*!
// 8. 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%;
}
.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;
}
/*!
// 9. 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;
}
/*!
// 10. Feature sections
// --------------------------------------------------*/
.ly-section-feature.variation-d .container,
.ly-section-feature.variation-e .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: 5;
  top: 10%;
}
.ly-element-feature.variation-c,
.ly-element-feature.variation-d {
  overflow-y: hidden;
  position: relative;
  overflow: hidden;
}
.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 .feature-hover p {
  color: #fff;
  font-weight: 300;
}
.ly-col.variation-c {
  padding: 0 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;
}
@media (max-width: 768px) {
  .ly-element-feature.variation-b .lifeyo-g-r p {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .ly-element-feature.variation-b .lifeyo-g-r h3 {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  .ly-element-feature.variation-b .lifeyo-g-r .ly-button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  .ly-element-feature.variation-b .lifeyo-g-r .ly-button > span {
    font-size: 14px !important;
  }
}
.ly-section-feature .ly-element-feature .icon-placeholder {
  height: 240px;
}
.ly-section-feature .ly-element-feature.variation-c .icon-placeholder {
  height: 315px;
}
.ly-section-feature .ly-element-feature.variation-c img {
  /*height: 300px;*/
  height: 315px;
}
.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;
}
/*!
// 11. Portfolio & Galleries
// --------------------------------------------------*/
/*!
// 12. Pricing sections
// --------------------------------------------------*/
/*!
// 13. Social sections
// --------------------------------------------------*/
.ly-element-social-links {
  min-height: 60px;
}
.ly-element-social-links .social-list a {
  color: #3B3B3B;
}
.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 {
  color: #fff;
  display: block;
  font-size: 40px;
  overflow: hidden;
  text-align: center;
}
.social-list a i {
  color: #fff;
  display: block;
  font-size: 55px;
  overflow: hidden;
  text-align: center;
  position: relative;
  top: -15px;
}
.social-list a.facebook-link {
  background: #4463b1;
}
.social-list a.twitter-link {
  background: #4e9edc;
}
.social-list a.google-plus-link {
  background: #da4935;
}
.social-list a.instagram-link {
  background: #49709b;
}
/*!
// 14. Blog sections
// --------------------------------------------------*/
/*!
// 15. Shop sections
// --------------------------------------------------*/
/*!
// 16. 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 0px;
  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;
}
.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;
}
/*!
// 17. General forms
// --------------------------------------------------*/
/*!
// 18. 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";
}
/*!
// 19. 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;
}
/*!
// 20. 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;
}
.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;
}
/*!
// 21. 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:after {
  content: '';
  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: '';
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url(http://daltonsargeant.com/static/CACHE/images/quote-open.png) no-repeat;
  position: relative;
  left: 0;
  top: -8px;
  margin: 0 8px 0 0;
}
.ly-element-testimonial blockquote section p:after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url(http://daltonsargeant.com/static/CACHE/images/quote-close.png) no-repeat;
  position: relative;
  right: -10px;
  bottom: -8px;
}
.ly-element-testimonial blockquote p:last-child {
  margin: 0;
}
.ly-element-testimonial footer {
  min-height: 85px;
}
.ly-element-testimonial footer img {
  display: block;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: 0 20px 0 0;
}
.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;
}
/*!
// 22. Videos 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%;
}
@media (max-width: 520px) {
  div.responsive-video.medium > iframe {
    margin-top: 20px;
  }
}
@media (min-width: 521px) {
  .ly-section-video.variation-a p.ly-paragraph {
    margin-top: 20px;
  }
  div.responsive-video.medium > iframe {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  div.responsive-video.medium > iframe {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  div.responsive-video.large > iframe {
    /*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;
}
/*!
// 23. Quote sections
// --------------------------------------------------*/
.ly-section-quote .ly-element-quote.variation-a {
  text-align: center;
}
/*!
// 24. CTA 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;
}
/*!
// 25. Photo+Text sections
// --------------------------------------------------*/
@media (min-width: 768px) {
  .ly-section-photo-text .ly-element-text.variation-a {
    padding: 0 60px 0 0;
  }
}
.ly-section-photo-text .ly-element-text.variation-d {
  padding-top: 40px;
}
.ly-section-photo-text .ly-element-image.variation-b .image-wrapper {
  marginmargin-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;*/
  /*left: 50%;*/
  /*line-height: 1em;*/
  position: relative;
  text-align: center;
  top: -54%;
  /*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%;
}
/*!
// 26. 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;
}
/*!
// 25. Projects
// --------------------------------------------------*/
.projects-container .list-block p {
  margin-top: 15px;
}
/*!
// 25. 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%;
}
/*!
// 26. General Sections
// --------------------------------------------------*/
#ly-page {
  position: relative;
}
#ly-page #main {
  margin-top: 0px;
  z-index: 0;
}
#ly-page #header {
  z-index: 11;
}
.ly-section {
  margin: 0;
  /*min-height: 120px;*/
}
.ly-section .ly-content.has-overlay {
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  z-index: 10;
}
.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;
}
.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-section.light .ly-html-text,
.ly-section.light .ly-button,
.ly-section.light .ly-button span {
  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;
}
.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.large-pad {
  /*padding: 80px 0;*/
  padding: 40px 0;
}
.ly-section.small-margin {
  margin: 40px 0;
}
.ly-section.large-margin {
  margin: 80px 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 .ly-section-title {
  margin: 0 0 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .ly-section .ly-section-title h2 {
    margin-bottom: 0 !important;
  }
}
.ly-section:not(.small-pad) .ly-section-title {
  margin: 20px 0 40px;
}
.icon-placeholder {
  background: url("http://daltonsargeant.com/static/CACHE/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 .ly-element {
    padding: 51px 0;
  }
  body#ly-viewing .ly-section-banner .ly-element {
    padding-top: 51px;
    padding-bottom: 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;
    float: left;
  }
  #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;
    /*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 .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;
  }
}
@media (max-width: 768px) {
  .ly-section .container.xl-height {
    padding: 230px 0;
  }
  .ly-section .container.vl-height {
    padding: 200px 0;
  }
  .ly-section .container.la-height {
    padding: 170px 0;
  }
  .ly-section .container.me-height {
    padding: 120px 0;
  }
  .ly-section .container.sm-height {
    padding: 70px 0;
  }
  .ly-element-feature.variation-c .feature-hover,
  .ly-element-feature.variation-d .feature-hover {
    padding: 10px;
  }
}
@media (max-width: 460px) {
  .ly-section .container.xl-height {
    padding: 180px 0;
  }
  .ly-section .container.vl-height {
    padding: 150px 0;
  }
  .ly-section .container.la-height {
    padding: 120px 0;
  }
  .ly-section .container.me-height {
    padding: 70px 0;
  }
  .ly-section .container.sm-height {
    padding: 40px 0;
  }
}
@media (max-width: 425px) {
  .ly-element-feature.variation-c .feature-hover,
  .ly-element-feature.variation-d .feature-hover {
    padding: 10px 15px;
  }
}
.validator,
.validator:before,
.validator:after {
  background: rgba(231, 76, 60, 0.06) !important;
  border: 1px solid rgba(231, 76, 60, 0.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;
}
input[type='text'].siteTitleTag {
  margin-bottom: 0;
}
/* 31. Gallery Horizontal */
.scrollSlider div.viewport {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.scrollSlider div.viewport div.overview {
  width: 20000px;
  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: 1000px;
  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: .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;
  }
}
@media (max-width: 425px) {
  body#ly-viewing .ly-section-timeline .timeline-section .bg-grey {
    width: 250px;
  }
}
.ly-file-upload {
  padding: 15px 0;
}