/*
Theme Name: Discovery Solutions Theme
Theme URI: http://
Author: echogravity
Author URI: http://echogravity.com
Description: Discovery Solutions Theme
Version: 1.0
License: NA
License URI: NA
*/
/*
**********************************************************************************************
* Variables
**********************************************************************************************
 */
/*
**********************************************************************************************
* Mixins
**********************************************************************************************
 */
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
  border: none;
  outline: none;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "canada-type-gibson", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 42px;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  color: #808080;
  line-height: 1.1em;
}
h2 {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 38px;
  color: #6B6B6B;
}
h3 {
  font-size: 28px;
  color: #6B6B6B;
  line-height: 40px;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  font-family: 'Cairo', sans-serif;
  letter-spacing: 2px;
  color: #6B6B6B;
  text-transform: uppercase;
}
h6 {
  font-family: 'Cairo', sans-serif;
  text-transform: uppercase;
  color: #47a141;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
p {
  color: #494949;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
a.button,
input[type="submit"] {
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Cairo', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: 'all';
  -moz-transition-property: 'all';
  -ms-transition-property: 'all';
  -o-transition-property: 'all';
  transition-property: 'all';
}
a.button.white {
  background-color: #fff;
  color: #47a141;
}
a.button.green {
  background-color: #47a141;
  color: #fff;
}
a.button.white:hover {
  color: #fff;
}
a.button.green:hover,
a.button.white:hover,
input[type="submit"]:hover {
  background-color: #545454;
}
#wrapper #content-wrap #main .content-row a.read-more {
  font-size: 14px;
  color: #47a141;
  text-decoration: none;
}
a.read-more:after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(../../../themes/discoverysolutions/images/read-more-arrow.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 8px;
}
a.read-more:hover {
  color: #545454;
}
/*/////////////////////////////////////////////////////////////
COMMON
*/
.holder {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
body.freeze {
  overflow: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
form.aligncenter table {
  display: inline-block;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap,
div.flex-wrap > .flex-container {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-bottom {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.show-mobile {
  display: none;
}
.fade-point {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.fade-point.fade-in {
  opacity: 1;
}
.radius-top {
  position: relative;
}
.radius-top::after {
  content: "";
  background-image: url(../../../themes/discoverysolutions/images/discovery-solutions-content-radius-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  background-position: bottom center;
}
#wrapper .background-xcenter-ytop {
  background-position: center top !important;
}
#wrapper .background-xcenter-ycenter {
  background-position: center center !important;
}
#wrapper .background-xcenter-ybottom {
  background-position: center bottom !important;
}
#wrapper .background-xleft-ytop {
  background-position: left top !important;
}
#wrapper .background-xleft-ycenter {
  background-position: left center !important;
}
#wrapper .background-xleft-ybottom {
  background-position: left bottom !important;
}
#wrapper .background-xright-ytop {
  background-position: right top !important;
}
#wrapper .background-xright-ycenter {
  background-position: right center !important;
}
#wrapper .background-xright-ybottom {
  background-position: right bottom !important;
}
/*/////////////////////////////////////////////////////////////
SOCIAL ICONS
*/
span.socicon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #6D6D6D;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
}
/*/////////////////////////////////////////////////////////////
HEADER
*/
#header-wrap {
  width: 100%;
  z-index: 10;
}
#header-wrap header {
  background-color: #47a141;
  padding: 15px 25px 10px 25px;
  height: 90px;
  position: relative;
}
#header-wrap header #logo {
  align-self: center;
}
#header-wrap header #logo li {
  list-style: none;
}
#header-wrap header #mobile-icon {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 30px;
  height: 50px;
  cursor: pointer;
}
#header-wrap header #mobile-icon span {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Cairo', sans-serif;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
#header-wrap header #mobile-icon .burger-stack:before {
  transform: translateY(-6px);
}
#header-wrap header #mobile-icon .burger-stack {
  background-color: #ffffff;
  height: 3px;
  width: 30px;
  position: absolute;
}
#header-wrap header #mobile-icon .burger-stack:after {
  transform: translateY(6px);
}
#header-wrap header #mobile-icon .burger-stack:before,
#header-wrap header #mobile-icon .burger-stack:after {
  height: 3px;
  width: 30px;
  background-color: #ffffff;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header-wrap header #mobile-icon.is-open .burger-stack::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header-wrap header #mobile-icon.is-open .burger-stack {
  background: none;
}
#header-wrap header #mobile-icon.is-open .burger-stack::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header-wrap header #mobile-icon.is-open .burger-stack::before,
#header-wrap header #mobile-icon.is-open .burger-stack::after {
  /*transform: translateY(0px);*/
}
#header-wrap header #nav {
  flex: 2;
  text-align: right;
}
#header-wrap header #nav .header-top .textwidget p {
  font-family: 'Cairo', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  margin: 0 0 15px 10px;
  display: inline-block;
}
#header-wrap header #nav .header-top .textwidget span.light {
  opacity: 0.3;
  margin: 0 10px;
}
#header-wrap header #nav .header-top .textwidget a {
  display: inline-block;
}
#header-wrap header #nav .header-top .textwidget a span.socicon {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: #fff;
  color: #47a141;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
}
#header-wrap header #nav .header-top .textwidget a span.socicon:hover {
  background-color: #545454;
}
#header-wrap header #nav nav > ul {
  display: inline-table;
}
#header-wrap header #nav nav > ul li {
  display: inline-block;
}
nav ul {
  position: relative;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #47a141;
  padding: 15px 15px 0 15px;
}
nav ul ul li a {
  margin: 0 0 15px 0;
  font-size: 12px;
}
nav ul li {
  list-style: none;
  position: relative;
  text-align: left;
}
nav ul li a {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 35px;
  font-family: 'Cairo', sans-serif;
  letter-spacing: 2px;
  display: block;
}
nav ul li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  background: url(../../../themes/discoverysolutions/images/arrow-icon.svg) no-repeat right center;
  width: 6px;
  height: 10px;
  vertical-align: middle;
  margin-left: 5px;
}
nav ul li.menu-item-has-children.show > a::after {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
nav ul li:last-child a {
  margin-right: 0px;
}
nav ul li.show ul.sub-menu {
  display: block;
}
nav ul::after {
  content: "";
  clear: both;
  display: block;
}
#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: hidden;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container .header-top {
  position: absolute;
  z-index: 1;
  top: 100px;
  text-align: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container .header-top p {
  margin: 0 0 20px 10px;
  font-family: 'Cairo', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container .header-top span.light {
  opacity: 0.3;
  margin: 0 10px;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container .header-top span.socicon {
  padding-top: 6px;
  color: #47a141;
  background-color: #fff;
  font-size: 11px;
  width: 22px;
  height: 22px;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container > ul {
  padding: 170px 30px 30px 30px;
  background-color: #47a141;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container ul {
  text-align: left;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container ul li {
  display: block;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container ul li a {
  padding-bottom: 30px;
  margin-left: 0px;
  font-size: 13px;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container ul li ul {
  padding: 0;
  left: 0;
  margin-left: 15px;
  position: static;
}
#mobile-nav nav#mobile .menu-mobile-navigation-container ul li ul li a {
  font-size: 12px;
}
#mobile-nav.is-open {
  display: block;
}
/*/////////////////////////////////////////////////////////////
WELCOME
*/
.home #content-wrap #main {
  margin-top: -150px;
  padding: 0 0 60px 0;
}
#content-wrap {
  padding-top: 90px;
}
#content-wrap #hero .holder {
  z-index: 2;
}
#content-wrap #hero .holder .content-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: right center !important;
}
#content-wrap #hero .holder .content-row h1 {
  max-width: 560px;
}
#content-wrap #main {
  background-color: #F2F2F2;
  padding: 60px 0;
}
#content-wrap #main #hero-text {
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content-wrap #main #hero-text .hero-buttons {
  text-align: right;
}
#content-wrap #main .content-row {
  margin-bottom: 60px;
}
#content-wrap #main .content-row .vc_col-sm-8:first-child {
  padding: 0 45px 0 15px;
}
#content-wrap #main .content-row .vc_col-sm-8:last-child {
  padding: 0 15px 0 45px;
}
#content-wrap #main .content-row .vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
#content-wrap #main .content-row .content-row-img {
  height: 420px;
}
#content-wrap #main .content-row .content-row-img .vc_column-inner {
  height: 100%;
  background-position: center top !important;
}
#content-wrap #main .content-row a {
  text-decoration: underline;
  text-decoration-color: #47a141;
}
#content-wrap #main #blog-feed #blog-feed-row {
  margin-top: 40px;
}
#content-wrap #main #blog-feed #blog-feed-row article.post {
  padding-left: 30px;
}
#content-wrap #main #blog-feed #blog-feed-row article.post .post-img {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#content-wrap #main #blog-feed #blog-feed-row article.post .date {
  margin: -30px 0 0 10px;
}
#content-wrap #main #blog-feed #blog-feed-row article.post .date span {
  padding: 10px 20px;
  background-color: #fff;
  display: inline-block;
  text-transform: uppercase;
  color: #999999;
  font-size: 10px;
  letter-spacing: 1px;
}
#content-wrap #main #blog-feed #blog-feed-row article.post .post-content {
  padding: 30px;
  background-color: #fff;
}
#content-wrap .content-row {
  background-color: #fff;
  padding: 30px;
}
#content-wrap #cta-row {
  padding: 60px 0;
  background-position: right bottom !important;
}
#content-wrap #cta-row .cta-button {
  text-align: center;
}
#content-wrap #cta-row h2,
#content-wrap #cta-row h6,
#content-wrap #cta-row p {
  color: #fff;
}
#content-wrap #cta-row h2 {
  font-size: 36px;
}
#content-wrap #cta-row p {
  font-size: 20px;
}
/*/////////////////////////////////////////////////////////////
SUB PAGE
*/
#content-wrap #sub-banner {
  background-size: cover;
  background-position: center top !important;
}
#content-wrap #main {
  margin-top: -150px;
}
#content-wrap #main .page-title {
  background-color: #fff;
  display: inline-block;
  max-width: 380px;
  width: 100%;
  padding: 30px;
  margin-bottom: 55px;
}
#content-wrap #main .page-title > .vc_column-inner {
  padding: 0px;
}
#content-wrap #main .sub-img > div {
  height: 100%;
}
#content-wrap #content {
  background-color: #fff;
}
/*/////////////////////////////////////////////////////////////
BLOG
*/
span.meta {
  font-family: 'Cairo', sans-serif;
  letter-spacing: 1px;
  color: #AFAFAF;
  font-size: 14px;
}
span.meta a {
  color: #47a141;
  text-decoration: none !important;
}
#content-wrap #main article.index-post {
  margin-bottom: 70px;
}
#content-wrap #main article.index-post span {
  font-family: 'Cairo', sans-serif;
  letter-spacing: 1px;
  color: #AFAFAF;
  font-size: 14px;
}
#content-wrap #main article.index-post span a {
  color: #47a141;
}
#content-wrap #main article.index-post h1 {
  font-size: 30px;
  line-height: 36px;
}
#content-wrap #main article.index-post a {
  text-decoration: none;
}
#content-wrap #main article.index-post .post-text {
  padding-left: 30px;
}
#content-wrap #main article.index-post .post-index-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.pagination .pages span,
.pagination .pages a {
  width: 35px;
  height: 35px;
  padding: 10px 15px;
  margin-left: 10px;
}
.pagination .pages a.button {
  background-color: #47a141;
  color: #fff;
}
.pagination .pages a.button:hover {
  background-color: #545454;
}
#post .large-66 {
  padding-right: 30px;
}
#post .large-66 span.meta {
  font-family: 'Cairo', sans-serif;
  letter-spacing: 1px;
  color: #AFAFAF;
  font-size: 14px;
}
#post .large-66 span.meta a {
  color: #47a141;
}
#respond a {
  color: #47a141;
}
#respond textarea {
  margin-bottom: 20px;
}
#post-navigation {
  margin: 60px 0;
}
#post-navigation .post-navigation-link a {
  font-family: 'Cairo', sans-serif;
  color: #47a141;
  text-decoration: none !important;
}
#post-navigation .post-navigation-link a:hover {
  color: #545454;
}
h3#comments {
  margin-bottom: 30px;
}
ol.commentlist li {
  margin-bottom: 30px;
}
ol.commentlist li a {
  color: #47a141;
  text-decoration: none !important;
}
ol.commentlist li a.comment-reply-link::after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(../../../themes/discoverysolutions/images/read-more-arrow.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 8px;
}
ol.commentlist li ul.children li {
  margin-left: 30px;
  margin-top: 30px;
}
.single #content-wrap #main h2 {
  font-size: 38px;
  line-height: 42px;
  color: #47a141;
}
.single #content-wrap #main h3 {
  text-transform: uppercase;
}
.single #content-wrap #main h4 {
  font-size: 24px;
  line-height: 28px;
  color: #47a141;
}
.single #content-wrap #main ul {
  margin-left: 15px;
}
.single #content-wrap #main ul li {
  color: #494949;
  list-style: circle;
  font-size: 18px;
  margin-bottom: 5px;
}
.single #content-wrap #main ol {
  margin-left: 15px;
}
.single #content-wrap #main ol li {
  color: #494949;
  list-style: decimal;
  font-size: 18px;
  margin-bottom: 5px;
}
.single #content-wrap #main blockquote {
  margin: 0 60px;
  font-size: 18px;
}
.single #content-wrap #main blockquote p {
  font-size: 18px;
}
/*/////////////////////////////////////////////////////////////
CONTACT FORM
*/
input[type="text"],
input[type="email"],
textarea {
  padding: 8px;
  color: #6B6B6B;
  max-width: 400px;
  width: 100%;
  display: block;
}
input[type="submit"] {
  background-color: #47a141;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin-top: 20px;
}
/*/////////////////////////////////////////////////////////////
FOOTER
*/
#footer-wrapper footer {
  padding-top: 90px;
  padding-bottom: 60px;
}
#footer-wrapper footer h2 {
  font-family: 'Cairo', sans-serif;
  text-transform: uppercase;
  color: #47a141;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#footer-wrapper footer p {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}
#footer-wrapper footer #footer-col2 {
  position: relative;
}
#footer-wrapper footer #footer-col2 a.read-more {
  position: absolute;
  right: 20px;
  text-decoration: none;
  color: #47a141;
}
#footer-wrapper footer #footer-col2 ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#footer-wrapper footer #footer-col2 ul li span {
  order: 1;
  font-size: 12px;
  color: #AFAFAF;
  text-transform: uppercase;
  font-family: 'Cairo', sans-serif;
  letter-spacing: 1px;
}
#footer-wrapper footer #footer-col2 ul li a {
  order: 2;
  font-size: 16px;
  color: #6D6D6D;
}
#footer-wrapper footer #footer-col2 ul li a,
#footer-wrapper footer #footer-col2 ul li span {
  display: block;
  width: 100%;
}
#footer-wrapper #footer-bottom {
  padding: 20px 0;
  background-color: #F2F2F2;
}
#footer-wrapper #footer-bottom p {
  color: #999999;
  font-size: 12px;
}
#footer-wrapper #footer-bottom span {
  font-size: 11px;
  color: #666666;
  text-transform: uppercase;
}
#footer-wrapper #footer-bottom span::after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(../../../themes/discoverysolutions/images/echo-gravity-icon.gif);
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}
/*/////////////////////////////////////////////////////////////
SLIDER CSS
*/
#testimonials {
  text-align: center;
}
#testimonials h5 {
  color: #47a141;
}
.slide-btns ul.slider-buttons {
  text-align: center;
}
.slide-btns ul.slider-buttons li.button {
  display: inline-block;
  margin-right: 10px;
  background-color: #47a141;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slide-btns ul.slider-buttons li.button.active {
  background-color: #fff;
  border: 2px solid #47a141;
}
/*/////////////////////////////////////////////////////////////
PAGE BUILDER
*/
#content-wrap .vc_icon_element {
  margin-bottom: 0px;
}
#content-wrap .vc_row {
  margin-left: 0;
  margin-right: 0;
}
#content-wrap .vc_row.holder {
  margin-left: auto;
  margin-right: auto;
}
#content-wrap .vc_column_container > .vc_column-inner {
  padding-left: 20px;
  padding-right: 20px;
}
#content-wrap .vc_col-sm-12 {
  float: none;
}
#content-wrap .wpb_button,
#content-wrap .wpb_content_element,
#content-wrap ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px;
}
#content-wrap .vc_col-has-fill > .vc_column-inner,
#content-wrap .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
#content-wrap .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
#content-wrap .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
#content-wrap .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
#content-wrap .vc_row-has-fill > .vc_column_container > .vc_column-inner,
#content-wrap .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
#content-wrap .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
/*/////////////////////////////////////////////////////////////
MEDIA QUERIES
*/
@media screen and (max-width: 1260px) {
  .holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 901px) {
  #mobile-nav.is-open {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #header-wrap header {
    height: 70px;
  }
  #header-wrap header #nav {
    display: none;
  }
  #header-wrap header .show-mobile {
    display: block;
  }
  #header-wrap header #mobile-icon {
    top: 15px;
  }
  #logo img {
    max-width: 175px !important;
  }
  #content-wrap {
    padding-top: 70px;
  }
  #content-wrap #main {
    padding-bottom: 0;
  }
  #content-wrap #main .vc_row.wpb_row.vc_inner.vc_row-fluid.holder {
    padding: 0;
  }
  #content-wrap #main .vc_row.wpb_row.vc_inner.vc_row-fluid.holder .page-title {
    max-width: inherit;
    margin-bottom: 25px;
    padding: 15px 30px;
  }
  #content-wrap #cta-row .vc_column_container > .vc_column-inner {
    padding: 0 15px;
  }
  #content-wrap #cta-row .vc_column_container > .vc_column-inner a.button {
    margin-top: 20px;
  }
  body.home #content-wrap #main .vc_row.wpb_row.vc_inner.vc_row-fluid.holder {
    padding: 30px !important;
  }
}
@media screen and (max-width: 850px) {
  #content-wrap #main article.index-post .post-text {
    padding: 15px 15px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #content-wrap #main #hero-text .hero-buttons {
    margin-top: 20px;
    text-align: left;
  }
  #content-wrap #main .sub-img > div {
    height: 420px;
  }
  #content-wrap #main .content-row .content-row-img:first-child {
    margin-bottom: 40px;
  }
  #content-wrap #main .content-row .content-row-img {
    height: 280px;
  }
  #content-wrap #main .content-row .content-row-img:last-child {
    margin-top: 40px;
  }
  #content-wrap #main #blog-feed #blog-feed-row article.post .post-img {
    height: 240px;
  }
  #content-wrap #cta-row .cta-button {
    text-align: left;
    margin-top: 20px;
  }
  #content-wrap #post .large-66 {
    padding-right: 0px;
    padding-bottom: 30px;
  }
  #mobile-nav nav#mobile .menu-mobile-navigation-container .header-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mobile-nav nav#mobile .menu-mobile-navigation-container .header-top p {
    margin: 0 0 20px 0px;
  }
  body.home #content-wrap #main .content-row .vc_col-sm-8:last-child {
    padding: 0 15px;
  }
}