/* colors */
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
#container .text-white {
  color: #fff;
}
#container .text-white h1,
#container .text-white h2,
#container .text-white h3,
#container .text-white h4,
#container .text-white h5,
#container .text-white a,
#container .text-white p,
#container .text-white div,
#container .text-white li {
  color: #fff;
}
#container .text-white h1 .panel-group,
#container .text-white h2 .panel-group,
#container .text-white h3 .panel-group,
#container .text-white h4 .panel-group,
#container .text-white h5 .panel-group,
#container .text-white a .panel-group,
#container .text-white p .panel-group,
#container .text-white div .panel-group,
#container .text-white li .panel-group {
  color: #000;
}
#container .text-white h1 .panel-group h2,
#container .text-white h2 .panel-group h2,
#container .text-white h3 .panel-group h2,
#container .text-white h4 .panel-group h2,
#container .text-white h5 .panel-group h2,
#container .text-white a .panel-group h2,
#container .text-white p .panel-group h2,
#container .text-white div .panel-group h2,
#container .text-white li .panel-group h2,
#container .text-white h1 .panel-group h3,
#container .text-white h2 .panel-group h3,
#container .text-white h3 .panel-group h3,
#container .text-white h4 .panel-group h3,
#container .text-white h5 .panel-group h3,
#container .text-white a .panel-group h3,
#container .text-white p .panel-group h3,
#container .text-white div .panel-group h3,
#container .text-white li .panel-group h3,
#container .text-white h1 .panel-group h4,
#container .text-white h2 .panel-group h4,
#container .text-white h3 .panel-group h4,
#container .text-white h4 .panel-group h4,
#container .text-white h5 .panel-group h4,
#container .text-white a .panel-group h4,
#container .text-white p .panel-group h4,
#container .text-white div .panel-group h4,
#container .text-white li .panel-group h4,
#container .text-white h1 .panel-group a,
#container .text-white h2 .panel-group a,
#container .text-white h3 .panel-group a,
#container .text-white h4 .panel-group a,
#container .text-white h5 .panel-group a,
#container .text-white a .panel-group a,
#container .text-white p .panel-group a,
#container .text-white div .panel-group a,
#container .text-white li .panel-group a,
#container .text-white h1 .panel-group p,
#container .text-white h2 .panel-group p,
#container .text-white h3 .panel-group p,
#container .text-white h4 .panel-group p,
#container .text-white h5 .panel-group p,
#container .text-white a .panel-group p,
#container .text-white p .panel-group p,
#container .text-white div .panel-group p,
#container .text-white li .panel-group p,
#container .text-white h1 .panel-group div,
#container .text-white h2 .panel-group div,
#container .text-white h3 .panel-group div,
#container .text-white h4 .panel-group div,
#container .text-white h5 .panel-group div,
#container .text-white a .panel-group div,
#container .text-white p .panel-group div,
#container .text-white div .panel-group div,
#container .text-white li .panel-group div,
#container .text-white h1 .panel-group li,
#container .text-white h2 .panel-group li,
#container .text-white h3 .panel-group li,
#container .text-white h4 .panel-group li,
#container .text-white h5 .panel-group li,
#container .text-white a .panel-group li,
#container .text-white p .panel-group li,
#container .text-white div .panel-group li,
#container .text-white li .panel-group li {
  color: #000;
}
#container .text-white h1 .panel-group .panel-body a,
#container .text-white h2 .panel-group .panel-body a,
#container .text-white h3 .panel-group .panel-body a,
#container .text-white h4 .panel-group .panel-body a,
#container .text-white h5 .panel-group .panel-body a,
#container .text-white a .panel-group .panel-body a,
#container .text-white p .panel-group .panel-body a,
#container .text-white div .panel-group .panel-body a,
#container .text-white li .panel-group .panel-body a {
  color: #293144;
}
#container .text-white .btn,
#container .text-white input[type="submit"],
#container .text-white .button,
#container .text-white a.fl-button {
  background-image: none;
  background-color: #fff;
}
#container .text-white .btn .fl-button-text,
#container .text-white input[type="submit"] .fl-button-text,
#container .text-white .button .fl-button-text,
#container .text-white a.fl-button .fl-button-text {
  color: #293144;
}
.text-black {
  color: #000;
}
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black a,
.text-black p,
.text-black div,
.text-black li {
  color: #000;
}
#container .orange-box {
  background-image: -webkit-linear-gradient(left, #f15a50, #f58446);
  background-image: -moz-linear-gradient(left, #f15a50, #f58446);
  background-image: -ms-linear-gradient(left, #f15a50, #f58446);
  background-image: -o-linear-gradient(left, #f15a50, #f58446);
}
.half-width {
  width: 50%;
}
.transparent-blue {
  background: rgba(41, 49, 68, 0.6);
}
/* -------- begin html tag settings --------- */
BODY {
  background: #161a24;
  color: #293144;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
}
TD {
  padding: 4px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #f58446;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-weight: normal;
  font-family: futura-pt, sans-serif !important;
}
h1 {
  margin-top: 0;
  font-size: 72px;
}
h1 span {
  font-weight: 300 !important;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
  color: #293144;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
h4 {
  color: #f58446;
  font-size: 20px;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, #f15a50, #f58446);
  background-image: -moz-linear-gradient(left, #f15a50, #f58446);
  background-image: -ms-linear-gradient(left, #f15a50, #f58446);
  background-image: -o-linear-gradient(left, #f15a50, #f58446);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
h5 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 0;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 0;
}
ul > li,
ol > li {
  margin-bottom: 1em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
p,
.p,
li {
  line-height: 1.7em;
  margin: 0 0 1.5em 0;
  font-weight: 400;
}
div {
  line-height: 1.2em;
}
a {
  color: #f58446;
  cursor: pointer;
  text-decoration: underline;
  outline: 0;
}
a:visited {
  color: #f58446;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #f15a50;
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  padding: 4px;
}
code {
  white-space: wrap;
}
#container .fl-separator {
  border-image: linear-gradient(to right, #f15a50 0%, #f58446 100%);
  border-image-slice: 1;
  border-width: 2px;
}
.orange-border {
  border-image: linear-gradient(to bottom, #f15a50 0%, #f58446 100%) 1 100%;
  border-style: solid;
  border-width: 2px;
}
.orange-border.border-right {
  border-left: 0;
}
.orange-border.border-left {
  border-right: 0;
}
.fa,
.fas {
  font-weight: 400;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/* ---------- begin structural settings ---------------- */
#container {
  font-size: 18px;
  float: left;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#container .entry-content p,
#container .entry-content label {
  font: 18px/1.2em 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.7em;
  margin: 0 0 1.5em 0;
  font-weight: 400;
}
#container .entry-content label.frm_primary_label {
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
section,
.section {
  float: left;
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.container {
  position: relative;
  text-align: left;
}
#header {
  background: #3c4864;
  position: relative;
  padding: 30px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#header .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) and (min-width: 960px) {
  #header .row .col-sm-4 {
    width: 25%;
  }
  #header .row .col-sm-8 {
    width: 75%;
  }
}
#header #search {
  float: right;
}
#header #search #searchform {
  position: relative;
}
#header #search #searchform #s {
  border: 1px solid #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px;
}
#header #search #searchform .btn-search {
  position: absolute;
  right: 0px;
  top: 8px;
  text-indent: 1000px;
  overflow: hidden;
  background: url("../images/icons/search.png") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  box-shadow: none;
}
#header #logo {
  float: left;
  max-width: 276px;
}
#header #nav {
  float: right;
  text-align: center;
  display: block;
}
#header #nav ul {
  margin: 0 auto;
}
#header #nav ul li {
  position: relative;
}
#header #nav ul li a {
  color: #fff;
  display: block;
  padding: 10px 12px 4px 12px;
  margin: 0 0 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  font-family: futura-pt, sans-serif;
}
#header #nav ul li.current-menu-item a,
#header #nav ul li.current_page_item a,
#header #nav ul li.current-page-ancestor a {
  color: #f58446;
}
#header #nav ul li a:hover,
#header #nav ul li a:active,
#header #nav ul li li:hover {
  color: #f58446;
}
#header #nav ul li ul.sub-menu,
#header #nav ul li ul.children {
  position: absolute;
  top: 33px;
  left: 4px;
  z-index: 20000;
  box-shadow: 0 2px 8px rgba(113, 113, 113, 0.5);
  width: 200px;
  display: none;
}
#header #nav ul li ul.sub-menu li,
#header #nav ul li ul.children li {
  float: none;
}
#header #nav ul li ul.sub-menu a,
#header #nav ul li ul.children a {
  background: #4f5f84;
  border-bottom: 1px solid #333c54;
  margin: 0;
  text-align: left;
  padding: 10px;
}
#header #nav ul li ul.sub-menu .current-page-ancestor a,
#header #nav ul li ul.children .current-page-ancestor a,
#header #nav ul li ul.sub-menu .current-menu-item a,
#header #nav ul li ul.children .current-menu-item a {
  background: #4f5f84;
  color: #fff;
}
#header #nav ul li ul.sub-menu a:hover,
#header #nav ul li ul.children a:hover,
#header #nav ul li ul.sub-menu a:active a:hover,
#header #nav ul li ul.children a:active a:hover {
  background: #293144;
}
#header #nav ul li:hover ul.sub-menu,
#header #nav ul li:hover ul.children {
  display: block;
}
#header .mobile-nav {
  position: relative;
  margin: 10px;
  display: none;
  float: right;
  z-index: 1000;
}
#header.sticky {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 8px rgba(113, 113, 113, 0.5);
}
#header.sticky #logo {
  max-width: 210px;
}
#header.sticky .mobile-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
#header.sticky .mobile-nav .fl-button {
  margin-right: 40px;
}
#header.sticky #nav {
  display: none;
}
#header .sticky-nav-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70vh;
}
#header .social-media a {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 2em;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #header .social-media a {
    font-size: 30px;
  }
}
#header #sticky-nav-container {
  z-index: 2000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
}
#header #sticky-nav-container .sticky-nav {
  padding: 30px 0px;
}
#header #sticky-nav-container .sticky-nav .sticky-nav-wrap {
  max-width: 560px;
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  #header #sticky-nav-container .sticky-nav .sticky-nav-wrap {
    max-width: 460px;
  }
}
@media only screen and (max-width: 991px) {
  #header #sticky-nav-container .sticky-nav .sticky-nav-wrap {
    max-width: 350px;
  }
}
@media only screen and (max-width: 959px) {
  #header #sticky-nav-container .sticky-nav .sticky-nav-wrap {
    max-width: 45vw;
    padding-left: 80px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 765px) {
  #header #sticky-nav-container .sticky-nav .sticky-nav-wrap {
    max-width: 90%;
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 auto;
  }
}
#header #sticky-nav-container .sticky-nav .sticky-nav-wrap #close-menu {
  float: right;
}
#header #sticky-nav-container .sticky-nav .sticky-nav-wrap .menu-header {
  clear: both;
}
#header #sticky-nav-container .sticky-nav .sticky-nav-wrap .menu-header ul.menu {
  padding-top: 50px;
}
#header #sticky-nav-container .sticky-nav .sticky-nav-wrap .menu-header ul.menu li {
  float: none;
}
#header #sticky-nav-container .sticky-nav .sticky-nav-wrap .menu-header ul.menu li a {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 2em;
}
#header #sticky-nav-container .sticky-nav .sticky-nav-wrap .menu-header ul.menu li ul.sub-menu {
  padding-left: 20px;
}
#header #sticky-nav-container .sticky-nav .sticky-nav-wrap .menu-header ul.menu li.menu-item-type-custom {
  float: left;
  margin-top: 6em;
  margin-right: 10px;
}
#header #sticky-nav-container.open-nav {
  display: flex;
}
#header #hamburger-menu,
#header #close-menu {
  height: 36px;
}
.nav,
.nav ul,
.menu,
.menu ul {
  margin: 0;
  padding: 0;
}
.nav li,
.menu li {
  float: left;
  list-style: none;
  margin: 0;
}
.nav a,
.menu a {
  text-decoration: none;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (max-width: 959px) {
  #header {
    padding: 10px 0;
  }
  #header .mobile-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  #header .mobile-nav .fl-button {
    margin-right: 40px;
  }
  #header #nav {
    display: none;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  #header .row {
    justify-content: space-between;
  }
  #header .row .col-sm-4,
  #header .row .col-sm-8 {
    width: 50%;
  }
  #header .row #logo {
    max-width: 200px;
  }
  #header .mobile-nav .fl-button,
  #header.sticky .mobile-nav .fl-button {
    display: none;
  }
  #header #sticky-nav-container .transparent-blue {
    display: none;
  }
  #header #sticky-nav-container .sticky-nav {
    width: 100%;
    padding: 20px 0;
  }
}
#page {
  background: #fff;
  padding-top: 98px;
  padding-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  #page {
    padding-top: 84px;
  }
}
@media only screen and (max-width: 960px) {
  #page {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  #page {
    padding-top: 76px;
  }
}
#content {
  text-align: left;
}
#footer {
  color: #fff;
  padding: 50px 0;
  background-image: url(/wp-content/themes/trendup2018/images/logo-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #293144;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  opacity: 0.8;
}
#footer .menu li {
  float: none;
}
#footer .menu li a {
  display: inline-block;
  padding: 4px 8px;
  text-transform: uppercase;
}
#footer .social-media {
  margin-left: -10px;
  margin-bottom: 10px;
}
#footer .social-media a i {
  color: #fff;
  display: inline-block;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  min-width: 38px;
  min-height: 38px;
  padding: 10px;
  font-size: 18px;
}
#footer .align-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#bottom {
  display: none;
  color: #ffffff;
  font-size: 0.8em;
  padding: 20px 0;
}
#bottom a {
  color: #ffffff;
}
#bottom a:hover {
  opacity: 0.8;
}
#bottom .copyright,
#bottom .credit {
  margin: 1em 0 0 0;
}
#bottom .copyright {
  text-align: left;
}
#bottom .credit {
  text-align: right;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #footer {
    font-size: 14px;
  }
  #footer .menu li a {
    font-size: 14px;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  #footer {
    font-size: 14px;
  }
  #footer .col-sm-2,
  #footer .col-sm-3 {
    width: 50%;
    float: left;
  }
  #footer .col-sm-6.align-content-right {
    clear: both;
    padding-top: 30px;
    align-items: flex-start;
    padding-left: 23px;
  }
  #footer .menu li a {
    font-size: 14px;
  }
}
img.alignright {
  float: right;
  margin: 0 0 6px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 6px 0;
}
.hide {
  display: none;
}
.date,
.help {
  color: #777;
  font-size: 0.9em;
}
.divider {
  clear: both;
  border-bottom: 3px solid #fac4a7;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.videoblock {
  background: center center no-repeat;
  background-size: cover;
  height: 250px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
.videoblock .play-button {
  background: url("../images/play-button.svg") center center no-repeat;
  background-size: 30%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 20px;
  opacity: 0.4;
}
.videoblock .play-button:hover {
  opacity: 0.7;
}
.videoblock strong {
  position: absolute;
  background: url("../images/transparent-black.png");
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #000;
}
.center-content {
  text-align: center;
}
.down-icon {
  max-height: 40px;
  transform: rotate(90deg);
}
.crop-circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  max-width: 240px;
  margin: 0 auto;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* slider */
#container {
  padding: 0;
  overflow: hidden;
}
#container .cs,
#container .cs-viewport,
#container .cs-viewport div {
  height: 450px;
}
#container .cs-slide {
  background: center center no-repeat;
  background-size: cover;
}
/* sticky note */
.note {
  background-color: yellow;
  max-width: 300px;
  position: absolute;
  right: 20px;
  z-index: 999;
  padding: 20px;
}
/* Home Page */
body.home #header {
  background: none;
}
body.home #header.sticky {
  background: #fff;
}
body.home #page {
  margin-top: -130px;
}
body.home #page #services .fl-col-group {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  body.home #page #services .fl-col-group {
    flex-direction: column;
  }
}
body.home #page #services .fl-col-group .service-box {
  /*transition: background-color 0.3s;
          -webkit-transition: background-color 0.3s;*/
}
@media only screen and (max-width: 768px) {
  body.home #page #services .fl-col-group .service-box {
    border-image: linear-gradient(to right, #f15a50 0%, #f58446 100%);
    border-image-slice: 1;
    border-width: 2px;
    border-right: 0;
    border-left: 0;
    max-width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  body.home #page #services .fl-col-group .service-box.fl-node-5c34f846cd48e .fl-col-content {
    flex-flow: column-reverse;
  }
}
body.home #page #services .fl-col-group .service-box .fl-col-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
  body.home #page #services .fl-col-group .service-box .fl-col-content {
    flex-direction: row;
    align-items: center;
  }
  body.home #page #services .fl-col-group .service-box .fl-col-content .fl-module {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  body.home #page #services .fl-col-group .service-box .fl-col-content {
    flex-direction: column;
    align-items: center;
  }
  body.home #page #services .fl-col-group .service-box .fl-col-content .fl-module {
    width: 100%;
  }
}
body.home #page #services .fl-col-group .service-box h3,
body.home #page #services .fl-col-group .service-box h4 {
  /*transition: color 0.3s;
            -webkit-transition: color 0.3s;
            transition: background-image 0.3s;
            -webkit-transition: background-image 0.3s;*/
}
body.home #page #services .fl-col-group .service-box .crop-circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-color: #51669b;
  margin: 0 40px;
  /*transition: background-color 0.3s;
            -webkit-transition: background-color 0.3s;*/
}
body.home #page #services .fl-col-group .service-box:hover {
  background-color: #39445d;
  color: #fff;
}
body.home #page #services .fl-col-group .service-box:hover h4 {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: -moz-linear-gradient(left, #fff, #fff);
  background-image: -ms-linear-gradient(left, #fff, #fff);
  background-image: -o-linear-gradient(left, #fff, #fff);
}
body.home #page #services .fl-col-group .service-box:hover h3 {
  color: #fff;
}
body.home #page #services .fl-col-group .service-box:hover .crop-circle {
  background-color: #39445d;
}
body.home #page #services .launch-services-btn {
  padding-top: 100px;
  padding-bottom: 50px;
}
body.home #page .client-logo-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home #page .client-logo-col .client-logo {
  opacity: 1;
  /*transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;*/
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home #page .client-logo-col .client-logo img {
  width: auto;
  max-height: 100px;
}
body.home #page .client-logo-col .client-logo-hover {
  position: absolute;
  top: 0;
  opacity: 0;
  /*transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;*/
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home #page .client-logo-col .client-logo-hover img {
  width: auto;
  max-height: 100px;
}
body.home #page .client-logo-col:hover .client-logo-hover {
  opacity: 1;
}
body.home #page .client-logo-col:hover .client-logo {
  opacity: 0;
}
body.home #page .owl-theme .owl-dots .owl-dot {
  background-image: none;
}
body.home #page .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #293144;
  margin: 5px;
}
body.home #page .owl-theme .owl-dots .owl-dot.active span {
  background: #293144;
}
body.home #page #testimonials .fl-testimonials p {
  text-align: center;
  margin-bottom: 50px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
body.home #page #testimonials .fl-testimonials p img {
  max-width: 172px;
  max-height: 100px;
  width: auto;
  height: auto;
  display: inline-block;
}
body.home #page #testimonials .fl-testimonials-wrap .bx-pager.bx-default-pager a {
  opacity: 1;
  background: #fff;
  border: 1px solid #293144;
}
body.home #page #testimonials .fl-testimonials-wrap .bx-pager.bx-default-pager a.active {
  background: #293144;
}
body.home #page .horizontal-separator {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Services Page */
.fl-col-group.fl-node-5c3d4dc22d5b7 {
  display: flex;
  flex-direction: row;
}
.fl-col-group.fl-node-5c3e246a28da8 {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .fl-col-group.fl-node-5c3e246a28da8 {
    flex-direction: column;
  }
}
.fl-col-group.fl-node-5c3e246a28da8 .funnel-text .fl-col-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 20px 0;
}
.dark-blue {
  background: #39445d;
}
.light-blue {
  background: #bfcbdd;
}
.service-row ul {
  padding-inline-start: 14px;
}
.service-row ul li {
  list-style: none;
  margin-bottom: 8px;
}
.service-row ul li:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: -15px;
  background-image: url(/wp-content/themes/trendup2018/images/list-icon.svg);
}
/* About Us Page */
#team .fl-col-group {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  #team .fl-col-group {
    flex-direction: column;
  }
}
#team .fl-col-group .team-box:hover {
  background-color: #39445d;
  color: #fff;
}
#team .fl-col-group .team-box:hover h4 {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: -moz-linear-gradient(left, #fff, #fff);
  background-image: -ms-linear-gradient(left, #fff, #fff);
  background-image: -o-linear-gradient(left, #fff, #fff);
}
@media only screen and (max-width: 768px) {
  #team .fl-col-group .team-box {
    border-width: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px;
  }
}
#network .fl-node-5c47f2e0a2947 img {
  max-width: 200px;
}
#network .fl-node-5c47f2c675221 img {
  max-width: 300px;
}
/* Resources Page */
#blogs-communities .fl-node-5c5278068ad39 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  #blogs-communities .fl-node-5c5278068ad39 {
    flex-direction: column;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #events .fl-button-wrap {
    text-align: left;
  }
}
.bottom-cta p {
  min-height: 72px;
}
#container {
  /* buttons */
}
#container a.btn,
#container .btn,
#container button,
#container input[type="submit"],
#container .btn a,
#container a.fl-button {
  background-image: -webkit-linear-gradient(left, #f15a50, #f58446);
  background-image: -moz-linear-gradient(left, #f15a50, #f58446);
  background-image: -ms-linear-gradient(left, #f15a50, #f58446);
  background-image: -o-linear-gradient(left, #f15a50, #f58446);
  border-width: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
#container a.btn .fl-button-text,
#container .btn .fl-button-text,
#container button .fl-button-text,
#container input[type="submit"] .fl-button-text,
#container .btn a .fl-button-text,
#container a.fl-button .fl-button-text {
  color: #fff;
}
#container a.btn:hover,
#container .btn:hover,
#container button:hover,
#container input[type="submit"]:hover,
#container .btn a:hover,
#container a.fl-button:hover {
  transform: scale(1.1);
}
#container .fl-post-feed-more {
  background-image: -webkit-linear-gradient(left, #f15a50, #f58446);
  background-image: -moz-linear-gradient(left, #f15a50, #f58446);
  background-image: -ms-linear-gradient(left, #f15a50, #f58446);
  background-image: -o-linear-gradient(left, #f15a50, #f58446);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-transform: uppercase;
}
#container .fl-post-feed-more:hover {
  color: #293144;
}
#container .more-link {
  display: none;
}
.single-post #page .container {
  padding: 70px 0;
}
.single-post #page .container #content {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.single-post #page .container #content p {
  font: 18px/1.2em 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.7em;
  margin: 0 0 1.5em 0;
  font-weight: 400;
  max-width: 680px;
  margin: 0 auto 1.5em auto;
}
.single-post #page .container #content h1 {
  line-height: 1.2em;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.snippet {
  margin-bottom: 40px;
}
.snippet h2 {
  margin-top: 0;
}
.blog-thumb {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}
.blog-thumb img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.author-info {
  display: none;
}
.author-info .author-heading {
  font-size: 24px;
  color: #293144;
  margin-top: 20px;
  margin-bottom: 20px;
}
.author-info .author-title {
  font-size: 22px;
  margin-bottom: 0;
}
.entry-footer {
  color: #999;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
  text-decoration: none;
}
.entry-footer a {
  color: #999;
}
.entry-footer > span {
  margin-right: 6px;
}
.entry-footer .updated {
  display: none;
}
#comments {
  margin-top: 40px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#comments .comments-title {
  font-size: 24px;
}
.navigation a,
.navigation span {
  padding-right: 6px;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  max-width: 50%;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
  font-size: 14px;
}
/* Tablet (Portrait) ------------------------------------- */
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 768px) {
  .blog-thumb {
    margin-bottom: 10px;
  }
}
/* forms */
#container .frm_forms br {
  display: none;
}
#container .frm_style_formidable-style.with_frm_style input[type=text],
#container .frm_style_formidable-style.with_frm_style input[type=password],
#container .frm_style_formidable-style.with_frm_style input[type=email],
#container .frm_style_formidable-style.with_frm_style input[type=number],
#container .frm_style_formidable-style.with_frm_style input[type=url],
#container .frm_style_formidable-style.with_frm_style input[type=tel],
#container .frm_style_formidable-style.with_frm_style input[type=file],
#container .frm_style_formidable-style.with_frm_style input[type=search],
#container .frm_style_formidable-style.with_frm_style select,
#container .frm_style_formidable-style.with_frm_style textarea {
  padding: 10px 2px;
  border-radius: 0;
}
/* #Site Styles // rewrite original
================================================== */
img {
  max-width: 100%;
  height: auto;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  .container {
    width: 90%;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  h1 {
    font-size: 30px;
    text-align: center;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  .container {
    width: 90%;
  }
  #content,
  #sidebar {
    width: 100%;
  }
  .col {
    width: 100%;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */