@charset "UTF-8";
@import url("../../global/CSS/global.css");
/* ====================== Colors ====================== */
.bg-white {
  background-color: #ffffff !important;
}

.bg-red {
  background-color: #BF2F28 !important;
}

.bg-yellow {
  background-color: #ffff00 !important;
}

.bg-gold {
  background-color: #e49b0f !important;
}

.bg-orange {
  background-color: #dd9933 !important;
}

.bg-tan {
  background: #f4f3ef !important;
}

.bg-tan-dark {
  background: #e4e2dc !important;
}

.bg-teal {
  background-color: #22968c !important;
}

.bg-teal-dark {
  background-color: #133742 !important;
}

.bg-olive {
  background-color: #3f4c00 !important;
}

.bg-blue {
  background-color: #0067a5 !important;
}

.bg-blue-md {
  background-color: #257395 !important;
}

.bg-blue-light {
  background-color: #73c3f4 !important;
}

.bg-blue-gray {
  background-color: #465e6a !important;
}

.bg-purple {
  background-color: #311845 !important;
}

.bg-plum {
  background-color: #4f003c !important;
}

.bg-wine {
  background-color: #641518 !important;
}

.bg-black {
  background-color: #141414 !important;
}

.bg-brown {
  background-color: #3b3530 !important;
}

.bg-blue-dark {
  background-color: #133742 !important;
}

.bg-trans-blue {
  background-color: rgba(31, 116, 163, 0.7) !important;
}

.bg-trans-green {
  background-color: rgba(1, 61, 2, 0.7) !important;
}

.bg-trans-gold {
  background-color: rgba(228, 155, 15, 0.8) !important;
}

.bg-trans-gray {
  background-color: rgba(1, 1, 1, 0.5) !important;
}

.bg-trans-red {
  background-color: rgba(225, 74, 37, 0.7) !important;
}

.bg-trans-wine {
  background-color: rgba(100, 21, 24, 0.7) !important;
}

.bg-trans-green {
  background-color: rgba(1, 61, 2, 0.7) !important;
}

.yellow-text {
  color: #ffff00 !important;
}

/* ====================== Basic Mixins ====================== */
/* ====================== Base Styles ====================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*::-moz-selection {
  background-color: #BF2F28;
  color: white;
}

*::selection {
  background-color: #BF2F28;
  color: white;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

/* ====================== Basic Typography ====================== */
h1,
h2,
h3,
h4,
div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
h5,
h6 {
  margin-bottom: 12px;
}

/* ====================== Typography Override ====================== */
body,
div,
p,
li,
dd {
  -webkit-font-smoothing: antialiased;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
}

#primary-content h1 {
  color: #BF2F28;
  font-size: 64px;
  text-transform: uppercase;
}

/* Bad Markup Overrides */
h5 strong {
  font-weight: normal;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  text-transform: uppercase;
}

h3 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
}

h4, div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
}

h5 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
}

h6 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

.alt {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
}

blockquote p {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.templatecontent p {
  padding-bottom: 0px;
  margin-bottom: 24px;
}

.lead {
  font-size: 1.25em;
}

.no-right-margin {
  margin-right: 0px !important;
}

.no-left-margin {
  margin-left: 0px !important;
}

.no-top-margin {
  margin-top: 0px !important;
}

.no-bottom-margin {
  margin-top: 0px !important;
}

.margin-top {
  margin-top: 30px !important;
}

.margin-bottom {
  margin-bottom: 30px !important;
}

.table {
  margin-bottom: 12px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.vertical-align {
  vertical-align: middle;
}

/* Parent element needs position:relative; */
.vert-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Parent element needs position:relative; */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .light-text h2.sw-portfolio-project-subtitle, .light-text h5, .light-text h6, .light-text div, .light-text ul, .light-text p, .light-text blockquote, .light-text cite,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .text-light h2.sw-portfolio-project-subtitle,
.text-light h5,
.text-light h6,
.text-light div,
.text-light ul,
.text-light p,
.text-light blockquote,
.text-light cite {
  color: #edeee6;
}
.light-text a,
.text-light a {
  color: #00ffff;
}
.light-text a:hover,
.text-light a:hover {
  color: #7EBEC5;
}
.light-text a.btn-default,
.text-light a.btn-default {
  color: #ffffff;
}

/* All Template Content */
.templatecontent:before {
  content: "";
  display: table;
}
.templatecontent:after {
  content: "";
  display: table;
  clear: both;
}
.templatecontent img.float-left {
  margin-right: 24px;
}
@media screen and (max-width: 980px) {
  .templatecontent img.float-left {
    float: none;
    margin-right: 0px;
  }
}

/* Google Click to Call Override */
span.gc-cs-link {
  color: inherit;
}

.img-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2%;
  display: block;
  margin-top: -32px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2rem;
  position: relative;
  bottom: 0;
  right: 0;
  left: inherit;
  margin-bottom: 6px;
  margin-left: 6px;
}

.img-wrap img {
  margin-top: 12px;
}

.fluid-width-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-top: 0 !important;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ====================== Buttons ====================== */
.btn {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  border: none;
  line-height: 1.7em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 18px;
}
.btn:after {
  font-family: "ETmodules";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 1em;
  content: "5";
  opacity: 0;
  position: absolute;
  margin-left: -20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 8px;
  right: 5px;
}
.btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 6px 34px 6px 14px !important;
}
.btn:hover:after {
  opacity: 1;
  margin-left: 0;
  top: 4px;
}
.btn.outline {
  border: 2px solid #ffffff;
}
.btn.outline:hover {
  border: 2px solid transparent;
}

.btn-dark {
  background: rgba(0, 0, 0, 0.3);
}

.btn-dark {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  border: none;
  line-height: 1.7em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.btn-dark:after {
  font-family: "ETmodules";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 1em;
  content: "5";
  opacity: 0;
  position: absolute;
  margin-left: -20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 8px;
  right: 5px;
}
.btn-dark:hover {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 6px 34px 6px 14px !important;
}
.btn-dark:hover:after {
  opacity: 1;
  margin-left: 0;
  top: 4px;
}

.btn-secondary {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  border: none;
  line-height: 1.7em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 18px;
  background-color: #257395;
  color: #fff;
}
.btn-secondary:after {
  font-family: "ETmodules";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 1em;
  content: "5";
  opacity: 0;
  position: absolute;
  margin-left: -20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 8px;
  right: 5px;
}
.btn-secondary:hover {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 6px 34px 6px 14px !important;
}
.btn-secondary:hover:after {
  opacity: 1;
  margin-left: 0;
  top: 4px;
}

.btn-default,
.btn-primary,
.sw-events-detail-list-event > a,
.event-detail-calendarlink a,
.event-detail-sharelink a {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  border: none;
  line-height: 1.7em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
  color: #ffffff;
  background: #BF2F28;
  border-radius: 0;
  font-size: 18px;
}
.btn-default:after,
.btn-primary:after,
.sw-events-detail-list-event > a:after,
.event-detail-calendarlink a:after,
.event-detail-sharelink a:after {
  font-family: "ETmodules";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 1em;
  content: "5";
  opacity: 0;
  position: absolute;
  margin-left: -20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 8px;
  right: 5px;
}
.btn-default.outline,
.btn-primary.outline,
.sw-events-detail-list-event > a.outline,
.event-detail-calendarlink a.outline,
.event-detail-sharelink a.outline {
  border: 2px solid #ffffff;
}
.btn-default.outline:hover,
.btn-primary.outline:hover,
.sw-events-detail-list-event > a.outline:hover,
.event-detail-calendarlink a.outline:hover,
.event-detail-sharelink a.outline:hover {
  border: 2px solid transparent;
}
.btn-default:hover,
.btn-primary:hover,
.sw-events-detail-list-event > a:hover,
.event-detail-calendarlink a:hover,
.event-detail-sharelink a:hover {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 6px 34px 6px 14px !important;
}
.btn-default:hover:after,
.btn-primary:hover:after,
.sw-events-detail-list-event > a:hover:after,
.event-detail-calendarlink a:hover:after,
.event-detail-sharelink a:hover:after {
  opacity: 1;
  margin-left: 0;
  top: 4px;
}

.btn-reverse {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  border: none;
  line-height: 1.7em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
  background: #ffffff;
  border-radius: 0;
  font-size: 18px;
}
.btn-reverse a {
  color: #BF2F28;
}
.btn-reverse:after {
  font-family: "ETmodules";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 1em;
  color: #BF2F28;
  content: "5";
  opacity: 0;
  position: absolute;
  margin-left: -20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 8px;
  right: 5px;
}
.btn-reverse:hover {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 6px 34px 6px 14px !important;
}
.btn-reverse:hover:after {
  opacity: 1;
  margin-left: 0;
  top: 4px;
}

.btn-default a,
.btn-dark a,
.btn-primary a,
.btn-secondary a {
  color: #fff !important;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  cursor: pointer;
  display: inline-block;
}

/* ====================== Images ====================== */
#main-content .templatecontent img {
  margin-bottom: 24px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* ====================== Photo Box (background image box) ====================== */
.photo-box,
.photo-box--mega {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  position: relative;
  margin-left: 0px;
}
.photo-box:margin-right,
.photo-box--mega:margin-right {
  margin-right: 11px;
}
.photo-box img,
.photo-box--mega img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.photo-box-header {
  padding: 24px;
}
.photo-box-header h2, .photo-box-header h3, .photo-box-header h4, .photo-box-header div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .photo-box-header h2.sw-portfolio-project-subtitle {
  font-size: 36px;
  margin-bottom: 12px;
  padding-bottom: 0px;
}
.photo-box-header p {
  font-size: 16px;
  font-weight: 700;
}

.photo-box--mega.text-light .photo-box-header a,
.photo-box.text-light .photo-box-header a {
  color: #fff;
}

.photo-box .btn, .photo-box .btn-default {
  position: absolute;
  right: 0px;
  bottom: 24px;
  border: none;
}

.photo-box--mega .btn,
.photo-box--mega .btn-default {
  position: absolute;
  right: 0px;
  bottom: 30px;
}

/* ====================== Promo Box ====================== */
.promo-box {
  padding: 34px;
  margin-bottom: 34px;
}
.promo-box.bg-red, .promo-box.bg-gold, .promo-box.bg-orange, .promo-box.bg-tan-dark, .promo-box.bg-teal-dark, .promo-box.bg-teal, .promo-box.bg-olive, .promo-box.bg-blue, .promo-box.bg-blue-light, .promo-box.bg-blue-gray, .promo-box.bg-blue-md, .promo-box.bg-purple, .promo-box.bg-plum, .promo-box.bg-wine, .promo-box.bg-black, .promo-box.bg-brown, .promo-box.bg-blue-dark {
  color: #edeee6;
}
.promo-box.bg-red div,
.promo-box.bg-red ul,
.promo-box.bg-red p,
.promo-box.bg-red a,
.promo-box.bg-red h1, .promo-box.bg-red h2, .promo-box.bg-red h3, .promo-box.bg-red h4, .promo-box.bg-red div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-red h2.sw-portfolio-project-subtitle, .promo-box.bg-red h5, .promo-box.bg-red h6, .promo-box.bg-gold div,
.promo-box.bg-gold ul,
.promo-box.bg-gold p,
.promo-box.bg-gold a,
.promo-box.bg-gold h1, .promo-box.bg-gold h2, .promo-box.bg-gold h3, .promo-box.bg-gold h4, .promo-box.bg-gold div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-gold h2.sw-portfolio-project-subtitle, .promo-box.bg-gold h5, .promo-box.bg-gold h6, .promo-box.bg-orange div,
.promo-box.bg-orange ul,
.promo-box.bg-orange p,
.promo-box.bg-orange a,
.promo-box.bg-orange h1, .promo-box.bg-orange h2, .promo-box.bg-orange h3, .promo-box.bg-orange h4, .promo-box.bg-orange div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-orange h2.sw-portfolio-project-subtitle, .promo-box.bg-orange h5, .promo-box.bg-orange h6, .promo-box.bg-tan-dark div,
.promo-box.bg-tan-dark ul,
.promo-box.bg-tan-dark p,
.promo-box.bg-tan-dark a,
.promo-box.bg-tan-dark h1, .promo-box.bg-tan-dark h2, .promo-box.bg-tan-dark h3, .promo-box.bg-tan-dark h4, .promo-box.bg-tan-dark div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-tan-dark h2.sw-portfolio-project-subtitle, .promo-box.bg-tan-dark h5, .promo-box.bg-tan-dark h6, .promo-box.bg-teal-dark div,
.promo-box.bg-teal-dark ul,
.promo-box.bg-teal-dark p,
.promo-box.bg-teal-dark a,
.promo-box.bg-teal-dark h1, .promo-box.bg-teal-dark h2, .promo-box.bg-teal-dark h3, .promo-box.bg-teal-dark h4, .promo-box.bg-teal-dark div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-teal-dark h2.sw-portfolio-project-subtitle, .promo-box.bg-teal-dark h5, .promo-box.bg-teal-dark h6, .promo-box.bg-teal div,
.promo-box.bg-teal ul,
.promo-box.bg-teal p,
.promo-box.bg-teal a,
.promo-box.bg-teal h1, .promo-box.bg-teal h2, .promo-box.bg-teal h3, .promo-box.bg-teal h4, .promo-box.bg-teal div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-teal h2.sw-portfolio-project-subtitle, .promo-box.bg-teal h5, .promo-box.bg-teal h6, .promo-box.bg-olive div,
.promo-box.bg-olive ul,
.promo-box.bg-olive p,
.promo-box.bg-olive a,
.promo-box.bg-olive h1, .promo-box.bg-olive h2, .promo-box.bg-olive h3, .promo-box.bg-olive h4, .promo-box.bg-olive div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-olive h2.sw-portfolio-project-subtitle, .promo-box.bg-olive h5, .promo-box.bg-olive h6, .promo-box.bg-blue div,
.promo-box.bg-blue ul,
.promo-box.bg-blue p,
.promo-box.bg-blue a,
.promo-box.bg-blue h1, .promo-box.bg-blue h2, .promo-box.bg-blue h3, .promo-box.bg-blue h4, .promo-box.bg-blue div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-blue h2.sw-portfolio-project-subtitle, .promo-box.bg-blue h5, .promo-box.bg-blue h6, .promo-box.bg-blue-light div,
.promo-box.bg-blue-light ul,
.promo-box.bg-blue-light p,
.promo-box.bg-blue-light a,
.promo-box.bg-blue-light h1, .promo-box.bg-blue-light h2, .promo-box.bg-blue-light h3, .promo-box.bg-blue-light h4, .promo-box.bg-blue-light div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-blue-light h2.sw-portfolio-project-subtitle, .promo-box.bg-blue-light h5, .promo-box.bg-blue-light h6, .promo-box.bg-blue-gray div,
.promo-box.bg-blue-gray ul,
.promo-box.bg-blue-gray p,
.promo-box.bg-blue-gray a,
.promo-box.bg-blue-gray h1, .promo-box.bg-blue-gray h2, .promo-box.bg-blue-gray h3, .promo-box.bg-blue-gray h4, .promo-box.bg-blue-gray div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-blue-gray h2.sw-portfolio-project-subtitle, .promo-box.bg-blue-gray h5, .promo-box.bg-blue-gray h6, .promo-box.bg-blue-md div,
.promo-box.bg-blue-md ul,
.promo-box.bg-blue-md p,
.promo-box.bg-blue-md a,
.promo-box.bg-blue-md h1, .promo-box.bg-blue-md h2, .promo-box.bg-blue-md h3, .promo-box.bg-blue-md h4, .promo-box.bg-blue-md div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-blue-md h2.sw-portfolio-project-subtitle, .promo-box.bg-blue-md h5, .promo-box.bg-blue-md h6, .promo-box.bg-purple div,
.promo-box.bg-purple ul,
.promo-box.bg-purple p,
.promo-box.bg-purple a,
.promo-box.bg-purple h1, .promo-box.bg-purple h2, .promo-box.bg-purple h3, .promo-box.bg-purple h4, .promo-box.bg-purple div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-purple h2.sw-portfolio-project-subtitle, .promo-box.bg-purple h5, .promo-box.bg-purple h6, .promo-box.bg-plum div,
.promo-box.bg-plum ul,
.promo-box.bg-plum p,
.promo-box.bg-plum a,
.promo-box.bg-plum h1, .promo-box.bg-plum h2, .promo-box.bg-plum h3, .promo-box.bg-plum h4, .promo-box.bg-plum div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-plum h2.sw-portfolio-project-subtitle, .promo-box.bg-plum h5, .promo-box.bg-plum h6, .promo-box.bg-wine div,
.promo-box.bg-wine ul,
.promo-box.bg-wine p,
.promo-box.bg-wine a,
.promo-box.bg-wine h1, .promo-box.bg-wine h2, .promo-box.bg-wine h3, .promo-box.bg-wine h4, .promo-box.bg-wine div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-wine h2.sw-portfolio-project-subtitle, .promo-box.bg-wine h5, .promo-box.bg-wine h6, .promo-box.bg-black div,
.promo-box.bg-black ul,
.promo-box.bg-black p,
.promo-box.bg-black a,
.promo-box.bg-black h1, .promo-box.bg-black h2, .promo-box.bg-black h3, .promo-box.bg-black h4, .promo-box.bg-black div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-black h2.sw-portfolio-project-subtitle, .promo-box.bg-black h5, .promo-box.bg-black h6, .promo-box.bg-brown div,
.promo-box.bg-brown ul,
.promo-box.bg-brown p,
.promo-box.bg-brown a,
.promo-box.bg-brown h1, .promo-box.bg-brown h2, .promo-box.bg-brown h3, .promo-box.bg-brown h4, .promo-box.bg-brown div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-brown h2.sw-portfolio-project-subtitle, .promo-box.bg-brown h5, .promo-box.bg-brown h6, .promo-box.bg-blue-dark div,
.promo-box.bg-blue-dark ul,
.promo-box.bg-blue-dark p,
.promo-box.bg-blue-dark a,
.promo-box.bg-blue-dark h1, .promo-box.bg-blue-dark h2, .promo-box.bg-blue-dark h3, .promo-box.bg-blue-dark h4, .promo-box.bg-blue-dark div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box.bg-blue-dark h2.sw-portfolio-project-subtitle, .promo-box.bg-blue-dark h5, .promo-box.bg-blue-dark h6 {
  color: #edeee6;
}
.promo-box:before {
  content: "";
  display: table;
}
.promo-box:after {
  content: "";
  display: table;
  clear: both;
}
.promo-box h2, .promo-box h3, .promo-box h4, .promo-box div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .promo-box h2.sw-portfolio-project-subtitle {
  font-size: 36px;
  text-transform: uppercase;
}
.promo-box p {
  margin-bottom: 34px;
}

/* ====================== Quote Box ====================== */
.quote-box {
  padding: 34px;
  margin-bottom: 34px;
}
.quote-box.bg-red, .quote-box.bg-gold, .quote-box.bg-orange, .quote-box.bg-teal-dark, .quote-box.bg-teal, .quote-box.bg-olive, .quote-box.bg-blue, .quote-box.bg-blue-light, .quote-box.bg-blue-gray, .quote-box.bg-blue-md, .quote-box.bg-purple, .quote-box.bg-plum, .quote-box.bg-wine, .quote-box.bg-black, .quote-box.bg-brown, .quote-box.bg-blue-dark {
  color: #fff;
}
.quote-box.bg-red div,
.quote-box.bg-red ul,
.quote-box.bg-red p, .quote-box.bg-gold div,
.quote-box.bg-gold ul,
.quote-box.bg-gold p, .quote-box.bg-orange div,
.quote-box.bg-orange ul,
.quote-box.bg-orange p, .quote-box.bg-teal-dark div,
.quote-box.bg-teal-dark ul,
.quote-box.bg-teal-dark p, .quote-box.bg-teal div,
.quote-box.bg-teal ul,
.quote-box.bg-teal p, .quote-box.bg-olive div,
.quote-box.bg-olive ul,
.quote-box.bg-olive p, .quote-box.bg-blue div,
.quote-box.bg-blue ul,
.quote-box.bg-blue p, .quote-box.bg-blue-light div,
.quote-box.bg-blue-light ul,
.quote-box.bg-blue-light p, .quote-box.bg-blue-gray div,
.quote-box.bg-blue-gray ul,
.quote-box.bg-blue-gray p, .quote-box.bg-blue-md div,
.quote-box.bg-blue-md ul,
.quote-box.bg-blue-md p, .quote-box.bg-purple div,
.quote-box.bg-purple ul,
.quote-box.bg-purple p, .quote-box.bg-plum div,
.quote-box.bg-plum ul,
.quote-box.bg-plum p, .quote-box.bg-wine div,
.quote-box.bg-wine ul,
.quote-box.bg-wine p, .quote-box.bg-black div,
.quote-box.bg-black ul,
.quote-box.bg-black p, .quote-box.bg-brown div,
.quote-box.bg-brown ul,
.quote-box.bg-brown p, .quote-box.bg-blue-dark div,
.quote-box.bg-blue-dark ul,
.quote-box.bg-blue-dark p {
  color: #fff;
}
.quote-box:before {
  content: "";
  display: table;
}
.quote-box:after {
  content: "";
  display: table;
  clear: both;
}
.quote-box h2, .quote-box h3, .quote-box h4, .quote-box div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .quote-box h2.sw-portfolio-project-subtitle {
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
}
.quote-box p {
  margin-bottom: 34px;
}

h5.et_pb_toggle_title {
  margin-bottom: 0px;
}

.next-exhibit,
.previous-exhibit {
  width: 50%;
  margin: 0px;
}

.col-1-2 {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.col-1-2:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .col-1-2 {
    width: 100%;
    float: none !important;
  }
}

.et_pb_blog_grid {
  padding-bottom: 30px;
}

/* ====================== form v2 ====================== */
.swform {
  border: 1px solid #eee;
  padding: 10px;
  max-width: 100%;
}
.swform > div:first-of-type {
  margin: 0 0 15px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.swform > div:first-of-type > div label {
  padding: 6px 24px;
  font-weight: bold;
  font-style: italic;
  vertical-align: top;
  width: 49% !important;
  text-align: left;
  display: table-cell;
}
.swform > div:first-of-type > div label + p.swformfield__helptxt {
  display: none;
}
.swform > div:first-of-type > div p.swformfield__helptxt + .swformfieldwrapper {
  top: 0;
  right: 0;
  position: relative;
}
.swform > div:first-of-type > div .swformfieldwrapper {
  width: 49% !important;
  padding: 6px 24px;
}
.swform > div:first-of-type > div .swformfieldwrapper input {
  margin-top: 0 !important;
}
.swform > div:first-of-type > div .swformfield--radio {
  width: 49%;
  display: inline-block;
  margin-left: 51%;
}
.swform > div:first-of-type > div .swformfield--radio > div {
  width: 20px !important;
  display: inline-block;
  padding-right: 15px;
}
.swform > div:first-of-type > div .swformfield--radio > label {
  padding-left: 15px;
  display: inline;
}
.swform .swformactions .swformsubmit {
  text-align: left;
}
.swform .swformactions .swformsubmit button {
  margin-left: 24px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  font-family: "Bitter", Georgia, "Times New Roman", serif;
  -webkit-appearance: none;
  font-size: 0.8em !important;
}

/* ========== White Text ================ */
.white {
  color: #FFF;
}

ul.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.photo-list .photo-list-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 1.3rem;
}
@media (min-width: 767px) {
  ul.photo-list .photo-list-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 900px) {
  ul.photo-list .photo-list-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
ul.photo-list .photo-list-item img {
  width: 90%;
  margin: 0 5%;
}
ul.photo-list .photo-list-item p {
  display: none;
}

/* Base Theme Styles Start Here */
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  margin: 20px 0 30px;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
@font-face {
  font-family: "ETmodules";
  src: url("fonts/ETmodules_v2.eot");
  src: url("fonts/ETmodules_v2-.eot#iefix") format("embedded-opentype"), url("fonts/ETmodules_v2.ttf") format("truetype"), url("fonts/ETmodules_v2.woff") format("woff"), url("fonts/ETmodules_v2.svg#ETmodules") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.et_fixed_nav.et_boxed_layout #page-container {
  padding-top: 80px;
}

body.page-template-page-template-blank-php #page-container {
  padding-top: 0 !important;
}

body.et_cover_background {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: #7EBEC5;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

.ui-tabs-hide {
  display: none;
}

br.clear {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
h5,
h6 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4, div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  padding-bottom: 1em;
  line-height: 1.7em;
}

p:last-of-type {
  padding-bottom: 0;
}

strong {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

pre,
code {
  font-family: Courier New, monospace;
  margin-bottom: 10px;
}

ins {
  text-decoration: none;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 0.8em;
}

sub {
  top: 0.3em;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

blockquote p {
  padding-bottom: 0px;
}

input {
  -webkit-appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=text],
input.text,
input.title,
textarea,
select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #2D3940;
  color: #3e3e3e;
}

input[type=text],
input.text,
input.title,
textarea,
select {
  margin: 0;
}

textarea {
  padding: 4px;
}

img#about-image {
  float: left;
  margin: 3px 8px 8px 0px;
}

.clearfix:after,
.et_vertical_nav #page-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

#ie8 img {
  width: auto;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
  max-width: none;
}

.et_pb_section_video_bg .mejs-video {
  left: 50%;
  position: absolute;
}

.et_pb_pricing_table_button,
.et_pb_promo_button,
a.et_pb_more_button,
.et_pb_newsletter_button,
.comment-reply-link,
.form-submit input,
.et_pb_contact_submit,
.et_pb_contact_reset,
.single_add_to_cart_button .button {
  font-size: 20px;
  font-weight: 500;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.et_pb_promo_button:hover,
a.et_pb_more_button:hover,
.et_pb_newsletter_button:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid transparent;
  padding: 6px 34px 6px 14px !important;
}

.et_pb_pricing_table_button:hover,
.et_pb_bg_layout_light .et_pb_promo_button:hover,
.et_pb_bg_layout_light .et_pb_more_button:hover,
.et_pb_bg_layout_light .et_pb_newsletter_button:hover,
.comment-reply-link:hover,
.form-submit input:hover,
.et_pb_contact_submit:hover,
.et_pb_contact_reset:hover {
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
  padding: 6px 34px 6px 14px !important;
}

.form-submit input:hover,
.et_pb_contact_submit:hover,
.et_pb_contact_reset:hover {
  padding: 6px 20px !important;
}

.et_subscribe_loader {
  display: none;
  background: url("images/subscribe-loader.gif");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 16px;
  margin-left: -8px;
}

.et_pb_button_text_loading .et_pb_newsletter_button_text {
  visibility: hidden;
}

.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
a.et_pb_more_button:after,
.et_pb_newsletter_button:after,
.comment-reply-link:after {
  font-size: 32px;
  line-height: 1em;
  content: "5";
  opacity: 0;
  position: absolute;
  margin-left: -20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 0px;
  right: 5px;
}

.et_pb_pricing_table_button:hover:after,
.et_pb_promo_button:hover:after,
a.et_pb_more_button:hover:after,
.et_pb_newsletter_button:hover:after,
.comment-reply-link:hover:after {
  opacity: 1;
  margin-left: 0;
}

.entry-content table {
  border: 1px solid #eee;
  margin: 0 0 15px 0;
  text-align: left;
  width: 100%;
}

.entry-content tr th,
.entry-content thead th {
  color: #555;
  font-weight: bold;
  padding: 9px 24px;
}

.entry-content tr td {
  border-top: 1px solid #eee;
  padding: 6px 24px;
}

#left-area ul,
.entry-content ul,
.comment-content ul {
  list-style-type: disc;
  padding: 0 0 23px 16px;
  line-height: 26px;
}

#left-area ol,
.entry-content ol,
.comment-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0 0 23px 0;
  line-height: 26px;
}

#left-area ul li ul,
.entry-content ul li ol,
.comment-content ul li ul,
.comment-content ul li ol {
  padding: 2px 0px 2px 20px;
}

#left-area ol li ul,
.entry-content ol li ol,
.comment-content ol li ul,
.comment-content ol li ol {
  padding: 2px 0px 2px 35px;
}

ol.commentlist,
.comment .children {
  list-style: none !important;
  line-height: 1.7em !important;
  padding: 0 !important;
}

.comment-content ul {
  padding: 0 0 23px 16px !important;
  line-height: 26px !important;
}

.comment-content ol {
  line-height: 26px !important;
}

#left-area ul.products,
.et_post_gallery {
  padding: 0 !important;
  line-height: 1.7 !important;
  list-style: none !important;
}

.gallery-item a {
  display: block;
}

.gallery-item a,
.gallery-caption {
  width: 90%;
}

.entry-content address,
.comment-content address {
  line-height: 24px;
  margin-bottom: 12px;
}

#reviews .commentlist {
  padding-bottom: 0 !important;
}

.woocommerce-info a {
  color: #fff !important;
}

input#coupon_code {
  padding: 14px !important;
}

table.cart th,
#main-content table.cart th,
table.cart td,
#main-content table.cart td,
table.cart tr,
#main-content table.cart tr,
#content-area table tr,
#content-area table td,
#content-area table th {
  padding: 0.857em 0.587em;
  max-width: 100px;
}

.cart_table_item .quantity {
  margin: 0 !important;
  width: 100px !important;
}

.shop_table .actions .submit {
  float: right;
}

.shop_table .actions .checkout-button {
  clear: both;
}

.col2-set.addresses {
  margin-top: 20px;
}

#main-content .cart-subtotal td {
  border-top: none;
}

.woocommerce-checkout #main-content .cart-subtotal td {
  border-top: 1px solid #eee;
}

table.cart td.actions .button.alt,
#main-content table.cart td.actions .button.alt {
  margin: 19px 0 9px;
}

table.cart td.actions .checkout-button {
  margin: 0 !important;
}

table.shop_table {
  margin-bottom: 30px !important;
}

.cart_totals h2,
.shipping_calculator h2 {
  margin-bottom: 10px;
}

.container {
  text-align: left;
  margin: 0 auto;
  width: 1080px;
  position: relative;
}

body.admin-bar.et_fixed_nav #main-header,
body.admin-bar.et_fixed_nav #top-header {
  top: 32px;
}

body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header,
body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header {
  top: 28px;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 34px;
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 66px;
}

p.demo_store {
  bottom: 0 !important;
  top: auto !important;
  z-index: 100000;
}

.et_fixed_nav #page-container {
  padding-top: 80px;
}

.et_fixed_nav.et_secondary_nav_enabled #page-container {
  padding-top: 114px;
}

#top-header {
  font-size: 12px;
  line-height: 13px;
  z-index: 100000;
}

#top-header .container {
  padding-top: 10px;
}

.et_fixed_nav #top-header {
  top: 0;
  left: 0;
  right: 0;
}

.et_duplicate_social_icons {
  display: none;
}

#main-header {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  padding: 18px 0 0 0;
  min-height: 43px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 99999;
}

.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
  position: fixed;
}

.et-fixed-header {
  padding: 10px 0 0 0 !important;
  min-height: 30px !important;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

.et_header_style_centered #main-header .container {
  text-align: center;
}

.et_header_style_centered #logo,
.et_header_style_centered #et-top-navigation,
.et_header_style_centered nav#top-menu-nav,
.et_header_style_centered #mainnav {
  float: none;
}

.et_header_style_centered #et_top_search {
  float: none;
  display: inline-block !important;
}

.et_header_style_centered #et_search_icon:before {
  left: 3px;
  top: -13px;
}

.et_header_style_centered .et-search-form {
  top: 20px;
}

.et_header_style_centered .et-fixed-header .et-search-form {
  top: 21px;
}

.et_header_style_centered nav#top-menu-nav {
  display: inline-block;
}

.et_header_style_centered #mainnav > li > a {
  padding-bottom: 14px;
}

.et_header_style_centered .nav li ul {
  top: 37px;
}

.et_header_style_centered #mainnav li.mega-menu > ul {
  top: 114px;
}

.et_header_style_centered .et-fixed-header #mainnav li.mega-menu > ul {
  top: 96px;
}

.et_header_style_centered #logo {
  padding: 10px 0 8px;
}

#main-header.et-fixed-header nav#top-menu-nav {
  padding-top: 4px;
}

.et-fixed-header #mainnav > li > a {
  padding-bottom: 15px;
}

#logo {
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 18px;
}

.et_fixed_nav #logo {
  max-height: 43px;
  margin-bottom: 0;
}

.et-fixed-header #logo {
  max-height: 30px;
}

#et-info {
  float: left;
  padding-bottom: 10px;
}

#et-secondary-menu {
  float: right;
  padding-bottom: 10px;
}

.et_nav_text_color_light,
.et_nav_text_color_light #et-secondary-nav a,
.et_nav_text_color_light .et-social-icon a,
.et_nav_text_color_light #et-info a {
  color: rgba(255, 255, 255, 0.6);
}

.et_nav_text_color_dark,
.et_nav_text_color_dark #et-secondary-nav a,
.et_nav_text_color_dark .et-social-icon a,
.et_nav_text_color_dark #et-info a {
  color: rgba(0, 0, 0, 0.5);
}

.et-cart-info {
  color: inherit;
}

#top-header .et-cart-info {
  margin-left: 15px;
}

#et-top-navigation .et-cart-info {
  float: left;
  margin: 12px 0 0 22px;
}

.et_vertical_nav #et-top-navigation .et-cart-info {
  margin-left: 0;
}

.et_header_style_centered #et-top-navigation .et-cart-info {
  float: none;
}

.et-fixed-header #et-top-navigation .et-cart-info {
  margin-top: 10px;
}

#et-info-phone,
#et-info-email,
.et-cart-info span {
  position: relative;
}

#et-info-phone:before {
  content: "\e090";
  position: relative;
  top: 2px;
  margin-right: 2px;
}

#et-info-phone {
  margin-right: 13px;
}

#et-info-email:before {
  content: "\e076";
  margin-right: 4px;
}

#top-header .et-social-icons {
  float: none;
  display: inline-block;
}

#et-secondary-menu .et-social-icons {
  margin-right: 20px;
}

#top-header .et-social-icons li {
  margin-left: 12px;
  margin-top: -2px;
}

#top-header .et-social-icon a {
  font-size: 14px;
}

.et_nav_text_color_light .et-social-icon a:hover,
.et_nav_text_color_light #et-secondary-nav a:hover,
.et_nav_text_color_light .et-cart-info:hover {
  color: rgb(255, 255, 255) !important;
}

.et_nav_text_color_dark .et-social-icon a:hover,
.et_nav_text_color_dark #et-secondary-nav a:hover,
.et_nav_text_color_dark .et-cart-info:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}

#et-secondary-nav,
#et-secondary-nav li {
  display: inline-block;
}

#et-secondary-nav li {
  margin-right: 15px;
}

#et-secondary-nav > li:last-child {
  margin-right: 0;
}

.et-cart-info span:before {
  content: "\e07a";
  margin-right: 10px;
}

#main-header nav#top-menu-nav {
  padding-top: 10px;
}

nav#top-menu-nav,
#mainnav {
  float: left;
}

#mainnav li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

#mainnav > li:last-child {
  padding-right: 0;
}

#mainnav a {
  color: #666;
  text-decoration: none;
  display: block;
  position: relative;
}

#mainnav a:hover {
  color: #333;
}

#mainnav li.current-menu-item > a {
  font-weight: 500;
}

#mainnav li > a {
  padding-bottom: 29px;
}

.et_nav_text_color_light #mainnav > li > a {
  color: rgba(255, 255, 255, 0.7);
}

.et_nav_text_color_light #mainnav > li > a:hover {
  color: rgb(255, 255, 255);
}

.et_nav_text_color_light #mainnav li.current-menu-ancestor > a,
.et_nav_text_color_light #mainnav li.current-menu-item > a {
  color: #fff;
}

#et_top_search {
  float: right;
  margin: 16px 0 0 22px;
  position: relative;
  display: block;
  width: 18px;
}

.et_vertical_nav #et_top_search {
  margin-left: 0;
}

.et-search-form {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  top: 46px;
  right: 0;
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border-top: 3px solid #7EBEC5;
  padding: 20px;
}

form.et-search-form.et-hidden {
  display: none !important;
}

.et-fixed-header .et-search-form {
  top: 26px;
}

.et-fixed-header #et_search_icon:before {
  margin-top: -8px;
}

.et_header_style_centered .et-fixed-header #et_search_icon:before {
  margin-top: 0;
}

.et-search-form input.searchField {
  width: 280px;
  padding: 10px 20px;
  background-color: #F8F8F8;
  border: none;
  color: #333;
}

.et-search-form input.searchButton {
  display: none;
}

.et_nav_text_color_light .et-search-form input.searchField {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.et-full-width-slide-featured-image {
  float: left;
  padding-right: 60px;
}

.et-full-width-left-image .et-full-width-slide-description,
.et-full-width-right-video .et-full-width-slide-description {
  float: left;
  width: 410px;
}

.et-full-width-left-image .et-full-width-slide-description {
  margin-right: 100px;
}

.et-full-width-right-video .et-full-width-slide-description {
  margin-left: 100px;
  padding-right: 60px;
}

.et_pb_slide_video {
  float: left;
  width: 510px;
  padding-top: 200px;
}

.et_pb_blurb_content {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.et_pb_blurb_content p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_main_blurb_image {
  text-align: center;
  margin-bottom: 30px;
}

.et_pb_blurb h4, .et_pb_blurb div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .et_pb_blurb h2.sw-portfolio-project-subtitle {
  padding-bottom: 5px;
}

.et_pb_blurb h4 a, .et_pb_blurb div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle a, div.sw-portfolio div.sw-portfolio-project-detail-selected .et_pb_blurb h2.sw-portfolio-project-subtitle a {
  text-decoration: none;
}

.et_pb_blurb {
  margin-bottom: 30px;
}

.et_pb_pricing {
  margin-bottom: 30px;
}

.et_pb_pricing_table {
  float: left;
  width: 25%;
  border: 1px solid #a1a8aa;
  background-color: #fcfcfc;
  padding-bottom: 40px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: -1px;
}

.et_pb_pricing_3 .et_pb_pricing_table {
  width: 33.3%;
}

.et_pb_pricing_4 .et_pb_pricing_table {
  width: 25%;
}

.et_pb_pricing_2 .et_pb_pricing_table {
  width: 50%;
}

.et_pb_pricing_1 .et_pb_pricing_table {
  width: 100%;
}

.et_pb_featured_table {
  background-color: #fff;
  margin-top: -30px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
}

.et_pb_pricing_heading {
  background-color: #a1a8aa;
  margin-bottom: 17px;
  padding: 11px 0 3px;
}

.et_pb_featured_table .et_pb_pricing_heading {
  padding-bottom: 4px;
}

.et_pb_pricing_heading h2 {
  color: #fff;
  font-size: 22px;
}

.et_pb_best_value {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  font-weight: 500;
}

.et_pb_featured_table .et_pb_pricing_heading h2 {
  padding-bottom: 6px;
}

.et_pb_pricing li {
  line-height: 1.6em;
  padding: 0 0 1em 14px;
  position: relative;
}

.et_pb_pricing_content_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.et_pb_et_price {
  color: #999;
  font-size: 16px;
}

.et_pb_dollar_sign {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -34px;
}

.et_pb_sum {
  font-size: 80px;
  line-height: 82px;
  font-weight: 300;
}

.et_pb_pricing_content {
  padding: 33px 30px 6px;
  text-align: left;
}

.et_pb_featured_table .et_pb_pricing_content {
  padding-bottom: 32px;
}

.et_pb_pricing li {
  line-height: 24px;
  padding: 0 0 28px 14px;
  position: relative;
}

.et_pb_pricing li:before {
  border-color: #7EBEC5;
  border-radius: 3px;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
}

.et_pb_pricing li.et_pb_not_available {
  color: #ccc;
}

.et_pb_pricing li.et_pb_not_available:before {
  border-color: #ccc;
}

.et_pb_pricing li a {
  font-weight: 500;
  text-decoration: none;
}

.et_pb_pricing_table_button {
  display: inline-block;
  color: #fff;
}

.et_pb_pricing_table_button:hover {
  text-decoration: none;
}

.et_pb_testimonial {
  position: relative;
  padding: 30px 30px 34px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.et_pb_testimonial.et_pb_testimonial_no_bg {
  padding: 30px 0 0;
}

.et_pb_testimonial p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_testimonial_portrait {
  float: left;
  position: relative;
  background-size: cover;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
}

.et_pb_testimonial_portrait:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.et_pb_testimonial_portrait,
.et_pb_testimonial_portrait:before {
  border-radius: 90px;
}

.et_pb_testimonial_portrait img {
  display: block;
  height: 90px;
  width: 90px;
  border-radius: 90px;
}

.et_pb_testimonial_description {
  padding-left: 120px;
}

.et_pb_bg_layout_dark .et_pb_testimonial_description a {
  color: #fff;
}

.et_pb_testimonial_no_image .et_pb_testimonial_description,
.et_pb_column_1_3 .et_pb_testimonial_description,
.et_pb_column_1_4 .et_pb_testimonial_description,
.et_pb_column_3_8 .et_pb_testimonial_description {
  padding-left: 0;
}

.et_pb_testimonial_no_image .et_pb_testimonial_description {
  padding-left: 0 !important;
}

.et_pb_column_1_3 .et_pb_testimonial_portrait,
.et_pb_column_1_4 .et_pb_testimonial_portrait,
.et_pb_column_3_8 .et_pb_testimonial_portrait {
  float: none;
  width: 90px;
  margin: 0 auto 20px;
}

.et-pb-arrow-prev:before,
.swRotator a.prev:before,
.swRotator a.next:before,
.et-pb-arrow-next:before,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.et_overlay:before,
#et_search_icon:before,
.mobile_menu_bar:before,
.et-social-icon a:before,
.et_pb_social_icon a.icon:before,
.et_pb_font_icon:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a,
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a,
#et-info-phone:before,
#et-info-email:before,
.et-cart-info span:before,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
a.et_pb_more_button:after,
.et_pb_newsletter_button:after,
.comment-reply-link:after,
.form-submit input:after,
.et_pb_contact_submit:after,
.et_pb_contact_reset:after {
  font-family: "ETmodules";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#et_search_icon:before {
  content: "U";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
}

#et_search_icon:hover {
  cursor: pointer;
}

.et_pb_testimonial:before {
  content: "|";
  font-size: 32px;
  left: 50%;
  position: absolute;
  top: -16px;
  background: #f5f5f5;
  margin-left: -16px;
  border-radius: 31px;
}

.et_pb_testimonial.et_pb_testimonial_no_bg:before {
  background: inherit;
}

.et_pb_testimonial.et_pb_icon_off:before {
  display: none;
}

.et_pb_testimonial_author {
  margin-top: 16px;
  font-weight: 700;
  display: block;
}

.et_pb_testimonial_author a {
  color: inherit;
}

.et-promo {
  background-color: #1f6581;
  padding: 40px 0 25px;
}

.et-promo-description,
.et-newsletter-description {
  float: left;
  padding: 0 60px;
}

.et-promo-description {
  width: 754px;
}

.et-promo-description h3,
.et-newsletter-description h3 {
  color: #fff;
  font-size: 26px;
  padding-bottom: 13px;
}

.et-promo-description p,
.et-newsletter-description p {
  color: #fff;
}

.et-promo-button {
  padding-right: 60px;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 14px 20px;
  margin-top: 20px;
  float: left;
}

.et-newsletter {
  background-color: #68909d;
  padding: 40px 0;
}

.et-newsletter-description {
  width: 640px;
}

.et-newsletter-form {
  float: left;
  width: 260px;
  padding-right: 60px;
}

.et-newsletter-form p input {
  padding: 10px 18px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  font-weight: 400;
  width: 86%;
  border-radius: 5px;
}

.et-newsletter-button {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 13px 20px;
}

.et_pb_bg_layout_light .et_pb_newsletter_form input {
  background-color: #f5f5f5;
}

.et_pb_counter_title {
  font-size: 12px;
  padding-bottom: 1px;
  display: block;
}

.et_pb_bg_layout_light .et_pb_counter_title {
  color: #999;
}

.et_pb_counter_container {
  background-color: #dddddd;
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}

.et_pb_counter_amount {
  opacity: 0;
  float: left;
  font-size: 12px;
  text-align: right;
  padding: 1px 3% 1px 1px;
  display: block;
}

.et_pb_post,
.blog-landing .blog-entry,
.recent-blog-posts-wrapper ul li {
  margin-bottom: 60px;
}

.et_pb_post_main_image {
  margin-bottom: 10px;
}

.et_pb_post h2,
.blog-landing .blog-entry h2,
.blog-landing .blog-entry h4,
.blog-landing .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-landing .blog-entry h2.sw-portfolio-project-subtitle,
.recent-blog-posts-wrapper ul li a.recent-blog-posts-title {
  margin-top: 30px;
}

.et_pb_post h2 a,
.et_pb_portfolio_item h3 a,
.blog-landing .blog-entry h4 a,
.blog-landing .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle a,
div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-landing .blog-entry h2.sw-portfolio-project-subtitle a,
.recent-blog-posts-wrapper ul li a {
  text-decoration: none;
}

.et_pb_post .post-meta,
.blog-landing .blog-entry .post-meta,
.blog-landing .blog-entry .post-tags {
  margin-bottom: 6px;
}

.et_pb_post .post-meta,
.et_pb_portfolio_item .post-meta,
.blog-landing .blog-entry .post-meta .blog-landing .blog-entry .post-tags,
.blog-landing .blog-entry .post-tags a {
  font-size: 16px;
}
.et_pb_post .post-meta:after,
.et_pb_portfolio_item .post-meta:after,
.blog-landing .blog-entry .post-meta .blog-landing .blog-entry .post-tags:after,
.blog-landing .blog-entry .post-tags a:after {
  content: ",";
  display: inline-block;
}
.et_pb_post .post-meta:last-of-type:after,
.et_pb_portfolio_item .post-meta:last-of-type:after,
.blog-landing .blog-entry .post-meta .blog-landing .blog-entry .post-tags:last-of-type:after,
.blog-landing .blog-entry .post-tags a:last-of-type:after {
  content: "";
}

.et_pb_post .post-meta a,
.et_pb_portfolio_item .post-meta a,
.blog-landing .blog-entry .post-meta a,
.blog-landing .blog-entry .post-tags a {
  text-decoration: none;
}

.et_pb_bg_layout_light .et_pb_post .post-meta,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_light .et_pb_post p,
.blog-landing .et_pb_bg_layout_light .blog-entry .post-tags,
.blog-landing .et_pb_bg_layout_light .blog-entry .post-tags a,
.blog-landing .et_pb_bg_layout_light .blog-entry p,
.blog-landing .et_pb_bg_layout_light .recent-blog-posts-wrapper .recent-blog-posts-body {
  color: #666;
}

.et_pb_bg_layout_dark .et_pb_post .post-meta,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_dark .et_pb_post .post-meta a,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_dark .et_pb_post p,
.blog-landing .et_pb_bg_layout_dark .blog-entry .post-tags,
.blog-landing .et_pb_bg_layout_dark .blog-entry .post-tags a,
.blog-landing .et_pb_bg_layout_dark .blog-entry p,
.blog-landing .et_pb_bg_layout_dark .recent-blog-posts-wrapper .recent-blog-posts-body {
  color: inherit;
}

.et_pb_post .more,
.blog-landing .blog-entry .more,
.recent-blog-posts-wrapper .more {
  color: #82c0c7;
  text-decoration: none;
}

.et_pb_blog_grid_wrapper {
  overflow: hidden;
}

.et_pb_blog_grid,
.recent-blog-posts-wrapper ul {
  margin: 0px -60px 0px 0px;
}

.et_pb_blog_grid .et_pb_post,
.blog-landing .et_pb_blog_grid .blog-entry,
.recent-blog-posts-wrapper ul li {
  margin: 0 60px 60px 0;
  width: 280px;
  border: 1px solid #d8d8d8;
  float: left;
  padding: 19px;
  background-color: #fff;
  word-wrap: break-word;
}

.et_pb_column_3_8 .et_pb_blog_grid .et_pb_post,
.blog-landing .et_pb_column_3_8 .et_pb_blog_grid .blog-entry,
.et_pb_column_3_8 .recent-blog-posts-wrapper ul li {
  width: 329px;
}

.et_pb_column_1_4 .et_pb_blog_grid .et_pb_post,
.blog-landing .et_pb_column_1_4 .et_pb_blog_grid .blog-entry,
.et_pb_column_1_4 .recent-blog-posts-wrapper ul li {
  width: 185px;
}

.et_pb_bg_layout_dark .et_pb_blog_grid .et_pb_post,
.blog-landing .et_pb_bg_layout_dark .et_pb_blog_grid .blog-entry,
.et_pb_bg_layout_dark .recent-blog-posts-wrapper ul li {
  border-color: rgba(0, 0, 0, 0.1);
}

.et_pb_image_container,
.blog-landing .post-image,
.recent-blog-posts-wrapper ul li a:first-of-type,
.et_pb_blog_grid .et_main_video_container,
.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_pb_post .et_pb_slider .blog-landing .et_pb_blog_grid .blog-entry .et_pb_slider {
  margin: -20px -20px 10px;
}

.et_pb_image_container img,
.blog-landing .post-image img,
.recent-blog-posts-wrapper ul li a:first-of-type img,
.et_pb_post a img,
.blog-landing .blog-entry a img,
.recent-blog-posts-wrapper a img {
  vertical-align: bottom;
}

.et_pb_blog_grid .et_pb_no_thumb h2,
.recent-blog-posts-wrapper ul li.et_pb_no_thumb h2 {
  margin-top: 0;
}

.et_pb_blog_grid .et_audio_content {
  margin-bottom: 0;
}

.et_pb_image {
  margin-bottom: 30px;
}

.et_pb_blog_grid h2,
.blog-landing .blog-entry h4.post-title,
.blog-landing .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.post-title.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-landing .blog-entry h2.post-title.sw-portfolio-project-subtitle,
.recent-blog-posts-wrapper ul li a.recent-blog-posts-title {
  font-size: 20px;
  margin-top: 19px;
}

body.single .et_audio_content {
  margin-bottom: -6px;
}

.et_pb_image_sticky {
  margin-bottom: 0px !important;
  display: inherit;
}

.et_pb_row:last-child .et_pb_image_sticky:last-child {
  margin-bottom: -50px !important;
}

.et_pb_filterable_portfolio_grid,
.et_pb_gallery_grid {
  /*     display: none; */
}

.et_pb_filterable_portfolio .et_pb_portfolio_item.active,
.et_pb_gallery_grid .et_pb_gallery_item {
  opacity: 1;
  -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_portfolio_item {
  margin-bottom: 42px;
}

.et_pb_portfolio_item img {
  margin-bottom: 9px;
}

.et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_3 .et_pb_post h2,
.et_pb_column_1_4 .et_pb_post h2,
.blog-landing .et_pb_column_1_3 .blog-entry h4,
.blog-landing .et_pb_column_1_3 .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-landing .et_pb_column_1_3 .blog-entry h2.sw-portfolio-project-subtitle,
.blog-landing .et_pb_column_1_4 .blog-entry h4,
.blog-landing .et_pb_column_1_4 .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-landing .et_pb_column_1_4 .blog-entry h2.sw-portfolio-project-subtitle,
.et_pb_column_1_3 .recent-blog-posts-wrapper a.recent-blog-posts-title,
.et_pb_column_1_4 .recent-blog-posts-wrapper a.recent-blog-posts-title {
  font-size: 18px;
}

.et_section_regular .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n),
.et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n),
.et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n),
.et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n),
.et_gallery_item:nth-child(3n) {
  margin-right: 0;
}

.et_gallery_item:nth-child(3n+1) {
  clear: both;
}

.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item,
.et_gallery_item {
  float: left;
  width: 225px;
  margin: 0 60px 42px 0;
}

.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item img,
.et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item img,
.et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item img,
.et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item img,
.et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item img,
.et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item img {
  margin-bottom: 2px;
}

.et_pb_column_1_4 .et_pb_audio_module_content h2,
.et_pb_column_1_4 .et_pb_post h2,
.blog-landing .et_pb_column_1_4 .blog-entry h4,
.blog-landing .et_pb_column_1_4 .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-landing .et_pb_column_1_4 .blog-entry h2.sw-portfolio-project-subtitle,
.et_pb_column_1_4 .recent-blog-posts-wrapper a.recent-blog-posts-title,
.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item h2 {
  font-size: 16px;
}

.et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta,
.et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta,
.et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta,
.et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta,
.et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta,
.et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item .post-meta {
  margin-top: -5px;
}

.et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
  float: left;
  width: 195px;
  margin: 0 57px 42px 0;
}

.et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
  float: none;
  margin: 0 0 42px 0;
}

.et_pb_column_3_8 .et_pb_portfolio_grid .et_pb_portfolio_item {
  width: 368px;
}

.et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
  width: 320px;
}

.et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
  width: 225px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_item {
  max-width: 100%;
}

.et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n+1) {
  clear: none !important;
}

.et_pb_widget_area_left {
  border-right: 1px solid #e2e2e2;
  padding-bottom: 30px;
}

.et_pb_column_4_4 .et_pb_widget_area_left {
  border-right: none;
}

.et_pb_widget {
  float: left;
  margin: 0 90px 40px 0;
}

.et_pb_column_4_4 .et_pb_widget_area_left .et_pb_widget:nth-child(4n),
.et_pb_column_3_4 .et_pb_widget_area_left .et_pb_widget:nth-child(3n),
.et_pb_column_2_3 .et_pb_widget_area_left .et_pb_widget:nth-child(2n),
.et_pb_column_1_2 .et_pb_widget_area_left .et_pb_widget:nth-child(2n),
.et_pb_column_4_4 .et_pb_widget_area_right .et_pb_widget:nth-child(4n) {
  margin-right: 30px;
}

.et_pb_column_4_4 .et_pb_widget_area_left .et_pb_widget,
.et_pb_column_4_4 .et_pb_widget_area_right .et_pb_widget {
  width: 195px;
}

.et_pb_column_3_4 .et_pb_widget_area_left .et_pb_widget,
.et_pb_column_3_4 .et_pb_widget_area_right .et_pb_widget {
  width: 194px;
}

.et_pb_column_2_3 .et_pb_widget_area_left .et_pb_widget,
.et_pb_column_2_3 .et_pb_widget_area_right .et_pb_widget {
  width: 289px;
}

.et_pb_column_1_2 .et_pb_widget_area_left .et_pb_widget,
.et_pb_column_1_2 .et_pb_widget_area_right .et_pb_widget {
  width: 194px;
}

.et_pb_column_1_3 .et_pb_widget_area_left .et_pb_widget,
.et_pb_column_1_4 .et_pb_widget_area_left .et_pb_widget {
  width: auto;
  margin-right: 30px;
}

.et_pb_column_1_3 .et_pb_widget,
.et_pb_column_1_4 .et_pb_widget {
  float: none;
}

.et_pb_widget a {
  text-decoration: none;
  color: #666;
}

.et_pb_widget_area .et_pb_widget a {
  color: inherit;
}

.et_pb_widget select {
  width: 100%;
  height: 28px;
}

.et_pb_bg_layout_light .et_pb_widget li a {
  color: #666;
}

.et_pb_bg_layout_dark .et_pb_widget li a {
  color: inherit;
}

.et_pb_widget li a:hover {
  color: #82c0c7;
}

.et_pb_widget ul li {
  margin-bottom: 6px;
}

.et_pb_widget ul li ul li {
  margin-left: 15px;
}

.tagcloud a {
  font-size: 12px !important;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-bottom: 4px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tagcloud a:hover {
  background: rgba(0, 0, 0, 0.15);
}

.et_pb_widget_area_right {
  border-left: 1px solid #e2e2e2;
}

.et_pb_widget_area_left,
.et_pb_widget_area_right {
  border-color: rgba(0, 0, 0, 0.1);
}

.et_pb_column_4_4 .et_pb_widget_area_right {
  border-left: none;
}

.et_pb_column_3_4 .et_pb_widget_area_right .et_pb_widget,
.et_pb_column_2_3 .et_pb_widget_area_right .et_pb_widget,
.et_pb_column_1_2 .et_pb_widget_area_right .et_pb_widget,
.et_pb_column_1_3 .et_pb_widget_area_right .et_pb_widget,
.et_pb_column_1_4 .et_pb_widget_area_right .et_pb_widget {
  margin: 0 0 40px 30px;
}

.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
.et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_widget:nth-child(2n+1) {
  clear: both;
}

.et_pb_promo {
  padding: 40px 60px;
  text-align: center;
  margin-bottom: 30px;
}

.et_pb_promo_description {
  padding-bottom: 20px;
}

.et_pb_promo_description p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_promo_button {
  display: inline-block;
  color: inherit;
}

.et_pb_promo_button:hover,
.et_pb_newsletter_button:hover {
  text-decoration: none;
}

.et_pb_column_1_2 .et_pb_promo,
.et_pb_column_1_3 .et_pb_promo,
.et_pb_column_1_4 .et_pb_promo {
  padding: 40px;
}

.et_pb_newsletter {
  padding: 40px 0;
  margin-bottom: 30px;
}

.et_pb_newsletter_description {
  width: 640px;
  float: left;
  padding: 0 60px;
}

.et_pb_newsletter_description p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_newsletter_form {
  float: left;
  width: 260px;
  padding-right: 60px;
}

.et_pb_newsletter_form p input {
  font-size: 14px;
  border: none !important;
  padding: 14px 4% !important;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  width: 92%;
  font-weight: 400;
  border-radius: 3px !important;
}

.et_pb_newsletter_form p .et_pb_signup_error {
  border: 1px solid #f00 !important;
}

.et_pb_newsletter_result {
  margin-bottom: 18px;
  display: none;
}

.et_pb_newsletter_button {
  display: block;
  color: inherit;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.et_pb_login_form .et_pb_newsletter_button,
.et_pb_feedburner_form .et_pb_newsletter_button {
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.et_pb_login_form form,
.et_pb_feedburner_form form {
  text-align: left;
}

.et_pb_login_form::-webkit-input-placeholder,
.et_pb_feedburner_form::-webkit-input-placeholder {
  color: #666;
}

.et_pb_login_form::-moz-placeholder,
.et_pb_feedburner_form::-moz-placeholder {
  color: #666;
}

.et_pb_login_form:-ms-input-placeholder,
.et_pb_feedburner_form:-ms-input-placeholder {
  color: #666;
}

.et_pb_column_3_4 .et_pb_newsletter_description {
  width: 354px;
}

.et_pb_column_2_3 .et_pb_newsletter_description {
  width: 258px;
}

.et_pb_column_1_2 .et_pb_newsletter_description,
.et_pb_column_1_2 .et_pb_newsletter_form {
  width: 388px;
}

.et_pb_column_1_2 .et_pb_newsletter_description {
  padding-bottom: 25px;
}

.et_pb_column_1_2 .et_pb_newsletter_form {
  padding-left: 60px;
}

.et_pb_column_1_3 .et_pb_newsletter,
.et_pb_column_1_4 .et_pb_newsletter,
.et_pb_column_3_8 .et_pb_newsletter {
  padding: 30px 0;
}

.et_pb_column_1_3 .et_pb_newsletter_description,
.et_pb_column_1_3 .et_pb_newsletter_form {
  width: 260px;
}

.et_pb_column_3_8 .et_pb_newsletter_description,
.et_pb_column_3_8 .et_pb_newsletter_form {
  width: 307px;
}

.et_pb_column_1_3 .et_pb_newsletter_description,
.et_pb_column_1_4 .et_pb_newsletter_description,
.et_pb_column_3_8 .et_pb_newsletter_description {
  padding: 0 30px;
}

.et_pb_column_1_3 .et_pb_newsletter_form,
.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_column_3_8 .et_pb_newsletter_form {
  padding-left: 30px;
}

.et_pb_column_1_3 .et_pb_newsletter_description,
.et_pb_column_1_4 .et_pb_newsletter_description,
.et_pb_column_3_8 .et_pb_newsletter_description {
  padding-bottom: 15px;
}

.et_pb_column_1_4 .et_pb_newsletter_description,
.et_pb_column_1_4 .et_pb_newsletter_form {
  width: 165px;
}

.et_pb_column_1_4 .et_pb_newsletter_form p input {
  width: 90%;
}

.et_pb_all_tabs > div,
.et_pb_toggle_close .et_pb_toggle_content {
  display: none;
}

.et_pb_toggle_content {
  padding-top: 20px;
}

.et_pb_toggle_content p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_all_tabs .et_pb_active_content {
  display: block;
}

.et_pb_tabs {
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.et_pb_tabs_controls {
  border-bottom: 1px solid #d9d9d9;
  background-color: #f4f4f4;
}

.et_pb_tabs_controls li {
  float: left;
  padding: 5px 30px 3px;
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.et_pb_tabs_controls li:last-child {
  border-right: none;
}

.et_pb_tabs_controls li a {
  text-decoration: none;
  color: #666;
}

.et_pb_tabs_controls li.et_pb_tab_active {
  padding: 4px 30px 4px;
  background-color: #fff;
  bottom: -1px;
}

.et_pb_tab_active a {
  color: #333 !important;
}

.et_pb_tab p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_all_tabs {
  padding: 24px 30px;
  background: #fff;
}

.et_pb_column_1_3 .et_pb_tabs_controls,
.et_pb_column_1_4 .et_pb_tabs_controls {
  border-bottom: none;
}

.et_pb_column_1_3 .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_controls li {
  float: none;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
}

.et_pb_toggle {
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.et_pb_toggle_close {
  background-color: #f4f4f4;
  padding: 20px;
}

.et_pb_toggle_open {
  padding: 20px;
  background: #FFF;
}

.et_pb_toggle h5.et_pb_toggle_title {
  cursor: pointer;
  position: relative;
  padding: 0 30px 0 0;
}

.et_pb_toggle_close h5.et_pb_toggle_title {
  color: #666;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
  color: #333;
}

.et_pb_toggle_title:before {
  content: "\e050";
  position: absolute;
  right: 0px;
  font-size: 16px;
  color: #ccc;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\e04f";
}

.et_pb_map {
  height: 440px;
  width: 100%;
  position: relative;
}

.et_pb_map_container {
  margin: 0 0 30px 0;
}

.et_pb_fullwidth_section .et_pb_map_container {
  margin: 0;
}

.et_pb_map_container img {
  max-width: inherit;
}

.et_pb_map_pin {
  display: none;
  visibility: hidden;
}

.et_pb_column_4_4 .et_pb_map {
  width: 1080px;
}

.et_pb_column_3_4 .et_pb_map {
  width: 795px;
}

.et_pb_column_2_3 .et_pb_map {
  height: 390px;
  width: 700px;
}

.et_pb_column_1_2 .et_pb_map {
  height: 280px;
  width: 510px;
}

.et_pb_column_3_8 .et_pb_map {
  height: 276px;
  width: 368px;
}

.et_pb_column_1_3 .et_pb_map {
  height: 240px;
  width: 320px;
}

.et_pb_column_1_4 .et_pb_map {
  height: 170px;
  width: 225px;
}

.et-pb-arrow-prev,
.et-pb-arrow-next,
.swRotator a.prev,
.swRotator a.next {
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 48px;
  color: #fff;
  margin-top: -24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.et_pb_bg_layout_light .et-pb-arrow-prev,
.et_pb_bg_layout_light .et-pb-arrow-next {
  color: #333;
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
  background-color: #333;
}

.et_pb_bg_layout_light .et-pb-controllers a {
  background-color: rgba(0, 0, 0, 0.3);
}

.format-gallery .et-pb-arrow-prev,
.format-gallery .et-pb-arrow-next {
  color: #fff;
}

.format-gallery .et-pb-controllers a {
  background-color: rgba(255, 255, 255, 0.5);
}

.et-pb-controllers .et-pb-active-control {
  background-color: #fff !important;
}

.et-pb-arrow-prev:hover,
.et-pb-arrow-next:hover,
.swRotator a.prev:hover,
.swRotator a.prev:hover {
  text-decoration: none;
}

.et-pb-arrow-prev span,
.et-pb-arrow-next span {
  display: none;
}

.et-pb-arrow-prev,
.swRotator a.prev {
  left: -22px;
}

.et-pb-arrow-next,
.swRotator a.next {
  right: -22px;
}

.et-pb-arrow-prev:before,
.swRotator a.prev:before {
  content: "4";
}

.et-pb-arrow-next:before,
.swRotator a.next:before {
  content: "5";
}

.et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_slider:hover .swRotator a.prev,
.et_mobile_device .et-pb-arrow-prev {
  left: 22px;
  opacity: 1;
}

.et_pb_slider:hover .et-pb-arrow-next,
.et_mobile_device .et-pb-arrow-next,
.et_pb_slider:hover .swRotator a.next {
  right: 22px;
  opacity: 1;
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-prev {
  left: 0;
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-next {
  right: 0;
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_3 .et_pb_slider:hover .swRotator a.prev,
.et_pb_column_1_4 .et_pb_slider:hover .swRotator a.prev {
  left: 0px;
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_3 .et_pb_slider:hover .swRotator a.next,
.et_pb_column_1_4 .et_pb_slider:hover .swRotator a.next {
  right: 0px;
}

.et_pb_column_1_4 .et_pb_slider .et_pb_slide {
  min-height: 170px;
}

.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next {
  right: 0px;
}

#sidebar {
  padding-bottom: 1px;
}

.et_right_sidebar #left-area {
  float: left;
  width: 795px;
  margin-right: 60px;
}

.et_right_sidebar #sidebar {
  float: left;
  width: 224px;
}

#sidebar .et_pb_widget {
  float: none;
  margin: 0 0 30px 30px;
}

#main-content .container {
  padding-top: 58px;
}

#main-content .container:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
}

.et_right_sidebar #main-content .container:before {
  right: 224px;
}

.et_left_sidebar #main-content .container:before {
  left: 224px;
}

.et_full_width_page #main-content .container:before,
.et_full_width_portfolio_page #main-content .container:before {
  display: none;
}

.et_full_width_page #left-area {
  float: none;
  width: 100%;
}

#left-area {
  padding-bottom: 23px;
}

#left-area .post-meta #left-area .post-tags {
  font-size: 14px;
  padding-bottom: 15px;
}

#left-area .post-meta a #left-area .post-tags a {
  text-decoration: none;
  color: #666;
}

#left-area .et_featured_image {
  padding-bottom: 7px;
}

.single .post {
  padding-bottom: 25px;
}

.et_left_sidebar #left-area {
  float: right;
  width: 795px;
  margin-left: 60px;
}

.et_left_sidebar #sidebar {
  float: left;
  width: 224px;
}

.et_left_sidebar #sidebar .et_pb_widget {
  float: none;
  margin: 0 30px 30px 0;
}

.single-project #left-area {
  padding-bottom: 50px;
}

.et_pb_contact_main_title {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 16px;
}

.et_pb_contact_left {
  width: 100%;
  float: left;
}

.et_pb_contact_right {
  float: right;
  width: auto;
  margin: 8px 15px 0 0;
  text-align: right;
}

.et_pb_contact_form_label {
  display: none;
}

.et_pb_contact_form_container {
  padding-bottom: 30px;
}

.et_pb_contact_left p {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  padding-bottom: 20px;
}

.et_pb_contact_left p:last-child {
  margin-right: 0;
}

.et_pb_contact p input,
.et_pb_contact p textarea {
  background-color: #eee;
  border: none !important;
  width: 100% !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #999 !important;
  padding: 16px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.et_pb_contact_right p input {
  width: 45px !important;
  padding: 16px !important;
}

.et_pb_contact_message {
  min-height: 150px;
}

.et_pb_contact_submit,
.et_pb_contact_reset {
  font-family: inherit;
  display: block;
  float: right;
  margin: 8px auto 0;
  cursor: pointer;
}

.et_pb_column_3_8 .et_pb_contact_left p,
.et_pb_column_1_3 .et_pb_contact_left p,
.et_pb_column_1_4 .et_pb_contact_left p {
  width: 100%;
  float: none;
  margin-right: 0;
}

.et_pb_contact p .et_contact_error {
  border: 1px solid red !important;
}

.et_pb_countdown_timer .et_pb_countdown_timer_container {
  margin: 0 0 30px;
  text-align: center;
  padding: 40px;
}

.et_pb_countdown_timer .title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

.et_pb_countdown_timer .section {
  margin-right: 15px;
  display: inline-block;
}

.et_pb_countdown_timer .seconds {
  margin-right: 0;
}

.et_pb_countdown_timer .section.values {
  width: 76px;
}

.et_pb_countdown_timer .section.days {
  width: 124px;
}

.et_pb_countdown_timer .section p {
  font-size: 64px;
  line-height: 64px;
  padding-bottom: 0px;
  text-align: center;
  display: inline-block;
}

.et_pb_countdown_timer .section.zero p {
  opacity: 0.4;
}

.et_pb_countdown_timer .section p.label {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  display: block;
}

.et_pb_countdown_timer .sep {
  position: relative;
  top: -28px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .sep,
.et_pb_column_1_3 .et_pb_countdown_timer .sep,
.et_pb_column_1_4 .et_pb_countdown_timer .sep,
.et_pb_column_3_8 .et_pb_countdown_timer .sep {
  top: -22px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section {
  margin-right: 5px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section.values {
  width: 57px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section.days {
  width: 80px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p {
  font-size: 48px;
  line-height: 48px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p.label {
  font-size: 12px;
  line-height: 20px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .et_pb_countdown_timer_container,
.et_pb_column_3_8 .et_pb_countdown_timer .et_pb_countdown_timer_container {
  padding: 40px 20px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .section,
.et_pb_column_1_4 .et_pb_countdown_timer .section,
.et_pb_column_3_8 .et_pb_countdown_timer .section {
  margin-right: 0;
}

.et_pb_column_1_3 .et_pb_countdown_timer .section.values,
.et_pb_column_3_8 .et_pb_countdown_timer .section.values {
  width: 42px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .section.days,
.et_pb_column_3_8 .et_pb_countdown_timer .section.days {
  width: 50px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .section p,
.et_pb_column_3_8 .et_pb_countdown_timer .section p {
  font-size: 28px;
  line-height: 28px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
.et_pb_column_3_8 .et_pb_countdown_timer .section p.label {
  font-size: 11px;
  line-height: 19px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .title,
.et_pb_column_3_8 .et_pb_countdown_timer .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.et_pb_column_1_4 .et_pb_countdown_timer .et_pb_countdown_timer_container {
  padding: 20px 0;
}

.et_pb_column_1_4 .et_pb_countdown_timer .section {
  margin-right: 4px;
}

.et_pb_column_1_4 .et_pb_countdown_timer .section.values {
  width: 25px;
}

.et_pb_column_1_4 .et_pb_countdown_timer .section.days {
  width: 30px;
}

.et_pb_column_1_4 .et_pb_countdown_timer .section p {
  font-size: 20px;
  line-height: 20px;
}

.et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
  font-size: 11px;
  line-height: 19px;
}

.et_pb_column_1_4 .et_pb_countdown_timer .title {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.et_pb_circle_counter,
.et_pb_number_counter {
  width: 225px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}

.et_pb_circle_counter canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.et_pb_circle_counter .percent,
.et_pb_number_counter .percent {
  position: relative;
  z-index: 2;
}

.et_pb_circle_counter .percent p,
.et_pb_number_counter .percent p {
  visibility: hidden;
}

.et_pb_circle_counter .percent {
  height: 225px;
}

.et_pb_circle_counter .percent p {
  font-size: 40px;
  font-weight: 500;
  line-height: 225px;
}

.et_pb_circle_counter h3,
.et_pb_number_counter h3 {
  padding: 20px 0 0 0;
  font-size: 16px;
}

.et_pb_number_counter {
  width: auto;
}

.et_pb_number_counter canvas {
  display: none;
  visibility: hidden;
}

.et_pb_number_counter .percent {
  height: 72px;
}

.et_pb_number_counter .percent p {
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
}

p.woocommerce-result-count {
  font-weight: 500;
  font-size: 14px;
  color: #999;
  padding-bottom: 40px;
}

.orderby {
  background-color: #ececec;
  border: none;
  border-radius: 5px;
  color: #666 !important;
  font-size: 12px;
  padding: 4px 8px;
  font-weight: 500;
  font-family: "Open Sans", Arial, sans-serif;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 225px !important;
  margin: 0 60px 53px 0 !important;
}

.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
  margin-right: 0 !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 0 9px !important;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font-weight: 500;
  font-size: 16px !important;
  color: #333;
  padding: 4px 0 4px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  color: #666 !important;
  font-size: 14px !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  left: 10px !important;
  margin: 0 !important;
  right: auto !important;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  z-index: 2;
  background: #ef8f61 !important;
  border-radius: 3px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 20px !important;
  font-weight: 500 !important;
  left: 10px !important;
  line-height: inherit !important;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 6px 18px !important;
  position: absolute;
  text-shadow: none !important;
  top: 10px !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  list-style: none !important;
  padding: 0 !important;
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  margin: 4px 0 0.3em 0 !important;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "SSSSS" !important;
  color: #ccc !important;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
  width: 510px !important;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
  padding-top: 20px !important;
}

.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
  margin-right: 20px !important;
  width: 156px !important;
  margin-bottom: 20px;
}

.entry-summary .entry-title {
  padding-bottom: 14px !important;
}

.entry-summary p.price span {
  font-size: 26px !important;
}

.entry-summary p.price del {
  color: #999;
  margin-right: 10px;
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin: 24px 0 39px !important;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
  margin: 0 20px 0 0 !important;
  border-radius: 3px !important;
  width: 100px !important;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  font-weight: 500 !important;
  font-size: 20px !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: #b8c5c6 !important;
  height: 47px !important;
  width: 70px !important;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  background: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #BCC8C9 !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  height: 24px !important;
  text-decoration: none !important;
  text-shadow: none !important;
  width: 30px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border: 1px solid #BCC8C9 !important;
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
  width: 100px;
  margin: 0;
}

.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  border: none !important;
  border-radius: 3px !important;
  color: #FFFFFF;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 13px 24px 14px !important;
  color: #fff !important;
}

.et_pb_widget .buttons a {
  margin-top: 10px !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  padding: 6px 0;
}

.woocommerce #reviews a.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit {
  color: #fff !important;
  font-size: 16px !important;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  margin-bottom: 40px !important;
}

.product_meta {
  border-top: 1px solid #dadada;
  font-size: 14px;
  color: #666;
  padding-top: 6px;
}

.posted_in a {
  font-weight: 500;
  color: #82c0c7;
  text-decoration: none;
}

.product .related h2 {
  font-size: 26px !important;
  padding-bottom: 16px;
}

.et_right_sidebar.woocommerce div.product div.images,
.et_right_sidebar.woocommerce-page div.product div.images,
.et_right_sidebar.woocommerce #content div.product div.images,
.et_right_sidebar.woocommerce-page #content div.product div.images,
.et_left_sidebar.woocommerce div.product div.images,
.et_left_sidebar.woocommerce-page div.product div.images,
.et_left_sidebar.woocommerce #content div.product div.images,
.et_left_sidebar.woocommerce-page #content div.product div.images {
  width: 367px !important;
}

.et_right_sidebar.woocommerce div.product div.images div.thumbnails a,
.et_right_sidebar.woocommerce-page div.product div.images div.thumbnails a,
.et_right_sidebar.woocommerce #content div.product div.images div.thumbnails a,
.et_right_sidebar.woocommerce-page #content div.product div.images div.thumbnails a,
.et_left_sidebar.woocommerce div.product div.images div.thumbnails a,
.et_left_sidebar.woocommerce-page div.product div.images div.thumbnails a,
.et_left_sidebar.woocommerce #content div.product div.images div.thumbnails a,
.et_left_sidebar.woocommerce-page #content div.product div.images div.thumbnails a {
  width: 109px !important;
  margin-bottom: 20px;
}

div.product div.images div.thumbnails a.last {
  margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  border-bottom-color: #d9d9d9;
}

body.woocommerce .woocommerce-tabs {
  border: 1px solid #d9d9d9;
  margin-bottom: 45px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs {
  margin: 0 !important;
  padding: 0 !important;
  background: #f4f4f4;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
  background: none;
  border-radius: 0;
  border: none;
  background: #f4f4f4;
  border-right: 1px solid #d9d9d9;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 -2px;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
  color: #666666 !important;
  padding: 4px 22px !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000 !important;
}

body.woocommerce div.product .woocommerce-tabs .panel,
body.woocommerce #content-area div.product .woocommerce-tabs .panel {
  padding: 30px;
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 100px !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  width: auto !important;
  padding: 0 !important;
  border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: inherit !important;
  margin: 0 0 2px !important;
  padding: 0 !important;
}

.woocommerce #reviews .commentlist .star-rating {
  float: none !important;
  margin-bottom: 6px !important;
}

.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
  margin-bottom: 30px !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 18px !important;
  color: #fff !important;
  padding: 15px !important;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  display: none !important;
  color: #FFF !important;
}

.woocommerce-page #reviews #commentform,
.woocommerce-page #review_form #respond p.form-submit {
  padding-bottom: 0;
  margin-bottom: 0;
}

#left-area .woocommerce-message .button,
#left-area .woocommerce-error .button,
#left-area .woocommerce-info .button {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: normal !important;
  margin: 5px 0 !important;
  padding: 0 !important;
}

.archive.et_left_sidebar.woocommerce ul.products li.product,
.archive.et_right_sidebar.woocommerce ul.products li.product {
  width: 195px !important;
}

.archive.et_left_sidebar.woocommerce ul.products li.first,
.archive.et_right_sidebar.woocommerce ul.products li.first {
  clear: none !important;
}

.archive.et_left_sidebar.woocommerce ul.products li.product.last,
.archive.et_right_sidebar.woocommerce ul.products li.product.last {
  margin-right: 60px !important;
}

.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(3n),
.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(3n) {
  margin-right: 0px !important;
  clear: right !important;
}

.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(3n+1),
.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(3n+1) {
  clear: both !important;
}

.archive.et_full_width_page.woocommerce ul.products li.product {
  width: 220px !important;
}

.et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product,
.et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product {
  width: 190px !important;
  margin-right: 40px !important;
}

.et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product {
  width: 190px !important;
}

.et_main_title {
  padding-bottom: 12px;
}

.et_main_title h1 {
  display: inline-block;
  padding-right: 2px;
}

.et_main_title .et_project_categories {
  font-size: 14px;
}

.et_main_title .et_project_categories a {
  text-decoration: none;
  color: #666;
}

.et_pb_post .entry-content,
.blog-landing .blog-entry .entry-content,
.project .entry-content {
  padding-top: 30px;
}

.et_project_meta {
  margin: 23px 0 14px;
  border-top: 1px solid #e2e2e2;
  padding: 15px 0 39px;
  border-bottom: 1px solid #e2e2e2;
}

.et_full_width_portfolio_page .et_project_meta {
  margin-bottom: 0;
}

.et_project_meta_title {
  display: block;
  font-weight: 700;
  color: #333;
}

.et_project_meta p {
  padding-bottom: 15px;
}

.et_project_meta p a {
  text-decoration: none;
  color: #666;
}

.nav-single a {
  text-decoration: none;
  color: #82c0c7;
  font-size: 14px;
  font-weight: 400;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.single .et_pb_post,
.blog-single .blog-entry {
  margin-bottom: 27px;
}

.et_full_width_portfolio_page .et_project_meta {
  float: left;
  width: 225px;
  margin-top: 43px;
  border-bottom: none;
}

.et_full_width_portfolio_page .entry-content {
  margin-bottom: 43px;
}

.et_pb_pagebuilder_layout .entry-content {
  margin-bottom: 0 !important;
  padding-top: 0;
}

.et_full_width_portfolio_page .nav-single {
  border-top: 1px solid #e2e2e2;
  padding-top: 13px;
  max-width: 100%;
}

.et_shop_image,
.et_portfolio_image {
  position: relative;
  display: block;
}

.et_overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.et_overlay:before {
  content: "\e050";
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -14px 0 0 -14px;
  font-size: 32px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.et_overlay:hover:before {
  top: 50%;
}

#ie7 .et_overlay,
#ie8 .et_overlay {
  display: none;
}

.et_shop_image:hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta,
.et_pb_gallery_image:hover .et_overlay {
  opacity: 1;
}

.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
  display: none;
}

.et_portfolio_image img {
  vertical-align: bottom;
  margin-bottom: 0 !important;
}

.et_pb_portfolio_item h2 {
  margin-top: 10px;
}

.et_pb_section_video_bg .mejs-overlay-loading {
  display: none !important;
}

.main_title {
  margin-bottom: 20px;
}

.et-social-icons {
  float: right;
}

.et-social-icons li {
  display: inline-block;
  margin-left: 20px;
}

.et-social-icon a {
  display: inline-block;
  font-size: 24px;
  position: relative;
  text-align: center;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  color: #666;
  text-decoration: none;
}

.et-social-icon span {
  display: none;
}

.et_pb_fullwidth_menu #top-menu-nav,
.et_pb_fullwidth_menu #top-menu-nav > ul {
  float: none;
}

.et_pb_fullwidth_menu #top-menu-nav > ul {
  padding: 20px 0 0 !important;
  line-height: 1.7em;
}

.et_pb_fullwidth_menu #top-menu-nav > ul > li.mega-menu > ul {
  top: 82px;
}

.et_pb_fullwidth_menu #top-menu-nav > ul ul {
  padding: 20px;
  text-align: left;
}

.et_pb_bg_layout_dark #top-menu-nav > ul > li > a {
  color: #fff;
}

.et_pb_bg_layout_dark #top-menu-nav > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.et_pb_forgot_password {
  font-size: 12px;
  margin-top: -5px;
}

.et_pb_forgot_password a {
  color: #fff;
  text-decoration: underline;
}

.et_pb_bg_layout_light .et_pb_forgot_password a {
  color: #666;
}

.et_pb_team_member {
  margin-bottom: 30px;
}

.et_pb_column_4_4 .et_pb_team_member_description,
.et_pb_column_3_4 .et_pb_team_member_description,
.et_pb_column_2_3 .et_pb_team_member_description {
  margin-left: 350px;
}

.et_pb_column_3_8 .et_pb_team_member_description,
.et_pb_team_member_no_image .et_pb_team_member_description {
  margin-left: 0 !important;
}

.et_pb_team_member_image {
  float: left;
  width: 320px;
  margin-right: 30px;
}

.et_pb_team_member_description h4, .et_pb_team_member_description div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .et_pb_team_member_description h2.sw-portfolio-project-subtitle {
  padding-bottom: 0;
}

.et_pb_member_position {
  color: #aaa;
  padding-bottom: 7px;
}

.entry-content .et_pb_member_social_links {
  list-style-type: none;
  margin-top: 20px;
  padding: 0;
}

.et_pb_member_social_links li {
  display: inline-block;
  margin-right: 15px;
}

.et_pb_member_social_links a {
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-align: center;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  color: #b2b2b2;
  text-decoration: none;
}

.et_pb_member_social_links span {
  display: none;
}

.et_pb_facebook_icon:before {
  content: "\e093";
}

.et_pb_twitter_icon:before {
  content: "\e094";
}

.et_pb_google_icon:before {
  content: "\e096";
}

.et_pb_linkedin_icon:before {
  content: "\e09d";
}

.et_pb_column_1_2 .et_pb_team_member_image,
.et_pb_column_1_3 .et_pb_team_member_image,
.et_pb_column_1_4 .et_pb_team_member_image,
.et_pb_column_3_8 .et_pb_team_member_image {
  float: none;
  width: auto;
  margin: 0 0 12px;
  text-align: center;
}

.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_audio_module_content {
  text-align: center;
  word-wrap: break-word;
  position: relative;
}

.et_link_content,
.et_audio_content,
.et_pb_audio_module_content,
.et_quote_content {
  padding: 50px 60px;
}

.et_quote_content blockquote {
  padding: 0;
  margin: 0;
  border: none;
}

.et_quote_content blockquote p,
.et_quote_content blockquote cite,
.et_link_content h2,
.et_link_content a.et_link_main_url,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
  color: #fff !important;
}

.et_pb_text_color_dark .et_quote_content blockquote p,
.et_pb_text_color_dark .et_quote_content blockquote cite,
.et_pb_text_color_dark .et_link_content h2,
.et_pb_text_color_dark .et_link_content a.et_link_main_url,
.et_pb_text_color_dark .et_audio_content h2,
.et_pb_text_color_dark .et_pb_audio_module_content h2,
.et_pb_text_color_dark .et_audio_module_meta {
  color: #666 !important;
}

.et_pb_text_color_dark.et_quote_content blockquote p,
.et_pb_text_color_dark.et_quote_content blockquote cite,
.et_pb_text_color_dark.et_link_content h2,
.et_pb_text_color_dark.et_link_content a.et_link_main_url,
.et_pb_text_color_dark.et_audio_content h2,
.et_pb_text_color_dark.et_pb_audio_module_content h2 {
  color: #bbb !important;
}

.et_pb_text_color_dark.et_quote_content,
.et_pb_text_color_dark.et_link_content,
.et_pb_text_color_dark.et_audio_content {
  background-color: #e8e8e8;
}

.et_quote_main_link {
  position: absolute;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
  font-size: 26px;
  margin-top: 0;
}

.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2 {
  line-height: 44px;
}

.et_audio_content h2 {
  margin-bottom: 20px;
}

.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
  margin-bottom: 9px;
  margin-top: 0;
}

.et_quote_content blockquote cite,
.et_link_content a.et_link_main_url {
  font-size: 18px;
  font-weight: 200;
}

.et_quote_content blockquote cite {
  font-style: normal;
}

.et_pb_column_2_3 .et_quote_content {
  padding: 50px 42px 45px;
}

.et_pb_column_2_3 .et_link_content,
.et_pb_column_2_3 .et_audio_content,
.et_pb_column_2_3 .et_pb_audio_module_content {
  padding: 40px 40px 45px;
}

.et_pb_column_1_2 .et_quote_content {
  padding: 35px 40px;
}

.et_pb_column_1_2 .et_link_content,
.et_pb_column_1_2 .et_audio_content {
  padding: 35px 40px;
}

.et_pb_column_1_2 .et_pb_audio_module_content {
  padding: 40px 40px 35px;
}

.et_pb_column_1_2 .et_quote_content blockquote p,
.et_pb_column_1_2 .et_link_content h2,
.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_1_2 .et_pb_audio_module_content h2 {
  font-size: 26px;
}

.et_pb_column_1_2 .et_quote_content blockquote p,
.et_pb_column_1_2 .et_link_content h2,
.et_pb_column_1_2 .et_audio_content h2 {
  line-height: 32px;
}

.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url {
  font-size: 14px;
}

.et_pb_column_1_3 .et_quote_content,
.et_pb_column_3_8 .et_quote_content,
.et_pb_column_1_4 .et_quote_content,
.et_pb_blog_grid .et_quote_content {
  padding: 35px 30px 32px;
}

.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
  font-size: 18px;
  line-height: 26px;
}

.et_pb_column_3_8 .et_pb_audio_module_content h2,
.et_pb_column_1_3 .et_pb_audio_module_content h2 {
  font-size: 20px;
}

.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url {
  font-size: 14px;
}

.et_pb_column_1_3 .et_link_content,
.et_pb_column_3_8 .et_link_content,
.et_pb_column_1_4 .et_link_content,
.et_pb_blog_grid .et_link_content,
.et_pb_column_1_3 .et_audio_content,
.et_pb_column_1_4 .et_audio_content,
.et_pb_column_3_8 .et_audio_content,
.et_pb_blog_grid .et_audio_content {
  padding: 35px 20px;
}

.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content {
  padding: 40px 20px 35px;
}

.et_pb_column_1_4 .et_pb_audio_module_content {
  padding: 30px 20px 25px;
}

.et_pb_column_1_4 .et_audio_content .mejs-controls div.mejs-horizontal-volume-slider,
.et_pb_column_1_4 .et_audio_content .mejs-controls .mejs-horizontal-volume-total,
.et_pb_column_1_4 .et_pb_audio_module_content .mejs-controls div.mejs-horizontal-volume-slider,
.et_pb_column_1_4 .et_pb_audio_module_content .mejs-controls .mejs-horizontal-volume-total {
  width: 33px;
}

.et_pb_blog_grid .et_link_content,
.et_pb_blog_grid .et_quote_content {
  margin: -20px -20px 19px;
}

.et_pb_blog_grid .et_audio_content {
  margin-bottom: 19px;
}

.et_audio_container .mejs-container,
.et_audio_container .mejs-embed,
.et_audio_container .mejs-embed body,
.et_audio_container .mejs-container .mejs-controls {
  background: none;
}

.et_audio_container .mejs-time.mejs-currenttime-container,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  display: none !important;
}

.et_audio_container .mejs-time.mejs-currenttime-container.custom {
  display: block !important;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  height: 4px;
  margin-top: 8px;
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(153, 153, 153, 0.5);
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  margin-top: 2px;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
  height: inherit;
  border-radius: 5px;
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #999;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 13px;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: block;
  top: -3px;
  border: none;
  width: 10px;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #FFF;
  border-radius: 5px;
  height: 10px;
  position: absolute;
  top: 10px;
}

.et_audio_container .mejs-container .mejs-controls .mejs-time span {
  font-size: 18px;
  font-weight: 200;
}

.et_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
  height: 4px;
}

.et_audio_container .mejs-playpause-button button,
.et_audio_container .mejs-volume-button button {
  background: none !important;
  margin-left: 0 !important;
  width: 30px !important;
  height: 30px !important;
}

.et_audio_container .mejs-playpause-button button:before {
  content: "E";
  font-size: 32px;
  left: 0;
  top: -8px;
}

.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before {
  position: absolute;
  color: #fff;
}

.et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before,
.et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before {
  color: #666;
}

.et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #666;
}

.et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span {
  color: #999;
}

.et_audio_container .mejs-playpause-button {
  margin-right: 3px !important;
}

.et_audio_container .mejs-controls .mejs-button button:focus {
  outline: none;
}

.et_audio_container .mejs-playpause-button.mejs-pause button:before {
  content: "`";
}

.et_audio_container .mejs-volume-button button:before {
  content: "\e068";
  font-size: 18px;
  top: -1px;
  left: 4px;
}

.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
  font-size: 14px;
}

.et_pb_column_1_4 .et_audio_container .mejs-time.mejs-currenttime-container.custom {
  margin-right: 9px !important;
}

.et_pb_column_1_3 .et_audio_container .mejs-time.mejs-currenttime-container.custom {
  margin-right: -1px !important;
}

.et_pb_column_3_8 .et_audio_container .mejs-time.mejs-currenttime-container.custom {
  margin-right: 0px !important;
  margin-left: 9px;
}

.et_pb_column_1_4 .et_audio_container .mejs-time.mejs-currenttime-container.custom {
  margin-right: 0px !important;
}

.et_pb_post .et_pb_slide,
.blog-landing .blog-entry .et_pb_slide {
  min-height: 600px;
  background-size: cover !important;
}

.et_pb_column_3_4 .et_pb_post .et_pb_slide {
  min-height: 442px;
}

.et_pb_column_2_3 .et_pb_post .et_pb_slide {
  min-height: 390px;
}

.et_pb_column_1_2 .et_pb_post .et_pb_slide {
  min-height: 284px;
}

.et_pb_column_1_3 .et_pb_post .et_pb_slide,
.et_pb_column_3_8 .et_pb_post .et_pb_slide {
  min-height: 180px;
}

.et_pb_column_1_4 .et_pb_post .et_pb_slide {
  min-height: 125px;
}

.et_pb_blog_grid .et_pb_post .et_pb_slide {
  min-height: 180px;
}

.et_full_width_page .et_gallery_item:nth-child(3n) {
  margin-right: 60px;
}

.et_full_width_page .et_gallery_item:nth-child(3n+1) {
  clear: none;
}

.et_full_width_page .et_gallery_item:nth-child(4n) {
  margin-right: 0;
}

.et_full_width_page .et_gallery_item:nth-child(4n+1) {
  clear: both;
}

.et_pb_audio_module {
  margin-bottom: 30px;
  position: relative;
}

.et_pb_audio_cover_art {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.et_pb_audio_module_content {
  margin-left: 220px;
}

.et_pb_audio_module_content h2 {
  margin-bottom: -5px;
}

.et_audio_module_meta {
  margin-bottom: 17px;
  color: #fff;
}

.et_pb_column_2_3 .et_pb_audio_cover_art {
  width: 180px;
}

.et_pb_column_2_3 .et_pb_audio_module_content {
  margin-left: 180px;
}

.et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_3_8 .et_pb_audio_cover_art,
.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_1_4 .et_pb_audio_cover_art {
  float: none;
  width: 100%;
  position: relative;
}

.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content {
  margin-left: 0;
}

.et_pb_column_1_4 .et_audio_module_meta {
  font-size: 12px;
}

.et_pb_audio_no_image .et_pb_audio_module_content {
  margin-left: 0;
}

.et_pb_column_1_2 .et_pb_audio_cover_art {
  height: 380px;
}

.et_pb_column_3_8 .et_pb_audio_cover_art {
  height: 275px;
}

.et_pb_column_1_3 .et_pb_audio_cover_art {
  height: 240px;
}

.et_pb_column_1_4 .et_pb_audio_cover_art {
  height: 170px;
}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/
#et-top-navigation {
  float: right;
}

.nav li {
  position: relative;
}

.nav li ul {
  position: absolute;
  top: 52px;
  left: -27px;
  padding: 20px;
}

.et-fixed-header .nav li ul {
  top: 38px;
}

.et-fixed-header .nav li li ul {
  top: -3px;
}

.nav li ul {
  z-index: 9999;
  width: 200px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #7EBEC5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav li ul {
  -webkit-transform: translate3d(0, 0, 0);
  text-align: left;
}

.nav li.et-hover > ul {
  visibility: visible;
}

.nav li:hover > ul,
.nav li.et-hover > ul {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav li li {
  padding: 0;
  margin: 0;
}

.nav li li ul {
  z-index: 1000;
  top: -3px;
  left: 220px;
}

.nav li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

.nav li li a,
.et_mobile_menu li a {
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
  color: #111;
  background-color: rgba(0, 0, 0, 0.03);
}

.et_nav_text_color_light .nav ul li a:hover,
.et_nav_text_color_light .et_mobile_menu li a:hover {
  color: #fff !important;
}

#mainnav li li a {
  padding: 10px 20px;
  width: 160px;
}

.et_nav_text_color_light #mainnav li li a {
  color: rgba(255, 255, 255, 0.7);
}

.et_nav_text_color_light #mainnav li li a:hover {
  color: rgb(255, 255, 255);
}

#et-secondary-nav li {
  position: relative;
  text-align: right;
}

#et-secondary-nav li > a {
  padding-bottom: 8px;
}

#et-secondary-nav > li > a {
  padding-bottom: 12px;
}

#et-secondary-nav li ul {
  position: absolute;
  top: 23px;
  left: -132px;
  padding: 20px;
}

#et-secondary-nav li ul ul {
  top: -20px;
  left: -209px;
}

#et-secondary-nav li ul li {
  display: block;
  margin-left: -20px;
  padding-left: 20px;
}

#et-secondary-nav li ul {
  z-index: 999999;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#et-secondary-nav li ul {
  -webkit-transform: translate3d(0, 0, 0);
}

#et-secondary-nav li.et-hover > ul {
  visibility: visible;
}

#et-secondary-nav li:hover > ul,
#et-secondary-menu li.et-hover > ul {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#et-secondary-nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}

#et-secondary-nav li li {
  padding: 0;
  margin: 0;
}

#et-secondary-nav li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

#et-secondary-nav li li a {
  width: 150px;
  font-size: 12px;
  line-height: 1em;
  margin-right: 0;
  padding: 10px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#et-secondary-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/*---------------[DROPDOWN ARROWS]------------------*/
#mainnav .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  content: " > ";
  font-size: 9px;
  position: absolute;
  right: 0;
  top: 2px;
}

#mainnav .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 14px;
}

#mainnav li li.menu-item-has-children > a:first-child:after {
  right: 20px;
}

/*---------------[MEGA MENU]------------------*/
#mainnav li.mega-menu {
  position: inherit;
}

#mainnav li.mega-menu > ul {
  top: 62px;
  padding: 30px 20px;
  position: absolute !important;
  width: 1040px !important;
  left: 0 !important;
}

#mainnav li.mega-menu ul li {
  margin: 0;
  float: left !important;
  display: block !important;
  padding: 0 !important;
}

#mainnav li.mega-menu li > ul {
  padding: 0px;
  border: none;
  left: auto;
  top: auto;
  width: 240px !important;
  position: relative;
}

#mainnav li.mega-menu li ul {
  visibility: visible;
  opacity: 1;
  display: none;
}

#mainnav li.mega-menu.et-hover li ul {
  display: block;
}

#mainnav li.mega-menu:hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
}

#mainnav li.mega-menu > ul > li > a:first-child {
  padding-top: 0 !important;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#mainnav li.mega-menu > ul > li > a:first-child:hover {
  background-color: transparent !important;
}

#mainnav li.mega-menu li > a {
  width: 200px !important;
}

#mainnav li.mega-menu > ul > li {
  margin: 0 10px;
}

#mainnav li.mega-menu .menu-item-has-children > a:first-child:after {
  display: none;
}

.et-fixed-header #mainnav li.mega-menu > ul {
  top: 42px;
}

/*---------------[MOBILE MENU]------------------*/
.et_mobile_menu {
  position: absolute;
  left: 0;
  top: 62px;
  padding: 5%;
  background: #fff;
  width: 90%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9999;
  border-top: 3px solid #7EBEC5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.et-fixed-header .et_mobile_menu {
  top: 41px;
}

.et_mobile_menu li ul {
  visibility: visible !important;
  display: block !important;
  padding-left: 10px;
}

.et_mobile_menu li li {
  padding-left: 5%;
}

.et_mobile_menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #666;
  padding: 10px 5%;
  width: 90%;
  display: block;
}

.et_nav_text_color_light .et_mobile_menu li a {
  color: rgba(255, 255, 255, 0.7);
}

.et_mobile_menu .menu-item-has-children > a {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.03);
}

.et_mobile_menu li .menu-item-has-children > a {
  background-color: transparent;
}

#et_mobile_nav_menu {
  float: right;
  display: none;
}

.mobile_menu_bar {
  position: relative;
  top: 0px;
  padding-left: 20px;
}

.mobile_menu_bar:before {
  content: "a";
  font-size: 32px;
  left: 0;
  position: relative;
  top: 0;
}

.et-fixed-header .mobile_menu_bar:before {
  top: -6px;
}

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/
#comment-wrap {
  padding-top: 75px;
}

.single-project #comment-wrap {
  padding-top: 0px;
}

.comment-body {
  position: relative;
  padding: 0 110px 0 100px;
  margin-bottom: 48px;
  min-height: 87px;
}

.comment_avatar {
  left: 0;
  position: absolute;
  top: 7px;
}

.comment_avatar img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.comment_postinfo {
  margin-bottom: 8px;
}

span.fn,
span.fn a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}

span.comment_date {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.comment-reply-link {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  color: #fff;
}

.comment-reply-link:hover,
.form-submit:hover {
  text-decoration: none;
}

.comment .children {
  margin-left: 100px;
  padding-left: 0 !important;
}

.comment #respond {
  margin: -30px 0 0;
}

#respond {
  padding-top: 17px;
}

#commentform {
  padding-bottom: 60px;
}

#commentform input[type=text] {
  width: 47%;
}

#commentform textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#commentform textarea,
#commentform input[type=text] {
  padding: 12px;
  color: #999;
  background-color: #eee;
  border: none;
  font-size: 18px;
}

.form-submit {
  float: right;
}

.form-submit input {
  display: block;
}

#reply-title small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer-widgets {
  padding-top: 80px;
}

.footer-widget {
  float: left;
  width: 225px;
  margin: 0 60px 50px 0;
  color: #fff;
}

.last {
  margin-right: 0;
}

#main-footer .et_pb_widget {
  margin: 0;
}

#footer-widgets .fwidget {
  padding-bottom: 15px;
}

#footer-widgets .footer-widget li {
  padding: 0 0 10px 14px;
  position: relative;
}

#footer-widgets .footer-widget li:before {
  border-radius: 3px;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
}

#footer-widgets .footer-widget li a {
  color: #fff;
  text-decoration: none;
}

#footer-widgets .footer-widget li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#footer-bottom {
  background-color: #1f1f1f;
  background-color: rgba(0, 0, 0, 0.32);
  /*     padding: 15px 0 5px; */
  padding: 20px 0px;
}

#footer-info {
  text-align: left;
  color: #666;
  padding-bottom: 10px;
  float: left;
}

#footer-info a {
  font-weight: 700;
  color: #666;
}

#et-footer-nav {
  background-color: rgba(255, 255, 255, 0.05);
}

.bottom-nav {
  padding: 15px 0;
}

.bottom-nav li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

.bottom-nav a {
  color: #bbb;
}

.bottom-nav a:hover {
  color: rgba(187, 187, 187, 0.7);
}

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
.widget_search .screen-reader-text {
  display: none;
}

.widget_search #s {
  color: #666 !important;
  width: 58%;
  padding: 6px 3% 7px 3%;
  margin: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-color: #ddd;
}

.widget_search #searchform {
  position: relative;
}

.widget_search #searchsubmit {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400 !important;
  color: #666;
  background-color: #ddd;
  width: 34%;
  max-width: 90px;
  margin: 0 0 0 -4px;
  padding: 11px 10px 10px 10px !important;
  border: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 14px;
  width: 63px;
  height: 31px !important;
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 1;
}

.osx .widget_search #searchsubmit {
  height: 30px !important;
}

.osx.gecko .widget_search #searchsubmit {
  height: 29px !important;
}

.safari .widget_search #searchsubmit {
  right: 8px;
}

.osx.safari .widget_search #searchsubmit {
  height: 28px !important;
}

.gecko .widget_search #searchsubmit {
  padding: 7px 10px 10px 10px !important;
}

.ie .widget_search #searchsubmit {
  height: 30px !important;
}

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/
div.post .new-post .aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin-bottom: 10px;
  max-width: 96%;
  padding: 8px;
}

.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
  margin: 0px 0px 10px 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 0 4px 5px;
  margin: 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 100%;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

#wp-calendar a:hover {
  text-decoration: underline;
}

#wp-calendar caption {
  text-decoration: none;
  font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td {
  padding: 3px 5px;
  color: #9f9f9f;
}

#wp-calendar td#today {
  font-weight: bold;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  padding: 3px 5px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
  clear: both;
}

.wp-pagenavi {
  text-align: right;
  border-top: 1px solid #e2e2e2;
  padding-top: 13px;
  clear: both;
  margin-bottom: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #666;
  margin: 0 5px;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 400 !important;
  border: none !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #999 !important;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #82c0c7 !important;
}

.et_pb_slider {
  position: relative;
  overflow: hidden;
}

.et_pb_slides:after,
.et_pb_row:after,
.et_pb_row_inner:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.et_pb_slider .et_pb_slide {
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
}

.format-gallery .et_pb_slider .et_pb_slide {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.et_pb_slider .et_pb_slide,
.et_pb_section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
}

.et_pb_slider .et_pb_slide:first-child {
  display: list-item;
}

.et_pb_container {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.et_pb_slide_description {
  padding: 210px 100px;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 0.9s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.7s;
  -moz-animation-delay: 0.9s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.7s;
  -o-animation-delay: 0.9s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.7s;
  -ms-animation-delay: 0.9s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0.9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeBottom;
  animation-name: fadeBottom;
}

.et_pb_slider_full.et-pb-active-slide .et_pb_slide_descriptionwidth_off .et_pb_slide_description {
  padding: 185px 100px;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.et-pb-controllers {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.format-gallery .et-pb-controllers {
  bottom: 0;
}

.et-pb-controllers a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  border-radius: 7px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
}

.et_pb_post .et-pb-controllers a {
  margin-bottom: 10px;
}

.et-pb-controllers a:last-child {
  margin-right: 0;
}

.et-pb-controllers .et-pb-active-control {
  background-color: #fff;
}

.et_pb_text {
  width: 100%;
  margin-bottom: 30px;
}

.et_pb_text p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .et_pb_bg_layout_dark h2.sw-portfolio-project-subtitle,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
  color: #fff !important;
}

.et_pb_text_align_left {
  text-align: left;
}

.et_pb_text_align_center {
  text-align: center;
}

.et_pb_text_align_right {
  text-align: right;
}

.et_pb_testimonial_old_layout,
.et_pb_testimonial_old_layout .et_pb_testimonial_description a {
  color: #666 !important;
}

.et_pb_slide_image {
  bottom: 0;
  width: 510px;
  position: absolute;
}

.et_pb_slide:first-child .et_pb_slide_image img {
  opacity: 0;
}

.et_pb_slide:first-child .et_pb_slide_image img.active {
  opacity: 1;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.7s;
  -moz-animation-delay: 0.6s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.7s;
  -o-animation-delay: 0.6s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.7s;
  -ms-animation-delay: 0.6s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}

.et_pb_media_alignment_center .et_pb_slide_image {
  bottom: auto;
  top: 50%;
}

.et_pb_slide_image,
.et_pb_slide_video {
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.7s;
  -moz-animation-delay: 0.6s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.7s;
  -o-animation-delay: 0.6s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.7s;
  -ms-animation-delay: 0.6s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}

.et_pb_slide_image img {
  vertical-align: bottom;
}

.et_pb_slide_with_image .et_pb_slide_description {
  width: 510px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  padding-bottom: 200px;
  float: right;
}

.et_pb_slide_description h2,
.item .caption .title {
  font-weight: 300;
  font-size: 46px;
}

.et_pb_slide_content,
.item .caption .description {
  font-size: 18px;
  padding-bottom: 24px;
  font-weight: 400;
  color: #333;
}

.et_pb_slide_content p:last-of-type,
.item .caption .description p:last-of-type {
  padding-bottom: 0px;
}

.et_pb_bg_layout_dark .et_pb_slide_content,
.et_pb_bg_layout_dark .item .caption .description {
  color: #fff;
}

a.et_pb_more_button {
  color: inherit;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
}

.et_pb_section_parallax,
.et_pb_slider_parallax {
  overflow: hidden;
}

.et_parallax_bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: fixed;
}

.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: scroll;
}

.et_mobile_device .et-waypoint,
.et_mobile_device .et_pb_counter_amount {
  opacity: 1 !important;
  -webkit-animation: none !important;
  animation: none !important;
}

.et_pb_slider_fullwidth_off {
  margin-bottom: 30px;
}

.et_pb_post .et_pb_slider {
  margin-bottom: 0;
}

.et_pb_slider_fullwidth_off .et_pb_container {
  width: 100% !important;
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 120px 60px 86px;
  text-align: center;
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 80px 60px;
}

.et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 120px 60px;
}

.et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 180px 60px;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container {
  min-height: 170px;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video {
  display: none;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
  text-align: center;
  width: 185px;
  padding: 35px 20px 75px;
}

.et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_slider_fullwidth_off .et_pb_slide_video {
  margin-left: 100px;
  width: 410px;
}

.et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
  width: 409px;
  padding-top: 145px;
  padding-bottom: 145px;
  padding-right: 100px;
}

.et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
  width: 307px;
  padding-left: 60px;
  padding-right: 60px;
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
  width: 390px;
  padding-left: 60px;
  padding-right: 60px;
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
  width: 200px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}

.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
  width: 249px;
}

.et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
  width: 260px;
  padding-left: 60px;
  padding-right: 60px;
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video {
  display: none;
}

.et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_video {
  width: 260px;
  margin-left: 60px;
}

.et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_video {
  width: 308px;
  margin-left: 60px;
}

.et_pb_column_3_4 .et_pb_slide_content,
.et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content,
.et_pb_column_2_3 .et_pb_slide_content,
.et_pb_column_3_4 .item .caption .description,
.et_pb_column_1_2 .item .caption .description,
.et_pb_column_1_3 .item .caption .description,
.et_pb_column_1_4 .item .caption .description,
.et_pb_column_2_3 .item .caption .description {
  font-size: 16px;
}

.et_pb_column_3_4 .et_pb_slide_description h2,
.et_pb_column_2_3 .et_pb_slide_description h2,
.et_pb_column_1_2 .et_pb_slide_description h2,
.et_pb_column_3_4 .item .caption .title,
.et_pb_column_2_3 .item .caption .title,
.et_pb_column_1_2 .item .caption .title {
  font-weight: 500;
  font-size: 26px;
}

.et_pb_column_1_3 .et_pb_slide_description h2,
.et_pb_column_3_8 .et_pb_slide_description h2,
.et_pb_column_1_3 .item .caption .title,
.et_pb_column_3_8 .item .caption .title {
  font-weight: 500;
  font-size: 22px;
}

ul.et_pb_social_media_follow {
  list-style-type: none;
  margin: 0 0 22px;
  padding: 0;
}

.et_pb_social_media_follow li {
  float: left;
  margin-bottom: 8px;
}

.et_pb_social_media_follow li a {
  margin-right: 8px;
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
}

.et_pb_social_media_follow li a.follow_button {
  padding: 0px 12px;
  margin-top: 5px;
  margin-right: 25px;
  font-size: 14px;
  line-height: 23px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.et_pb_social_media_follow li a.follow_button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
  background: rgba(0, 0, 0, 0.7);
  color: rgb(255, 255, 255);
}

.et_pb_social_media_follow li a.icon {
  height: 32px;
  width: 32px;
  padding: 0;
}

.et_pb_social_media_follow li a.icon::before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: rgb(255, 255, 255);
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.et_pb_social_media_follow li a.icon:hover::before {
  color: rgba(255, 255, 255, 0.7);
}

.et_pb_social_media_follow li a.icon.rounded_rectangle {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.et_pb_social_media_follow li a.icon.circle {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

li.et_pb_social_icon a span {
  display: none;
}

.et-social-facebook a.icon:before {
  content: "\e093";
}

.et-social-twitter a.icon:before {
  content: "\e094";
}

.et-social-google-plus a.icon:before {
  content: "\e096";
}

.et-social-pinterest a.icon:before {
  content: "\e095";
}

.et-social-linkedin a.icon:before {
  content: "\e09d";
}

.et-social-tumblr a.icon:before {
  content: "\e097";
}

.et-social-instagram a.icon:before {
  content: "\e09a";
}

.et-social-skype a.icon:before {
  content: "\e0a2";
}

.et-social-flikr a.icon:before {
  content: "\e0a6";
}

.et-social-myspace a.icon:before {
  content: "\e0a1";
}

.et-social-dribbble a.icon:before {
  content: "\e09b";
}

.et-social-youtube a.icon:before {
  content: "\e0a3";
}

.et-social-vimeo a.icon:before {
  content: "\e09c";
}

.et-social-rss a.icon:before {
  content: "\e09e";
}

.et_pb_section {
  padding: 50px 0;
  position: relative;
}

body.the-mlk50-pledge .et_pb_section {
  padding-top: 0;
}

#main-content,
.et_pb_section {
  background-color: #fff;
}

.et_section_transparent,
.et_pb_pagebuilder_layout #main-content {
  background-color: transparent;
}

.et_pb_fullwidth_section {
  padding: 0;
}

.et_pb_fullwidth_section .et_pb_row {
  padding: 0;
}

.et_pb_fullwidth_header {
  padding: 50px 0;
}

.et_pb_fullwidth_header p {
  padding-bottom: 0;
}

.et_pb_inner_shadow {
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}

.et_pb_section_video {
  overflow: hidden;
}

.et_pb_section_video_bg {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
  display: none !important;
}

.et_pb_row {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  position: relative;
}

.et_pb_row_inner:nth-of-type(n+2) {
  padding-top: 30px;
}

.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
  display: none;
}

.et_pb_column {
  float: left;
  margin-right: 60px;
}

.et_pb_column_4_4 {
  width: 100%;
  float: none;
}

.et_pb_column_1_2 {
  width: 510px;
}

.et_pb_column_1_3 {
  width: 320px;
}

.et_pb_column_1_4 {
  width: 225px;
}

.et_pb_column_2_3 {
  width: 700px;
}

.et_pb_column_3_4 {
  width: 795px;
}

.et_pb_column_3_8 {
  width: 367.5px;
}

.et_pb_row .et_pb_column:last-child {
  margin-right: 0;
}

.et_pb_space {
  border: none;
}

.et_pb_divider {
  border-top: 1px solid #eee;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
}

.et_pb_preload > div,
.et_pb_preload .et_pb_section_video_bg {
  visibility: hidden;
}

.et_pb_preload {
  position: relative;
  background: #464646 !important;
}

.et_pb_preload:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("images/preloader.gif") no-repeat;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

.et-pb-icon {
  font-family: "ETmodules";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.et-pb-icon-circle {
  font-size: 48px;
  border-radius: 100px;
  padding: 25px;
}

.et-pb-icon-circle-border {
  border: 3px solid;
}

.et_pb_blurb_position_left .et_pb_blurb_content {
  padding-left: 52px;
  text-align: left;
}

.et_pb_blurb_position_left .et-pb-icon {
  font-size: 32px;
  margin-right: 20px;
  margin-top: -8px;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
}

.et_pb_blurb_position_left .et-pb-icon-circle {
  font-size: 16px;
  border-radius: 32px;
  padding: 8px;
}

.et_pb_blurb_position_left .et-pb-icon-circle-border {
  border: 2px solid;
}

.et_pb_accordion {
  margin-bottom: 30px;
}

.et_pb_accordion .et_pb_toggle {
  margin-bottom: 10px;
}

.et_pb_accordion .et_pb_toggle:last-child {
  margin-bottom: 0;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
  display: none;
}

/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideWidth {
  0% {
    width: 0;
  }
}
@keyframes slideWidth {
  0% {
    width: 0;
  }
}
.et-waypoint {
  opacity: 0;
}

.et_pb_counters {
  opacity: 1;
  margin-bottom: 30px;
}

.et_pb_counters,
.et_pb_pricing,
.et_pb_widget_area ul,
.et_pb_tabs_controls {
  list-style: none !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.et_pb_animation_off {
  opacity: 1;
}

.et_pb_animation_left.et-animated {
  opacity: 1;
  -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_right.et-animated {
  opacity: 1;
  -webkit-animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_top.et-animated {
  opacity: 1;
  -webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_bottom.et-animated {
  opacity: 1;
  -webkit-animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_fade_in.et-animated {
  opacity: 1;
  -webkit-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et-animated li span .et_pb_counter_amount {
  opacity: 1;
  -webkit-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_filterable_portfolio {
  margin: 0 0 30px;
  position: relative;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters {
  clear: both;
  margin: 0 0 40px 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
  list-style-type: none;
  padding: 0;
  float: left;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  float: left;
  font-size: 14px;
  line-height: 14px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
  color: #666666;
  padding: 10px 20px;
  border: 1px solid #E2E2E2;
  display: block;
  text-decoration: none;
  height: auto;
  overflow: hidden;
  margin: -1px -1px 0 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
  color: #666;
  background-color: #F4F4F4;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
  color: #82c0c7;
  background-color: #F9F9F9;
}

.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_filters li a {
  color: #FFF;
  background-color: transparent;
}

.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_filters li a:hover {
  color: #333;
  background-color: rgb(255, 255, 255);
}

.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_filters li a.active {
  color: #333;
  background-color: #FFF;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters {
  margin: 0 auto 40px;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
  float: none;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  width: 100%;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
  margin: -1px 0 0 0;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  width: 50%;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
  border-bottom-left-radius: 0;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
  border-top-right-radius: 3px !important;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
  font-size: 18px;
}

.et_pb_filterable_portfolio .column_width {
  height: 0px;
  width: 225px;
}

.et_pb_filterable_portfolio .gutter_width {
  height: 0px;
  width: 60px;
}

.et_pb_column_4_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_3_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_2_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_1_2 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_1_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
  float: left;
  width: 225px;
  margin: 0 0px 42px 0;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
.et_pb_column_3_8 .et_pb_filterable_portfolio .column_width {
  width: 368px;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .gutter_width {
  width: 0px;
}

.et_pb_column_2_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
  width: 195px;
}

.et_pb_column_2_3 .et_pb_filterable_portfolio .column_width {
  width: 195px;
}

.et_pb_column_2_3 .et_pb_filterable_portfolio .gutter_width {
  width: 57px;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
  width: 320px;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .column_width {
  width: 320px;
}

.et_pb_column_1_3 .et_pb_filterable_portfolio .gutter_width,
.et_pb_column_1_4 .et_pb_filterable_portfolio .gutter_width {
  width: 0px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_items,
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {
  border-bottom: 1px solid #E2E2E2;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination {
  float: right;
  height: 24px;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul {
  list-style-type: none;
  width: 100%;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li {
  float: left;
  padding: 5px;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a {
  float: left;
  padding: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #999999;
}

.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a {
  color: #FFFFFF;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active {
  color: #82c0c7;
}

.et_pb_portfolio_items_wrapper.no_pagination {
  border-bottom: none;
}

/* Gallery */
.et_pb_gallery {
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item {
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  width: 100%;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
  display: block;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item .et_pb_gallery_image,
.et_pb_gallery_fullwidth .et_pb_gallery_item .et_pb_gallery_image img {
  width: 100%;
  height: auto;
}

.et_pb_column_4_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
  width: 1080px;
}

.et_pb_column_3_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
  width: 795px;
}

.et_pb_column_2_3 .et_pb_gallery_fullwidth .et_pb_gallery_item {
  width: 700px;
}

.et_pb_column_1_2 .et_pb_gallery_fullwidth .et_pb_gallery_item {
  width: 510px;
}

.et_pb_column_3_8 .et_pb_gallery_fullwidth .et_pb_gallery_item {
  width: 368px;
}

.et_pb_column_1_3 .et_pb_gallery_fullwidth .et_pb_gallery_item {
  width: 320px;
}

.et_pb_column_1_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
  width: 225px;
}

.et_pb_gallery_grid .et_pb_gallery_items {
  transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
}

.et_pb_gallery_grid .et_pb_gallery_item {
  /*     float: left; */
  margin-bottom: 53px;
  /*     width: 225px; */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 225px;
          flex: 1 1 225px;
  padding: 0px 12px;
}

.et_pb_gallery_grid .column_width {
  height: 0px;
  width: 225px;
}

.et_pb_gallery_grid .gutter_width {
  height: 0px;
  width: 60px;
}

.et_pb_gallery_grid .et_pb_gallery_image {
  overflow: hidden;
  height: 169px;
  width: 225px;
  margin: 0;
  position: relative;
}

.et_pb_gallery_grid .et_pb_gallery_image img {
  max-width: inherit;
  height: inherit;
  min-height: 169px;
  min-width: 225px;
}

.et_pb_gallery_grid .et_pb_gallery_image.landscape img {
  height: 169px;
}

.et_pb_gallery_grid .et_pb_gallery_image.portrait img {
  width: 225px;
}

.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title {
  font-size: 16px;
  padding: 10px 0;
}

.et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_caption {
  font-size: 14px;
}

.et_pb_gallery .et_pb_gallery_items {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.et_pb_gallery .et_pb_gallery_pagination {
  width: 100%;
  float: right;
  border-top: 1px solid #E2E2E2;
}

.et_pb_gallery .et_pb_gallery_pagination ul {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0px;
}

.et_pb_gallery .et_pb_gallery_pagination ul li {
  float: left;
}

.et_pb_gallery .et_pb_gallery_pagination ul li a {
  float: left;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  color: #999999;
  display: block;
}

.et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a {
  color: #FFFFFF;
}

.et_pb_gallery .et_pb_gallery_pagination ul li a.active {
  color: #82c0c7;
}

.et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item,
.et_pb_column_3_8 .et_pb_gallery .column_width {
  width: 368px;
}

.et_pb_column_3_8 .et_pb_gallery .gutter_width {
  width: 0px;
}

.et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image {
  height: 276px;
  width: 368px;
}

.et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img {
  min-height: 276px;
  min-width: 368px;
}

.et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img {
  height: 276px;
}

.et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img {
  width: 368px;
}

.et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item,
.et_pb_column_2_3 .et_pb_gallery .column_width {
  width: 195px;
}

.et_pb_column_2_3 .et_pb_gallery .gutter_width {
  width: 57px;
}

.et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image {
  height: 146px;
  width: 195px;
}

.et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img {
  min-height: 146px;
  min-width: 195px;
}

.et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img {
  height: 146px;
}

.et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img {
  width: 195px;
}

.et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item,
.et_pb_column_1_3 .et_pb_gallery .column_width {
  width: 320px;
}

.et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image {
  height: 240px;
  width: 320px;
}

.et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img {
  min-height: 240px;
  min-width: 320px;
}

.et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img {
  height: 240px;
}

.et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img {
  width: 320px;
}

.et_pb_column_1_3 .et_pb_gallery .gutter_width,
.et_pb_column_1_4 .et_pb_gallery .gutter_width {
  width: 0px;
}

.mfp-fade.mfp-bg {
  opacity: 0.001;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0.001;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Fullwidth Portfolio */
.et_pb_fullwidth_portfolio {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.et_pb_fullwidth_portfolio .et_overlay {
  border: none;
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group {
  display: none;
  float: left;
  width: 100%;
  position: relative;
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group.active {
  display: block;
}

.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group {
  display: block;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_items {
  width: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_item {
  float: left;
  margin: 0;
  height: 0px;
  width: 20%;
  position: relative;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image img {
  max-width: inherit;
  height: inherit;
  min-height: 100%;
  min-width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
  height: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img {
  width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before {
  top: 45%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before {
  top: 33%;
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
  background: rgba(0, 0, 0, 0.6);
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p {
  color: #FFF;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
  position: absolute;
  opacity: 0;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.et_pb_fullwidth_portfolio h2 {
  text-align: center;
  margin: 30px 0;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image p {
  display: block;
  position: relative;
  float: left;
  z-index: 5;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
  margin-top: 40%;
  padding: 0 5px;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3 {
  margin-top: 35%;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
  left: 22px;
  opacity: 1;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
  right: 22px;
  opacity: 1;
}

.et_color_scheme_green a {
  color: #7cc68d;
}

.et_color_scheme_green .et_pb_counter_amount,
.et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_green #top-header {
  background: #7cc68d !important;
}

.et_color_scheme_green.woocommerce a.button.alt,
.et_color_scheme_green.woocommerce-page a.button.alt,
.et_color_scheme_green.woocommerce button.button.alt,
.et_color_scheme_green.woocommerce-page button.button.alt,
.et_color_scheme_green.woocommerce input.button.alt,
.et_color_scheme_green.woocommerce-page input.button.alt,
.et_color_scheme_green.woocommerce #respond input#submit.alt,
.et_color_scheme_green.woocommerce-page #respond input#submit.alt,
.et_color_scheme_green.woocommerce #content input.button.alt,
.et_color_scheme_green.woocommerce-page #content input.button.alt,
.et_color_scheme_green.woocommerce a.button,
.et_color_scheme_green.woocommerce-page a.button,
.et_color_scheme_green.woocommerce button.button,
.et_color_scheme_green.woocommerce-page button.button,
.et_color_scheme_green.woocommerce input.button,
.et_color_scheme_green.woocommerce-page input.button,
.et_color_scheme_green.woocommerce #respond input#submit,
.et_color_scheme_green.woocommerce-page #respond input#submit,
.et_color_scheme_green.woocommerce #content input.button,
.et_color_scheme_green.woocommerce-page #content input.button,
.et_color_scheme_green .woocommerce-message,
.et_color_scheme_green .woocommerce-error,
.et_color_scheme_green .woocommerce-info {
  background: #7cc68d !important;
}

.et_color_scheme_green #et_search_icon:hover,
.et_color_scheme_green .mobile_menu_bar:before,
.et_color_scheme_green .footer-widget h4,
.et_color_scheme_green .footer-widget div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .et_color_scheme_green .footer-widget h2.sw-portfolio-project-subtitle,
.et_color_scheme_green .et_pb_sum,
.et_color_scheme_green .et_pb_pricing li a,
.et_color_scheme_green .et_pb_pricing_table_button,
.et_color_scheme_green .comment-reply-link,
.et_color_scheme_green .form-submit input,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_green .et_pb_contact_submit,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_green .et_overlay:before,
.et_color_scheme_green .entry-summary p.price ins,
.et_color_scheme_green.woocommerce div.product span.price,
.et_color_scheme_green.woocommerce-page div.product span.price,
.et_color_scheme_green.woocommerce #content div.product span.price,
.et_color_scheme_green.woocommerce-page #content div.product span.price,
.et_color_scheme_green.woocommerce div.product p.price,
.et_color_scheme_green.woocommerce-page div.product p.price,
.et_color_scheme_green.woocommerce #content div.product p.price,
.et_color_scheme_green.woocommerce-page #content div.product p.price,
.et_color_scheme_green #mainnav li.current-menu-ancestor > a,
.et_color_scheme_green #mainnav li.current-menu-item > a,
.et_color_scheme_green .bottom-nav li.current-menu-item > a {
  color: #7cc68d !important;
}

.et_color_scheme_green.woocommerce .star-rating span:before,
.et_color_scheme_green.woocommerce-page .star-rating span:before {
  color: #7cc68d !important;
}

.et_color_scheme_green .et-search-form,
.et_color_scheme_green .nav li ul,
.et_color_scheme_green .et_mobile_menu,
.et_color_scheme_green .footer-widget li:before,
.et_color_scheme_green .et_pb_pricing li:before {
  border-color: #7cc68d !important;
}

.et_color_scheme_pink a {
  color: #c37cc6;
}

.et_color_scheme_pink .et_pb_counter_amount,
.et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_pink #top-header {
  background: #c37cc6 !important;
}

.et_color_scheme_pink.woocommerce a.button.alt,
.et_color_scheme_pink.woocommerce-page a.button.alt,
.et_color_scheme_pink.woocommerce button.button.alt,
.et_color_scheme_pink.woocommerce-page button.button.alt,
.et_color_scheme_pink.woocommerce input.button.alt,
.et_color_scheme_pink.woocommerce-page input.button.alt,
.et_color_scheme_pink.woocommerce #respond input#submit.alt,
.et_color_scheme_pink.woocommerce-page #respond input#submit.alt,
.et_color_scheme_pink.woocommerce #content input.button.alt,
.et_color_scheme_pink.woocommerce-page #content input.button.alt,
.et_color_scheme_pink.woocommerce a.button,
.et_color_scheme_pink.woocommerce-page a.button,
.et_color_scheme_pink.woocommerce button.button,
.et_color_scheme_pink.woocommerce-page button.button,
.et_color_scheme_pink.woocommerce input.button,
.et_color_scheme_pink.woocommerce-page input.button,
.et_color_scheme_pink.woocommerce #respond input#submit,
.et_color_scheme_pink.woocommerce-page #respond input#submit,
.et_color_scheme_pink.woocommerce #content input.button,
.et_color_scheme_pink.woocommerce-page #content input.button,
.et_color_scheme_pink .woocommerce-message,
.et_color_scheme_pink .woocommerce-error,
.et_color_scheme_pink .woocommerce-info {
  background: #c37cc6 !important;
}

.et_color_scheme_pink #et_search_icon:hover,
.et_color_scheme_pink .mobile_menu_bar:before,
.et_color_scheme_pink .footer-widget h4,
.et_color_scheme_pink .footer-widget div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .et_color_scheme_pink .footer-widget h2.sw-portfolio-project-subtitle,
.et_color_scheme_pink .et_pb_sum,
.et_color_scheme_pink .et_pb_pricing li a,
.et_color_scheme_pink .et_pb_pricing_table_button,
.et_color_scheme_pink .comment-reply-link,
.et_color_scheme_pink .form-submit input,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_contact_submit,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_pink .et_overlay:before,
.et_color_scheme_pink .entry-summary p.price ins,
.et_color_scheme_pink.woocommerce div.product span.price,
.et_color_scheme_pink.woocommerce-page div.product span.price,
.et_color_scheme_pink.woocommerce #content div.product span.price,
.et_color_scheme_pink.woocommerce-page #content div.product span.price,
.et_color_scheme_pink.woocommerce div.product p.price,
.et_color_scheme_pink.woocommerce-page div.product p.price,
.et_color_scheme_pink.woocommerce #content div.product p.price,
.et_color_scheme_pink.woocommerce-page #content div.product p.price,
.et_color_scheme_pink #mainnav li.current-menu-ancestor > a,
.et_color_scheme_pink #mainnav li.current-menu-item > a,
.et_color_scheme_pink .bottom-nav li.current-menu-item > a {
  color: #c37cc6 !important;
}

.et_color_scheme_pink.woocommerce .star-rating span:before,
.et_color_scheme_pink.woocommerce-page .star-rating span:before {
  color: #c37cc6 !important;
}

.et_color_scheme_pink .et-search-form,
.et_color_scheme_pink .nav li ul,
.et_color_scheme_pink .et_mobile_menu,
.et_color_scheme_pink .footer-widget li:before,
.et_color_scheme_pink .et_pb_pricing li:before {
  border-color: #c37cc6 !important;
}

.et_color_scheme_red a {
  color: #cd5c5c;
}

.et_color_scheme_red .et_pb_counter_amount,
.et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_red #top-header {
  background: #cd5c5c !important;
}

.et_color_scheme_red.woocommerce a.button.alt,
.et_color_scheme_red.woocommerce-page a.button.alt,
.et_color_scheme_red.woocommerce button.button.alt,
.et_color_scheme_red.woocommerce-page button.button.alt,
.et_color_scheme_red.woocommerce input.button.alt,
.et_color_scheme_red.woocommerce-page input.button.alt,
.et_color_scheme_red.woocommerce #respond input#submit.alt,
.et_color_scheme_red.woocommerce-page #respond input#submit.alt,
.et_color_scheme_red.woocommerce #content input.button.alt,
.et_color_scheme_red.woocommerce-page #content input.button.alt,
.et_color_scheme_red.woocommerce a.button,
.et_color_scheme_red.woocommerce-page a.button,
.et_color_scheme_red.woocommerce button.button,
.et_color_scheme_red.woocommerce-page button.button,
.et_color_scheme_red.woocommerce input.button,
.et_color_scheme_red.woocommerce-page input.button,
.et_color_scheme_red.woocommerce #respond input#submit,
.et_color_scheme_red.woocommerce-page #respond input#submit,
.et_color_scheme_red.woocommerce #content input.button,
.et_color_scheme_red.woocommerce-page #content input.button,
.et_color_scheme_red .woocommerce-message,
.et_color_scheme_red .woocommerce-error,
.et_color_scheme_red .woocommerce-info {
  background: #cd5c5c !important;
}

.et_color_scheme_red #et_search_icon:hover,
.et_color_scheme_red .mobile_menu_bar:before,
.et_color_scheme_red .footer-widget h4,
.et_color_scheme_red .footer-widget div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .et_color_scheme_red .footer-widget h2.sw-portfolio-project-subtitle,
.et_color_scheme_red .et_pb_sum,
.et_color_scheme_red .et_pb_pricing li a,
.et_color_scheme_red .et_pb_pricing_table_button,
.et_color_scheme_red .comment-reply-link,
.et_color_scheme_red .form-submit input,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_contact_submit,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_red .et_overlay:before,
.et_color_scheme_red .entry-summary p.price ins,
.et_color_scheme_red.woocommerce div.product span.price,
.et_color_scheme_red.woocommerce-page div.product span.price,
.et_color_scheme_red.woocommerce #content div.product span.price,
.et_color_scheme_red.woocommerce-page #content div.product span.price,
.et_color_scheme_red.woocommerce div.product p.price,
.et_color_scheme_red.woocommerce-page div.product p.price,
.et_color_scheme_red.woocommerce #content div.product p.price,
.et_color_scheme_red.woocommerce-page #content div.product p.price,
.et_color_scheme_red #mainnav li.current-menu-ancestor > a,
.et_color_scheme_red #mainnav li.current-menu-item > a,
.et_color_scheme_red .bottom-nav li.current-menu-item > a {
  color: #cd5c5c !important;
}

.et_color_scheme_red .woocommerce .star-rating span:before,
.et_color_scheme_red .woocommerce-page .star-rating span:before {
  color: #cd5c5c !important;
}

.et_color_scheme_red .et-search-form,
.et_color_scheme_red .nav li ul,
.et_color_scheme_red .et_mobile_menu,
.et_color_scheme_red .footer-widget li:before,
.et_color_scheme_red .et_pb_pricing li:before {
  border-color: #cd5c5c;
}

.et_color_scheme_orange a {
  color: #edb059;
}

.et_color_scheme_orange .et_pb_counter_amount,
.et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_orange #top-header {
  background: #edb059 !important;
}

.et_color_scheme_orange.woocommerce a.button.alt,
.et_color_scheme_orange.woocommerce-page a.button.alt,
.et_color_scheme_orange.woocommerce button.button.alt,
.et_color_scheme_orange.woocommerce-page button.button.alt,
.et_color_scheme_orange.woocommerce input.button.alt,
.et_color_scheme_orange.woocommerce-page input.button.alt,
.et_color_scheme_orange.woocommerce #respond input#submit.alt,
.et_color_scheme_orange.woocommerce-page #respond input#submit.alt,
.et_color_scheme_orange.woocommerce #content input.button.alt,
.et_color_scheme_orange.woocommerce-page #content input.button.alt,
.et_color_scheme_orange.woocommerce a.button,
.et_color_scheme_orange.woocommerce-page a.button,
.et_color_scheme_orange.woocommerce button.button,
.et_color_scheme_orange.woocommerce-page button.button,
.et_color_scheme_orange.woocommerce input.button,
.et_color_scheme_orange.woocommerce-page input.button,
.et_color_scheme_orange.woocommerce #respond input#submit,
.et_color_scheme_orange.woocommerce-page #respond input#submit,
.et_color_scheme_orange.woocommerce #content input.button,
.et_color_scheme_orange.woocommerce-page #content input.button,
.et_color_scheme_orange .woocommerce-message,
.et_color_scheme_orange .woocommerce-error,
.et_color_scheme_orange .woocommerce-info {
  background: #edb059 !important;
}

.et_color_scheme_orange #et_search_icon:hover,
.et_color_scheme_orange .mobile_menu_bar:before,
.et_color_scheme_orange .footer-widget h4,
.et_color_scheme_orange .footer-widget div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .et_color_scheme_orange .footer-widget h2.sw-portfolio-project-subtitle,
.et_color_scheme_orange .et_pb_sum,
.et_color_scheme_orange .et_pb_pricing li a,
.et_color_scheme_orange .et_pb_pricing_table_button,
.et_color_scheme_orange .comment-reply-link,
.et_color_scheme_orange .form-submit input,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_contact_submit,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_orange .et_overlay:before,
.et_color_scheme_orange .entry-summary p.price ins,
.et_color_scheme_orange.woocommerce div.product span.price,
.et_color_scheme_orange.woocommerce-page div.product span.price,
.et_color_scheme_orange.woocommerce #content div.product span.price,
.et_color_scheme_orange.woocommerce-page #content div.product span.price,
.et_color_scheme_orange.woocommerce div.product p.price,
.et_color_scheme_orange.woocommerce-page div.product p.price,
.et_color_scheme_orange.woocommerce #content div.product p.price,
.et_color_scheme_orange.woocommerce-page #content div.product p.price,
.et_color_scheme_orange #mainnav li.current-menu-ancestor > a,
.et_color_scheme_orange #mainnav li.current-menu-item > a,
.et_color_scheme_orange .bottom-nav li.current-menu-item > a {
  color: #edb059 !important;
}

.et_color_scheme_orange .woocommerce .star-rating span:before,
.et_color_scheme_orange .woocommerce-page .star-rating span:before {
  color: #edb059 !important;
}

.et_color_scheme_orange .et-search-form,
.et_color_scheme_orange .nav li ul,
.et_color_scheme_orange .et_mobile_menu,
.et_color_scheme_orange .footer-widget li:before,
.et_color_scheme_orange .et_pb_pricing li:before {
  border-color: #edb059;
}

.et_color_scheme_green .et-cart-info,
.et_color_scheme_pink .et-cart-info,
.et_color_scheme_red .et-cart-info,
.et_color_scheme_orange .et-cart-info,
.et_color_scheme_green .et-social-icon a:hover,
.et_color_scheme_pink .et-social-icon a:hover,
.et_color_scheme_red .et-social-icon a:hover,
.et_color_scheme_orange .et-social-icon a:hover,
.et_color_scheme_green .et_pb_promo_button,
.et_color_scheme_pink .et_pb_promo_button,
.et_color_scheme_red .et_pb_promo_button,
.et_color_scheme_orange .et_pb_promo_button,
.et_color_scheme_green .et_pb_more_button,
.et_color_scheme_pink .et_pb_more_button,
.et_color_scheme_red .et_pb_more_button,
.et_color_scheme_orange .et_pb_more_button,
.et_color_scheme_green .et_pb_slide_description h2 a,
.et_color_scheme_pink .et_pb_slide_description h2 a,
.et_color_scheme_red .et_pb_slide_description h2 a,
.et_color_scheme_orange .et_pb_slide_description h2 a,
.et_color_scheme_green .et-pb-slider-arrows a,
.et_color_scheme_pink .et-pb-slider-arrows a,
.et_color_scheme_red .et-pb-slider-arrows a,
.et_color_scheme_orange .et-pb-slider-arrows a,
.et_color_scheme_green .et_audio_content a,
.et_color_scheme_pink .et_audio_content a,
.et_color_scheme_red .et_audio_content a,
.et_color_scheme_orange .et_audio_content a,
.et_color_scheme_green .et_link_content a,
.et_color_scheme_pink .et_link_content a,
.et_color_scheme_red .et_link_content a,
.et_color_scheme_orange .et_link_content a,
.et_color_scheme_green .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_newsletter_button {
  color: inherit !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.55;
  filter: alpha(opacity=55);
  margin: 0;
  top: 50%;
  margin-top: -32px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow-left {
  left: 10px;
}

.mfp-arrow-right {
  right: 10px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

ul.et_pb_side_nav {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: fixed;
  right: 0;
  top: 50%;
  width: 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  z-index: 999;
  display: block;
  opacity: 0;
}

ul.et_pb_side_nav li.side_nav_item {
  padding: 7px;
}

ul.et_pb_side_nav .side_nav_item a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  border-radius: 7px;
  margin-right: 10px;
  height: 7px;
  width: 7px;
}

ul.et_pb_side_nav.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

ul.et_pb_side_nav .side_nav_item a.active {
  background-color: #fff !important;
}

.et_pb_scroll_top {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  position: fixed;
  bottom: 125px;
  right: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
}

.et_pb_scroll_top:before {
  content: "2";
}

.et_pb_scroll_top.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_scroll_top.et-hidden {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-bg {
  z-index: 1000000;
}

.mfp-wrap {
  z-index: 1000001;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a,
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border: none;
  font-size: 64px;
  color: #fff;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  content: "4";
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  content: "5";
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 64px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 200;
  top: -10px;
  opacity: 0.2;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  opacity: 1;
}

.et_boxed_layout.et_vertical_nav #page-container #main-header {
  width: auto;
}

.et_vertical_nav.et_right_sidebar #left-area,
.et_vertical_nav.et_left_sidebar #left-area {
  width: 700px;
}

.et_vertical_nav.et_right_sidebar #sidebar,
.et_vertical_nav.et_left_sidebar #sidebar {
  width: 320px;
}

.et_vertical_nav.et_right_sidebar #main-content .container:before {
  right: 320px;
}

.et_vertical_nav.et_left_sidebar #main-content .container:before {
  left: 320px;
}

.et_vertical_nav.et_header_style_centered #main-header #et_top_search {
  display: block !important;
  margin: 16px auto 0;
}

.et_pb_no_bg {
  padding: 0 !important;
}

.et_vertical_nav #mainnav li.mega-menu > ul {
  top: 62px;
  padding: 30px 20px;
  position: absolute !important;
  width: 790px !important;
  left: 0 !important;
}

.et_vertical_nav #mainnav li.mega-menu > ul > li:nth-child(n+4) {
  margin-top: 30px;
  clear: both;
}

.et_vertical_nav #page-container {
  padding-top: 0 !important;
}

.mobile_nav .select_page {
  display: none;
}

#wpadminbar {
  z-index: 100001;
}

/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/
@media only screen and (min-width: 1405px) {
  .et_boxed_layout.et_vertical_nav #page-container {
    width: 1425px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
    margin-left: 0;
  }
  .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 315px !important;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .et_audio_container .mejs-time-total {
    width: 140px !important;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time-rail {
    width: 155px !important;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_3_4 .recent-blog-posts-wrapper ul li {
    width: 327px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_2 .recent-blog-posts-wrapper ul li {
    width: 185px;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
    clear: both !important;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n) {
    margin-right: 60px !important;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n) {
    margin-right: 0px !important;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
    clear: none !important;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item,
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item {
    width: 193px;
  }
  .et_vertical_nav.archive.et_right_sidebar ul.products li.product {
    margin-right: 50px !important;
  }
}
@media only screen and (min-width: 981px) {
  .et_vertical_nav #page-container {
    position: relative;
  }
  .et_vertical_nav #main-header {
    position: fixed;
    padding-top: 40px !important;
    top: 0 !important;
    left: 0;
    width: 225px;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  .et_vertical_nav #et-main-area,
  .et_vertical_nav #top-header {
    margin-left: 225px;
    position: relative;
  }
  .et_vertical_nav #top-header {
    z-index: 9999;
  }
  .et_vertical_nav #main-header .container {
    width: auto;
    margin: 0 40px;
  }
  .et_vertical_nav #main-header nav#top-menu-nav,
  .et_vertical_nav #main-header #top-menu,
  .et_vertical_nav #main-header #et-top-navigation,
  .et_vertical_nav #main-header #logo,
  .et_vertical_nav #main-header #et_top_search {
    float: none;
  }
  .et_vertical_nav #main-header nav#top-menu-nav {
    padding-top: 10px;
    display: block;
  }
  .et_vertical_nav #main-header #mainnav li {
    display: block;
    padding-right: 0;
  }
  .et_vertical_nav #main-header #mainnav li.mega-menu > ul {
    top: 190px;
    left: 185px !important;
  }
  .et_vertical_nav #main-header .nav li ul {
    top: -32px;
    left: 185px;
  }
  .et_vertical_nav #main-header #mainnav > li > a {
    padding-bottom: 19px;
    margin-right: -40px;
    padding-right: 40px;
  }
  .et_vertical_nav #main-header #mainnav > li > a:after {
    right: 40px;
  }
  .et_vertical_nav #main-header .nav li ul ul {
    top: -23px;
    left: 220px;
  }
  .et_vertical_nav #main-header .nav li.mega-menu ul {
    left: auto;
    top: auto;
  }
  .et_vertical_nav #main-header #logo {
    margin-bottom: 28px;
    padding: 0;
    max-height: none;
  }
  .et_vertical_nav #main-header .et-search-form {
    top: -35px;
    right: auto;
    left: 185px;
  }
  .et_vertical_nav.et_header_style_centered #main-header .et-search-form {
    left: 121px;
  }
  .et_vertical_nav #main-header .nav li ul,
  .et_vertical_nav #main-header .et-search-form {
    border-top: none;
    border-left-width: 3px;
    border-left-style: solid;
  }
  .et_vertical_nav #et-top-navigation .et-cart-info {
    float: none;
    display: block;
  }
  .et_vertical_nav #et_search_icon:before {
    top: -3px;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
    clear: none;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n) {
    margin-right: 60px;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n) {
    margin-right: 0px;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1200px) {
  .et_boxed_layout #page-container {
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .et_boxed_layout #page-container,
  .et_boxed_layout #page-container #main-header,
  .et_boxed_layout #page-container #top-header {
    width: 1200px;
  }
  .et_boxed_layout.et_vertical_nav #page-container #top-header {
    width: auto;
  }
  .et_boxed_layout #page-container #top-header {
    left: auto;
    right: auto;
  }
}
@media only screen and (min-width: 1100px) {
  .et_pb_column_3_8 .et_audio_container .mejs-time-rail {
    width: 159px !important;
  }
  .et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time-rail {
    width: 110px !important;
  }
}
/*-------------------[1080px]------------------*/
@media only screen and (min-width: 1100px) and (max-width: 1405px) {
  .et_vertical_nav .et_pb_row,
  .et_vertical_nav .container,
  .et_vertical_nav .et_pb_container {
    width: 795px;
  }
  .et_vertical_nav .et_pb_column_4_4 {
    width: 100%;
    float: none;
  }
  .et_vertical_nav .et_pb_column_1_2 {
    width: 367px;
  }
  .et_vertical_nav .et_pb_column_1_3 {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_4 {
    width: 153px;
  }
  .et_vertical_nav .et_pb_column_2_3 {
    width: 510px;
  }
  .et_vertical_nav .et_pb_column_3_4 {
    width: 580px;
  }
  .et_vertical_nav .et_pb_column_3_8 {
    width: 259.5px;
  }
  .et_vertical_nav .footer-widget {
    width: 367px;
  }
  .et_vertical_nav .footer-widget:nth-child(2n) {
    margin-right: 0;
  }
  .et_vertical_nav.et_right_sidebar #left-area,
  .et_vertical_nav.et_left_sidebar #left-area {
    width: 510px;
  }
  .et_vertical_nav.et_right_sidebar #sidebar,
  .et_vertical_nav.et_left_sidebar #sidebar {
    width: 225px;
  }
  .et_vertical_nav.et_right_sidebar #main-content .container:before {
    right: 225px;
  }
  .et_vertical_nav.et_left_sidebar #main-content .container:before {
    left: 225px;
  }
  .et_vertical_nav .et_pb_newsletter_description,
  .et_vertical_nav .et_pb_newsletter_form {
    padding: 0 60px;
    float: none;
    width: auto;
  }
  .et_vertical_nav .et_pb_newsletter_description {
    margin-bottom: 15px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_widget,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_widget {
    margin-right: 90px !important;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_widget:nth-child(2n) {
    margin-right: 0 !important;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_widget:nth-child(2n+1) {
    clear: both;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
    clear: none;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio .column_width {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_filterable_portfolio .column_width {
    width: 260px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .column_width {
    width: 259.5px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 100%;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    margin: -1px 0 0 0;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_filterable_portfolio .column_width {
    width: 367px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_filterable_portfolio .column_width {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_filterable_portfolio .column_width {
    width: 153px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_filterable_portfolio .gutter_width,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_filterable_portfolio .gutter_width,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_filterable_portfolio .gutter_width {
    width: 0px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 100%;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 510px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 580px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 259.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 367px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 153px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .column_width {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .column_width {
    width: 260px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .column_width {
    width: 259.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .column_width {
    width: 176px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .column_width {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .column_width {
    width: 153px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .gutter_width,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .gutter_width,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .gutter_width {
    width: 0px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 169px;
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 169px;
    min-width: 225px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 169px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 195px;
    width: 260px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 195px;
    min-width: 260px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 195px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 260px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 195px;
    width: 259.5px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 195px;
    min-width: 259.5px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 195px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 259.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 132px;
    width: 176px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 132px;
    min-width: 176px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 132px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 176px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .gutter_width {
    width: 15px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 169px;
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 169px;
    min-width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 169px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 115px;
    width: 153px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 115px;
    min-width: 153px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 115px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 153px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_newsletter_form p input,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_newsletter_button,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_newsletter_form p input,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_newsletter_button {
    font-size: 12px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 260px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 259.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 176px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 153px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n) {
    margin-right: 0;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n) {
    margin-right: 60px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_circle_counter,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter {
    width: 153px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_circle_counter .percent {
    height: 153px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_circle_counter .percent p {
    line-height: 153px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_map {
    height: 383px;
    width: 510px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_map {
    height: 436px;
    width: 580px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_map {
    height: 195px;
    width: 259.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_map {
    height: 276px;
    width: 367px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_map {
    height: 169px;
    width: 225px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_map {
    height: 115px;
    width: 153px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_2_3 .recent-blog-posts-wrapper ul li {
    width: 185px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_3_4 .recent-blog-posts-wrapper ul li {
    width: 220px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_3_8 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_3_8 .recent-blog-posts-wrapper ul li {
    width: 221px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_2 .recent-blog-posts-wrapper ul li {
    width: 328px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_1_3 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_3 .recent-blog-posts-wrapper ul li {
    width: 186px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_1_4 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_4 .recent-blog-posts-wrapper ul li {
    width: 113px;
  }
  .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 250px !important;
  }
  .et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
  }
  .et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.first {
    clear: none !important;
  }
  .et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n+1) {
    clear: both !important;
    margin-right: 60px !important;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_1_3 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_3 .recent-blog-posts-wrapper ul li {
    width: 180px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_1_4 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_4 .recent-blog-posts-wrapper ul li {
    width: 113px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_3_4 .recent-blog-posts-wrapper ul li {
    width: 219px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_2_3 .recent-blog-posts-wrapper ul li {
    width: 170px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .et_audio_container .mejs-time-total {
    width: 120px !important;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .mejs-container,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .mejs-container .mejs-controls {
    height: 60px !important;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .et_pb_post,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_2 .recent-blog-posts-wrapper ul li {
    width: 327px;
  }
  /*-------------[Sliders + Vertical Navigation]------------*/
  .et_vertical_nav .et_pb_slide_with_image .et_vertical_nav .et_pb_slide_image {
    width: 367px;
  }
  .et_vertical_nav .et_pb_slide_with_image .et_vertical_nav .et_pb_slide_video {
    float: left;
    width: 367px;
    padding-top: 100px;
  }
  .et_vertical_nav .et_pb_slide_with_image .et_pb_slide_description {
    width: 367px;
    padding: 100px 0;
  }
  .et_vertical_nav .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 317px;
    padding: 80px 60px 80px 0;
  }
  .et_vertical_nav .et_pb_slider_fullwidth_off .et_pb_slide_image,
  .et_vertical_nav .et_pb_slider_fullwidth_off .et_pb_slide_video {
    margin-left: 60px;
    width: 297px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 217px;
    padding: 60px 60px 60px 40px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_video {
    width: 198px;
    margin-left: 60px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 170px;
    padding: 60px 60px 60px 40px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_video {
    width: 180px;
    margin-left: 60px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 247px;
    padding: 60px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 179.5px;
    padding: 40px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 145px;
    padding: 40px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1405px) {
  .et_vertical_nav .et_pb_column_3_4 .et_pb_countdown_timer .section p.value,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_countdown_timer .section p.value {
    font-size: 50px;
    line-height: 50px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_countdown_timer .section,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_countdown_timer .section {
    margin-right: 0px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_countdown_timer .section.values,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_countdown_timer .section.values {
    width: 70px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_countdown_timer .section.days,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_countdown_timer .section.days {
    width: 90px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_countdown_timer .section p.value {
    font-size: 30px;
    line-height: 30px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_countdown_timer .section {
    margin-right: 0;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_countdown_timer .section.values {
    width: 42px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_countdown_timer .section.days {
    width: 60px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value {
    font-size: 20px;
    line-height: 20px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section {
    margin-right: 0;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .et_pb_countdown_timer_container {
    padding: 20px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section {
    margin-right: 0;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value {
    font-size: 16px;
    line-height: 16px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section.values {
    width: 20px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section.days {
    width: 24px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep {
    width: 0;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section.values,
  .et_pb_column_3_8 .et_pb_countdown_timer .section.values {
    width: 24px !important;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section.days,
  .et_pb_column_3_8 .et_pb_countdown_timer .section.days {
    width: 36px !important;
  }
  .et_vertical_nav .et_pb_countdown_timer .et_pb_countdown_timer_container {
    padding: 30px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .et_pb_countdown_timer_container {
    padding: 10px;
  }
  /*-------------[Pricing Tables + Vertical Navigation]------------*/
  .et_vertical_nav .et_pb_column_1_4 .et_pb_dollar_sign,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_dollar_sign {
    top: -20px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_sum,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_sum {
    font-size: 40px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top {
    padding-bottom: 20px;
  }
  /*-------------[Newsletter + Vertical Navigation]------------*/
  .et_vertical_nav .et_pb_column_1_4 .et_pb_newsletter .et_pb_newsletter_description,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_newsletter_form,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_newsletter .et_pb_newsletter_description,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_newsletter_form {
    padding: 0 20px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_newsletter,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_newsletter {
    padding: 35px 0;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_map,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_map,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_map,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_map,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_map,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_map {
    max-width: 100%;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_1_4 .et_audio_container .mejs-time-total {
    width: 70px !important;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_3_8 .et_audio_container .mejs-time-total {
    width: 170px !important;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_1_3 .et_audio_container .mejs-time-total {
    width: 140px !important;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_audio_container {
    padding-bottom: 40px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-left: 7px;
  }
  .et_vertical_nav .et_pb_column_3_8 .mejs-container,
  .et_vertical_nav .et_pb_column_3_8 .mejs-container .mejs-controls,
  .et_vertical_nav .et_pb_column_1_4 .mejs-container,
  .et_vertical_nav .et_pb_column_1_4 .mejs-container .mejs-controls,
  .et_vertical_nav .et_pb_column_1_3 .mejs-container,
  .et_vertical_nav .et_pb_column_1_3 .mejs-container .mejs-controls {
    height: 60px !important;
  }
  .et_vertical_nav.et_full_width_page .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
    clear: both !important;
  }
  .et_vertical_nav.et_full_width_page .et_post_gallery li.et_gallery_item:nth-child(2n) {
    margin-right: 60px !important;
  }
  .et_vertical_nav.et_full_width_page .et_post_gallery li.et_gallery_item:nth-child(3n) {
    margin-right: 0px !important;
  }
  .et_vertical_nav.et_full_width_page .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
    clear: none !important;
  }
  /*-------------[Sliders + Vertical Navigation]------------*/
  .et_vertical_nav .et_pb_slide_description {
    padding: 140px 100px;
  }
  .et_vertical_nav .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 100px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 80px 60px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_description,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 60px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n+1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n+1) {
    clear: none;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n+1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n+1) {
    clear: both;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n) {
    margin-right: 0;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n+1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n+1) {
    margin-right: 60px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n) {
    margin-right: 0;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n+1) {
    margin-right: 17px;
    clear: both;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n+1) {
    clear: none;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: 100%;
    padding: 80px 0;
  }
  .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n),
  .et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0px !important;
  }
  .et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n+1),
  .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n+1) {
    clear: both !important;
    margin-right: 60px !important;
  }
  .et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(3n+1),
  .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(3n+1) {
    clear: none !important;
  }
}
@media only screen and (min-width: 981px) {
  .et_pb_column_2_3 .et_pb_pricing_table,
  .et_pb_column_1_2 .et_pb_pricing_table {
    width: 50%;
    margin-top: 60px;
  }
  .et_pb_column_2_3 .et_pb_pricing_table:nth-child(2n+1),
  .et_pb_column_1_2 .et_pb_pricing_table:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_column_2_3 .et_pb_pricing_table:nth-child(1),
  .et_pb_column_2_3 .et_pb_pricing_table:nth-child(2),
  .et_pb_column_1_2 .et_pb_pricing_table:nth-child(1),
  .et_pb_column_1_2 .et_pb_pricing_table:nth-child(2) {
    margin-top: 0;
  }
  .et_pb_column_2_3 .et_pb_featured_table,
  .et_pb_column_1_2 .et_pb_featured_table {
    margin-top: -30px !important;
  }
  .et_pb_column_1_3 .et_pb_pricing_table,
  .et_pb_column_1_4 .et_pb_pricing_table {
    width: 100% !important;
    margin-bottom: 60px;
  }
  .et_pb_column_1_3 .et_pb_featured_table,
  .et_pb_column_1_4 .et_pb_featured_table {
    margin-top: 0;
  }
  .et_boxed_layout.et_vertical_nav #page-container #main-header {
    width: 225px;
    left: auto;
  }
  .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n+1),
  .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n+1),
  .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_column_3_8 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item {
    float: none !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
/*-------------------[960px]------------------*/
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .et_pb_row,
  .container,
  .et_pb_container {
    width: 960px;
  }
  .et_pb_column_1_2 {
    width: 450px;
  }
  .et_pb_column_1_3 {
    width: 280px;
  }
  .et_pb_column_1_4 {
    width: 195px;
  }
  /*     .et_pb_widget_area_left {
          min-width: 195px;
      } */
  .et_pb_column_2_3 {
    width: 620px;
  }
  .et_pb_column_3_4 {
    width: 705px;
  }
  .et_pb_column_3_8 {
    width: 322.5px;
  }
  /*-------------------[Sliders]------------------*/
  .et_pb_slide_description {
    padding: 185px 100px;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .et_pb_slide_content,
  .item .caption .description {
    padding-bottom: 35px;
  }
  .et_pb_slide_image {
    width: 450px;
  }
  .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_slide_video {
    width: 450px;
  }
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container {
    min-height: 146px;
  }
  .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 80px 60px;
  }
  .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 60px 60px;
    text-align: center;
  }
  .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 80px 60px;
  }
  .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 80px 60px;
  }
  .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 120px 60px;
  }
  .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 330px;
  }
  .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 160px;
  }
  .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 220px;
  }
  .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 262px;
  }
  .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 390px;
  }
  .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video {
    width: 390px;
    margin-left: 60px;
  }
  .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video {
    width: 262px;
  }
  .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video {
    width: 220px;
  }
  .et_pb_column_1_2 .et_pb_slide_content,
  .et_pb_column_1_3 .et_pb_slide_content,
  .et_pb_column_1_4 .et_pb_slide_content,
  .et_pb_column_2_3 .et_pb_slide_content,
  .et_pb_column_1_2 .item .caption .description,
  .et_pb_column_1_3 .item .caption .description,
  .et_pb_column_1_4 .item .caption .description,
  .et_pb_column_2_3 .item .caption .description {
    font-size: 14px;
  }
  .et_pb_column_1_2 .et_pb_slide_description h2,
  .et_pb_column_1_3 .et_pb_slide_description h2,
  .et_pb_column_1_4 .et_pb_slide_description h2,
  .et_pb_column_2_3 .et_pb_slide_description h2,
  .et_pb_column_1_2 .item .caption .title,
  .et_pb_column_1_3 .item .caption .title,
  .et_pb_column_1_4 .item .caption .title,
  .et_pb_column_2_3 .item .caption .title {
    font-size: 18px;
  }
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 155px;
  }
  .et_pb_post,
  .blog-landing .blog-entry,
  .recent-blog-posts-wrapper ul li {
    margin-bottom: 42px;
  }
  .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_pb_blog_grid .blog-entry,
  .recent-blog-posts-wrapper ul li {
    width: 240px;
  }
  .et_pb_column_3_8 .et_pb_blog_grid .et_pb_post .blog-landing.et_pb_column_3_8 .et_pb_blog_grid .blog-entry,
  .et_pb_column_3_8 .recent-blog-posts-wrapper ul li {
    width: 284px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_blog_grid .et_pb_post,
  .blog-landing.et_vertical_nav .et_pb_column_1_3 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_3 .recent-blog-posts-wrapper ul li {
    width: 150px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing.et_vertical_nav .et_pb_column_1_4 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_4 .recent-blog-posts-wrapper ul li {
    width: 91px;
  }
  .et_vertical_nav .et_section_specialty .et_pb_column_3_8 .et_pb_blog_grid .et_pb_post,
  .blog-landing.et_vertical_nav .et_section_specialty .et_pb_column_3_8 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_section_specialty .et_pb_column_3_8 .recent-blog-posts-wrapper ul li {
    width: 186px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing.et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_3_4 .recent-blog-posts-wrapper ul li {
    width: 185px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .et_pb_post,
  .blog-landing.et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_2_3 .recent-blog-posts-wrapper ul li {
    width: 360px;
  }
  .et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages {
    width: 119px !important;
    display: block;
  }
  /*-------------------[Sliders + Vertical Navigation]------------------*/
  .et_vertical_nav .et_pb_slide_with_image .et_pb_slide_image {
    width: 330px;
  }
  .et_vertical_nav .et_pb_slide_with_image .et_pb_slide_video {
    float: left;
    width: 330px;
    padding-top: 100px;
  }
  .et_vertical_nav .et_pb_slide_with_image .et_pb_slide_description {
    width: 330px;
    padding: 80px 0;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 257px;
    padding: 80px 60px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_vertical_nav .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video {
    width: 268px;
    margin-left: 60px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 187px;
    padding: 60px 60px 60px 40px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video {
    width: 167px;
    margin-left: 60px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 330px;
    padding: 60px;
    text-align: center;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_video {
    display: none;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 202px;
    padding: 60px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 146.5px;
    padding: 40px;
    text-align: center;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 115px;
    padding: 40px;
    text-align: center;
  }
  /*-------------------[Portfolio]------------------*/
  .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item {
    float: left;
    margin: 0 60px 42px 0;
  }
  .et_pb_column_4_4 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_gallery_item {
    width: 195px;
  }
  .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
    float: left;
    margin: 0 17px 42px 0;
  }
  .et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
    float: none;
    margin: 0 0 42px 0;
  }
  .et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 280px;
  }
  .et_pb_column_3_8 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 323px;
  }
  .et_pb_column_4_4 .et_pb_widget_area_left .et_pb_widget,
  .et_pb_column_4_4 .et_pb_widget_area_right .et_pb_widget {
    width: 165px;
  }
  .et_pb_column_3_4 .et_pb_widget_area_left .et_pb_widget,
  .et_pb_column_3_4 .et_pb_widget_area_right .et_pb_widget {
    width: 164px;
  }
  .et_pb_column_2_3 .et_pb_widget_area_left .et_pb_widget,
  .et_pb_column_2_3 .et_pb_widget_area_right .et_pb_widget {
    width: 249px;
  }
  .et_pb_column_1_2 .et_pb_widget_area_left .et_pb_widget,
  .et_pb_column_1_2 .et_pb_widget_area_right .et_pb_widget {
    width: 164px;
  }
  .et_pb_column_4_4 .et_pb_newsletter_description {
    width: 559px;
  }
  .et_pb_column_4_4 .et_pb_newsletter_form,
  .et_pb_column_3_4 .et_pb_newsletter_form,
  .et_pb_column_4_4 .et_pb_newsletter_form,
  .et_pb_column_2_3 .et_pb_newsletter_form,
  .et_pb_column_1_3 .et_pb_newsletter_form {
    width: 220px;
  }
  .et_pb_column_3_4 .et_pb_newsletter_description {
    width: 303px;
  }
  .et_pb_column_2_3 .et_pb_newsletter_description {
    width: 218px;
  }
  .et_pb_column_1_2 .et_pb_newsletter_description,
  .et_pb_column_1_2 .et_pb_newsletter_form {
    width: 330px;
  }
  .et_pb_column_1_3 .et_pb_newsletter_description {
    width: 220px;
  }
  .et_pb_column_3_8 .et_pb_newsletter_description,
  .et_pb_column_3_8 .et_pb_newsletter_form {
    width: 263px;
  }
  .et_pb_column_1_4 .et_pb_newsletter_description,
  .et_pb_column_1_4 .et_pb_newsletter_form {
    width: 135px;
  }
  /*-----------[Filterable Portfolio]--------------------*/
  .et_pb_column_4_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_3_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_2_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_2 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
    width: 195px;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
    width: 280px;
  }
  .et_pb_column_3_8 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
    width: 323px;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_2_3 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .column_width {
    width: 195px;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .column_width {
    width: 280px;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .gutter_width {
    width: 60px;
  }
  .et_pb_column_2_3 .et_pb_filterable_portfolio .gutter_width {
    width: 17px;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .gutter_width {
    width: 0px;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters {
    margin: 0 auto 40px;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    float: none;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 50%;
  }
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 100%;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-bottom-left-radius: 0;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(2):nth-child(odd) a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(2):nth-child(even) a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
    border-top-right-radius: 3px !important;
  }
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    margin: -1px 0 0 0;
  }
  /*-----------[Gallery]--------------------*/
  .et_pb_column_4_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 960px;
  }
  .et_pb_column_3_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 705px;
  }
  .et_pb_column_2_3 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 620px;
  }
  .et_pb_column_1_2 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 450px;
  }
  .et_pb_column_3_8 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 323px;
  }
  .et_pb_column_1_3 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 280px;
  }
  .et_pb_column_1_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 195px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_4_4 .et_pb_gallery .column_width,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_3_4 .et_pb_gallery .column_width,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_2_3 .et_pb_gallery .column_width,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_2 .et_pb_gallery .column_width,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_4 .et_pb_gallery .column_width {
    width: 195px;
  }
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_3 .et_pb_gallery .column_width {
    width: 280px;
  }
  .et_pb_column_4_4 .et_pb_gallery .gutter_width,
  .et_pb_column_3_4 .et_pb_gallery .gutter_width,
  .et_pb_column_1_2 .et_pb_gallery .gutter_width {
    width: 60px;
  }
  .et_pb_column_2_3 .et_pb_gallery .gutter_width {
    width: 17px;
  }
  .et_pb_column_1_3 .et_pb_gallery .gutter_width,
  .et_pb_column_1_4 .et_pb_gallery .gutter_width {
    width: 0px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image {
    height: 146px;
    width: 195px;
  }
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image {
    height: 210px;
    width: 280px;
  }
  .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image {
    height: 243px;
    width: 323px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img {
    min-height: 146px;
    min-width: 195px;
  }
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img {
    min-height: 210px;
    min-width: 280px;
  }
  .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img {
    min-height: 243px;
    min-width: 323px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img {
    height: 146px;
  }
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img {
    height: 210px;
  }
  .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img {
    height: 243px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img {
    width: 195px;
  }
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img {
    width: 280px;
  }
  .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img {
    width: 323px;
  }
  .et_pb_pricing_content {
    padding: 33px 20px 6px;
  }
  .et_right_sidebar #left-area,
  .et_left_sidebar #left-area {
    width: 705px;
  }
  .et_right_sidebar #sidebar,
  .et_left_sidebar #sidebar {
    width: 194px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 195px !important;
  }
  .archive.et_full_width_page.woocommerce ul.products li.product {
    width: 190px !important;
  }
  .et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
  .et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(2n+1) {
    clear: both !important;
    margin-right: 60px !important;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page #content div.product div.images {
    width: 450px !important;
  }
  .woocommerce div.product div.images div.thumbnails a,
  .woocommerce-page div.product div.images div.thumbnails a,
  .woocommerce #content div.product div.images div.thumbnails a,
  .woocommerce-page #content div.product div.images div.thumbnails a {
    width: 136px !important;
  }
  .et_pb_column_4_4 .et_pb_map {
    width: 960px;
  }
  .et_pb_column_3_4 .et_pb_map {
    height: 390px;
    width: 705px;
  }
  .et_pb_column_3_8 .et_pb_map {
    height: 243px;
    width: 323px;
  }
  .et_pb_column_2_3 .et_pb_map {
    height: 345px;
    width: 620px;
  }
  .et_pb_column_1_2 .et_pb_map {
    height: 250px;
    width: 450px;
  }
  .et_pb_column_1_3 .et_pb_map {
    height: 210px;
    width: 280px;
  }
  .et_pb_column_1_4 .et_pb_map {
    height: 145px;
    width: 195px;
  }
  .et_right_sidebar.woocommerce div.product div.images,
  .et_right_sidebar.woocommerce-page div.product div.images,
  .et_right_sidebar.woocommerce #content div.product div.images,
  .et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_left_sidebar.woocommerce div.product div.images,
  .et_left_sidebar.woocommerce-page div.product div.images,
  .et_left_sidebar.woocommerce #content div.product div.images,
  .et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 322px !important;
  }
  .et_right_sidebar.woocommerce div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce-page div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce #content div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce-page #content div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce-page div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce #content div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce-page #content div.product div.images div.thumbnails a {
    width: 94px !important;
  }
  .et_full_width_portfolio_page .et_project_meta {
    width: 195px;
  }
  .archive.et_left_sidebar.woocommerce ul.products li.product,
  .archive.et_right_sidebar.woocommerce ul.products li.product {
    width: 189px !important;
  }
  .et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n+1),
  .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n+1) {
    margin-right: 50px !important;
  }
  #sidebar .et_pb_widget {
    margin-left: 0;
  }
  .et_left_sidebar #sidebar .et_pb_widget {
    margin-right: 0;
  }
  .footer-widget {
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 50%;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-bottom-left-radius: 0;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
    border-top-right-radius: 3px !important;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 100%;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li a,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    margin: -1px 0 0 0;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio .column_width {
    width: 216px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_filterable_portfolio .gutter_width {
    width: 18px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_filterable_portfolio .column_width {
    width: 227px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_filterable_portfolio .column_width {
    width: 226.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_filterable_portfolio .column_width {
    width: 322px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_filterable_portfolio .column_width {
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_filterable_portfolio .column_width {
    width: 131px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 100%;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 450px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 514px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 226.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 322px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 131px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery .column_width {
    width: 216px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery .gutter_width {
    width: 18px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery .column_width {
    width: 227px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery .column_width {
    width: 226.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery .column_width {
    width: 322px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery .column_width {
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery .column_width {
    width: 131px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .gutter_width,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .gutter_width,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .gutter_width,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .gutter_width {
    width: 0px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 162px;
    width: 216px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 162px;
    min-width: 216px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 162px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 216px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 170px;
    width: 227px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 170px;
    min-width: 227px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 170px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 227px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 170px;
    width: 226.5px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 170px;
    min-width: 226.5px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 170px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 226.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 234px;
    width: 322px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 234px;
    min-width: 322px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 234px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 322px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 146px;
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 146px;
    min-width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 146px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_image {
    height: 98px;
    width: 131px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_image img {
    min-height: 98px;
    min-width: 131px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_image.landscape img {
    height: 98px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_image.portrait img {
    width: 131px;
  }
  .et_vertical_nav .et_pb_newsletter_description,
  .et_vertical_nav .et_pb_newsletter_form {
    padding: 0 60px;
    float: none;
    width: auto;
  }
  .et_vertical_nav .et_pb_newsletter_description {
    margin-bottom: 15px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_newsletter_description h2,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_newsletter_description h2,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_newsletter_description h2 {
    font-size: 24px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_newsletter_form p input,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_newsletter_button,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_newsletter_form p input,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_newsletter_button,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_newsletter_form p input,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_newsletter_button {
    font-size: 11px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 216px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 227px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 226.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 322px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
    width: 131px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_circle_counter,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_number_counter {
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_circle_counter .percent {
    height: 195px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_circle_counter .percent p {
    line-height: 195px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_circle_counter,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_number_counter {
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_circle_counter .percent {
    height: 195px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_circle_counter .percent p {
    line-height: 195px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_circle_counter,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter {
    width: 131px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_circle_counter .percent {
    height: 131px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_circle_counter .percent p {
    line-height: 131px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
    font-size: 65px;
    line-height: 65px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_map {
    height: 338px;
    width: 450px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_map {
    height: 385px;
    width: 514px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_map {
    height: 170px;
    width: 226.5px;
  }
  .et_vertical_nav .et_pb_column_1_2 .et_pb_map {
    height: 234px;
    width: 322px;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_map {
    height: 146px;
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_map {
    height: 98px;
    width: 131px;
  }
  /*-------------------[Sidebar]------------------*/
  .widget_search #s {
    width: 64%;
  }
  .widget_search #searchsubmit {
    width: 29%;
    max-width: none;
  }
  /*-------------------[Menu]------------------*/
  #mainnav li.mega-menu > ul {
    width: 900px !important;
  }
  #mainnav li.mega-menu li > ul,
  li.mega-menu ul li {
    width: 205px !important;
  }
  #et-secondary-menu li.mega-menu li > ul,
  li.mega-menu ul li {
    width: 205px !important;
  }
  #mainnav li.mega-menu li > a {
    width: 165px !important;
  }
  .et_pb_column_1_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_pb_column_1_4 .et_pb_blog_grid .blog-entry,
  .et_pb_column_1_4 .recent-blog-posts-wrapper ul li {
    width: 155px;
  }
  .et_pb_column_4_4 .et_pb_team_member_image,
  .et_pb_column_3_4 .et_pb_team_member_image,
  .et_pb_column_2_3 .et_pb_team_member_image {
    width: 280px;
  }
  .et_pb_column_4_4 .et_pb_team_member_description,
  .et_pb_column_3_4 .et_pb_team_member_description,
  .et_pb_column_2_3 .et_pb_team_member_description {
    margin-left: 310px;
  }
  .et_pb_column_3_8 .et_pb_team_member_image {
    width: auto;
  }
  .et_quote_content {
    padding: 50px 70px 45px;
  }
  .et_pb_column_2_3 .et_quote_content {
    padding: 50px 50px 45px;
  }
  .et_pb_column_1_2 .et_quote_content {
    padding: 35px 47px 30px;
  }
  .et_pb_column_1_3 .et_quote_content,
  .et_pb_column_3_8 .et_quote_content,
  .et_pb_column_1_4 .et_quote_content,
  .et_pb_blog_grid .et_quote_content,
  .blog-landing .et_pb_blog_grid .blog-entry .et_quote_content,
  .recent-blog-posts-wrapper ul li .et_quote_content {
    padding: 35px 25px 32px;
  }
  .et_pb_column_1_4 .et_audio_container .mejs-playpause-button button {
    left: -11px;
  }
  .et_pb_column_1_4 .et_audio_container .mejs-controls div.mejs-time-rail {
    margin-left: -14px;
  }
  .et_pb_column_3_8 .et_audio_container .mejs-time-rail {
    width: 114px !important;
  }
  .et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time-rail {
    width: 70px !important;
  }
  .et_pb_column_4_4 .et_pb_post .et_pb_slide {
    min-height: 534px;
  }
  .et_pb_column_3_4 .et_pb_post .et_pb_slide {
    min-height: 392px;
  }
  .et_pb_column_2_3 .et_pb_post .et_pb_slide {
    min-height: 345px;
  }
  .et_pb_column_1_2 .et_pb_post .et_pb_slide {
    min-height: 250px;
  }
  .et_pb_column_1_3 .et_pb_post .et_pb_slide,
  .et_pb_column_3_8 .et_pb_post .et_pb_slide {
    min-height: 155px;
  }
  .et_pb_column_1_4 .et_pb_post .et_pb_slide {
    min-height: 108px;
  }
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 155px;
  }
  .et_pb_column_1_2 .et_pb_audio_cover_art {
    height: 340px;
  }
  .et_pb_column_3_8 .et_pb_audio_cover_art {
    height: 242px;
  }
  .et_pb_column_1_3 .et_pb_audio_cover_art {
    height: 210px;
  }
  .et_pb_column_1_4 .et_pb_audio_cover_art {
    height: 145px;
  }
  .et_vertical_nav .et_pb_row,
  .et_vertical_nav .container,
  .et_vertical_nav .et_pb_container {
    width: 705px;
  }
  .et_vertical_nav .et_pb_column_1_2 {
    width: 322px;
  }
  .et_vertical_nav .et_pb_column_1_3 {
    width: 195px;
  }
  .et_vertical_nav .et_pb_column_1_4 {
    width: 131px;
  }
  .et_vertical_nav .et_pb_column_2_3 {
    width: 450px;
  }
  .et_vertical_nav .et_pb_column_3_4 {
    width: 514px;
  }
  .et_vertical_nav .et_pb_column_3_8 {
    width: 226.5px;
  }
  .et_vertical_nav .footer-widget {
    width: 322px;
  }
  .et_vertical_nav .footer-widget:nth-child(2n) {
    margin-right: 0;
  }
  .et_vertical_nav #main-header {
    width: 225px;
  }
  .et_vertical_nav #et-main-area {
    margin-left: 225px;
  }
  .et_vertical_nav.et_right_sidebar #left-area,
  .et_vertical_nav.et_left_sidebar #left-area {
    width: 450px;
  }
  .et_vertical_nav.et_right_sidebar #sidebar,
  .et_vertical_nav.et_left_sidebar #sidebar {
    width: 165px;
    margin-left: 30px;
  }
  .et_vertical_nav.et_left_sidebar #sidebar {
    margin: 0 30px 0 0;
    width: 165px;
  }
  .et_vertical_nav.et_right_sidebar #main-content .container:before {
    right: 195px;
  }
  .et_vertical_nav.et_left_sidebar #main-content .container:before {
    left: 195px;
  }
  .et_vertical_nav #mainnav li.mega-menu > ul {
    width: 675px !important;
  }
  .et_vertical_nav .et_pb_newsletter_description,
  .et_vertical_nav .et_pb_newsletter_form {
    padding: 0 60px;
    float: none;
    width: auto;
  }
  .et_vertical_nav .et_pb_newsletter_description {
    margin-bottom: 15px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_widget,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_widget {
    margin-right: 90px !important;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_widget:nth-child(2n) {
    margin-right: 0 !important;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_widget:nth-child(3n+1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_widget:nth-child(2n+1) {
    clear: both;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1) {
    clear: none;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_3_4 .et_audio_container .mejs-time-total {
    width: 140px !important;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_2_3 .et_audio_container .mejs-time-total {
    width: 155px !important;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_1_3 .et_audio_container .mejs-time-total {
    width: 120px !important;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-left: 7px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_audio_container .mejs-controls .mejs-horizontal-volume-slider {
    width: 18px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_posts .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_posts .et_audio_container .mejs-time-total {
    width: 193px !important;
    margin-right: 9px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_posts .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_posts .et_audio_container .mejs-time-total {
    width: 217px !important;
    margin-right: 9px;
  }
  .et_vertical_nav .et_pb_column_3_8 .et_pb_posts .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_posts .et_audio_container .mejs-time-total {
    width: 147px !important;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_blog_grid .et_audio_container .mejs-time-total {
    width: 130px !important;
  }
  .et_vertical_nav .et_pb_column_1_3 .et_pb_blog_grid .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_blog_grid .et_audio_container .mejs-time-total {
    width: 110px !important;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .et_audio_container .mejs-controls .mejs-time-rail,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .et_audio_container .mejs-time-total {
    width: 110px !important;
    margin-right: 9px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_blog_grid .et_pb_post,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .et_pb_post,
  .blog-landing.et_vertical_nav .et_pb_column_4_4 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_4_4 .recent-blog-posts-wrapper ul li,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_1_2 .recent-blog-posts-wrapper ul li {
    width: 281px;
  }
  .et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .et_pb_post,
  .blog-landing.et_vertical_nav .et_pb_column_2_3 .et_pb_blog_grid .blog-entry,
  .et_vertical_nav .et_pb_column_2_3 .recent-blog-posts-wrapper ul li {
    width: 155px;
  }
  .et_pb_column_1_4 .et_pb_contact_right {
    margin-right: 5px;
  }
  .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 215px !important;
  }
  .et_vertical_nav .et_pb_column_3_4 .mejs-container,
  .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls {
    height: 60px !important;
  }
}
/*-------------------[768px]------------------*/
@media only screen and (max-width: 980px) {
  .et_pb_blurb_content,
  .et_pb_promo {
    text-align: center;
  }
  .et_pb_space {
    display: none;
  }
  .et_pb_row,
  .container,
  .et_pb_container {
    width: 690px;
  }
  .et_pb_column {
    padding-bottom: 30px;
    width: 100%;
  }
  .et_pb_column.et_pb_column_empty {
    display: none;
  }
  .et_pb_section {
    padding: 50px 0 20px 0;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
  .et_pb_column_1_2,
  .et_pb_column_1_3,
  .et_pb_column_1_4,
  .et_pb_column_2_3,
  .et_pb_column_3_4,
  .et_pb_column_3_8 {
    width: 100%;
    margin-right: 0;
  }
  /*-------------------[Portfolio]------------------*/
  .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_gallery_item {
    width: 315px !important;
  }
  .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n),
  .et_gallery_item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .et_gallery_item:nth-child(2n+1) {
    clear: both;
  }
  .et_gallery_item:nth-child(3n+1) {
    clear: none;
  }
  .et_pb_column_3_4 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n),
  .et_pb_column_2_3 .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3n),
  .et_gallery_item:nth-child(3n) {
    margin-right: 60px;
  }
  /*-----------[Filterable Portfolio]--------------------*/
  .et_pb_column_4_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_3_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_2_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_2 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
    width: 315px;
    margin: 0 0 42px 0;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_2_3 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .column_width {
    width: 315px;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_2_3 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .gutter_width {
    width: 60px;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters {
    margin: 0 0 40px 0;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    float: left;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: auto;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li a,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    margin: -1px -1px 0 0;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    -webkit-border-bottom-left-radius: 3px !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-bottomleft: 3px !important;
    -moz-border-radius-topright: 0 !important;
    border-bottom-left-radius: 3px !important;
    border-top-right-radius: 0 !important;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    -webkit-border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -webkit-border-bottom-left-radius: 0 !important;
    moz-border-radius-topright: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    moz-border-radius-bottomleft: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 0 !important;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(2):nth-child(odd) a {
    border-bottom-left-radius: 0;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(2):nth-child(even) a {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
  }
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
    border-top-right-radius: 0;
  }
  /*-----------[Gallery]--------------------*/
  .et_pb_column_4_4 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_3_4 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_2_3 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_1_2 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_1_3 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_1_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 688px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_4_4 .et_pb_gallery .column_width,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_3_4 .et_pb_gallery .column_width,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_2_3 .et_pb_gallery .column_width,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_2 .et_pb_gallery .column_width,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_3 .et_pb_gallery .column_width,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_4 .et_pb_gallery .column_width {
    width: 208px;
  }
  .et_pb_column_4_4 .et_pb_gallery .gutter_width,
  .et_pb_column_3_4 .et_pb_gallery .gutter_width,
  .et_pb_column_1_2 .et_pb_gallery .gutter_width,
  .et_pb_column_2_3 .et_pb_gallery .gutter_width,
  .et_pb_column_1_3 .et_pb_gallery .gutter_width,
  .et_pb_column_1_4 .et_pb_gallery .gutter_width {
    width: 32px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image {
    height: 156px;
    width: 208px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img {
    min-height: 156px;
    min-width: 208px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img {
    height: 156px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img {
    width: 208px;
  }
  /*-------------------[Sliders]------------------*/
  .et_pb_slide_description {
    padding: 130px 67px;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .et_pb_slide_description h2,
  .item .caption .title,
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2 {
    font-size: 26px;
    padding-bottom: 6px;
    font-weight: 500 !important;
  }
  .et_pb_slide_content,
  .item .caption .description {
    font-size: 16px;
    padding-bottom: 34px;
    font-weight: 400;
  }
  .et_pb_slide_image {
    width: 315px;
  }
  .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_slide_video {
    width: 315px;
  }
  .et_pb_slide_video {
    padding-top: 150px;
  }
  .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 130px 62px !important;
  }
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container {
    min-height: auto;
  }
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content .et_pb_column_1_4 .et_pb_slider_fullwidth_off .item .caption .description {
    display: block;
  }
  .et_pb_post {
    margin-bottom: 42px;
  }
  .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_pb_blog_grid .blog-entry,
  .recent-blog-posts-wrapper ul li {
    margin: 0 32px 60px 0;
    width: 289px;
  }
  .et_pb_column_1_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_pb_column_1_4 .et_pb_blog_grid .blog-entry,
  .et_pb_column_1_4 .recent-blog-posts-wrapper ul li {
    width: 289px;
  }
  .et_pb_widget {
    float: none;
    margin: 0 0 40px 0;
    width: 100% !important;
  }
  .et_pb_widget_area_left {
    border-right: none;
  }
  .et_pb_widget_area_right {
    border-left: none;
  }
  .et_pb_column_4_4 .et_pb_widget_area_right .et_pb_widget,
  .et_pb_column_3_4 .et_pb_widget_area_right .et_pb_widget,
  .et_pb_column_2_3 .et_pb_widget_area_right .et_pb_widget,
  .et_pb_column_1_2 .et_pb_widget_area_right .et_pb_widget,
  .et_pb_column_1_3 .et_pb_widget_area_right .et_pb_widget,
  .et_pb_column_1_4 .et_pb_widget_area_right .et_pb_widget {
    margin: 0 0 40px;
  }
  .et_pb_newsletter_description {
    width: 570px !important;
    padding-bottom: 30px;
  }
  .et_pb_newsletter_form {
    width: 570px !important;
    padding-left: 60px !important;
  }
  .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 255px;
  }
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: 566px;
  }
  .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
  .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_image,
  .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_video,
  .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video,
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video,
  .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video,
  .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video,
  .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video {
    width: 255px;
    margin-left: 60px;
  }
  .et_pb_column_4_4 .et_pb_slider_fullwidth_off .et_pb_slide_video,
  .et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video,
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video,
  .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video,
  .et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video,
  .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_video {
    margin-left: 56px;
  }
  .et_pb_more_button {
    display: inline-block !important;
  }
  .et_pb_slide_image,
  .et_pb_slide_video {
    display: block !important;
  }
  .et_pb_pricing_table {
    width: 50% !important;
  }
  .et_pb_pricing_table:nth-child(3),
  .et_pb_pricing_table:nth-child(4) {
    margin-top: 60px;
  }
  .et_pb_pricing .et_pb_featured_table:nth-child(3),
  .et_pb_pricing .et_pb_featured_table:nth-child(4) {
    margin-top: 30px !important;
  }
  .et_pb_pricing_table:nth-child(2n+1) {
    clear: both;
  }
  .et_right_sidebar #left-area,
  .et_right_sidebar #sidebar,
  .et_left_sidebar #left-area,
  .et_left_sidebar #sidebar {
    width: auto;
    float: none;
  }
  .et_right_sidebar #left-area {
    margin-right: 0;
  }
  .et_left_sidebar #left-area {
    margin-left: 0;
  }
  .et_right_sidebar #sidebar {
    margin-left: 0;
    border-left: none;
  }
  .et_left_sidebar #sidebar {
    margin-right: 0;
    border-right: none;
  }
  .et_right_sidebar #sidebar .et_pb_widget,
  .et_left_sidebar #sidebar .et_pb_widget {
    margin: 0 0 30px;
  }
  .widget_search #s {
    width: 84%;
  }
  #main-content .container:before {
    display: none !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 208px !important;
    margin: 0 32px 53px 0 !important;
  }
  .woocommerce .cart-collaterals > div,
  .woocommerce .cart-collaterals > form {
    width: 100% !important;
    float: none !important;
  }
  .shop_table .coupon {
    margin-bottom: 25px !important;
  }
  .checkout .form-row,
  .checkout .col-1,
  .checkout .col-2 {
    float: none !important;
    width: auto !important;
  }
  .checkout .col-1,
  .checkout .col-2 {
    margin-bottom: 25px !important;
  }
  .et_full_width_page.woocommerce ul.products li.product.last,
  .et_full_width_page.woocommerce-page ul.products li.product.last,
  .et_pb_pagebuilder_layout ul.products li.product.last,
  .et_pb_pagebuilder_layout ul.products li.product.last {
    margin-right: 32px !important;
  }
  .et_full_width_page.woocommerce ul.products li.first,
  .et_full_width_page.woocommerce-page ul.products li.first,
  .et_pb_pagebuilder_layout ul.products li.first,
  .et_pb_pagebuilder_layout ul.products li.first {
    clear: none !important;
  }
  .et_full_width_page.woocommerce ul.products li.product:nth-child(3n),
  .et_full_width_page.woocommerce-page ul.products li.product:nth-child(3n),
  .et_pb_pagebuilder_layout ul.products li.product:nth-child(3n),
  .et_pb_pagebuilder_layout ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
  }
  .et_full_width_page.woocommerce ul.products li.product:nth-child(3n+1),
  .et_full_width_page.woocommerce-page ul.products li.product:nth-child(3n+1),
  .et_pb_pagebuilder_layout ul.products li.product:nth-child(3n+1),
  .et_pb_pagebuilder_layout ul.products li.product:nth-child(3n+1) {
    clear: both;
  }
  .et_pb_fullwidth_section .et_pb_map {
    height: 330px;
  }
  .et_pb_column_4_4 .et_pb_map,
  .et_pb_column_3_4 .et_pb_map,
  .et_pb_column_2_3 .et_pb_map,
  .et_pb_column_1_2 .et_pb_map,
  .et_pb_column_1_3 .et_pb_map,
  .et_pb_column_1_4 .et_pb_map {
    height: 330px;
    width: 688px;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page #content div.product div.images {
    width: 328px !important;
  }
  .woocommerce div.product div.images div.thumbnails a,
  .woocommerce-page div.product div.images div.thumbnails a,
  .woocommerce #content div.product div.images div.thumbnails a,
  .woocommerce-page #content div.product div.images div.thumbnails a {
    width: 96px !important;
  }
  .et_right_sidebar.woocommerce div.product div.images,
  .et_right_sidebar.woocommerce-page div.product div.images,
  .et_right_sidebar.woocommerce #content div.product div.images,
  .et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_left_sidebar.woocommerce div.product div.images,
  .et_left_sidebar.woocommerce-page div.product div.images,
  .et_left_sidebar.woocommerce #content div.product div.images,
  .et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 328px !important;
  }
  .et_right_sidebar.woocommerce div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce-page div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce #content div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce-page #content div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce-page div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce #content div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce-page #content div.product div.images div.thumbnails a {
    width: 96px !important;
  }
  .et_full_width_portfolio_page .et_project_meta {
    float: none;
    width: 100%;
    margin-top: -20px;
    border-top: none;
    padding: 0 0 39px;
  }
  .et_pb_image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .footer-widget {
    width: 330px;
    margin: 0 30px 30px 0;
  }
  .footer-widget:nth-child(2n) {
    margin-right: 0;
  }
  .fwidget {
    padding-bottom: 30px;
  }
  .et_pb_column_3_8 .et_pb_contact_left p,
  .et_pb_column_1_3 .et_pb_contact_left p,
  .et_pb_column_1_4 .et_pb_contact_left p {
    width: 48.5%;
    float: left;
    margin-right: 3%;
  }
  .et_pb_column_3_8 .et_pb_contact_left p:last-child,
  .et_pb_column_1_3 .et_pb_contact_left p:last-child,
  .et_pb_column_1_4 .et_pb_contact_left p:last-child {
    margin-right: 0;
  }
  /*-------------------[Menu]------------------*/
  #et_mobile_nav_menu {
    display: block;
  }
  #main-header #et_mobile_nav_menu {
    margin-top: 0px;
  }
  #mainnav {
    display: none;
  }
  #main-header {
    padding-bottom: 18px;
  }
  #logo {
    margin-bottom: 0;
    max-height: 43px;
  }
  #et_top_search {
    margin-right: 35px;
    float: left;
  }
  .et_header_style_centered #et_top_search,
  .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
    display: none !important;
  }
  #et-top-navigation {
    margin-right: 0;
  }
  .et_fixed_nav #main-header,
  .et_fixed_nav #top-header {
    position: absolute;
  }
  .et_fixed_nav #main-header {
    -webkit-transition: none;
    transition: none;
  }
  .et-fixed-header {
    padding: 18px 0 19px 0 !important;
    min-height: 43px !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
  }
  .et-fixed-header #logo {
    max-height: 43px;
  }
  .et-fixed-header nav#top-menu-nav {
    padding-top: 11px;
  }
  .et-social-icons,
  #footer-info {
    float: none;
    text-align: center;
  }
  .et-social-icons {
    margin: 0 0 5px;
  }
  #top-header .et-social-icons {
    margin-bottom: 0;
  }
  .bottom-nav {
    text-align: center;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_column_1_2 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_column_1_3 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_column_3_8 .et_pb_countdown_timer .et_pb_countdown_timer_container {
    margin: 0 auto 30px;
    padding: 40px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .title,
  .et_pb_column_1_2 .et_pb_countdown_timer .title,
  .et_pb_column_1_3 .et_pb_countdown_timer .title,
  .et_pb_countdown_timer .title,
  .et_pb_column_3_8 .et_pb_countdown_timer .title {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section,
  .et_pb_column_1_2 .et_pb_countdown_timer .section,
  .et_pb_column_1_3 .et_pb_countdown_timer .section,
  .et_pb_countdown_timer .section,
  .et_pb_column_3_8 .et_pb_countdown_timer .section {
    margin-right: 15px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section.values,
  .et_pb_column_1_2 .et_pb_countdown_timer .section.values,
  .et_pb_column_1_3 .et_pb_countdown_timer .section.values,
  .et_pb_countdown_timer .section.values,
  .et_pb_column_3_8 .et_pb_countdown_timer .section.values {
    width: 76px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section.days,
  .et_pb_column_1_2 .et_pb_countdown_timer .section.days,
  .et_pb_column_1_3 .et_pb_countdown_timer .section.days,
  .et_pb_countdown_timer .section.days,
  .et_pb_column_3_8 .et_pb_countdown_timer .section.days {
    width: 124px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section p,
  .et_pb_column_1_2 .et_pb_countdown_timer .section p,
  .et_pb_column_1_3 .et_pb_countdown_timer .section p,
  .et_pb_countdown_timer .section p,
  .et_pb_column_3_8 .et_pb_countdown_timer .section p {
    font-size: 64px;
    line-height: 64px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section p.label,
  .et_pb_column_1_2 .et_pb_countdown_timer .section p.label,
  .et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
  .et_pb_countdown_timer .section p.label,
  .et_pb_column_3_8 .et_pb_countdown_timer .section p.label {
    font-size: 14px;
    line-height: 25px;
  }
  .et_pb_team_member_description,
  .et_pb_column_3_8 .et_pb_team_member_description {
    margin-left: 310px !important;
  }
  .et_pb_column_3_8 .et_pb_team_member_no_image .et_pb_team_member_description {
    margin-left: 0 !important;
  }
  .et_pb_fullwidth_menu #top-menu-nav {
    display: none;
  }
  .et_pb_fullwidth_menu .et_pb_row {
    min-height: 81px;
  }
  .et_pb_fullwidth_menu #et_mobile_nav_menu {
    float: none;
  }
  .et_pb_fullwidth_menu .mobile_menu_bar:before {
    top: 23px;
  }
  .et_pb_fullwidth_menu .et_mobile_menu {
    top: 81px;
    padding: 5%;
  }
  .et_pb_fullwidth_menu .et_mobile_menu ul {
    padding: 0;
  }
  .et_pb_fullwidth_menu .et_mobile_menu,
  .et_pb_fullwidth_menu .et_mobile_menu ul {
    list-style: none;
    text-align: left;
  }
  .et_vertical_nav.et_right_sidebar #left-area,
  .et_vertical_nav.et_left_sidebar #left-area {
    width: auto;
  }
  .et_pb_column_1_2 .et_pb_countdown_timer .sep,
  .et_pb_column_1_3 .et_pb_countdown_timer .sep,
  .et_pb_column_1_4 .et_pb_countdown_timer .sep,
  .et_pb_column_3_8 .et_pb_countdown_timer .sep {
    top: -28px;
  }
  #et-secondary-nav {
    display: none;
  }
  .et_vertical_nav #et-top-navigation .et-cart-info {
    margin-left: -38px;
  }
  .et_header_style_centered #et_mobile_nav_menu {
    float: none;
    position: relative;
  }
  .et_header_style_centered #logo {
    padding: 2px 0 5px;
  }
  .et_header_style_centered nav#top-menu-nav {
    display: none;
  }
  .et_header_style_centered #main-header .mobile_nav {
    display: block;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 5px 10px;
  }
  .et_header_style_centered .mobile_nav .select_page {
    display: inline-block;
    color: #666;
  }
  .et_header_style_centered .mobile_menu_bar {
    /*         position: absolute;
            right: 5px;
            top: 2px; */
  }
  .et_header_style_centered .et_mobile_menu {
    top: 51px;
  }
  .et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-left: 0;
  }
  .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
  .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
  .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
  .et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 18px;
  }
  .et_pb_column_1_3 .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_4 .et_pb_portfolio_grid .et_pb_portfolio_item {
    float: left;
    margin: 0 60px 42px 0;
  }
  .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2n+1) {
    clear: both;
  }
  .et_fixed_nav_temp #main-header,
  .et_secondary_nav_only_menu #main-header {
    top: 0 !important;
  }
  .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
    top: 32px !important;
  }
  .et_secondary_nav_only_menu #top-header {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_column_1_3 .et_pb_tabs_controls,
  .et_pb_column_1_4 .et_pb_tabs_controls {
    border-bottom: 1px solid #d9d9d9;
  }
  .et_pb_column_1_3 .et_pb_tabs_controls li,
  .et_pb_column_1_4 .et_pb_tabs_controls li {
    float: left;
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
  }
  .woocommerce ul.products li.product:nth-child(2n) {
    float: left;
  }
  .woocommerce ul.products li.product {
    clear: none !important;
  }
  .woocommerce ul.products li.product:nth-child(3n+1) {
    clear: both !important;
  }
  .archive.et_left_sidebar.woocommerce ul.products li.product.last,
  .archive.et_right_sidebar.woocommerce ul.products li.product.last {
    margin-right: 32px !important;
  }
  .archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(3n),
  .archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 0px !important;
    clear: right !important;
  }
  .archive.et_full_width_page.woocommerce ul.products li.product {
    width: 200px !important;
  }
  .et_pb_column_1_3 .et_pb_tabs_controls,
  .et_pb_column_1_4 .et_pb_tabs_controls,
  .et_pb_column_3_8 .et_pb_tabs_controls {
    border-bottom: 1px solid #d9d9d9;
  }
  .et_pb_column_1_3 .et_pb_tabs_controls li,
  .et_pb_column_1_4 .et_pb_tabs_controls li,
  .et_pb_tabs_controls li,
  .et_pb_tabs_controls li:last-child,
  .et_pb_column_3_8 .et_pb_tabs_controls li {
    float: left;
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
  }
  .et_pb_column_1_3 .et_pb_newsletter_description,
  .et_pb_column_1_4 .et_pb_newsletter_description,
  .et_pb_column_3_8 .et_pb_newsletter_description {
    padding: 0 60px 15px;
  }
  .et_pb_testimonial_no_image .et_pb_testimonial_description,
  .et_pb_column_1_3 .et_pb_testimonial_description,
  .et_pb_column_1_4 .et_pb_testimonial_description,
  .et_pb_column_3_8 .et_pb_testimonial_description {
    padding-left: 120px;
  }
  .et_pb_column_1_3 .et_pb_testimonial_portrait,
  .et_pb_column_1_4 .et_pb_testimonial_portrait,
  .et_pb_column_3_8 .et_pb_testimonial_portrait {
    float: left;
    width: 90px;
    margin: 0;
  }
  .et_pb_column .et_pb_team_member_image {
    float: left !important;
    width: 280px !important;
    margin: 0 30px 0 0 !important;
    text-align: left !important;
  }
  .et_quote_content {
    padding: 50px 43px 45px !important;
  }
  .et_quote_content blockquote p {
    font-size: 26px !important;
    line-height: 44px !important;
  }
  .et_quote_content blockquote cite {
    font-size: 18px !important;
  }
  .et_pb_blog_grid .et_quote_content {
    padding: 35px 30px !important;
  }
  .et_pb_blog_grid .et_quote_content blockquote p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_pb_blog_grid .et_quote_content blockquote cite {
    font-size: 14px !important;
  }
  .et_link_content {
    padding: 40px 40px 45px;
  }
  .et_link_content h2 {
    font-size: 26px !important;
    line-height: 44px !important;
  }
  .et_link_content a.et_link_main_url {
    font-size: 18px !important;
  }
  .et_pb_blog_grid .et_link_content h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_pb_blog_grid .et_link_content a.et_link_main_url {
    font-size: 14px !important;
  }
  .et_audio_content h2 {
    font-size: 26px !important;
    line-height: 44px !important;
    margin-bottom: 24px !important;
  }
  .et_pb_blog_grid .et_audio_content h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_pb_post .et_pb_slide {
    min-height: 384px !important;
  }
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 182px !important;
  }
  .et_pb_audio_cover_art {
    float: none !important;
    width: 100% !important;
    position: relative;
    height: 400px !important;
  }
  .et_pb_audio_module_content {
    margin-left: 0 !important;
    padding: 55px 60px 55px !important;
  }
  .et_pb_audio_module_content h2 {
    font-size: 36px !important;
  }
  .et_pb_column_1_4 .et_audio_module_meta {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar.et_fixed_nav #main-header,
  body.admin-bar.et_fixed_nav #top-header {
    top: 46px;
  }
  .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
    top: 46px !important;
  }
  body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 80px;
  }
}
/*-------------------[480px]------------------*/
@media only screen and (max-width: 767px) {
  /*-------------------[Menu]------------------*/
  #et-top-navigation {
    margin-right: 0;
  }
  .et-search-form {
    right: -65px;
  }
  .et-search-form input.searchField {
    width: 360px;
  }
  .widget_search #s {
    width: 306px;
  }
  .et_pb_blurb_content {
    text-align: center;
  }
  .et_pb_text_align_right {
    text-align: left;
  }
  .et_pb_space {
    display: none;
  }
  .et_pb_column {
    padding-bottom: 30px;
  }
  .et_pb_section {
    padding: 50px 0 20px 0;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
  .et_pb_row,
  .container,
  .et_pb_container {
    width: 400px;
  }
  .et_pb_slide_description {
    padding: 100px 52px;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .et_pb_slide_description h2,
  .item .caption .title {
    font-size: 20px !important;
  }
  .et_pb_slide_content,
  .item .caption .description {
    font-size: 14px !important;
    font-weight: 400;
  }
  .et_pb_slide_image,
  .et_pb_slide_video {
    display: none;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    float: none;
    text-align: center;
    width: 100%;
  }
  .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 100px 54px !important;
  }
  .et_pb_post,
  .blog-landing .blog-entry,
  .recent-blog-posts-wrapper ul li {
    margin-bottom: 42px;
  }
  .et_pb_post h2,
  .et_pb_portfolio_item h2,
  .blog-landing .blog-entry h4,
  .blog-landing .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
  div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-landing .blog-entry h2.sw-portfolio-project-subtitle,
  .recent-blog-posts-wrapper ul li .recent-blog-posts-title {
    font-size: 18px;
  }
  .et_pb_blog_grid,
  .et_pb_blog_grid,
  .recent-blog-posts-wrapper ul {
    margin-right: 0;
  }
  .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_pb_blog_grid .blog-entry,
  .recent-blog-posts-wrapper ul li {
    margin-bottom: 60px;
    width: 360px;
    float: none;
  }
  .et_pb_portfolio_item {
    margin-bottom: 22px;
  }
  .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_gallery_item {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .et_pb_portfolio_item h2 {
    font-size: 18px;
  }
  /*-----------[Filterable Portfolio]--------------------*/
  .et_pb_column_4_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_3_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_2_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_2 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
    width: 400px;
    margin: 0 0px 42px 0;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_2_3 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .column_width {
    width: 400px;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_2_3 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .gutter_width,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .gutter_width {
    width: 0px;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters,
  .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_filters,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters {
    margin: 0 auto 40px;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul,
  .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    float: none;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
  .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 50%;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    -webkit-border-top-right-radius: 0 !important;
    moz-border-radius-topright: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a,
  .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(2):nth-child(odd) a {
    border-bottom-left-radius: 3px !important;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a,
  .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(2):nth-child(even) a {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
    border-top-right-radius: 3px !important;
  }
  /*-----------[Gallery]--------------------*/
  .et_pb_column_4_4 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_3_4 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_2_3 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_1_2 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_1_3 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_1_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 400px;
  }
  .et_pb_gallery_grid .et_pb_gallery_item {
    margin-bottom: 39px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_4_4 .et_pb_gallery .column_width,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_3_4 .et_pb_gallery .column_width,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_2_3 .et_pb_gallery .column_width,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_2 .et_pb_gallery .column_width,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_3 .et_pb_gallery .column_width,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_4 .et_pb_gallery .column_width {
    width: 400px;
  }
  .et_pb_column_4_4 .et_pb_gallery .gutter_width,
  .et_pb_column_3_4 .et_pb_gallery .gutter_width,
  .et_pb_column_1_2 .et_pb_gallery .gutter_width,
  .et_pb_column_2_3 .et_pb_gallery .gutter_width,
  .et_pb_column_1_3 .et_pb_gallery .gutter_width,
  .et_pb_column_1_4 .et_pb_gallery .gutter_width {
    width: 0px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image {
    height: 284px;
    width: 400px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img {
    min-height: 284px;
    min-width: 400px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img {
    height: 284px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img {
    width: 400px;
  }
  .et_pb_widget {
    float: none;
    margin: 0 0 40px 0;
    width: 100% !important;
  }
  .et_pb_widget_area_left {
    border-right: none;
  }
  .et_pb_widget_area_right {
    border-left: none;
  }
  .et_pb_promo {
    padding: 40px;
  }
  .et_pb_newsletter {
    padding: 40px 0;
  }
  .et_pb_newsletter_form {
    padding-left: 60px;
  }
  .et_pb_newsletter_description {
    padding: 0 60px 25px;
  }
  .et_pb_newsletter_form,
  .et_pb_newsletter_description {
    width: 280px !important;
  }
  .et_pb_slider:hover .et-pb-arrow-prev,
  .et_pb_slider:hover .swRotator a.prev {
    left: 0px;
    opacity: 1;
  }
  .et_pb_slider:hover .et-pb-arrow-next,
  .et_pb_slider:hover .swRotator a.next {
    right: 0px;
    opacity: 1;
  }
  .et-pb-controllers {
    bottom: 10px;
  }
  .et_pb_tabs_controls {
    border-bottom: none;
  }
  .et_pb_tabs_controls li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: 280px !important;
  }
  .et_pb_more_button {
    display: inline-block !important;
  }
  .et_pb_slide_image,
  .et_pb_slide_video {
    display: none !important;
  }
  .et_pb_pricing_table {
    width: 100% !important;
    margin-bottom: 60px;
  }
  .et_pb_pricing_table:last-child {
    margin-bottom: 0;
  }
  .et_pb_featured_table {
    margin-top: 0;
  }
  .et_pb_pricing_table:nth-child(3),
  .et_pb_pricing_table:nth-child(4) {
    margin-top: 0;
  }
  .et_pb_pricing .et_pb_featured_table:nth-child(3),
  .et_pb_pricing .et_pb_featured_table:nth-child(4) {
    margin-top: 0 !important;
  }
  .comment-body {
    padding: 0 0 0 100px;
  }
  .comment-reply-link {
    bottom: -25px;
    top: auto;
  }
  #commentform input[type=text] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .et_pb_contact_left p {
    width: 100%;
    float: none;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 400px !important;
    margin: 0 0px 53px 0 !important;
  }
  .archive.et_full_width_page.woocommerce ul.products li.product {
    width: 400px !important;
  }
  .et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product {
    width: 100% !important;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .et_right_sidebar.woocommerce div.product div.images,
  .et_right_sidebar.woocommerce-page div.product div.images,
  .et_right_sidebar.woocommerce #content div.product div.images,
  .et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_left_sidebar.woocommerce div.product div.images,
  .et_left_sidebar.woocommerce-page div.product div.images,
  .et_left_sidebar.woocommerce #content div.product div.images,
  .et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce div.product div.images div.thumbnails a,
  .woocommerce-page div.product div.images div.thumbnails a,
  .woocommerce #content div.product div.images div.thumbnails a,
  .woocommerce-page #content div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce-page div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce #content div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce-page #content div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce-page div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce #content div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce-page #content div.product div.images div.thumbnails a {
    width: 119px !important;
  }
  .et_right_sidebar.woocommerce ul.products li.product,
  .et_right_sidebar.woocommerce-page ul.products li.product,
  .et_left_sidebar.woocommerce ul.products li.product,
  .et_left_sidebar.woocommerce-page ul.products li.product {
    margin: 0 0 35px !important;
  }
  .archive.et_left_sidebar.woocommerce ul.products li.product,
  .archive.et_right_sidebar.woocommerce ul.products li.product {
    width: 100% !important;
  }
  .et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product,
  .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product {
    width: 100% !important;
  }
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n) {
    float: left;
  }
  .et_pb_pagebuilder_layout ul.products li.product.last,
  .et_pb_pagebuilder_layout ul.products li.product.last {
    margin-right: 0 !important;
  }
  .comment .children {
    margin-left: 0;
  }
  body.woocommerce div.product .woocommerce-tabs ul.tabs li,
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
  body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
    display: block !important;
    border-bottom: 1px solid #E0DADF !important;
  }
  body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
    display: block !important;
  }
  .woocommerce .form-row {
    float: none !important;
    width: auto !important;
  }
  .et_pb_fullwidth_section .et_pb_map {
    height: 220px;
  }
  .et_pb_column_4_4 .et_pb_map,
  .et_pb_column_3_4 .et_pb_map,
  .et_pb_column_2_3 .et_pb_map,
  .et_pb_column_1_2 .et_pb_map,
  .et_pb_column_1_3 .et_pb_map,
  .et_pb_column_1_4 .et_pb_map {
    height: 220px;
    width: 400px;
  }
  .footer-widget {
    width: 100%;
    margin: 0 0 35px 0;
    float: none;
  }
  .fwidget {
    padding-bottom: 0;
  }
  .et-hide-mobile {
    display: none;
  }
  .et_pb_column_1_4 .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_pb_column_1_4 .et_pb_blog_grid .blog-entry,
  .et_pb_column_1_4 .recent-blog-posts-wrapper ul li {
    margin-right: 0;
    width: 360px;
  }
  .et_pb_column_3_8 .et_pb_contact_left p,
  .et_pb_column_1_3 .et_pb_contact_left p,
  .et_pb_column_1_4 .et_pb_contact_left p {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_column_1_2 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_column_1_3 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_column_3_8 .et_pb_countdown_timer .et_pb_countdown_timer_container {
    margin: 0 auto 30px;
    padding: 40px 20px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .title,
  .et_pb_column_1_2 .et_pb_countdown_timer .title,
  .et_pb_column_1_3 .et_pb_countdown_timer .title,
  .et_pb_countdown_timer .title,
  .et_pb_column_3_8 .et_pb_countdown_timer .title {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section,
  .et_pb_column_1_2 .et_pb_countdown_timer .section,
  .et_pb_column_1_3 .et_pb_countdown_timer .section,
  .et_pb_countdown_timer .section,
  .et_pb_column_3_8 .et_pb_countdown_timer .section {
    margin-right: 4px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section.values,
  .et_pb_column_1_2 .et_pb_countdown_timer .section.values,
  .et_pb_column_1_3 .et_pb_countdown_timer .section.values,
  .et_pb_countdown_timer .section.values,
  .et_pb_column_3_8 .et_pb_countdown_timer .section.values {
    width: 56px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section.days,
  .et_pb_column_1_2 .et_pb_countdown_timer .section.days,
  .et_pb_column_1_3 .et_pb_countdown_timer .section.days,
  .et_pb_countdown_timer .section.days,
  .et_pb_column_3_8 .et_pb_countdown_timer .section.days {
    width: 95px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section p,
  .et_pb_column_1_2 .et_pb_countdown_timer .section p,
  .et_pb_column_1_3 .et_pb_countdown_timer .section p,
  .et_pb_countdown_timer .section p,
  .et_pb_column_3_8 .et_pb_countdown_timer .section p {
    font-size: 48px;
    line-height: 48px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section p.label,
  .et_pb_column_1_2 .et_pb_countdown_timer .section p.label,
  .et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
  .et_pb_countdown_timer .section p.label,
  .et_pb_column_3_8 .et_pb_countdown_timer .section p.label {
    font-size: 14px;
    line-height: 25px;
  }
  .et_pb_column_1_3 .et_pb_newsletter_description,
  .et_pb_column_1_4 .et_pb_newsletter_description,
  .et_pb_column_3_8 .et_pb_newsletter_description {
    padding: 0 60px 15px;
  }
  .et_pb_testimonial_description {
    padding-left: 0 !important;
  }
  .et_pb_testimonial_portrait {
    float: none !important;
    width: 90px !important;
    margin: 0 auto 20px !important;
  }
  .et_pb_team_member_image {
    float: none;
    width: auto;
    margin: 0 0 12px;
    text-align: center;
  }
  .et_pb_team_member_description,
  .et_pb_column_3_8 .et_pb_team_member_description {
    margin-left: 0 !important;
  }
  .et_quote_content,
  .et_pb_blog_grid .et_quote_content {
    padding: 35px 30px !important;
  }
  .et_quote_content blockquote p,
  .et_pb_blog_grid .et_quote_content blockquote p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_quote_content blockquote cite,
  .et_pb_blog_grid .et_quote_content blockquote cite {
    font-size: 14px !important;
  }
  .et_link_content {
    padding: 35px 20px;
  }
  .et_link_content h2,
  .et_audio_content h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_link_content a.et_link_main_url {
    font-size: 14px !important;
  }
  .et_audio_content {
    padding: 35px 20px !important;
  }
  .et_audio_content h2 {
    margin-bottom: 9px !important;
  }
  .et_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 14px !important;
  }
  .et_pb_post .et_pb_slide {
    min-height: 222px !important;
  }
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 222px !important;
  }
  .et_pb_audio_cover_art {
    float: none !important;
    width: 100% !important;
    position: relative;
    height: 300px !important;
  }
  .et_pb_audio_module_content {
    margin-left: 0 !important;
    padding: 40px 40px 34px !important;
  }
  .et_pb_audio_module_content h2 {
    font-size: 26px !important;
  }
  .et_pb_column_1_4 .et_audio_module_meta {
    font-size: 14px !important;
  }
  #et-info .et-social-icons {
    display: none;
  }
  #et-secondary-menu .et_duplicate_social_icons {
    display: inline-block;
  }
  body.admin-bar.et_fixed_nav #top-header,
  body.admin-bar.et_fixed_nav #main-header {
    top: 46px;
  }
  body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header {
    top: 104px;
  }
  body.et_fixed_nav.et_secondary_nav_two_panels #main-header {
    top: 58px;
  }
  #et-info,
  #et-secondary-menu {
    text-align: center;
    display: block;
    float: none;
  }
  .et_secondary_nav_two_panels #et-secondary-menu {
    margin-top: 12px;
  }
  #top-header .et-cart-info {
    margin-left: 0;
  }
}
/*-------------------[320px]------------------*/
@media only screen and (max-width: 479px) {
  #et-top-navigation {
    margin-right: 0;
  }
  .et-search-form input.searchField {
    width: 240px;
  }
  .widget_search #s {
    width: 193px;
  }
  .et_pb_blurb_content {
    text-align: center;
  }
  .et_pb_text_align_right {
    text-align: left;
  }
  .et_pb_space {
    display: none;
  }
  .et_pb_column {
    padding-bottom: 30px;
  }
  .et_pb_section {
    padding: 50px 0 20px 0;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
  .et_pb_row,
  .container,
  .et_pb_container {
    width: 280px;
  }
  .et_pb_slide_description {
    padding: 74px 52px;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .et_pb_slide_description h2,
  .item .caption .title {
    font-size: 20px;
  }
  .et_pb_slide_content,
  .item .caption .description {
    font-weight: 400;
  }
  .et_pb_slide_content,
  .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 70px 40px !important;
  }
  .et_pb_slider_fullwidth_off .et_pb_slide_content {
    display: none;
  }
  .et_pb_post,
  .blog-landing .blog-entry,
  .recent-blog-posts-wrapper ul li {
    margin-bottom: 42px;
  }
  .et_pb_post h2,
  .et_pb_blog_grid h2,
  .blog-landing .blog-entry h4.post-title,
  .blog-landing .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.post-title.sw-portfolio-project-subtitle,
  div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-landing .blog-entry h2.post-title.sw-portfolio-project-subtitle,
  .recent-blog-posts-wrapper ul li .recent-blog-posts-title {
    font-size: 16px;
    padding-bottom: 0;
  }
  .et_pb_post .post-meta,
  .et_pb_post .post-tags {
    color: #666;
    font-size: 14px;
  }
  .et_pb_blog_grid .et_pb_post,
  .blog-landing .et_pb_blog_grid .blog-entry,
  .recent-blog-posts-wrapper ul li {
    margin: 0 0 40px;
    width: 280px;
    border: none;
    background: none;
    float: none;
    padding: 0;
    color: #edeee6;
  }
  .et_pb_image_container,
  .blog-landing .post-image,
  .recent-blog-posts-wrapper ul li a:first-of-type {
    margin: 0;
  }
  .et_pb_blog_grid .et_pb_post.format-quote > *,
  .et_pb_blog_grid .et_pb_post.format-link > *,
  .et_pb_blog_grid .et_main_video_container,
  .et_pb_blog_grid .et_audio_content,
  .et_pb_blog_grid .et_pb_post .et_pb_slider {
    display: block;
  }
  .et_pb_blog_grid .et_pb_post > .et_pb_image_container,
  .blog-landing .post-image,
  .recent-blog-posts-wrapper ul li a:first-of-type,
  .et_pb_blog_grid .et_pb_post > h2,
  .et_pb_blog_grid .et_pb_post > h4,
  .et_pb_blog_grid div.sw-portfolio div.sw-portfolio-project-detail-selected .et_pb_post > h2.sw-portfolio-project-subtitle,
  div.sw-portfolio div.sw-portfolio-project-detail-selected .et_pb_blog_grid .et_pb_post > h2.sw-portfolio-project-subtitle,
  .recent-blog-posts-wrapper ul li a.recent-blog-posts-title .et_pb_blog_grid .et_pb_post > .post-meta {
    display: block;
  }
  .et_pb_blog_grid .et_pb_post .post-meta {
    display: block !important;
    padding: 0;
  }
  .et_pb_portfolio_item {
    margin-bottom: 22px;
  }
  .et_pb_portfolio_grid .et_pb_portfolio_item {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .et_pb_image_container,
  .recent-blog-posts-wrapper ul li a:first-of-type,
  .blog-landing .post-image,
  .et_pb_blog_grid .et_main_video_container,
  .et_pb_blog_grid .et_pb_post .et_pb_slider {
    margin: 0;
  }
  /*-----------[Filterable Portfolio]--------------------*/
  .et_pb_column_4_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_3_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_2_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_2 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_3 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item,
  .et_pb_column_1_4 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
    width: 280px;
    margin: 0 0px 42px 0;
  }
  .et_pb_column_4_4 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_3_4 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_2_3 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_2 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_3 .et_pb_filterable_portfolio .column_width,
  .et_pb_column_1_4 .et_pb_filterable_portfolio .column_width {
    width: 280px;
  }
  /*-----------[Gallery]--------------------*/
  .et_pb_column_4_4 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_3_4 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_2_3 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_1_2 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_1_3 .et_pb_gallery_fullwidth .et_pb_gallery_item,
  .et_pb_column_1_4 .et_pb_gallery_fullwidth .et_pb_gallery_item {
    width: 280px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_4_4 .et_pb_gallery .column_width,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_3_4 .et_pb_gallery .column_width,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_2_3 .et_pb_gallery .column_width,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_2 .et_pb_gallery .column_width,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_3 .et_pb_gallery .column_width,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_column_1_4 .et_pb_gallery .column_width {
    width: 280px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image {
    height: 200px;
    width: 280px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image img {
    min-height: 200px;
    min-width: 280px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.landscape img {
    height: 200px;
  }
  .et_pb_column_4_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_3_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_2_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_2 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_3 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img,
  .et_pb_column_1_4 .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_image.portrait img {
    width: 280px;
  }
  .et_pb_widget {
    float: none;
    margin: 0 0 40px 0;
    width: 100% !important;
  }
  .et_pb_widget_area_left {
    border-right: none;
  }
  .et_pb_widget_area_right {
    border-left: none;
  }
  .et_pb_promo {
    padding: 40px;
  }
  .et_pb_fullwidth_section .et_pb_map {
    height: 155px;
  }
  .et_pb_column_4_4 .et_pb_map,
  .et_pb_column_3_4 .et_pb_map,
  .et_pb_column_2_3 .et_pb_map,
  .et_pb_column_1_2 .et_pb_map,
  .et_pb_column_1_3 .et_pb_map,
  .et_pb_column_1_4 .et_pb_map {
    height: 155px;
    width: 280px;
  }
  .et_pb_newsletter {
    padding: 30px 0;
  }
  .et_pb_newsletter_form {
    padding-left: 30px !important;
    width: 220px !important;
  }
  .et_pb_newsletter_description {
    padding: 0 30px 15px;
    width: 220px !important;
  }
  .et_pb_newsletter_form,
  .et_pb_newsletter_description {
    width: 220px;
    padding-right: 30px;
  }
  .et_pb_tabs_controls {
    border-bottom: none;
  }
  .et_pb_tabs_controls li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .et_pb_slide_content {
    display: none !important;
  }
  .et_pb_slide_image {
    display: none !important;
  }
  .et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: 200px !important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 280px !important;
    margin: 0 0px 53px 0 !important;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .et_right_sidebar.woocommerce div.product div.images,
  .et_right_sidebar.woocommerce-page div.product div.images,
  .et_right_sidebar.woocommerce #content div.product div.images,
  .et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_left_sidebar.woocommerce div.product div.images,
  .et_left_sidebar.woocommerce-page div.product div.images,
  .et_left_sidebar.woocommerce #content div.product div.images,
  .et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce div.product div.images div.thumbnails a,
  .woocommerce-page div.product div.images div.thumbnails a,
  .woocommerce #content div.product div.images div.thumbnails a,
  .woocommerce-page #content div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce-page div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce #content div.product div.images div.thumbnails a,
  .et_right_sidebar.woocommerce-page #content div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce-page div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce #content div.product div.images div.thumbnails a,
  .et_left_sidebar.woocommerce-page #content div.product div.images div.thumbnails a {
    width: 80px !important;
  }
  .et_right_sidebar.woocommerce ul.products li.product,
  .et_right_sidebar.woocommerce-page ul.products li.product,
  .et_left_sidebar.woocommerce ul.products li.product,
  .et_left_sidebar.woocommerce-page ul.products li.product {
    margin: 0 0 35px !important;
  }
  .archive.et_full_width_page.woocommerce ul.products li.product {
    width: 280px !important;
  }
  table.cart th,
  #content table.cart th,
  table.cart td,
  #content table.cart td,
  table.cart tr,
  #content table.cart tr {
    padding: 0.857em 0.287em !important;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_column_1_2 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_column_1_3 .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_countdown_timer .et_pb_countdown_timer_container,
  .et_pb_column_3_8 .et_pb_countdown_timer .et_pb_countdown_timer_container {
    margin: 0 auto 30px;
    padding: 40px 20px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .title,
  .et_pb_column_1_2 .et_pb_countdown_timer .title,
  .et_pb_column_1_3 .et_pb_countdown_timer .title,
  .et_pb_countdown_timer .title,
  .et_pb_column_3_8 .et_pb_countdown_timer .title {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section,
  .et_pb_column_1_2 .et_pb_countdown_timer .section,
  .et_pb_column_1_3 .et_pb_countdown_timer .section,
  .et_pb_countdown_timer .section,
  .et_pb_column_3_8 .et_pb_countdown_timer .section {
    margin-right: 5px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section.values,
  .et_pb_column_1_2 .et_pb_countdown_timer .section.values,
  .et_pb_column_1_3 .et_pb_countdown_timer .section.values,
  .et_pb_countdown_timer .section.values,
  .et_pb_column_3_8 .et_pb_countdown_timer .section.values {
    width: 35px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section.days,
  .et_pb_column_1_2 .et_pb_countdown_timer .section.days,
  .et_pb_column_1_3 .et_pb_countdown_timer .section.days,
  .et_pb_countdown_timer .section.days,
  .et_pb_column_3_8 .et_pb_countdown_timer .section.days {
    width: 40px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section p,
  .et_pb_column_1_2 .et_pb_countdown_timer .section p,
  .et_pb_column_1_3 .et_pb_countdown_timer .section p,
  .et_pb_countdown_timer .section p,
  .et_pb_column_3_8 .et_pb_countdown_timer .section p {
    font-size: 28px;
    line-height: 28px;
  }
  .et_pb_column_1_4 .et_pb_countdown_timer .section p.label,
  .et_pb_column_1_2 .et_pb_countdown_timer .section p.label,
  .et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
  .et_pb_countdown_timer .section p.label,
  .et_pb_column_3_8 .et_pb_countdown_timer .section p.label {
    font-size: 11px;
    line-height: 19px;
  }
  .et_pb_column_1_3 .et_pb_newsletter_description,
  .et_pb_column_1_4 .et_pb_newsletter_description,
  .et_pb_column_3_8 .et_pb_newsletter_description {
    padding: 0 30px 15px;
  }
  .et_quote_content,
  .et_pb_blog_grid .et_quote_content,
  .et_audio_content,
  .et_pb_blog_grid .et_link_content {
    padding: 35px 20px !important;
  }
  .et_pb_blog_grid .et_main_video_container {
    margin-left: 0;
    margin-right: 0;
  }
  .et_pb_post .et_pb_slide,
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 156px !important;
  }
  .et_pb_audio_cover_art {
    float: none !important;
    width: 100% !important;
    height: 210px !important;
  }
  .et_pb_audio_module_content {
    margin-left: 0 !important;
    padding: 40px 20px 34px !important;
  }
  .et_pb_audio_module_content h2 {
    font-size: 20px !important;
  }
  .et_pb_column_1_4 .et_audio_module_meta {
    font-size: 14px !important;
  }
  .et_pb_countdown_timer .sep {
    top: -24px !important;
  }
  .et_pb_blog_grid .et_link_content,
  .et_pb_blog_grid .et_quote_content {
    margin: 0 0 19px;
  }
  .et_pb_image_container,
  .blog-landing .post-image,
  .recent-blog-posts-wrapper ul li a:first-of-type,
  .et_pb_blog_grid .et_main_video_container,
  .et_pb_blog_grid .et_audio_content,
  .et_pb_blog_grid .et_pb_post .et_pb_slider {
    margin: 0 0 10px;
  }
  .et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-left: 0;
  }
  .et_pb_column_1_4 .et_pb_blog_grid .et_pb_post .blog-landing .et_pb_column_1_4 .et_pb_blog_grid .blog-entry,
  .et_pb_column_1_4 .et_pb_blog_grid .recent-blog-posts-wrapper ul li {
    width: 100%;
  }
}
/* Theme customization starts here
-------------------------------------------------------------- */
body {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

h1, h2, h3, h4, div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
}

h1, .alpha {
  font-size: 96px;
  text-transform: uppercase;
}

h2, .beta {
  font-size: 72px;
  text-transform: uppercase;
}

h3, .gamma {
  font-size: 48px;
  text-transform: uppercase;
}

h4, div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, .delta {
  font-size: 26px;
  text-transform: uppercase;
}

h5, .epsilon {
  font-size: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  h1, .alpha {
    font-size: 72px;
    text-transform: uppercase;
  }
  h2, .beta {
    font-size: 48px;
    text-transform: uppercase;
  }
  h3, .gamma {
    font-size: 36px;
    text-transform: uppercase;
  }
  h4, div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, .delta {
    font-size: 20px;
    text-transform: uppercase;
  }
  h5, .epsilon {
    font-size: 18px;
    text-transform: uppercase;
  }
}
.alt {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #BF2F28;
}

.box {
  background-color: #e4e2dc;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dd {
  margin-bottom: 2em;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 60px solid rgba(0, 0, 0, 0);
  border-right: 60px solid rgba(0, 0, 0, 0);
  border-top: 15px solid #BF2F28;
  margin: 10px auto;
}

blockquote {
  margin: 0 auto;
  text-align: center;
  max-width: initial !important;
}
blockquote:before {
  content: "“";
  width: auto;
  display: block;
  margin: 10px auto 0 auto;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 90px;
  line-height: 45px;
  color: #BF2F28;
}
blockquote p {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  blockquote p {
    font-size: 20px;
    line-height: 1.2;
  }
}

cite {
  margin: 0 auto;
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  text-align: center;
}

.quote--alt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em;
  background-color: #c9c4bf;
}

.quote--alt blockquote,
.quote--alt blockquote p {
  font-size: 48px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  color: #d33826;
  line-height: 1.2em;
}

.quote--alt cite {
  color: #4f003c;
}

.photo-box--mega blockquote {
  margin-top: 1em;
}

@media only screen and (min-width: 900px) {
  .photo-box--mega blockquote {
    margin-left: 50%;
    margin-right: 10%;
  }
}
.photo-box--mega blockquote p {
  line-height: 1.2em;
}

address {
  font-style: normal;
}

.wide-only {
  display: none;
}

@media only screen and (min-width: 981px) {
  .wide-only {
    display: block;
  }
  table.wide-only {
    display: table;
  }
  .narrow-only {
    display: none;
  }
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.island {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 981px) {
  .pinned {
    z-index: 4;
    position: absolute;
    margin-top: 115px;
    top: -115px;
  }
}
.reversed-out {
  color: #edeee6;
}

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

.snug,
.snug .et_pb_row {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.snug-top,
.snug-top .et_pb_row:first-child {
  margin-top: 0;
  padding-top: 0;
}

.snug-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.full-text-header,
.exhibit-header {
  min-height: 350px;
}

.full-text-header h1 {
  margin-top: 50px;
}

.exhibit-header h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  height: 144px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .exhibit-header h1 {
    background-size: contain;
  }
}
.linear-nav {
  min-height: 20px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #777;
  padding: 7px;
  color: #FFF;
}

.linear-nav div a {
  color: #fff;
  text-decoration: none;
}

.overflow-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.border-caption {
  padding: 0.5em;
  background-color: #216b8b;
  color: #f8edd6;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.border-caption a {
  color: #f8edd6;
}

.et-box-content {
  text-shadow: 1px 1px 1px #fff;
  padding: 27px 43px 17px 43px;
  min-height: 35px;
}

.overlap-label {
  position: absolute;
  /*     padding: .5em 1em 0 1em; */
  padding: 12px 24px;
  text-align: center;
  background-color: #216b8b;
  color: #f8edd6;
  width: 13em;
  max-width: 100%;
  font-size: 36px;
}

/* Quotes */
.dubois-quote {
  background-color: #132d33;
  padding: 3em;
}

.dubois-quote blockquote {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-transform: none;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .dubois-quote blockquote p {
    line-height: 1.2;
  }
}
/* Tables */
.entry-content .table--invisible,
.table--invisible {
  border: 0;
}

.table--invisible tr td {
  border: 0;
  padding: 0;
}

/* Widget */
.et_pb_bg_layout_light .et_pb_widget li a,
.et_pb_widget li a:hover {
  color: #3c5271;
}

.et_pb_widget_area_left {
  border: 0;
}

.et_pb_widget {
  margin-bottom: 0;
}

.widget_nav_menu {
  font-size: 14px;
}

/* Blog */
.single-post #main,
.single-post .entry-content {
  max-width: 45em;
}

/* Top header overrides */
.et-fixed-header nav#top-menu-nav {
  padding-top: 0;
}

#mainnav li {
  padding-right: 8px;
}

#mainnav li > a,
#et_search_icon {
  padding: 5px 15px;
  color: #ffffff;
  background-color: #BF2F28;
  font-size: 18px;
  text-transform: uppercase;
}

#et_search_icon {
  padding: 7px 30px 5px;
}

#et_search_icon:before {
  top: 2px;
  left: 5px;
  font-size: 19px;
}

.et-fixed-header #et_search_icon:before {
  top: 1px;
}

#et_top_search {
  width: 30px;
  margin-top: 16px;
}

.et-fixed-header #et_top_search {
  margin-top: 5px;
}

#mainnav li > a:hover,
#mainnav li.current-menu-item > a {
  color: #BF2F28;
  background-color: #ffffff;
}

.et-fixed-header #mainnav > li > a {
  padding-bottom: 5px;
}

.et_fixed_nav #logo {
  max-height: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .et_fixed_nav #logo {
    max-height: 63px;
  }
}
.et-fixed-header #logo {
  max-height: 60px;
}

.js .mobile_menu_bar:before {
  color: #fff !important;
}

/* Secondary header */
.secondary-header {
  background-color: #333;
  color: #333;
  padding: 6px 0;
  font-weight: 700;
}

@media screen and (max-width: 981px) {
  .secondary-header {
    display: none;
  }
}
.secondary-nav {
  float: right;
  background-color: #afaeaa;
  padding: 0 1em;
}

.secondary-nav li {
  display: inline-block;
  padding-right: 22px;
}

.secondary-nav li:last-child {
  padding-right: 0;
}

.secondary-nav a {
  color: #333;
}

.nav li:hover > ul, .nav li.et-hover > ul {
  -webkit-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 30px;
  color: #fff;
}

.btn--primary {
  background: #BF2F28;
}

.btn--secondary {
  background: #257395;
}

.btn--dark {
  background: rgba(0, 0, 0, 0.3);
}

.btn--side {
  float: right;
  margin-top: 84px;
}

.post-password-form {
  min-height: 500px;
  margin: 100px 4em 300px;
}

.menu-item-has-children > a:link {
  font-weight: bold;
}

.sub-menu a:link {
  font-weight: normal;
}

.sub-menu .sub-menu a:link {
  margin-left: 10px;
}

.admin-bar #main-header {
  top: 132px;
}

.header--empty {
  min-height: 300px;
}

#nav_menu-15 {
  margin-right: 0;
}

#nav_menu-20 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #nav_menu-15,
  #nav_menu-21 {
    display: none;
  }
}
#nav_menu-15 a {
  color: #edeee6;
}

.current-menu-item,
.menu-item-has-children .current-menu-item {
  font-weight: bold;
}

#menu-additional-exhibits a {
  color: #ccc;
}

.page-id-1114 #nav_menu-15 a {
  color: #333;
}

.page-id-1114 #nav_menu-21 a {
  color: #666;
}

#menu-exhibit-list li {
  line-height: 16px;
  padding-bottom: 12px;
}

/* Map */
#map-canvas {
  width: 100%;
  height: 375px;
}

#map-canvas img {
  max-width: inherit;
}

/* Footer */
#footer-bottom {
  background-color: #BF2F28;
}

#footer-info {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  float: none;
}

.footer-widget {
  margin-bottom: 0;
  color: #091a2b;
}

#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover {
  color: #091a2b;
}

#footer-widgets .footer-widget li:before {
  border: 0;
}

.footer-widget #text-2 {
  padding-bottom: 0;
}

.footer-widget #text-2 h4, .footer-widget #text-2 div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .footer-widget #text-2 h2.sw-portfolio-project-subtitle {
  padding-bottom: 0;
}

@media screen and (min-width: 980px) {
  #menu-footer,
  #menu-secondary {
    margin-top: 4em;
  }
}
/* Membership table */
.membership-table td {
  vertical-align: top;
}

.membership-table table {
  background-color: #edeee6;
  border: 1px solid #999;
}

.membership-table table tr td {
  border-top: 1px solid #999;
}

.membership-table tr th {
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: normal;
  background-color: #0067a5;
  color: #fff;
}

.membership-table tr th a {
  color: #fff;
}

.et_pb_featured_table {
  margin-top: -23px;
}

.et_pb_pricing_heading,
.et_pb_featured_table .et_pb_pricing_heading,
.et_pb_pricing_table_button {
  background-color: #3e002d;
}

.et_pb_pricing_table {
  background-color: #edeee6;
}

.et_pb_pricing_content {
  color: #0b1928;
}

/* Toggles */
.et_pb_toggle {
  border: 0;
}

.et_pb_toggle_close {
  background-color: #fff;
}

.et_pb_toggle_close .et_pb_toggle_title:before {
  color: #358ea2;
}

.et_pb_toggle_open h5.et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #358ea2;
}

/* Associations */
@media screen and (min-width: 980px) {
  .association {
    width: 29%;
    margin-right: 30px;
    display: inline-block;
  }
}
.association {
  margin-top: 1em;
}

.association p {
  padding-left: 1em;
  border-left: 1px solid #6f521f;
  color: #6f521f;
  text-transform: uppercase;
}

/* Photo boxes */
.photo-box--mega {
  margin: 11px 0;
  width: 100%;
  height: 540px;
  background-color: #443f68;
  background-position: bottom;
  font-size: 14px;
}

.photo-box {
  width: 100%;
  height: 270px;
  /*     min-height: 270px; */
  margin-bottom: 11px;
  background-color: #443f68;
  background-position: bottom;
  background-size: cover;
  font-size: 14px;
  float: left;
}

@media screen and (min-width: 1100px) {
  .photo-box {
    display: inline-block;
    /*         width: 49%;
            min-width: 330px; */
  }
  .photo-box.photo-box-2-col {
    width: 49%;
    min-width: 330px;
    float: left;
  }
  .photo-box.photo-box-2-col.margin-right {
    margin-right: 11px;
  }
  /*     .photo-box:nth-child(2),
      .photo-box:nth-child(5) {
          margin-left: 11px;
      } */
  .photo-box:first-of-type {
    margin-right: 11px;
  }
  .photo-box--slavery h2 {
    height: 72px;
  }
}
.photo-box a,
.photo-box--mega a {
  text-decoration: none;
}

.photo-box--group {
  background-image: url("/assets/2417/GroupTour_FamilyReunion_v2.jpg");
}

.photo-box--facility {
  background-image: url("/assets/2417/rendering-inside.jpg");
}

.photo-box--slavery {
  background-image: url("/assets/2417/slavery-callout-hue.jpg");
}

.photo-box--sitins {
  background-image: url("/assets/2417/sitins-callout-2.jpg");
}

.photo-box--freedomrides {
  background-image: url("/assets/2417/freedomrides-callout-hue.jpg");
}

.photo-box--blackpower {
  background-image: url("/assets/2417/blackpower-callout-hue.jpg");
}

.photo-box--montgomery {
  background-image: url("/assets/2417/montgomery-callout-hue-3.jpg");
}

.photo-box__header {
  padding: 1em;
}

.photo-box__header p {
  font-weight: 700;
}

.photo-box__header--green {
  background: rgba(1, 61, 2, 0.7);
}

.photo-box__header--blue {
  background: rgba(31, 116, 163, 0.7);
}

.photo-box__header--red {
  background: rgba(225, 74, 37, 0.7);
}

.photo-box__header--wine {
  background: rgba(100, 21, 24, 0.7);
}

.photo-box__header--gray {
  background: rgba(1, 1, 1, 0.5);
}

.photo-box__header--gold {
  background: rgba(228, 155, 15, 0.8);
}

/* Contact form module */
.et_pb_contact_submit {
  background-color: #BF2F28;
}

.et_pb_contact_right p {
  color: #fff;
  font-weight: 700;
}

/* CTA module */
.et_pb_promo {
  padding: 1em;
}

.et_pb_promo:before,
.et_pb_promo:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.et_pb_promo:after {
  clear: both;
}

.et_pb_promo_description {
  text-align: left;
}

.et_pb_promo_description h2 {
  font-size: 36px;
  text-transform: uppercase;
}

.et_pb_promo_description p {
  font-weight: 700;
}

.et_pb_promo_button {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 30px;
  color: #fff;
  background: #BF2F28;
  margin-right: -1em;
  border-radius: 0;
}

/* WooCommerce */
.woocommerce-page h1 {
  font-size: 48px;
}

.woocommerce-page h2 {
  font-size: 36px;
}

.woocommerce-page h3 {
  font-size: 20px;
}

.woocommerce-page #content-area {
  margin-top: 20px;
}

.woocommerce-page .page-title {
  display: none;
}

.woocommerce-page div.product .product_title {
  font-size: 36px;
}

#tab-description h2,
#tab-additional_information h2 {
  font-size: 36px;
}

.woocommerce-page .widgettitle {
  font-size: 20px;
}

.woocommerce ul.products li.product h3 {
  color: #fff;
}

.woocommerce ul.products li.product .price {
  display: none;
}

.widget_product_categories h4, .widget_product_categories div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .widget_product_categories h2.sw-portfolio-project-subtitle,
.widget_recently_viewed_products h4,
.widget_recently_viewed_products div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .widget_recently_viewed_products h2.sw-portfolio-project-subtitle {
  margin-top: 1em;
  padding-bottom: 0;
  font-family: museo-slab, serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}

/* Tribe Events */
.et_pb_bg_layout_light .tribe-events-list-widget li a {
  text-transform: none;
}

body.home .et_pb_bg_layout_light .tribe-events-list-widget li h4, body.home .et_pb_bg_layout_light .tribe-events-list-widget li div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected body.home .et_pb_bg_layout_light .tribe-events-list-widget li h2.sw-portfolio-project-subtitle {
  font-size: 36px;
}

body.home .et_pb_bg_layout_light .tribe-events-list-widget li a {
  color: #fff;
}

body.home .tribe-events-list-widget .duration {
  font-weight: bold;
  font-size: inherit;
}

.tribe-events-list-widget li h4, .tribe-events-list-widget li div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .tribe-events-list-widget li h2.sw-portfolio-project-subtitle {
  font-size: 20px;
}

.tribe-events-list-widget .duration {
  font-weight: normal;
  font-size: 14px;
}

.events-single .tribe-events-before-html,
.events-list .tribe-events-before-html,
.events-archive .tribe-events-before-html {
  display: none;
}

.single-tribe_events h2.tribe-events-single-event-title,
.tribe-events-list h2.tribe-events-page-title,
.tribe-events-month h2.tribe-events-page-title {
  margin-top: 60px;
}

/* Twitter feed */
.dt-twitter-tweetbody {
  margin-top: 1em;
  font-weight: 300;
}

.dt-twitter-readdate {
  margin-top: 1em;
  float: right;
  font-size: 12px;
}

/* Facebook feed */
.rfbp-container {
  background-color: #FFF;
  padding: 1em;
}

/* Forms */
.wpcf7-form p input.wpcf7-submit {
  font-size: 20px;
  font-weight: 500;
  border-radius: 3px;
  padding: 6px 18px;
  line-height: 1.7em;
  display: block;
  color: #fff;
  border: none;
  float: right;
  margin-top: 8px;
  background-color: #82c0c7;
  width: auto;
}

.wpcf7-form p input,
.wpcf7-form p textarea {
  background-color: #eee;
  border: none;
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  color: #666;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.field--small {
  max-width: 50%;
}

/* Bummer overrides */
.et_pb_bg_layout_light .et_pb_post a,
.blog-landing .et_pb_bg_layout_light .blog-entry a {
  color: #666;
}

.et_pb_slide_description h2,
.item .caption .title {
  font-weight: normal;
  font-size: 96px;
}

.et_pb_promo_description h3,
.et_pb_newsletter_description h3,
.et_pb_blurb h3,
.et_pb_text h3 {
  font-weight: normal;
  font-size: 36px;
}

.et_pb_text a {
  text-decoration: underline;
}

.et_pb_text h3 a,
.et_pb_text h2 a,
.et_pb_text .btn {
  text-decoration: none;
}

.et_pb_widget_area_left #text-3 {
  background-color: #cccccc;
  color: #ffffff;
  padding: 1em;
}

.et_pb_widget_area_left #text-6 {
  font-size: 14px;
}

.menu-item-has-children .sub-menu a:link {
  margin-left: 10px;
}

.sub-menu .menu-item-has-children .sub-menu a:link {
  margin-left: 20px;
}

/* Test carousel */
.slide-story {
  position: absolute;
  top: -140px;
}

#testCarousel .et_pb_section {
  background-attachment: fixed;
}

#testCarousel .et_pb_slide {
  background-attachment: inherit;
}

/* Home slides */
body.home {
  background-color: #726659;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 780px) {
  body.home {
    background-image: none;
  }
}
body.home .et_pb_container {
  height: 500px;
}

body.home .et_pb_slide_description {
  position: absolute;
  bottom: 0;
  background-color: #BF2F28;
  padding: 25px;
  padding-right: 0;
}

body.home .et_pb_slide_description h2,
body.home .item .caption .title {
  font-size: 48px;
  line-height: 42px;
  width: 30%;
  text-align: left;
  float: left;
  color: #f8edd6;
}

body.home .et_pb_slide_content,
body.home .item .caption .description {
  width: 39%;
  float: left;
  text-align: left;
  color: #f8edd6;
}

body.home .et_pb_more_button {
  float: right;
  color: #BF2F28;
  background-color: #f8edd6;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}

body.home .et_pb_row:nth-child(2),
body.home .et_pb_row:first-child {
  padding-top: 0;
}

body.home .et_pb_section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

body.home .et_pb_section:nth-child(2) {
  padding-top: 0;
}

body.home #main-header.et-fixed-header {
  background: rgba(0, 0, 0, 0.5);
}

/* Home slides */
body.home .home__slider {
  margin-bottom: 0;
}

body.home .home__slider .et_pb_slide_description {
  width: 781px;
  margin-left: 149px;
}

@media screen and (max-width: 980px) {
  body.home .home__slider .et_pb_slide_description {
    margin-left: 0;
    width: auto;
  }
}
body.home .home__slider .et_pb_slide_content,
body.home .home__slider .item .caption .description,
body.home .swRotator .scrollable .items .item .caption .description {
  font-size: 16px;
}

body.home .home__slider .et_pb_slide_description h2,
body.home .home__slider .item .caption .title,
body.home .swRotator .scrollable .items .item .caption .title {
  font-size: 48px;
  line-height: 42px;
  width: 40%;
  text-align: left;
  text-transform: uppercase;
  float: left;
  color: #f8edd6;
}

@media screen and (max-width: 767px) {
  body.home .home__slider .et_pb_slide_description h2,
  body.home .home__slider .item .caption .title,
  body.home .et_pb_slide_content,
  body.home .item .caption .description,
  body.home .swRotator .scrollable .items .item .caption .description,
  body.home .swRotator .scrollable .items .item .caption .title {
    width: auto;
    float: none;
    margin-right: 25px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  body.home .home__slider .et_pb_slide_description h2,
  body.home .home__slider .item .caption .title,
  body.home .et_pb_slide_content,
  body.home .item .caption .description,
  body.home .swRotator .scrollable .items .item .caption .title,
  body.home .swRotator .scrollable .items .item .caption .description {
    text-align: center;
  }
}
.et-pb-arrow-prev,
.et-pb-arrow-next {
  font-size: 96px;
}

.swRotator a.prev,
.swRotator a.next {
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.swRotator a.prev:before,
.swRotator a.next:before {
  font-size: 96px;
}

.fake-box {
  background-color: #BF2F28;
  width: 806px;
  margin-left: 149px;
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  .fake-box {
    margin-left: 0;
    width: auto;
  }
}
/* Search */
.et-search-form input.searchField {
  border: 1px solid #ccc;
}

.search .et_pb_post h2 a,
.search .blog-entry h4.page-title a,
.search .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.page-title.sw-portfolio-project-subtitle a,
div.sw-portfolio div.sw-portfolio-project-detail-selected .search .blog-entry h2.page-title.sw-portfolio-project-subtitle a {
  font-size: 36px;
}

.home-masthead {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 80px 0;
  padding: 0;
  background: #841A1A;
  z-index: 0;
}
.home-masthead__video {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  z-index: 0;
}
.home-masthead__video:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  display: none;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.33)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.home-masthead__content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 40px;
  vertical-align: top;
  z-index: 1;
}
.home-masthead__content *:not([class*=btn]) {
  color: #ffffff;
}
.home-masthead__content [class*=btn] {
  margin: 20px 0 0 0;
}
@media (min-width: 1080px) {
  .home-masthead__video {
    width: 66.666667%;
  }
  .home-masthead__video:after {
    display: block;
  }
  .home-masthead__content {
    width: 50%;
    margin: 0 0 0 -16.666667%;
  }
}
@media (min-width: 1280px) {
  .home-masthead__video {
    width: 75%;
  }
  .home-masthead__content {
    width: 33.333334%;
    margin: 0 0 0 -8.333334%;
  }
}

.hero-carousel {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 80px 0;
  padding: 0;
}
.hero-carousel .carousel-slides {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.hero-carousel .carousel-slides .carousel-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.hero-carousel .carousel-slides .carousel-slide__thumb {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  z-index: 0;
}
.hero-carousel .carousel-slides .carousel-slide__thumb:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.hero-carousel .carousel-slides .carousel-slide__content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 40px;
  vertical-align: top;
  z-index: 1;
}
.hero-carousel .carousel-slides .carousel-slide__content *:not([class*=btn]):not(a) {
  color: #ffffff;
}
.hero-carousel .carousel-slides .carousel-slide__content [class*=btn] {
  margin: 20px 0 0 0;
}
@media (min-width: 1080px) {
  .hero-carousel .carousel-slides .carousel-slide__thumb {
    width: 66.666667%;
    min-height: 33.333334vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hero-carousel .carousel-slides .carousel-slide__thumb:after {
    display: block;
  }
  .hero-carousel .carousel-slides .carousel-slide__content {
    width: 50%;
    margin: 0 -16.666667% 0 0;
  }
}
@media (min-width: 1280px) {
  .hero-carousel .carousel-slides .carousel-slide__thumb {
    width: 75%;
  }
  .hero-carousel .carousel-slides .carousel-slide__content {
    width: 33.333334%;
    margin: 0 -8.333334% 0 0;
  }
}
.hero-carousel .carousel-controls {
  position: absolute;
  width: auto;
  display: block;
  top: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
}
.hero-carousel .carousel-controls span {
  width: 20px;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  vertical-align: top;
}
.hero-carousel .carousel-controls span:hover {
  opacity: 0.5;
}
.hero-carousel .carousel-controls span.prev-slide:before {
  content: "4";
}
.hero-carousel .carousel-controls span.next-slide:before {
  content: "5";
}
.hero-carousel .carousel-controls span:before {
  font-family: "ETmodules";
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.featured-events {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 80px 40px;
  z-index: 0;
}
.featured-events:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-image: url("images/gs-texture.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.25;
  z-index: -1;
}
.featured-events *:not([class*=btn]):not(a) {
  color: #ffffff;
}
.featured-events__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0 0;
  padding: 0;
}
.featured-events__item-thumb {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.featured-events__item-thumb .image-area {
  width: 100%;
  display: block;
  margin: 0;
  padding: 56.25% 0 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-events__item-content {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 20px 0 0 0;
  vertical-align: top;
  z-index: 1;
}
.featured-events__item-content [class*=btn] {
  margin: 20px 0 0 0;
}
@media (min-width: 840px) {
  .featured-events__item-thumb, .featured-events__item-content {
    width: calc(50% - 20px);
  }
  .featured-events__item-content {
    padding: 0;
  }
}

.home-ctas {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 80px 20px 40px 20px;
  background: #841A1A;
  text-align: center;
  font-size: 0;
}
.home-ctas *:not([class*=btn]):not(a) {
  color: #ffffff;
}
.home-ctas__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0 40px 0;
  padding: 0 20px;
  font-size: 16px;
  vertical-align: top;
}
@media (min-width: 840px) {
  .home-ctas__item {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .home-ctas__item {
    width: 33.333334%;
  }
}
.home-ctas__item p {
  margin: 0 0 20px 0;
}
.home-ctas__item [class*=btn] {
  margin: auto 0 0 0;
}

.featured-exhibits {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 80px 40px;
  z-index: 0;
}
.featured-exhibits:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-image: url("images/gs-texture.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.25;
  z-index: -1;
}
.featured-exhibits *:not([class*=btn]):not(a) {
  color: #ffffff;
}
.featured-exhibits__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0 0;
  padding: 0;
}
.featured-exhibits__item-thumb {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.featured-exhibits__item-thumb .image-area {
  width: 100%;
  display: block;
  margin: 0;
  padding: 56.25% 0 0 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-exhibits__item-content {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 20px 0 0 0;
  vertical-align: top;
  z-index: 1;
}
.featured-exhibits__item-content [class*=btn] {
  margin: 20px 0 0 0;
}
@media (min-width: 840px) {
  .featured-exhibits__item-thumb, .featured-exhibits__item-content {
    width: calc(50% - 20px);
  }
  .featured-exhibits__item-content {
    padding: 0;
  }
}

.recent-posts {
  width: 100%;
  display: block;
  margin: 0;
  padding: 80px 20px 40px 20px;
}
.recent-posts *:not([class*=btn]):not(a) {
  color: #ffffff;
}
.recent-posts__intro {
  width: 100%;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.recent-posts__list {
  width: 100%;
  display: block;
  margin: 40px 0 0 0;
  padding: 0;
  font-size: 0;
}
.recent-posts__list-item {
  width: calc(100% - 40px);
  display: inline-block;
  margin: 0 20px 40px 20px;
  padding: 0;
  vertical-align: top;
}
@media (min-width: 840px) {
  .recent-posts__list-item {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1080px) {
  .recent-posts__list-item {
    width: calc(33.333334% - 40px);
  }
}
.recent-posts__list-item__thumb {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 100% 0 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.recent-posts__list-item__thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}
.recent-posts__list-item__content {
  position: relative;
  width: 100%;
  display: block;
  margin: -40px 0 0 0;
  padding: 0 0 0 40px;
  z-index: 1;
}
.recent-posts__list-item__content p {
  font-size: 16px;
}
.recent-posts__list-item__content [class*=btn] {
  margin: 20px 0 0 0;
}

.assistive-text {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: -999999px;
}

.CalendarEventsDetail__eventCalendarFront .btn-primary {
  background-color: #BF2F28 !important;
  border-color: #BF2F28 !important;
}

.CalendarEvent {
  margin: 40px 0 0 0;
}

.CalendarMonthFilter .fields {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CalendarMonthFilter__dateRange .fields__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.CalendarListEvent__header_date {
  background-color: #BF2F28 !important;
}

.CalendarListEvent__header_date-date,
.CalendarListEvent__header_date-month {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.CalendarListEvent__header_date-date {
  line-height: 26px !important;
}

.CalendarListEvent__header_date-month {
  margin-top: -8px !important;
}

.CalendarListEvent__description {
  color: #141414 !important;
}

.CalendarMonthFilter {
  padding: 0 0 2rem 0 !important;
}

.CalendarMonthFilter__dateRange input[type=date] {
  height: initial !important;
  padding: 4px 8px !important;
  font-size: inherit !important;
  line-height: inherit !important;
  border: 1px solid #BF2F28 !important;
}

.CalendarMonthFilter > input.CalendarMonthFilter__search,
.CalendarMonthFilter > .CalendarMonthFilter__button {
  border: 1px solid #BF2F28 !important;
}

.CalendarMonthFilter > select,
.CalendarMonthFilter > button,
.CalendarMonthFilter > .btn,
.CalendarMonthFilter > .btn:hover {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #BF2F28 !important;
  border: 1px solid #BF2F28 !important;
  text-transform: uppercase;
}

.CalendarMonthFilter > .site-tags-editor,
.CalendarMonthFilter__date,
.CalendarMonthFilter__dateSeparator {
  margin-right: 1rem !important;
}

.CalendarMonthFilter__dateSeparator {
  font-size: inherit !important;
  line-height: inherit !important;
}

.CalendarEvent__box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.CalendarEvent__box .CalendarEvent__details {
  width: 100% !important;
  padding: 40px 0 0 0 !important;
}
.CalendarEvent__box .CalendarEvent__meta {
  width: 100% !important;
}

.CalendarMonth__header_label {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #841A1A !important;
}

.CalendarEventsDetail__eventCalendarFront a {
  color: #BF2F28 !important;
}

.CalendarEventsDetail__eventCalendarFront [class*=btn-] a {
  color: #ffffff !important;
}

.CalendarMenu a.CalendarMenu__currentItem {
  border-bottom: 3px solid #BF2F28 !important;
}

.tickets-passes {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.tickets-passes > h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
.tickets-passes__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0 !important;
}
.tickets-passes__list-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px 0;
  padding: 0;
  z-index: 1;
}
@media (min-width: 720px) {
  .tickets-passes__list-item {
    width: calc(50% - 10px);
  }
}
.tickets-passes__list-item__thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: top;
  z-index: -1;
}
.tickets-passes__list-item__thumb h4, .tickets-passes__list-item__thumb div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .tickets-passes__list-item__thumb h2.sw-portfolio-project-subtitle {
  position: relative;
  color: #ffffff;
  z-index: 2;
}
.tickets-passes__list-item__thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(20, 20, 20, 0.33);
  mix-blend-mode: multiply;
  z-index: 0;
}
.tickets-passes__list-item__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 40px;
  background: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: 2;
}
.tickets-passes__list-item__content h4, .tickets-passes__list-item__content div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .tickets-passes__list-item__content h2.sw-portfolio-project-subtitle {
  color: #BF2F28;
}
.tickets-passes__list-item__content p {
  margin: 0 0 20px 0;
}
.tickets-passes__list-item:hover .tickets-passes__list-item__content {
  opacity: 1;
}
.tickets-passes__footer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.membership-tiles {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.membership-tiles > h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
}
.membership-tiles__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0 0;
  padding: 0 !important;
}
.membership-tiles__list-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px 0;
  padding: 40px;
  background: #ffffff;
  text-align: center;
  vertical-align: top;
  z-index: 2;
}
.membership-tiles__list-item h4, .membership-tiles__list-item div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .membership-tiles__list-item h2.sw-portfolio-project-subtitle {
  color: #BF2F28;
}
@media (min-width: 720px) {
  .membership-tiles__list-item {
    width: calc(50% - 10px);
  }
}

a {
  color: #BF2F28;
}

body {
  color: #141414;
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content {
  background-color: #091a2b;
}

#main-header,
#main-header .nav li ul,
.et-search-form,
#main-header .et_mobile_menu {
  background-color: #ffffff;
}

#top-header,
#et-secondary-nav li ul {
  background-color: #091a2b;
}

#et_search_icon:hover,
.footer-widget h4,
.footer-widget div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .footer-widget h2.sw-portfolio-project-subtitle,
.et-social-icon a:hover,
.comment-reply-link,
.form-submit input,
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.et_pb_member_social_links a:hover {
  color: #091a2b !important;
}

.mobile_menu_bar {
  color: #fff;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.et_pb_widget li a:hover,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.et_pb_contact_submit,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.nav-single a,
.posted_in a {
  color: #091a2b !important;
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
.et_pb_pricing li:before,
blockquote {
  border-color: #091a2b;
}

#main-footer {
  background-color: #f4f3ef;
}

#mainnav a {
  color: #666666;
}

#mainnav li.current-menu-ancestor > a,
#mainnav li.current-menu-item > a,
.bottom-nav li.current-menu-item > a {
  color: #edeee6;
}

body,
input,
textarea,
select {
  font-family: "Bitter", Georgia, "Times New Roman", serif;
}

header#main-header .container {
  height: 80px;
}

img.campus-map {
  margin-bottom: 0;
}

img.poster-callout {
  width: 550px;
}

/* ====================== Typography Override ====================== */
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(images/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body,
#sb-loading {
  background-color: #060606;
}

#sb-title,
#sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title,
#sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info,
#sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-nav-close {
  background-image: url(images/close.png);
}

#sb-nav-next {
  background-image: url(images/next.png);
}

#sb-nav-previous {
  background-image: url(images/previous.png);
}

#sb-nav-play {
  background-image: url(images/play.png);
}

#sb-nav-pause {
  background-image: url(images/pause.png);
}

#sb-counter {
  float: left;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] {
  padding: 0;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBMembershipOptionWrapper,
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBMembershipSelected:hover {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
body:not(.touch-device) #main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBMembershipOptionWrapper:hover,
body:not(.touch-device) #main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBMembershipSelected:hover:hover {
  background: transparent;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBMembershipOptionSelectedWatermark {
  top: -20px;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBSVGSelectedMembershipTriangle {
  fill: #BF2F28;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBWrapMembershipTitle {
  padding-left: 0;
  padding-right: 0;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBWrapMembershipDescription {
  display: block;
  margin: 1rem 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 25px;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBWrapMembershipLinks {
  margin: 10px 0 0 0;
  padding-left: 0;
  padding-bottom: 0;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBLinkJoinMembershipButton,
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormChangeMembershipLink {
  width: auto;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #BF2F28;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  vertical-align: top;
}
body:not(.touch-device) #main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBLinkJoinMembershipButton:hover,
body:not(.touch-device) #main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormChangeMembershipLink:hover {
  background: #141414;
  text-decoration: none;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormChangeMembershipLink {
  margin: 0;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBLinkGiveMembershipButton {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #BF2F28;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  vertical-align: top;
}
body:not(.touch-device) #main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBLinkGiveMembershipButton:hover {
  color: #141414;
  text-decoration: none;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormSection {
  margin: 10px 0;
  max-width: initial;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormSectionMembershipDetails {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormFieldContainer {
  margin: 10px 20px;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormIndivFields {
  margin: 20px 0 0 0;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormSectionHeading {
  padding: 0;
  border: none !important;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormSectionHeading label {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: #141414;
  text-transform: uppercase;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormSectionHeading:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin: 9px 0 0 0;
  padding: 0;
  background: #cccccc;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormRadioLabelGivingLevel {
  padding: 10px;
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  border: none;
  color: #141414;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormRadioLabelGivingLevelNotSelected:hover {
  background: transparent;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormRadioLabelGivingLevelSelected {
  background: #BF2F28;
  border-color: #BF2F28;
  color: #ffffff;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormRadioLabelGivingLevelOther {
  width: 185px;
  min-width: initial;
}
#main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormSubmitbutton {
  padding: 10px 20px;
  background-color: #BF2F28;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
body:not(.touch-device) #main-content .BBFormContainer[data-bbox-part-id="4598c772-4519-4510-ac96-30caaef088b6"] .BBFormSubmitbutton:hover {
  background-color: #141414;
  color: #ffffff;
}

/* ====================== Repeated Styles theme.css Override ====================== */
.image-link-wrap {
  display: block;
}

.pin-wrapper {
  position: relative;
  width: 100%;
}

.et_pb_widget_area_left {
  min-width: 225px;
  max-width: 100%;
}
@media screen and (max-width: 995px) {
  .et_pb_widget_area_left {
    min-width: 195px;
  }
}

.max-image {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.et_pb_promo_dark {
  background-color: #133742;
}
.et_pb_promo_dark h2 {
  font-size: 36px;
  text-transform: uppercase;
}

.next-exhibit {
  text-align: right;
}

.next-exhibit,
.previous-exhibit {
  padding: 5px 0px;
}

#primary-content .templatecontent {
  margin-bottom: 30px;
}

.et-waypoint {
  opacity: 1;
}

.et_pb_toggle_open h5.et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title,
.quote--alt blockquote,
.quote--alt blockquote p {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.et_pb_promo_button,
.btn {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-weight: 700;
}

.et_pb_pricing_table_button:after, .et_pb_promo_button:after, a.et_pb_more_button:after, .et_pb_newsletter_button:after, .comment-reply-link:after {
  top: 4px;
}

/* Promos */
.et_pb_promo_description p {
  font-weight: normal;
  padding-bottom: 1em;
}

.et_pb_promo_description p:last-of-type {
  padding-bottom: 1em;
}

#main-content {
  background-color: #f4f3ef;
}

/* ====================== ScrollReveal Elements ====================== */
/* ====================== SW Nav Restyling ====================== */
header#main-header {
  z-index: 9999;
  background: #BF2F28;
  padding-top: 20px;
  padding-bottom: 20px;
}
header#main-header .et_mobile_menu {
  border-color: #ffffff;
}
header#main-header #top-menu-nav {
  padding-top: 0px;
}
header#main-header .container {
  height: auto;
}
@media only screen and (max-width: 980px) {
  header#main-header {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header#main-header .container {
    height: auto;
  }
  header#main-header #logo {
    max-height: 80px;
  }
  header#main-header .et_mobile_menu {
    width: 100%;
  }
  header#main-header .et_mobile_menu li a {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header#main-header #logo {
    max-height: 60px;
  }
}

.branding {
  display: inline-block;
  position: absolute;
}

.secondary-header {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 2;
  position: relative;
}

.secondary-nav {
  background-color: transparent;
  margin: 0px;
  padding-right: 0px;
}

#mainnav li ul,
#mainnav li#mn-home,
#mainnav li#mn-app-container-page {
  display: none;
}

.et_mobile_menu li ul,
#mainnav li#mn-home,
#mainnav li#mn-app-container-page {
  visibility: none !important;
  display: none !important;
}

#mainnav li > a {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
}

#et_top_search {
  margin: 0px 0px 0px 30px;
  width: auto;
}
#et_top_search #et_search_icon {
  padding: 6px 10px 6px 10px;
  display: block;
  line-height: 1;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
#et_top_search #et_search_icon:before {
  position: inherit;
  display: inline-block;
}
#et_top_search .et-search-form {
  border: none !important;
}

.et-search-form.et-hidden {
  display: none !important;
}

/* ====================== BG Video Styling ====================== */
.et_pb_section_video video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* ====================== Accordion Tabs Styling ====================== */
/* ====================== Left Sidebar Navigation Styling ====================== */
.widget_nav_menu h2,
.subnav-wrap h2 {
  margin: 0px 0px 6px 0px;
  font-size: 16px;
  line-height: inherit;
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0px;
  text-transform: none;
}
.widget_nav_menu h2 a,
.subnav-wrap h2 a {
  color: #3c5271;
  display: block;
  cursor: pointer;
}
.widget_nav_menu h2 a:hover,
.subnav-wrap h2 a:hover {
  color: #666666;
}
.widget_nav_menu ul,
.subnav-wrap ul {
  list-style: none;
  padding: 0px;
  line-height: inherit;
  font-size: 16px;
  margin: 0px 0px 20px 0px;
}
.widget_nav_menu ul li,
.subnav-wrap ul li {
  display: block;
  margin-bottom: 6px;
}
.widget_nav_menu ul li a,
.subnav-wrap ul li a {
  color: #3c5271;
  display: block;
  cursor: pointer;
  font-size: 16px;
}
.widget_nav_menu ul li a.current,
.subnav-wrap ul li a.current {
  font-weight: 700;
}
.widget_nav_menu ul li a:hover,
.subnav-wrap ul li a:hover {
  color: #666666;
}

li#sn-legacy-building {
  border-bottom: 4px solid #257395;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* ====================== Section Styling ====================== */
.et_section_custom {
  padding-top: 0px;
  padding-bottom: 0px;
}
.et_section_custom .et_pb_row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.et_section_custom.has-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.et_section_custom.has-content .et_pb_row {
  padding-top: 30px;
  padding-bottom: 0px;
}

.et_pb_section.full-width-section-top {
  background-color: #777;
  color: #ffffff;
}
.et_pb_section.full-width-section-top div, .et_pb_section.full-width-section-top p, .et_pb_section.full-width-section-top h1, .et_pb_section.full-width-section-top h2, .et_pb_section.full-width-section-top h3, .et_pb_section.full-width-section-top h4, .et_pb_section.full-width-section-top div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .et_pb_section.full-width-section-top h2.sw-portfolio-project-subtitle, .et_pb_section.full-width-section-top h5, .et_pb_section.full-width-section-top h6, .et_pb_section.full-width-section-top a {
  color: #ffffff;
}

.et_pb_section.full-width-section-tan {
  background-color: #f4f3ef;
  width: 100%;
}

.et_pb_section.full-width-section-white {
  background: #ffffff;
  width: 100%;
}

.et_pb_section.full-width-section-blue {
  background-color: #133742;
}
.et_pb_section.full-width-section-blue .reversed-out {
  background-color: #133742;
}

.et_pb_section.full-width-section-purple {
  background-color: #311845;
}

/* ====================== Top Image Section Styling ====================== */
.top-banner {
  width: 100%;
  position: relative;
  background-color: #333;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.top-banner .top-banner-image {
  height: 350px;
  overflow: hidden;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.top-banner .top-banner-image img {
  width: 100%;
  height: auto;
}
.top-banner.has-banner-image {
  height: 350px;
  overflow: hidden;
}
.top-banner.has-banner-image .top-banner-image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
.top-banner.has-banner-image .top-banner-image img {
  width: 100%;
  height: auto;
}
.top-banner .top-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
          transform: translatex(-50%) translatey(-50%);
  color: #ffffff;
  text-align: center;
}
.top-banner .top-banner-text h1,
.top-banner .top-banner-text h2,
.top-banner .top-banner-text h3,
.top-banner .top-banner-text h4,
.top-banner .top-banner-text div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .top-banner .top-banner-text h2.sw-portfolio-project-subtitle,
.top-banner .top-banner-text h5,
.top-banner .top-banner-text h6,
.top-banner .top-banner-text p {
  color: #ffffff;
}
.top-banner .et_pb_row.top-banner-text-only {
  color: #ffffff;
  text-align: center;
}
.top-banner .et_pb_row.top-banner-text-only h1,
.top-banner .et_pb_row.top-banner-text-only h2,
.top-banner .et_pb_row.top-banner-text-only h3,
.top-banner .et_pb_row.top-banner-text-only h4,
.top-banner .et_pb_row.top-banner-text-only div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .top-banner .et_pb_row.top-banner-text-only h2.sw-portfolio-project-subtitle,
.top-banner .et_pb_row.top-banner-text-only h5,
.top-banner .et_pb_row.top-banner-text-only h6,
.top-banner .et_pb_row.top-banner-text-only p {
  color: #ffffff;
}

/* ====================== Under Top Banner ====================== */
.under-banner {
  background: #777;
  color: #fff;
}

/* ====================== Fixed Sidebar ====================== */
@media screen and (min-width: 980px) {
  .has-fixed-nav .et_section_custom .et_pb_row {
    padding-left: 285px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1100px) {
  .has-fixed-nav .et_pb_column_1_4 {
    min-height: 100px;
  }
}

/* ====================== Footer Styling ====================== */
#main-footer {
  border-top: 10px solid #726659;
  position: relative;
}
#main-footer h4, #main-footer div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected #main-footer h2.sw-portfolio-project-subtitle {
  font-size: 36px;
}

#footer-bottom {
  color: #fff;
}
#footer-bottom a {
  color: #fff;
}
#footer-bottom .templatecontent p {
  margin-bottom: 0px;
}

.association p {
  text-transform: none;
}

#footer-bottom p {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.footer-info {
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer-info p, .footer-info a {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #edeee6;
  margin-bottom: 0px;
}

#footer-widgets {
  padding-top: 48px;
}

/* ====================== Home Page Slider ====================== */
.et_pb_slider .scrollable {
  width: 100% !important;
  max-width: 100% !important;
}

.et_pb_slider .scrollable .items {
  width: 100% !important;
  max-width: 100% !important;
}

.et_pb_slider .scrollable .items .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;
  max-width: 100% !important;
}

.et_pb_slider .scrollable .items .item .et_pb_container {
  z-index: 1;
}

.et_pb_slider .item .caption .title,
.home .swRotator .scrollable .items .item .caption .title {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .et_pb_slider .item .caption .title,
  .home .swRotator .scrollable .items .item .caption .title {
    width: 100%;
  }
}

body.home .home__slider .item .caption {
  max-width: 100%;
}

body.home .home__slider .item .caption .description,
.swRotator .scrollable .items .item .caption .description {
  padding-left: 20px;
  padding-right: 20px;
  width: 60%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  body.home .home__slider .item .caption .description,
  .swRotator .scrollable .items .item .caption .description {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.home .et_pb_more_button {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

body.home .home__slider .et_pb_slide_description {
  width: 806px;
}

/* ====================== Home Page General ====================== */
body.home #main-header {
  background: #BF2F28;
}
body.home .secondary-header {
  background: #fff;
}
body.home .secondary-nav {
  padding-right: 0px;
}
body.home .mobile_menu_bar:before {
  color: #ffffff !important;
}
body.home .et_pb_pricing_table_button {
  color: #ffffff !important;
}
body.home .et_pb_pricing_table_button:hover {
  color: #091a2b !important;
}
body.home .et_pb_pricing_table_button:after {
  top: 7px;
}

#home-primary {
  padding-top: 0px;
}
#home-primary .fake-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
#home-primary .fake-box h3 {
  padding: 0px;
  margin: 0px;
}

.events-callout h3,
.events-callout a {
  color: #33cccc;
}
.events-callout strong {
  color: #ffff00;
}

#home-feat-exhibits {
  background-color: #311845;
}
#home-feat-exhibits strong {
  color: #ffff00;
}
#home-feat-exhibits .templatecontent {
  margin-bottom: 30px;
}

#home-feat-cta {
  padding-bottom: 0px;
}

.et_pb_column.et_pb_column_1_2.col_last {
  margin-right: 0px;
}

/* ====================== Default Styling ====================== */
.default-intro-section {
  margin-bottom: 24px;
}

/* ====================== News/Blog Landing Styling ====================== */
ul.tags li a.current {
  color: #BF2F28;
}

.blog-entry h4.post-date, .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.post-date.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-entry h2.post-date.sw-portfolio-project-subtitle,
.blog-entry .post-profileinfo {
  display: none;
}

.blog-landing .et_pb_blog_grid {
  padding-bottom: 60px;
}
.blog-landing .et_pb_blog_grid > h3 {
  display: none;
}
.blog-landing .et_pb_blog_grid .blog-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.blog-landing .et_pb_blog_grid .post-image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.blog-landing .et_pb_blog_grid .post-image img {
  width: 100%;
}
.blog-landing .et_pb_blog_grid .post-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.blog-landing .et_pb_blog_grid .post-title a {
  color: #666666;
}
.blog-landing .et_pb_blog_grid .post-body {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #666666;
}
.blog-landing .et_pb_blog_grid .post-tags {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.blog-landing .et_pb_blog_grid .post-tags a {
  color: #666666;
}
.blog-landing ul.sw-blog-entry-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-top: 40px;
  padding-left: 0px;
}
.blog-landing ul.sw-blog-entry-nav li {
  float: left;
  text-align: left;
  padding-left: 24px;
}
.blog-landing ul.sw-blog-entry-nav li a {
  color: #666666;
  font-size: 18px;
}
.blog-landing ul.sw-blog-entry-nav li:first-of-type {
  text-align: right;
  padding-right: 24px;
}
.blog-landing .et_pb_blog_grid h2,
.blog-landing .blog-entry h4.post-title,
.blog-landing .blog-entry div.sw-portfolio div.sw-portfolio-project-detail-selected h2.post-title.sw-portfolio-project-subtitle,
div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-landing .blog-entry h2.post-title.sw-portfolio-project-subtitle {
  padding-bottom: 0px;
}

.blog-landing .et_pb_widget h2,
.blog-single .et_pb_widget h2 {
  display: none;
}
.blog-landing .post-tags,
.blog-single .post-tags {
  margin-bottom: 20px;
}
.blog-landing ul#subnav:first-of-type,
.blog-single ul#subnav:first-of-type {
  display: none;
}

/* ====================== News/Blog Single Styling ====================== */
.blog-single .et_pb_blog_grid {
  margin: 0px;
}
.blog-single h4.post-title, .blog-single div.sw-portfolio div.sw-portfolio-project-detail-selected h2.post-title.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-single h2.post-title.sw-portfolio-project-subtitle {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 480px) {
  .blog-single h4.post-title, .blog-single div.sw-portfolio div.sw-portfolio-project-detail-selected h2.post-title.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-single h2.post-title.sw-portfolio-project-subtitle {
    font-size: 36px;
  }
}
.blog-single .post-body {
  max-width: 100%;
}
.blog-single .post-body h4, .blog-single .post-body div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected .blog-single .post-body h2.sw-portfolio-project-subtitle {
  margin-bottom: 24px;
}

/* ====================== News/Blog Widget Styling ====================== */
.recent-blog-posts-wrapper ul {
  list-style: none;
  padding: 0px;
}
.recent-blog-posts-wrapper ul:before {
  content: "";
  display: table;
}
.recent-blog-posts-wrapper ul:after {
  content: "";
  display: table;
  clear: both;
}
.recent-blog-posts-wrapper ul li {
  list-style: none;
}
.recent-blog-posts-wrapper ul li .recent-blog-posts-title {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 12px;
}
.recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
  display: none;
}
.recent-blog-posts-wrapper ul li a:first-of-type {
  display: block;
}

/* ====================== Events Styling====================== */
.sw-events-detail-list-event-subject:before {
  display: table;
  content: "";
}
.sw-events-detail-list-event-subject:after {
  display: table;
  content: "";
  clear: both;
}
.sw-events-detail-list-event-subject img {
  vertical-align: middle;
  float: left;
  margin-right: 24px;
}

.sw-events-detail-list-event-details {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 15px;
  margin: 30px 0;
}

ul.sw-events-detail-timeframes,
ul.sw-events-detail-categories,
ul.sw-events-detail-list {
  padding-left: 0px;
}

ul.sw-events-detail-timeframes li a,
ul.sw-events-detail-categories li a {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

ul.sw-events-detail-list li {
  display: block;
  margin-bottom: 24px;
}
ul.sw-events-detail-list li:before {
  content: "";
  display: table;
}
ul.sw-events-detail-list li:after {
  content: "";
  display: table;
  clear: both;
}
ul.sw-events-detail-list li > a {
  display: none;
}

.detail-panel img.event-detail-image {
  margin-bottom: 24px;
}

h1.event-detail-title {
  margin-bottom: 24px;
}

.event-detail-calendarlink a,
.event-detail-sharelink a {
  margin-bottom: 24px;
}
.event-detail-calendarlink a:hover,
.event-detail-sharelink a:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* ====================== Donate/Give ====================== */
body.donate .top-banner {
  min-height: 1138px;
}

body.full-width #main-content .entry-content .top-banner {
  min-height: 0 !important;
  background: #FFF;
}
body.full-width #main-content .entry-content .top-banner .templatecontent p, body.full-width #main-content .entry-content .top-banner .templatecontent img {
  margin-bottom: 0;
}

/* ====================== InstaFeed ====================== */
#instafeed:before {
  content: "";
  display: table;
}
#instafeed:after {
  content: "";
  display: table;
  clear: both;
}

.insta-link {
  width: 50%;
  float: left;
  padding: 0px 5px 5px 5px;
}
.insta-link img {
  max-width: 100%;
  height: auto;
}

.social-column {
  margin-top: 20px;
}
.social-column h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

/* ====================== 767px ====================== */
@media only screen and (max-width: 767px) {
  .alignright,
  img.alignright {
    float: none;
    margin-left: 0px;
  }
  .alignleft,
  img.alignleft {
    float: none;
    margin-right: 0px;
  }
  .et_pb_row,
  .container,
  .et_pb_container {
    width: 90%;
  }
}
/* ====================== 479px ====================== */
footer a.btn.btn--primary {
  color: #fff;
}
footer a.btn.btn--primary:hover {
  color: #BF2F28;
}

body.membership iframe {
  width: 100%;
}
@media (min-width: 680px) {
  body.membership iframe {
    height: 2060px;
  }
}
@media (max-width: 679px) {
  body.membership iframe {
    height: 2730px;
  }
}

.post-body img {
  margin-bottom: 24px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.formmodule .swform .swformfieldlist.swformfield--checkboxlists .swformfield--checkbox {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formmodule .swform .swformfieldlist.swformfield--checkboxlists .swformfield--checkbox .swformfieldwrapper {
  margin-top: 3px;
}
.formmodule .swform .swformfieldlist.swformfield--checkboxlists .swformfield--checkbox .swformfield__label {
  padding: 0;
  margin-left: 10px;
  width: 100% !important;
}

section#hero div.content a.freebtn {
  background: #2f5d67;
  border-color: #2f5d67;
}
section#hero div.content a.freebtn:hover {
  background: transparent;
  color: #2f5d67;
}

/*fix for biden img*/
body.freedom2019 section.info-flex .info {
  position: relative;
}
body.freedom2019 section.info-flex .info:before {
  width: 60% !important;
  background-position: 60% !important;
}
@media (max-width: 1200px) {
  body.freedom2019 section.info-flex .info:before {
    width: 50%;
    background-position: 60%;
    background-size: 150% 100%;
  }
}
@media (max-width: 940px) {
  body.freedom2019 section.info-flex .info:before {
    width: 70%;
    background-position: 60%;
    background-size: 150% 100%;
  }
}
@media (max-width: 920px) {
  body.freedom2019 section.info-flex .info:before {
    width: 100%;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  body.freedom2019 section.info-flex .info {
    min-height: 700px;
  }
}
@media (max-width: 920px) {
  body.freedom2019 section.info-flex .info div.white-filter {
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(55%, rgba(255, 255, 255, 0.87)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.87) 55%);
  }
}
@media (max-width: 920px) {
  body.freedom2019 section.info-flex .info div.copy {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    padding: 0 50px 20px;
    position: absolute;
    bottom: 0;
  }
}

body.freedom2019 section.student-forum:before {
  background-image: url("/assets/2417/2018fa_1069.jpg") !important;
  background-size: cover !important;
}

body.freedom2019 section.info-flex div.white-filter {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(55%, rgba(255, 255, 255, 0.3))) !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%) !important;
}
body.freedom2019 section.info-flex div.copy {
  text-align: center !important;
  max-width: 550px !important;
}

body.freedom2019 .freebtn {
  background-color: #2f5d67 !important;
  border-color: #2f5d67 !important;
}
body.freedom2019 .freebtn:hover {
  color: #2f5d67 !important;
  background-color: transparent !important;
}

ul.photo-list {
  list-style-type: none;
}

.stories-video-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
.stories-video-grid .item {
  position: relative;
  width: 98%;
  margin: 0 1% 20px;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: pointer;
}
@media (min-width: 601px) {
  .stories-video-grid .item {
    width: 31%;
  }
}
@media (min-width: 992px) {
  .stories-video-grid .item {
    width: 23%;
  }
}
.stories-video-grid .item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.stories-video-grid .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.stories-video-grid .item div.video-title {
  position: absolute;
  top: 30px;
  left: 0;
  width: 80%;
  background: #BF2F28;
  color: white;
  font-weight: bold;
  padding: 8px;
}
.stories-video-grid .item div.video-title span.subtitle {
  text-transform: uppercase;
  font-size: 0.75rem;
  display: block;
  line-height: 1.75;
  opacity: 0.8;
  font-weight: normal;
  letter-spacing: 0.05em;
}

div#video-modal .modal-header {
  border: none;
  background: #BF2F28;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
div#video-modal .modal-header h4, div#video-modal .modal-header div.sw-portfolio div.sw-portfolio-project-detail-selected h2.sw-portfolio-project-subtitle, div.sw-portfolio div.sw-portfolio-project-detail-selected div#video-modal .modal-header h2.sw-portfolio-project-subtitle {
  color: white;
}
div#video-modal .modal-header .close {
  color: white;
  text-shadow: none;
  opacity: 1;
}
div#video-modal .modal-content {
  background-color: #000;
  color: #eee;
}
div#video-modal .modal-content .embed {
  background: url("/assets/2462/Rolling.svg") center center no-repeat;
  text-align: center;
  background-size: 50px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
div#video-modal .modal-content .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Override Bootstrap */
body.media {
  overflow-y: visible;
}

/* Recite Me */
.reciteme {
  bottom: 20px;
  cursor: pointer;
  left: 20px;
  z-index: 99999;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  position: fixed;
  border: none;
  line-height: 1.7em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 18px;
  background: #88C6C1;
  color: #000000;
}
.reciteme.active {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #88C6C1;
}

body.default.contact #section-1 > .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  body.default.contact #section-1 > .et_pb_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* PORTFOLIO */
.portfolio-widget-projects {
  padding: 30px 0 80px 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0;
}
.portfolio-widget-projects > li {
  position: relative !important;
  width: 98%;
  margin: 0 1% 20px;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
}
@media screen and (min-width: 601px) {
  .portfolio-widget-projects > li {
    width: 31%;
  }
}
.portfolio-widget-projects > li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.portfolio-widget-projects > li ul li.portfolio-title {
  position: absolute;
  top: 30px;
  left: 0;
  width: 60%;
  background: #E21E38;
  color: white;
  font-weight: bold;
  padding: 8px;
}
.portfolio-widget-projects > li ul li.portfolio-description {
  font-size: 0.875rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  padding: 10px;
}

div.sw-portfolio ul.sw-portfolio-tags {
  margin-bottom: 40px;
  display: none !important;
}
div.sw-portfolio ul.sw-portfolio-tags li.sw-portfolio-tag-group:nth-child(2) {
  display: none;
}
div.sw-portfolio ul.sw-portfolio-tags li.sw-portfolio-tag-group span.sw-portfolio-tag-group-name {
  font-weight: bold;
}
div.sw-portfolio ul.sw-portfolio-tags li.sw-portfolio-tag-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.sw-portfolio ul.sw-portfolio-tags li.sw-portfolio-tag-group ul a {
  display: inline-block;
  background: #BF2F28;
  color: white;
  padding: 5px 20px;
  margin: 0 5px 10px 0;
  border-radius: 40px;
  position: relative;
}
div.sw-portfolio ul.sw-portfolio-tags li.sw-portfolio-tag-group ul a:hover {
  background: #333;
}
div.sw-portfolio ul.sw-portfolio-tags li.sw-portfolio-tag-group ul a.selected {
  background: #555;
  padding-right: 45px;
}
div.sw-portfolio ul.sw-portfolio-tags li.sw-portfolio-tag-group ul a.selected:after {
  content: "x";
  position: absolute;
  right: 13px;
  top: 4px;
  color: white;
}
div.sw-portfolio ul.sw-portfolio-projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item {
  position: relative !important;
  width: 98%;
  margin: 0 1% 20px;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 601px) {
  div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item {
    width: 31%;
  }
}
@media (min-width: 992px) {
  div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item {
    width: 23%;
    min-width: 23%;
  }
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item:not(.text-only-item) a.sw-portfolio-project-thumbnail-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item:not(.text-only-item) div.sw-portfolio-project-name {
  position: absolute;
  top: 30px;
  background: #BF2F28;
  max-width: 80%;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item:not(.text-only-item) div.sw-portfolio-project-name a {
  color: white;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item:not(.text-only-item):hover div.sw-portfolio-project-name {
  background: black;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item.text-only-item {
  padding: 20px;
  background: white;
  border: 1px solid #eee;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item.text-only-item div.sw-portfolio-project-detail.text-only:not(.sw-portfolio-project-detail-selected) a.sw-portfolio-project-name-link {
  padding: 0;
  margin: 20px 0;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item.text-only-item div.sw-portfolio-project-detail.text-only:not(.sw-portfolio-project-detail-selected) div.sw-portfolio-project-images {
  display: none;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item.text-only-item div.sw-portfolio-project-detail.text-only:not(.sw-portfolio-project-detail-selected) div.sw-portfolio-project-info h1.sw-portfolio-project-title,
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item.text-only-item div.sw-portfolio-project-detail.text-only:not(.sw-portfolio-project-detail-selected) div.sw-portfolio-project-info h2.sw-portfolio-project-subtitle,
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item.text-only-item div.sw-portfolio-project-detail.text-only:not(.sw-portfolio-project-detail-selected) div.sw-portfolio-project-info p.sw-portfolio-project-description,
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item.text-only-item div.sw-portfolio-project-detail.text-only:not(.sw-portfolio-project-detail-selected) div.sw-portfolio-project-info p.sw-portfolio-project-url,
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item.text-only-item div.sw-portfolio-project-detail.text-only:not(.sw-portfolio-project-detail-selected) div.sw-portfolio-project-info ul.sw-portfolio-project-tags {
  display: none;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item.text-only-item div.sw-portfolio-project-detail.text-only:not(.sw-portfolio-project-detail-selected) p.read-more-link a {
  margin: 0;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item span.client {
  text-transform: uppercase;
  font-size: 0.75rem;
  display: block;
  line-height: 1.75;
  opacity: 0.8;
  font-weight: normal;
  letter-spacing: 0.05em;
}
div.sw-portfolio ul.sw-portfolio-projects-list li.sw-portfolio-projects-list-item div.sw-portfolio-project-name {
  font-weight: bold;
}
div.sw-portfolio div.sw-portfolio-project-detail-selected ul.tabs span.pager-index {
  display: none;
}
@media (max-width: 600px) {
  div.sw-portfolio div.sw-portfolio-project-detail-selected div.sw-portfolio-project-images img {
    max-width: 100%;
  }
}
div.sw-portfolio div.sw-portfolio-project-detail-selected h1.sw-portfolio-project-title {
  font-size: 2.5rem;
}
div.sw-portfolio div.sw-portfolio-project-detail-selected p.read-more-link {
  display: none;
}
div.sw-portfolio div.sw-portfolio-project-detail-selected p.sw-portfolio-project-summary {
  font-style: italic;
  font-weight: bold;
}
div.sw-portfolio div.sw-portfolio-project-detail-selected ul.sw-portfolio-project-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.sw-portfolio div.sw-portfolio-project-detail-selected ul.sw-portfolio-project-tags li.list-header {
  font-size: 0;
}
div.sw-portfolio div.sw-portfolio-project-detail-selected ul.sw-portfolio-project-tags li.list-header:before {
  content: "\f02b";
  font-family: "fontawesome";
  font-size: 1rem;
  color: #777;
}
div.sw-portfolio div.sw-portfolio-project-detail-selected ul.sw-portfolio-project-tags li {
  margin: 0 10px;
}

ul.portfolio-widget-projects {
  padding: 30px 0 80px 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.portfolio-widget-projects > li {
  position: relative !important;
  width: 98%;
  margin: 0 1% 20px;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
}
@media (min-width: 601px) {
  ul.portfolio-widget-projects > li {
    width: 31%;
  }
}
@media (min-width: 992px) {
  ul.portfolio-widget-projects > li {
    width: 23%;
  }
}
ul.portfolio-widget-projects > li:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
ul.portfolio-widget-projects > li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.portfolio-widget-projects > li.text-only-item {
  overflow: hidden;
}
ul.portfolio-widget-projects > li.text-only-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
ul.portfolio-widget-projects > li.text-only-item ul li.portfolio-title {
  position: relative;
  top: 0;
  width: 100%;
  height: 60%;
  padding: 8px;
}
ul.portfolio-widget-projects > li.text-only-item ul li.portfolio-title a {
  color: white;
  font-weight: bold;
}
ul.portfolio-widget-projects > li.text-only-item ul li.portfolio-description {
  height: 40%;
}
ul.portfolio-widget-projects li.portfolio-title {
  position: absolute;
  top: 30px;
  left: 0;
  width: 60%;
  background: #BF2F28;
  color: white;
  font-weight: bold;
  padding: 8px;
}
ul.portfolio-widget-projects li.portfolio-description {
  font-size: 0.875rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  padding: 10px;
}

.CalendarEvent__box .CalendarEvent__details .CalendarEvent__featuredImageBox {
  max-height: none !important;
}