/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  overflow-x: hidden; position:relative;
}
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Montserrat:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@font-face {
  font-family: 'MuseoSans-300';
  src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),  url('../fonts/MuseoSans-300.otf')  format('opentype'),
	     url('../fonts/MuseoSans-300.woff') format('woff'), url('../fonts/MuseoSans-300.ttf')  format('truetype'), url('../fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family:'Museo Sans 500';
    src: url('../fonts/MuseoSans-500.eot');
	src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSans-500.woff2') format('woff2'),
		url('../fonts/MuseoSans-500.woff') format('woff'),
		url('../fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Museo Sans 700';
    src: url('../fonts/MuseoSans-700.eot');
	src: url('../fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSans-700.woff2') format('woff2'),
		url('../fonts/MuseoSans-700.woff') format('woff'),
		url('../fonts/MuseoSans-700.svg#MuseoSans-700') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Daniel';
    src: url('../fonts/Daniel.eot');
	src: url('../fonts/Daniel.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Daniel.woff2') format('woff2'),
		url('../fonts/Daniel.woff') format('woff'),
		url('../fonts/Daniel.svg#Daniel') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0131;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
}
dl {
  margin-bottom: 20px;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  padding: 10px 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  position: relative;
  padding-left: 60px;
  margin-right: 0;
  margin-left: 30px;
  quotes: "" "";
}
blockquote:before,
q:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 30px;
  display: inline-block;
  float: left;
  margin: 0px 30px 0 5px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
@media screen and (min-width: 38.75em) {
  ul,
  ol {
    margin-left: 0;
  }
  li > ul,
  li > ol,
  blockquote > ul,
  blockquote > ol {
    margin-left: 1.3333em;
  }
}
.entry-content,
.entry-summary,
.page-content,
.comment-content {/*
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
  word-wrap: break-word;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  text-decoration: none; color:#0097A7
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video,
figure {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   line-height: 21px;
    margin: 0 0 17px;
    padding-bottom: 0 !important; 
}
.sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .costom-style h3, .costom-style h4, .costom-style h5, .costom-style h6, .costom-style h3 span, .costom-style h4 span, .costom-style h5 span, .costom-style h6 span{ color:#333 !important;}
.costom-style h1, .costom-style h1 span, .sidebar h1{font-family: "Montserrat",sans-serif !important; font-size:35px !important;  font-weight: 600 !important; color:#333333 !important;}
.costom-style h2, .costom-style h2 span,  .sidebar h2{font-family: "Montserrat",sans-serif  !important; font-size: 18px ; font-weight: 600; color:#333333 !important;}
.btn-style a, .btn-style input[type="submit"]{ background:#0097A7 !important;}
.single-format-standard . h3, .single-format-standard h4, .single-format-standard h5, .single-format-standard h6, .single-format-standard h3 span, .single-format-standard h4 span, .single-format-standard h5 span, .single-format-standard h6 span{ color:#333 !important;}

ul {
  margin-bottom: 1.5em;
}
ul li {
  line-height: 1.8em;
}
body {
  line-height: 1.6em;
}
p {
  margin-bottom: 1.5em;
}
.costom-style p, .single-format-standard p, .page-id-43 .content p,  .sidebar p {
  font-family: 'MuseoSans-300'  !important  ; font-size:15px !important; font-weight:300 !important;color:#333333 !important;
}
dt {
  font-weight: bold;
}
cite,
em {
  font-style: italic;
}
code,
tt,
var {
  font-family: sans-serif;
}
mark,
ins {
  background-color: #f5f5f5;
  text-decoration: none;
}
[class*="col-"] {
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
}
.top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 47.9375rem) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 75rem) {
  .hidden-lg {
    display: none !important;
  }
}
.container {
  max-width: 21.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48rem) {
  .container {
    max-width: 46.875rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 62rem) {
  .container {
    max-width: 60.625rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75rem) {
  .container {
    max-width: 73.125rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr:before,
.clr:after,
.mini-cart .widget_shopping_cart_content .cart_list li:before,
.mini-cart .widget_shopping_cart_content .cart_list li:after,
.single-post .comment > div:before,
.single-post .comment > div:after,
.page .comment > div:before,
.page .comment > div:after,
.recent-posts__item:before,
.recent-posts__item:after,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:before,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:after {
  content: " ";
  display: table;
}
.clr:after,
.mini-cart .widget_shopping_cart_content .cart_list li:after,
.single-post .comment > div:after,
.page .comment > div:after,
.recent-posts__item:after,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:after {
  clear: both;
}
.icf,
.quote:before,
.quote2:before,
.quote3 .wpb_column:first-child:before,
.site-footer .menu li a:before,
.top-menu .menu-item a:after,
.social-menu .menu li a:before,
.mini-cart .mini-cart__button .mini-cart-icon:before,
ul.style1 li:before,
.tm_bread_crumb li a:after,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tran,
a,
.search-box i,
.search-box i:before,
.search-box i:after,
.search-box input[type="search"],
.search-box .search-form,
.site-footer .social-menu .menu li a:before,
.site-footer .menu li,
#site-navigation .menu > ul > li,
#site-navigation .menu > li,
#site-navigation .sub-menu,
#site-navigation .children,
#site-navigation .sub-menu li,
#site-navigation .children li,
#site-navigation .sub-menu li:after,
#site-navigation .children li:after,
.sidebar .better-menu-widget li,
.wpb_widgetised_column .better-menu-widget li,
.sidebar .better-menu-widget li:before,
.wpb_widgetised_column .better-menu-widget li:before,
.sidebar .better-menu-widget li:after,
.wpb_widgetised_column .better-menu-widget li:after,
.mini-cart .mini-cart__button,
.categories-links a:after,
.hentry .share a i,
.single-post .comment .comment-reply-link:after,
.page .comment .comment-reply-link:after,
.tm_bread_crumb:before,
body select,
body textarea,
body input,
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:after,
.btn:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after,
.recent-posts__item .recent-posts__thumb:before,
.recent-posts__item .recent-posts__thumb:after,
.recent-posts__item .recent-posts__thumb a:before,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.contain-gallery .esg-filters .esg-filter-wrapper .esg-filterbutton,
.link:after {
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/
.boxed {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.site {
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.site-content {
  max-width: 1170px;
  margin: auto;
}
.gray {
  color: #858585;
}
.row:before,
.container:before,
.row:after,
.container:after {
  display: none !important;
}
.full-width,
.full-width .container {
  width: 100% !important;
  max-width: 100%;
}
.services1 > .vc_col-sm-6 {
  margin-bottom: 20px;
}
.services1 > .vc_col-sm-6 > .wpb_wrapper {
  position: relative;
}
.services1 > .vc_col-sm-6 > .wpb_wrapper:before {
  content: '';
  display: block !important;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  border: 1px solid #dddddd;
}
.services2 .wpb_column {
  position: relative;
  z-index: 1;
}
.services2:before {
  content: '' !important;
  display: block !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: .9;
}
.latest {
  position: relative;
}
.latest:before {
  content: '' !important;
  display: block !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .9;
}
.request .wpb_column:nth-child(2) .wpb_wrapper:after {
  content: '';
  position: absolute;
  right: -800px;
  width: 800px;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: .95;
}
.request .wpb_column:nth-child(2):before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 300px 700px 0;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  left: -300px;
  opacity: .95;
}
.request .wpb_column:nth-child(2):after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: .95;
}
.get-quote {
  overflow: hidden;
}
.get-quote .wpb_column:nth-child(1) .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.home__about-us .wpb_column:nth-child(1) .wpb_wrapper:after {
  content: '';
  position: absolute;
  left: -800px;
  width: 800px;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: .95;
}
.home__about-us .wpb_column:nth-child(1):after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: .95;
}
.home__about-us-2 .wpb_column:nth-child(1) .wpb_wrapper:after {
  content: '';
  position: absolute;
  left: -800px;
  width: 800px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
}
.home__about-us-2 .wpb_column:nth-child(1):after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: 25px;
  z-index: -1;
  background-color: #fff;
}
.quote:before {
  content: "\f10d" !important;
  font-size: 30px;
  position: absolute;
  bottom: 40px;
  right: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
}
.quote2,
.quote3 .wpb_column:first-child {
  position: relative;
}
.quote2:before,
.quote3 .wpb_column:first-child:before {
  content: "\f10d" !important;
  font-size: 30px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  color: #999;
}
.quote2:after,
.quote3 .wpb_column:first-child:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 30px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 60px;
}
.quote3 .vc_custom_heading h2 {
  font-weight: normal; 
}
.quote3 .vc_custom_heading.style3:before {
  margin-top: -11px;
}
.quote3 .vc_custom_heading.style3 h2 {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
.quote3 .sub {
  font-style: italic;
}
.pricing.style1 .wpb_column:nth-child(1),
.pricing.style1 .wpb_column:nth-child(3) {
  margin-top: 50px;
}
.pricing.style1 .wpb_column > .wpb_wrapper {
  border: 1px solid #dddddd;
  text-align: center;
  padding-bottom: 40px;
}
.pricing.style1 .wpb_column:nth-child(2) .vc_custom_heading:nth-child(1) {
  padding-top: 70px;
}
.pricing.style1 .wpb_column:nth-child(2) .vc_custom_heading:nth-child(3) {
  padding-bottom: 80px;
}
.pricing.style1 .wpb_text_column {
  text-align: center;
}
.pricing.style1 .wpb_text_column li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #868686;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.pricing.style1 .wpb_text_column li:before {
  display: none;
}
.pricing.style1 .wpb_text_column ul li:last-child {
  border: none;
}
.pricing.style1 .wpb_wrapper .vc_custom_heading:nth-child(1) {
  padding-top: 30px;
}
.pricing.style1 .wpb_wrapper .vc_custom_heading:nth-child(3) {
  padding-bottom: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 30%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 30%);
}
.pricing.style1 .wpb_wrapper > div:first-child h4 {
  font-weight: normal;
  letter-spacing: .4em;
}
.pricing.style2 .wpb_wrapper {
  background-color: #EEEEEE;
}
@media (min-width: 62rem) {
  .get-quote .wpb_column:nth-child(1):before {
    content: '';
    background-color: #aaaaaa;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    left: -900px;
  }
  .get-quote .wpb_column:nth-child(1):after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 230px 0 0 100px;
    border-color: transparent transparent transparent #aaaaaa;
    position: absolute;
    top: 0;
    right: -100px;
  }
  .get-quote .btn {
    margin-top: 50px;
  }
  .home__about-us .wpb_column:nth-child(1):before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 600px 0 0 300px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    right: -300px;
    opacity: .95;
  }
  .home__about-us-2 .wpb_column:nth-child(1):before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 600px 0 0 300px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -275px;
  }
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media (min-width: 75rem) {
  .services1 .vc_inner {
    overflow: hidden;
  }
  .services1 .vc_inner:hover .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
    color: #FFFFFF;
  }
  .services1 .vc_inner .vc_col-sm-9 .wpb_wrapper {
    padding-left: 30px;
  }
  .services1 .vc_inner .vc_col-sm-3 {
    position: relative;
  }
  .services1 .vc_inner .vc_col-sm-3 .wpb_wrapper {
    padding: 30px 0 30px 20px;
    text-align: center;
    background-color: #EEEEEE;
  }
  .services1 .vc_inner .vc_col-sm-3 .wpb_wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 0 0 50px;
    border-color: transparent transparent transparent #EEEEEE;
    position: absolute;
    top: 0;
    right: -35px;
  }
}
@media (max-width: 74.9375rem) {
  .services1 .vc_custom_heading p,
  .services1 .vc_custom_heading h3 {
    text-align: center !important;
  }
}
@media (max-width: 47.9375rem) {
  #content > .container .entry-content,
  #content > .container > .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #content > .container .entry-content .vc_row,
  #content > .container > .container .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  .entry-content .entry-footer .col-xs-6.end {
    padding-right: 20px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .row,
  .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
.scrollup {
  display: none;
}
@media (min-width: 62rem) {
  .scrollup {
    display: block;
    cursor: pointer;
    z-index: 2;
    position: fixed;
    right: 30px;
    bottom: -50px;
    padding: 5px 10px;
    font-size: 0;
    border: 1px solid;
    font-size: 20px;
    opacity: 0.8;
  }
  .scrollup.show {
    bottom: 70px;
  }
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#site-navigation {
  text-align: right;
}
@media (min-width: 48rem) {
  .admin-bar .site-header.headroom--not-top {
    top: 32px;
  }
}
@media (min-width: 62rem) {
  .admin-bar .site-header.headroom--not-top {
    top: 32px;
  }
}
@media (max-width: 47.9375rem) {
  .admin-bar .site-header.headroom--not-top {
    top: 0px;
  }
}
.site-header {
  position: relative;
  z-index: 99;
}
@media (max-width: 74.9375rem) {
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-header .site-branding {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 100%) {

  .site-header .row .site-branding {
    padding-left: 0;
  }
  .site-header .row div.col-md-10:last-child {
    padding-right: 0;
  }
}
.site-header.headroom--not-top {
  position: fixed;
  top: 0;
  width: 100%;
}
  .site-header .row {
    max-width: 1170px;
    margin: 0 auto;
  }
.site-header.headroom--not-top .menu > li {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
@media (min-width: 62rem) {
  .site-header.headroom--not-top .site-branding {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.site-header.headroom--not-top .search-box .search-form {
  top: 47px;
}
.site-branding {
  position: relative;
  z-index: 1;
  padding: 8px;
}
@media (min-width: 62rem) {
  .site-branding {
    padding:20px 17px 20px 0 !important;
  }
}
.extra-info > div {
  padding: 10px 15px;
  text-align: left;
}
.extra-info i {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 20px;
  float: left;
  margin-right: 15px;
}
.extra-info span {
  font-weight: 600;
  color: #777;
}
.extra-info h3 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: normal;
}
.search-box {
  position: relative;
  z-index: 9999;
  margin-left: 10px;
}
.search-box i {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 20px;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.search-box i:before,
.search-box i:after {
  position: absolute;
}
.search-box i:before {
  top: 0;
  left: 0;
}
.search-box i:after {
  content: "\e680";
  top: 100%;
  left: 0;
}
.search-box label span,
.search-box input[type="submit"] {
  display: none;
}
.search-box input[type="search"] {
  position: absolute;
  width: 100%;
  z-index: 99;
  border: none;
  padding: 10px;
  background-color: #fff;
  border-top: 3px solid transparent;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.search-box .search-form {
  position: absolute;
  right: 0px;
  top: 60px;
  border-top: 2px solid #111111;
  width: 300px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.search-box .search-form:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.search-box .search-form.open {
  opacity: 1;
  visibility: visible;
}
.search-box .search-form.open + i:before {
  top: -100%;
}
.search-box .search-form.open + i:after {
  top: 0;
}
@media (min-width: 48rem) {
  body {
    color: #000;
  }
}
/*--------------------------------------------
Footer
----------------------------------------------*/
@media (min-width: 62rem) {
  .admin-bar .site-footer {
    bottom: 32px;
  }
}
@media (max-width: 74.9375rem) {
  .admin-bar .site-footer {
    bottom: 46px;
  }
}
@media (max-width: 74.9375rem) {
  .admin-bar .site-footer {
    bottom: 0px;
  }
}
@media (min-width: 75rem) {
  .admin-bar .site-footer {
    bottom: 0px;
  }
}
.site-footer {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer .widget-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
}
.site-footer .widget-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .widget-title span {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
.site-footer .widget-title span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 50px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -50px;
}
.site-footer .col-md-4 {
  margin-bottom: 30px;
}
.site-footer .widget img {
  margin: -15px 0 20px;
}
.site-footer .social-menu .menu li {
  margin: 0 15px 0 0;
}
.site-footer .social-menu .menu li a:before {
  font-size: 20px;
}
.site-footer .social-menu .menu li a:hover:before {
  color: #111111;
}
.site-footer .social-menu .menu li:last-child {
  margin: 0;
}
.site-footer .menu {
  font-size: 0;
}
.site-footer .menu li {
  vertical-align: top;
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 14px;
  display: block;
}
.site-footer .menu li:hover {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
}
.site-footer .menu li a:before {
  font-size: 16px;
  content: "\f101";
  color: #aaaaaa;
}
.office p {
  margin-bottom: 10px;
}
.office i {
  font-size: 16px;
  width: 35px;
}
.copyright {
  overflow: hidden;
  line-height: 1;
}
.copyright-text {
  padding-bottom: 25px;
  letter-spacing: 0.1em;
}
@media (min-width: 62rem) {
  .site-footer .menu li {
    display: inline-block;
    width: 50%;
  }
}
.footer-small .site-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*--------------------------------------------
Navigation
----------------------------------------------*/
.top-menu {
  position: relative;
  z-index: 1;
}
.top-menu .menu-item {
  padding: 5px;
}
.top-menu .menu-item a:after {
  content: "\f178";
  margin-left: 10px;
}
.social-menu .menu li {
  display: inline-block;
  margin-left: 20px;
  width: auto !important;
}
.social-menu .menu li:hover {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
}
.social-menu .menu li:before {
  display: none;
}
.social-menu .menu li a {
  font-size: 0;
}
.social-menu .menu li a:before {
  font-size: 16px;
  display: inline-block;
}
.social-menu .menu li a[href*="facebook"]:before {
  content: "\f09a";
}
.social-menu .menu li a[href*="twitter"]:before {
  content: "\f099";
}
.social-menu .menu li a[href*="instagram"]:before {
  content: "\f16d";
}
.social-menu .menu li a[href*="youtube"]:before {
  content: "\f16a";
}
.social-menu .menu li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-menu .menu li a[href*="flickr"]:before {
  content: "\f16e";
}
.social-menu .menu li a[href*="dribbble"]:before {
  content: "\f17d";
}
.social-menu .menu li a[href*="foursquare"]:before {
  content: "\f180";
}
.social-menu .menu li a[href*="linkedin"]:before {
  content: "\f0e1";
}
.social-menu .menu li a[href*="tumblr"]:before {
  content: "\f173";
}
.social-menu .menu li a[href*="feed"]:before {
  content: "\f09e";
}
.social-menu .menu li a[href*="pinterest"]:before {
  content: "\f0d2";
}
.social-menu .menu li a[href*="pinterest"]:before {
  content: "\f0d2";
}
.social-menu .menu li a[href*="behance"]:before {
  content: "\f1b4";
}
.social-menu .menu li a[href*="vimeo"]:before {
  content: "\f194";
}
#site-navigation {
  position: relative;
  z-index: 999;
}
#site-navigation ul {
  margin-bottom: 0;
}
#site-navigation .menu li::before {
  content: '/';
  position: absolute;
  left: 0;
  color: #aaaaaa;
}
#site-navigation .menu li:first-child:before {
  display: none;
}
#site-navigation .menu li:hover > .sub-menu,
#site-navigation .menu li:hover > .children {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
#site-navigation .menu li:hover > .sub-menu > li,
#site-navigation .menu li:hover > .children > li {
  margin-top:0px;
}
#site-navigation .menu > ul > li,
#site-navigation .menu > li {
  padding: 25px 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 1;
}
#site-navigation .menu > ul > li a,
#site-navigation .menu > li a {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#site-navigation .sub-menu,
#site-navigation .children {
  position: absolute;
  width: 300px;
  right: 0;
  top: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #111111;
}
#site-navigation .sub-menu .sub-menu,
#site-navigation .children .sub-menu,
#site-navigation .sub-menu .children,
#site-navigation .children .children {
  top: 0;
  right: 300px;
}
#site-navigation .sub-menu li,
#site-navigation .children li {
  position: relative;
  margin-top: 5px;
}
#site-navigation .sub-menu li:after,
#site-navigation .children li:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#site-navigation .sub-menu li a,
#site-navigation .children li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 62rem) {
  .top-menu .menu-item {
    padding: 15px 30px 15px 0;
  }
}
/*--------------------------------------------
Sidebar
----------------------------------------------*/
.sidebar a {
  color: #888;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sidebar .widget_archive .screen-reader-text {
  display: none;
}
.sidebar select {
  border-color: #ddd;
  color: #888;
}
.sidebar ul li,
.wpb_widgetised_column ul li,
.sidebar .recent-posts__item,
.wpb_widgetised_column .recent-posts__item {
  display: block;
  padding-bottom: 10px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.sidebar .recent-posts__item,
.wpb_widgetised_column .recent-posts__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sidebar .recent-posts > div:last-child,
.wpb_widgetised_column .recent-posts > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget_search .search-form,
.wpb_widgetised_column .widget_search .search-form {
  position: relative;
  margin-top: -20px;
}
.sidebar .widget_search span,
.wpb_widgetised_column .widget_search span {
  font-size: 0;
}
.sidebar .widget_search input[type="search"],
.wpb_widgetised_column .widget_search input[type="search"] {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 0;
}
.sidebar .widget_search .search-submit,
.wpb_widgetised_column .widget_search .search-submit {
  display: none;
}
.sidebar .better-menu-widget ul li,
.wpb_widgetised_column .better-menu-widget ul li {
  border: 1px solid #dddddd;
  padding: 0;
}
.sidebar .better-menu-widget li,
.wpb_widgetised_column .better-menu-widget li {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar .better-menu-widget li:hover:before,
.wpb_widgetised_column .better-menu-widget li:hover:before {
  color: #FFFFFF;
}
.sidebar .better-menu-widget li:before,
.wpb_widgetised_column .better-menu-widget li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  height: 60px;
  line-height: 60px;
  width: 50px;
  text-align: center;
  background-color: #EEEEEE;
  vertical-align: middle;
  margin-right: 30px;
  font-size: 24px;
}
.sidebar .better-menu-widget li:after,
.wpb_widgetised_column .better-menu-widget li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 20px;
  border-color: transparent transparent transparent #EEEEEE;
  position: absolute;
  top: 0;
  left: 50px;
}
@media (max-width: 47.9375rem) {
  .sidebar {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*--------------------------------------------
Mini Cart
----------------------------------------------*/
.mini-cart {
  padding: 0 15px;
  position: relative;
}
.mini-cart .mini-cart__button {
  cursor: pointer;
}
.mini-cart .mini-cart__button .mini-cart-icon {
  position: relative;
}
.mini-cart .mini-cart__button .mini-cart-icon:before {
  content: '\f07a';
  font-size: 20px;
  float: none;
  width: auto;
  height: auto;
  line-height: normal;
  border: none;
  margin: 0;
}
.mini-cart .mini-cart__button .mini-cart-icon:after {
  font-family: inherit;
  content: attr(data-count);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -16px;
  right: -12px;
  min-width: 20px;
  line-height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.mini-cart .widget_shopping_cart_content {
  position: absolute;
  right: 0;
  top: 140%;
  width: 300px;
  max-height: 700px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  padding-top: 15px;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mini-cart .widget_shopping_cart_content .cart_list li {
  padding: 0 15px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.mini-cart .widget_shopping_cart_content .cart_list li img {
  width: 70px;
  margin: 0 10px 0 0;
  float: left;
}
.mini-cart .widget_shopping_cart_content .cart_list li .quantity {
  display: block;
  color: #666;
  font-size: 12px;
}
.mini-cart .widget_shopping_cart_content .cart_list li .remove {
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 15px;
  float: right;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.mini-cart .widget_shopping_cart_content .cart_list li .remove:hover {
  color: #fff !important;
  background: red;
}
.mini-cart .widget_shopping_cart_content .total {
  padding: 5px 15px 5px;
  margin-bottom: 0;
  text-align: center;
}
.mini-cart .widget_shopping_cart_content .buttons {
  text-align: center;
  margin-bottom: 0;
}
.mini-cart .widget_shopping_cart_content .wc-forward {
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 3px 15px;
  text-transform: uppercase;
}
.mini-cart.open .widget_shopping_cart_content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
/*--------------------------------------------------------------
Page
--------------------------------------------------------------*/
.big-title,
.big-title--single {
  position: relative;
  margin-bottom: 70px;
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
}
.big-title .container,
.big-title--single .container {
  position: relative;
  z-index: 1;
}
.big-title .entry-title,
.big-title--single .entry-title {
  line-height: 1.2em;
  text-transform: uppercase;
}
.big-title .entry-desc,
.big-title--single .entry-desc {
  line-height: 1.6em;
  letter-spacing: 0.2em;
  font-size: 14px;
  display: block;
}
.big-title:after,
.big-title--single:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 47.9375rem) {
  .big-title,
  .big-title--single {
    background-size: cover;
  }
}
.taxonomy-description {
  margin-top: -50px;
  padding-bottom: 50px;
  display: block;
  font-size: 20px;
}
.pagination {
  margin-bottom: 70px;
  text-align: center;
}
.pagination span,
.pagination a {
  display: inline-block;
  margin-right: 10px;
  color: #868686;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  font-size: 14px;
}
.pagination span.current {
  color: #111111;
}
.pagination .next,
.pagination .prev {
  width: auto;
  border: none;
  font-size: 0;
}
.pagination .next::before {
  content: '»';
  font-size: 14px;
}
.pagination .prev::after {
  content: '«';
  font-size: 14px;
}
@media (min-width: 75rem) {
  .big-title,
  .big-title--single {
    margin: 0 -100% 70px;
  }
}
@media (max-width: 47.9375rem) {
  .one-page-scroll > .vc_row {
    left: 0 !important;
    padding: 40px 0 0 0!important;
    width: 100%!important;
  }
  .one-page-scroll > .vc_row .vc_custom_heading h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 74.9375rem) {
  .page .googlemap-reset-margin {
    margin-bottom: 40px!important;
  }
}
@media (max-width: 74.9375rem) and (min-width: 48rem) {
  .one-page-scroll .vc_row.vc_row-no-padding .content-left-padding {
    padding-top: 20px;
    padding-left: 20px;
  }
  .one-page-scroll .vc_row.vc_row-no-padding .content-right-padding {
    padding-top: 20px;
    padding-left: 20px;
  }
}
/*--------------------------------------------
Post
----------------------------------------------*/
.categories-links {
  width: 100%;
  display: block;
  text-align: center;
}
.categories-links a {
  font-size: 14px;
  line-height: 1.6em;
  color: #111111;
  border-bottom: 1px solid #111111;
  padding-bottom: 2px;
  border-bottom: 1px solid #111;
  padding: 10px 0 5px 0;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  white-space: nowrap!important;
}
.categories-links a:hover,
.categories-links a.active {
  background: transparent;
  color: #111;
}
.categories-links a:hover:after {
  height: 100%;
}
.categories-links a:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
.dates {
  color: #878787;
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
.post.sticky {
  position: relative;
}
.post.sticky .entry-header .entry-title a:before {
  top: 0;
  left: 0;
  content: "\e69b";
  font-family: "Pe-icon-7-stroke";
  font-size: 1.5rem;
  margin-right: 20px;
}
.entry-content .entry-title a {
  text-transform: uppercase;
}
.post-thumb {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 35px;
}
.post-thumb .dates {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  background-color: #fff;
  line-height: 1.2;
}
.post-thumb .dates:after {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 50px;
  border-color: transparent transparent transparent #FFFFFF;
}
.post-thumb .month {
  font-weight: 600;
  display: block;
}
.post-thumb .date {
  font-weight: 700;
  display: block;
  font-size: 30px;
}
.post-thumb .year {
  font-style: italic;
  font-weight: 600;
}
.hentry {
  margin-bottom: 50px;
}
.hentry .entry-header {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 75rem) {
  .hentry .entry-meta span {
    margin-left: 30px;
  }
}
.hentry .entry-meta span .post-edit-link {
  font-style: italic;
  border-bottom: 1px solid;
}
.hentry .entry-meta span:first-child {
  margin-left: 0;
}
.hentry .entry-meta i {
  margin-right: 5px;
}
.hentry .share a {
  margin-left: 10px;
}
.hentry .entry-footer {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  margin-top: 39px;
}
.hentry .entry-footer .comments-counts,
.hentry .entry-footer .share {
  color: #111111;
  font-size: 14px;
}
.hentry .entry-footer .comments-counts i,
.hentry .entry-footer .share i {
  color: #878787;
}
.hentry .entry-footer .comments-counts {
  letter-spacing: 0.2em;
}
.hentry .read-more-contain {
  text-align: center;
}
.hentry .read-more-contain .read-more {
  letter-spacing: .2em;
  line-height: 1.6em;
  display: inline-block;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #111111;
  text-align: center;
}
.single-post .entry-footer {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
@media (max-width: 47.9375rem) {
  .single-post .entry-footer > .row > div {
    text-align: center;
    margin-bottom: 15px;
  }
}
.single-post .comment-form,
.page .comment-form {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.single-post .comment-form:before,
.page .comment-form:before,
.single-post .comment-form:after,
.page .comment-form:after {
  display: none !important;
}
.single-post .comment-form .form-submit,
.page .comment-form .form-submit,
.single-post .comment-form .logged-in-as,
.page .comment-form .logged-in-as {
  padding: 0 15px;
}
@media (max-width: 47.9375rem) {
  .single-post .comment-form {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-post .comment-reply-title,
.page .comment-reply-title,
.single-post .comments-title,
.page .comments-title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 16px;
  color: #111;
}
.single-post .comment-reply-title small a,
.page .comment-reply-title small a,
.single-post .comments-title small a,
.page .comments-title small a {
  font-size: 80%;
  border-bottom: 1px solid #111;
  padding-bottom: 3px;
}
.single-post .comment,
.page .comment {
  position: relative;
}
.single-post .comment > div,
.page .comment > div {
  background-color: transparent;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.single-post .comment .comment-author,
.page .comment .comment-author {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 15%;
  padding-right: 20px;
  margin-right: 0;
}
.single-post .comment .comment-author img,
.page .comment .comment-author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.single-post .comment .comment-content,
.page .comment .comment-content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}
.single-post .comment .comment-content cite,
.page .comment .comment-content cite {
  margin-bottom: 10px;
}
.single-post .comment .comment-content cite.fn,
.page .comment .comment-content cite.fn {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #111;
  display: block;
}
.single-post .comment .comment-content .metadata > a,
.page .comment .comment-content .metadata > a {
  font-size: 13px;
  color: #888888;
  letter-spacing: 0.2em;
  display: inline-block;
}
.single-post .comment .comment-content .metadata > br,
.page .comment .comment-content .metadata > br {
  display: none;
}
.single-post .comment .comment-content p,
.page .comment .comment-content p {
  color: #888;
  margin-bottom: 0;
  margin-top: 8px;
}
.single-post .comment .comment-reply-link,
.page .comment .comment-reply-link {
  position: absolute;
  top: 10px;
  right: 0px;
  border-bottom: 1px solid #111;
  padding: 10px 0 5px 0;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  white-space: nowrap!important;
  padding-top: 3px;
  padding-bottom: 0px;
}
.single-post .comment .comment-reply-link:hover,
.page .comment .comment-reply-link:hover,
.single-post .comment .comment-reply-link.active,
.page .comment .comment-reply-link.active {
  background: transparent;
  color: #111;
}
.single-post .comment .comment-reply-link:hover:after,
.page .comment .comment-reply-link:hover:after {
  height: 100%;
}
.single-post .comment .comment-reply-link:after,
.page .comment .comment-reply-link:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
@media (min-width: 62rem) {
  .single-post .comment .children > li > div,
  .page .comment .children > li > div {
    padding-left: 100px;
  }
}
.single-post .comment .fn,
.page .comment .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.author-info {
  padding: 50px 0;
}
.author-info .author-avatar,
.author-info .author-desc {
  display: inline-block;
}
.author-info .author-avatar {
  float: none;
  width: 15%;
  padding-right: 20px;
  margin-right: 0;
}
.author-info .author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.author-info .author-name,
.author-info .author-text {
  margin-bottom: 10px;
}
.author-info .author-desc {
  width: 80%;
  vertical-align: top;
}
.comment-list {
  list-style: none;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.single-project .title--single {
  margin-bottom: 100px;
}
@media (min-width: 75rem) {
  .single-project .title--single {
    margin-top: 128px;
  }
}
@media (max-width: 47.9375rem) {
  .single-project .title--single {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .single-project .title--single .entry-title {
    font-size: 36px;
    padding-bottom: 10px !important;
  }
}
.single-project .big-title--single {
  background-position: center center;
}
.single-project .big-title--single .entry-title {
  padding: 191px 0px 35px 0px;
}
@media (max-width: 61.9375rem) {
  .single-project .big-title--single .entry-title {
    padding-top: 30px !important;
    padding-bottom: 20px;
  }
}
.single-project .big-title--single .entry-desc {
  padding-bottom: 198px;
}
@media (max-width: 61.9375rem) {
  .single-project .big-title--single .entry-desc {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 47.9375rem) {
  .single-project .big-title--single {
    margin-bottom: 20px;
  }
}
.single-project .metadata a {
  color: #888888;
}
.single-project span.metadata a {
  font-size: 13px;
}
.single-project div.metadata a {
  margin-right: 10px;
}
.single-project .single-metadata {
  padding: 6px 0 61px 0;
}
@media (max-width: 47.9375rem) {
  .single-project .single-metadata {
    margin: 0;
    padding-bottom: 20px;
  }
  .single-project .single-metadata > div {
    margin-bottom: 10px;
  }
}
.single-project .entry-title {
  line-height: 1.2em;
}
.single-project .contain-metadata {
  border-left: 1px solid #eee;
  padding-left: 38px;
}
.single-project .contain-metadata > div {
  margin-top: 17px;
}
.single-project .title--single .entry-title {
  padding-bottom: 35px;
  padding-top: 10px;
}
@media (min-width: 75rem) {
  .single-project .post-navigation {
    margin: 0px -100% 0px;
    position: relative;
  }
}
.post-navigation {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  padding: 43px 0;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.single .nav-links .nav-previous a:before {
  left: -10px;
}
.single .nav-links .nav-next a:before {
  right: -10px;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-previous a {
  padding-left: 35px;
}
.nav-links .nav-previous a:before {
  content: "\e686";
  left: 0;
}
@media (max-width: 47.9375rem) {
  .nav-links .nav-previous {
    width: 100%;
    text-align: left;
  }
}
.nav-links .nav-next {
  float: right;
}
.nav-links .nav-next a {
  padding-right: 35px;
}
.nav-links .nav-next a:before {
  content: "\e684";
  right: 0;
}
@media (max-width: 47.9375rem) {
  .nav-links .nav-next {
    width: 100%;
    text-align: right;
  }
}
.nav-links a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
}
.nav-links a:before {
  font-family: Pe-icon-7-stroke;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.nav-links .portfolio-home-btn {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url("../images/home-menu-icon.png") center center no-repeat;
}
@media (max-width: 47.9375rem) {
  .nav-links .portfolio-home-btn {
    display: none;
  }
}
.masonry {
  display: block;
}
.masonry .brick {
  display: inline-block;
  width: 100%;
}
@media (min-width: 75rem) {
  .masonry {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tags a {
  font-size: 13px;
  color: #878787;
  border: 1px solid #eee;
  padding: 10px 21px;
}
.tags a:hover {
  border-color: #888;
}
.esgbox-overlay .esgbox-skin {
  box-shadow: none !important;
}
.esgbox-overlay .esgbox-title.esgbox-title-outside-wrap {
  text-align: left !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
}
.esgbox-overlay .esgbox-close {
  bottom: -42px;
  right: -10px;
  top: inherit;
  background: none;
  z-index: 99999;
}
.esgbox-overlay .esgbox-close:before {
  content: "\e680";
  font-family: 'Pe-icon-7-stroke';
  font-size: 40px;
  color: #fff;
}
.esgbox-overlay .esgbox-nav span {
  background: #fff;
  display: block!important;
  opacity: 0.5!important;
  visibility: visible!important;
  padding: 6px 0 0 6px;
}
.esgbox-overlay .esgbox-nav span:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 24px;
}
.esgbox-overlay .esgbox-nav span:hover {
  opacity: 1!important;
  color: #111;
}
.esgbox-overlay .esgbox-next span {
  right: 0;
}
.esgbox-overlay .esgbox-next span:before {
  content: "\e684";
}
.esgbox-overlay .esgbox-prev span {
  left: 0;
}
.esgbox-overlay .esgbox-prev span:before {
  content: "\e686";
}
/* Post Like System */
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-like:before {
  content: "\f08a";
}
.icon-unlike:before {
  content: "\f004";
}
.icon-gear:before {
  content: "\f021";
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
a.jm-post-like {
  font-weight: normal;
  display: inline-block;
  width: auto;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
}
a.jm-post-like.liked {
  color: #da1b1b;
}
a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #000;
}
/*--------------------------------------------
Typo
----------------------------------------------*/
.btn,
.eg-infinity-features-element-26 {
  position: relative;
  display: inline-block;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 1;
  line-height: 1;
}
.btn span,
.eg-infinity-features-element-26 span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.btn::before,
.eg-infinity-features-element-26::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 1;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  transform: translateX(-25%);
}
.btn:hover span,
.eg-infinity-features-element-26:hover span,
.btn:focus span,
.eg-infinity-features-element-26:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.btn:hover::before,
.eg-infinity-features-element-26:hover::before,
.btn:focus::before,
.eg-infinity-features-element-26:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.btn-alt,
.btn.alt,
button.btn-alt,
.link.active {
  background: transparent;
}
.btn-alt:after,
.btn.alt:after,
button.btn-alt:after,
.link.active:after {
  height: 100%;
}
ul.style1 li {
  margin-bottom: 10px;
  list-style: none;
}
ul.style1 li:before {
  content: "\f061";
  margin-right: 10px;
}
/*--------------------------------------------
Breadcrumb
----------------------------------------------*/
.breadcrumb {
  overflow: hidden;
}
.tm_bread_crumb {
  margin: 0 -15px;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
}
.tm_bread_crumb:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 40px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -40px;
}
.tm_bread_crumb li {
  display: inline-block;
  margin-right: 6px;
}
.tm_bread_crumb li a:after {
  content: "\f061";
  margin-left: 10px;
}
.tm_bread_crumb li:last-child {
  margin: 0;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls {
  text-align: center;
}
.owl-controls .owl-dot {
  position: relative;
  z-index: 99;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dot.active {
  background-color: #FFFFFF;
}
.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.snap-drawer-left {
  left: 0;
  z-index: 1;
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}
/*--------------------------------------------
Mobile Menu
----------------------------------------------*/
#open-left {
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.snap-drawers {
  background-color: #fff;
}
@media (min-width: 62rem) {
  .snap-drawers {
    display: none;
  }
}
.mobile-menu > ul {
  padding: 20px;
}
.mobile-menu > ul li {
  display: block;
}
.mobile-menu > ul li a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.mobile-menu > ul li:last-child {
  border: none;
}
.mobile-menu > ul li li {
  margin-left: 20px;
}
/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/
body select,
body textarea,
body input {
  display: inline-block;
  padding: 15px 25px;
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #EEEEEE;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  background-color: #fff;
  font-family: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/arrow-down.png') center right no-repeat;
}
textarea {
  resize: vertical;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #868686;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #868686;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #868686;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #868686;
}
textarea {
  height: 140px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #FFFFFF;
  color: #111;
  border-color: #111;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #fff;
  color: #111;
  cursor: pointer;
  padding: 10px 29px;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  border: 1px solid #111;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
button:hover:after,
.btn:hover:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:hover:after {
  height: 100%;
}
button:after,
.btn:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  color: #111;
  background: none;
}
/*--------------------------------------------
Contact Form
----------------------------------------------*/
.contact-form-contain .heading-contact,
.contact-form-contain .sub-heading-contact {
  letter-spacing: 0.2em;
  line-height: 3.5em;
}
.contact-form-contain .meta-contact {
  letter-spacing: 0.2em;
  line-height: 1.6em;
  color: #878787;
  font-size: 14px;
}
/*--------------------------------------------
Recent Posts
----------------------------------------------*/
.recent-posts__item {
  margin-bottom: 20px;
}
.recent-posts__item .recent-posts__thumb {
  float: left;
  margin-right: 20px;
  position: relative;
}
.recent-posts__item .recent-posts__thumb:before {
  content: '';
  width: 30px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
}
.recent-posts__item .recent-posts__thumb:after {
  content: '';
  width: 2px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px;
  opacity: 0;
  background-color: #fff;
}
.recent-posts__item .recent-posts__thumb a:before {
  content: '';
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.recent-posts__item:hover .recent-posts__thumb:before {
  opacity: 1;
}
.recent-posts__item:hover .recent-posts__thumb:after {
  opacity: 1;
}
.recent-posts__item:hover .recent-posts__thumb a:before {
  opacity: .8;
}
.recent-posts__item a {
  font-size: 15px;
  letter-spacing: .05em;
}
.recent-posts__item .post-meta {
  margin-top: 10px;
  color: #878787;
}
.recent-posts__item .post-meta span {
  margin-right: 10px;
}
.recent-posts.type_2 h3 {
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 20px;
}
.recent-posts.type_2 .entry-meta {
  margin-bottom: 20px;
}
.recent-posts.type_2 .entry-meta span {
  padding-right: 10px;
}
.recent-posts.type_2 .entry-meta i {
  margin-right: 5px;
}
.recent-posts.type_2 .entry-excerpt {
  color: #858585;
}
/*--------------------------------------------
Accordion
----------------------------------------------*/
.wpb_content_element .wpb_accordion_header a {
  padding: 0 !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  background: #ffffff !important;
  border: 1px solid #DDDDDD;
  margin-bottom: 5px !important;
  overflow: hidden;
  cursor: pointer;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
  color: #FFFFFF !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
  color: #FFFFFF !important;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  position: relative !important;
  float: left;
  top: auto !important;
  right: auto !important;
  display: block;
  background: #EEEEEE !important;
  padding: 0 !important;
  width: 40px !important;
  height: 50px !important;
  text-align: center;
  line-height: 50px;
  margin-right: 30px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
  content: "\f061";
  display: inline-block;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 30px;
  border-color: transparent transparent transparent #EEEEEE;
  position: absolute;
  top: 0;
  right: -30px;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-top: 13px !important;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .05em;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  border: 1px solid #DDDDDD;
  border-top: none;
  margin-top: -5px;
  margin-bottom: 5px;
  color: #878787;
}
/*--------------------------------------------
Visual Composer
----------------------------------------------*/
.testi {
  position: relative;
}
.testi:before {
  content: '' !important;
  display: block !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .95;
  z-index: 1;
}
.wpb_column > .wpb_wrapper > .vc_custom_heading.style1 {
  margin-bottom: 60px;
}
@media (max-width: 74.9375rem) {
  blockquote,
  q {
    padding-left: 50px;
    margin-left: 10px;
  }
}
@media (max-width: 74.9375rem) {
  blockquote:before,
  q:before {
    font-size: 20px;
  }
}
.thememove_testimonials .quote {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 40px;
}
.thememove_testimonials blockquote {
  margin: 0;
  padding: 0 0 20px;
  border: none;
}
.thememove_testimonials blockquote:before {
  display: none !important;
}
.thememove_testimonials .author {
  display: block;
  float: left;
  padding: 15px 20px;
  margin: 0 0 -70px -30px;
  line-height: 1;
  position: relative;
}
.thememove_testimonials .author:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 0 0 30px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -30px;
}
.thememove_testimonials .author span:first-child {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.thememove_testimonials .author span:last-child {
  font-style: italic;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.thememove_testimonials .owl-controls {
  margin-top: 40px;
}
.vc_images_carousel {
  position: relative;
  overflow: hidden;
}
.vc_images_carousel .vc_carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
}
.vc_carousel-indicators {
  background-color: #fff;
  width: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 15px 20px 10px !important;
}
.vc_carousel-indicators:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 50px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 0;
  right: -50px;
}
.eg-infinity-features-element-25 {
  float: left !important;
  position: relative;
}
.eg-infinity-features-element-25 i {
  background-color: #fff !important;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  width: 110px;
  text-align: center;
}
.eg-infinity-features-element-25 i:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 50px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 0;
  right: -50px;
}
.eg-infinity-members-content em {
  font-weight: bold;
  font-style: italic;
  color: #111;
  padding-bottom: 10px;
  display: inline-block;
}
.tp-caption.icon {
  padding: 40px;
  display: block;
}
.tp-caption.t2:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: skew(30deg, 0);
  -moz-transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  -o-transform: skew(30deg, 0);
  z-index: -1;
}
.vc_bar {
  -webkit-clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
}
.vc_label {
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
}
.contain-gallery .esg-filters .esg-filter-wrapper {
  margin: 49px 0 65px 0;
}
.contain-gallery .esg-filters .esg-filter-wrapper .esg-filterbutton {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 20px 10px 20px;
  line-height: 1em;
  border-color: transparent;
}
.contain-gallery .esg-filters .esg-filter-wrapper .esg-filterbutton.selected,
.contain-gallery .esg-filters .esg-filter-wrapper .esg-filterbutton:hover {
  border: 1px solid #EEEEEE;
}
.contain-gallery .esg-filters .esg-filter-wrapper .esg-filterbutton span {
  color: #111111;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
/* Google map */
#map-canvas img {
  max-width: none;
}
/* Custom Class */
.desc-below-heading {
  color: #111;
  letter-spacing: 0.2em;
}
.black-color02 {
  color: #111;
}
.gray-color,
.gray-color * {
  color: #888;
}
.link {
  border-bottom: 1px solid #111;
  padding: 10px 0 5px 0;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  white-space: nowrap!important;
}
.link:hover,
.link.active {
  background: transparent;
  color: #111;
}
.link:hover:after {
  height: 100%;
}
.link:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
.cl-center .vc_vc_column,
.cl-center .wpb_column {
  float: none;
  margin-left: auto;
  margin-right: auto;
}


/*New CSS Home Page New Start*/
.top_row_new{
	padding-bottom:40px !important;
	margin-bottom:0px !important;	
}
.top_tex{
	padding-top:30px;	
}
.top_tex h3 {
    color: #fff !important;
    font-family: "Montserrat",sans-serif;
    font-size: 21px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 5px #000;
	letter-spacing:0px;
}
.sec_row_Logo_tex{
    background: #a3d8dd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #ebf6f7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ebf6f7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ebf6f7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #ebf6f7); /* Standard syntax */
	padding-top:60px;
	padding-bottom:30px;
}
.sec_row_Logo_tex .sec_p_text {
    color: #005059 !important;
    font-family: "Merriweather",serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 3.4px;
    line-height: 26px;
    text-align: center;
}
.sec_row_Logo_tex .sec_sec_p {
    color: #005059 !important;
    font-family: "MuseoSans-300" !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 0.1px;
    text-align: center;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%; }
body { padding-top: 207px;}

/*New CSS Home Page New End*/


@media (min-width: 75rem) {
  .content-left-padding {
    padding-left: 180px !important;
    padding-top: 160px;
  }
  .content-right-padding {
    padding-left: 170px !important;
    padding-top: 160px;
  }
}
@media (max-width: 47.9375rem) {
  .wpcf7-form .row {
    margin-right: 0;
    margin-left: 0;
  }
}
/* Circle */
.zebre-shine-hover .vc_column_container .vc_single_image-wrapper,
.zebre-shine-hover.item-shine-hover {
  position: relative;
}
.zebre-shine-hover .vc_column_container .vc_single_image-wrapper:before,
.zebre-shine-hover.item-shine-hover:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.zebre-shine-hover .vc_column_container .vc_single_image-wrapper:hover:before,
.zebre-shine-hover.item-shine-hover:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (min-width: 75rem) {
  .site-content > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 74.9375rem) {
  .site-content > .container {
    max-width: 60.625rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 61.9375rem) {
  .site-content > .container {
    max-width: 46.875rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 47.9375rem) {
  .site-content > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
.entry-content ul, .entry-content ol {
  margin-left: 20px;
}
.entry-content ul.blog_loop{ margin:0;}

}
@media (max-width: 74.9375rem) {
  body .vc-reset-margin-md {
    margin: 0!important;
  }
  body .vc-reset-margin-md .vc_vc_column,
  body .vc-reset-margin-md .vc_column_container {
    margin: 40px 0 20px !important;
  }
  body .vc-reset-margin-md .vc_vc_column .vc_custom_heading h2,
  body .vc-reset-margin-md .vc_column_container .vc_custom_heading h2 {
    font-size: 36px !important;
  }
}
@media (max-width:991px) {
.site-header.headroom--not-top {
  position: relative;
  top: 0;
  width: 100%; min-height:0; background:#22a8b7;
}
.site-header{ background:#0097A7  !important;transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;}
.site-header.headroom--not-top > .row {
    top: 0; position:fixed;margin-top:0px;
}
.site-header .row {
    background: #fff ;
    margin: 0 auto;
    max-width: 1170px;
    position: static;
    top: 120px;
    transition: all 0.3s ease-in-out ;
    width: 100%; margin-top:15px;
}
}

/*new css*/
.blog_loop .blog_item:after, .blog_loop .blog_item .item_detail .item_meta:after{ clear:both; display:block; content:"";}
.page-template-blog-templete #content{ padding-top:50px;}
.blog_loop {list-style: none; margin: 0;padding: 0;}
.blog_loop .blog_item { clear: both; margin-bottom: 30px;}
.blog_loop .blog_item .item_img { float: left; padding-right: 20px; width: 36%;}
.blog_loop .blog_item .item_detail .item_title a {   font-size: 20px; font-style: normal; font-weight: 500; text-align: left; color:#333; margin-bottom: 13px; display:block;font-family: 'Montserrat', sans-serif;}	
.blog_loop .blog_item .item_detail .item_content{ color:#333;}
.blog_loop .blog_item .item_detail { background: #f6f6f6; border-radius: 5px; float: left; padding: 15px 15px 3px; width: 64%; border:solid 1px #eaeaea;}
.blog_loop .blog_item .item_detail .item_meta .meta_left { float: left;}
.blog_loop .blog_item .item_detail .item_meta .item_date { font-style: italic; margin-right: 7px;color: #0097A7;}
.blog_loop .blog_item .item_detail .item_meta .item_date .fa { font-size: 16px;}
.blog_loop .blog_item .item_detail .item_meta .meta_right { float: right; text-align:right; min-height: 34px;}
.blog_loop .blog_item .item_detail .item_meta .meta_right .social_show { color: #0097A7; display: inline-block; float: right; margin-left: 10px;}
.blog_loop .blog_item .item_detail .item_meta .meta_right .wpfai-list { margin: 0;width: 180px; float:right;}
.blog_loop .blog_item .item_detail .item_meta .meta_right div{ display:inline-block;}
.blog_loop .blog_item .item_detail .item_meta .meta_right ul li { margin: 0; float:left;}
.blog_loop .blog_item .item_detail .item_meta .meta_right ul li a { border: 1px solid #000; border-radius: 50%; color: #101010; display: block; font-size: 10px; height: 25px; width: 25px; margin-left:10px;}
.blog_loop .blog_item .item_detail .item_meta .meta_right ul li a:hover { background:#101010; color:#fff !important;}
.blog_loop .blog_item .item_detail .item_meta .meta_right ul li a > span {line-height: 23px; margin: 0; text-align: center; vertical-align: top; width: 25px;}
.blog_loop .blog_item .item_detail .item_meta .meta_right ul li.facebook a > span { width: 22px;}
.blog_loop .blog_item .item_detail .item_meta .meta_right ul li.facebook a { margin-left:0;}
.blog_loop .blog_item .item_detail .item_meta { border-top: 1px solid #eaeaea; margin-top: 41px; padding-top: 15px;}
.blog_loop .blog_item .item_img img { border: 1px solid #eaeaea; border-radius: 5px;}
.page-template-blog-templete .pagination { border: 1px solid #ebebeb; position: relative;}
.page-template-blog-templete .pagination .page-numbers { border-left: 1px solid #ebebeb;border-right: 1px solid #ebebeb; font-size: 18px; padding: 7px 15px; text-align: center; margin-left:-1px; float:left;}
.page-template-blog-templete .pagination .page-numbers.next:before, .page-template-blog-templete .pagination .page-numbers.prev:after { display: none;}
.page-template-blog-templete .pagination .page-numbers.next{border-left: 1px solid #ebebeb;border-right: none;float: right;position: absolute;right: 0;}
.page-template-blog-templete .pagination .page-numbers.prev{border-left: none;border-right: 1px solid #ebebeb;float: left;position: absolute; left: 0;}
.page-template-blog-templete .pagination .pagination-no { display: table; margin: 0 auto;}
.page-template-blog-templete .pagination .page-numbers:hover, .page-template-blog-templete .pagination .page-numbers.current { background: #0097a7; color: #fff !important;}
/*Blog Detail*/
.item_blog_detail.item_container { background: #f6f6f6 ; border: 1px solid #eaeaea; border-radius: 5px; padding:0 20px;}
.item_blog_detail.item_container .post-thumb { margin-left: -20px; margin-right: -20px;}
.item_blog_detail .post-thumb img{ width:100%; border-radius:5px 5px 0 0;}
.item_blog_detail ul.wpfai-list li { margin: 0;}
.item_blog_detail .entry-meta span, .item_blog_detail .entry-meta span i, .item_blog_detail .entry-meta span a { color: #0097a7 !important; font-style: italic; margin-right: 7px;}
.item_blog_detail.item_container .entry-content{ border-bottom:1px solid #eeeeee;}
.single-post .item_blog_detail .entry-footer { border: none; margin: 0 -21px;}
.single-post .item_blog_detail .entry-footer .row { margin: 0;}
.single-post .item_blog_detail .entry-footer .item_navigation { background: #fff; display: block; margin: 0; padding: 0;}
.single-post .item_blog_detail .entry-footer .item_navigation .navigation.post-navigation { padding: 43px 20px;}
.item_blog_detail .author-info .author-avatar{ text-align:center;}
.item_blog_detail .entry-header{ color: #333; display: block; font-family: "Montserrat",sans-serif; font-size: 25px; font-style: normal; font-weight: 500;  margin-bottom: 13px; text-align: left;}
.item_comments .total_comments .comments-title, .item_comments .comment-respond .comment-reply-title{ color: #333; display: block; font-family: "Montserrat",sans-serif; font-size: 25px; font-style: normal; font-weight: 500; margin-bottom: 10px; text-align: left;}
.item_comments .comment-list { background: #f6f6f6 ; border: 1px solid #eaeaea; border-radius: 5px;}
.single-post .item_comments .comment .children > li > div {  padding-left: 0; padding-bottom:30px;}
.single-post .item_comments .comment > div { padding-bottom: 30px;}
.single-post .item_comments .comment > div cite.fn { font-size: 20px;font-family: 'Merriweather', serif;}
.item_comments .comment-respond form input, .item_comments .comment-respond form textarea{ border:1px solid rgba(0, 151, 167, 0.3); border-radius:3px;}
.item_comments .comment-respond form input[type="submit"]{ color:#0097A7 !important;}
.item_comments .comment-respond form input[type="submit"]:hover{ color:#fff !important;}
.item_blog_detail p, .item_blog_detail .author-text, .item_comments p{ font-size:15px; font-weight:300;}
.single-post .item_comments .comment .comment-content .comment-reply-link { border-bottom: none; font-weight: 500; text-decoration: none; background:url(../images/replay-icon.png) no-repeat left center; padding-left:25px; background-size:17px; color:#0097a7 !important;}

.moonray-form-p2c113061f2 .moonray-form-input-type-submit .moonray-form-input, .moonray-form-p2c113061f2 .moonray-form-input-type-image .moonray-form-input{ background:#0097A7 !important;}  
blockquote { margin: 0; padding:10px 0 25px; font-size: 16px !important;font-family: 'Merriweather', serif !important; font-style: italic !important; color:#0097A7 !important; font-weight:900;}

.entry-content > blockquote, .sidebar blockquote, blockquote { margin: 0; padding:10px 0 25px; font-size: 16px !important;font-family: 'Merriweather', serif !important; font-style: italic !important; color:#0097A7 !important;  font-weight:900 !important;}

.entry-content > blockquote p, blockquote p, .sidebar blockquote p { font-weight:900 !important; font-size: 16px !important;font-family: 'Merriweather', serif !important; font-style: italic !important; color:#0097A7 !important; }

blockquote:after, blockquote:before { display:none !important;}

/*Home_page_new_css*/

.story_img .vc_col-sm-8 { position:relative; }
.story_img {
    display: table;
}
.story_img > div {
    display: table-cell;
    float: none;
}
.story_img .vc_col-sm-8 .wpb_wrapper { position: relative; z-index:2;}
.costom-style .story_img h2 {
  color: #005059 !important;
  font-size: 26px !important;
  letter-spacing: 6px; }
.story_img .vc_col-sm-8:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
.calling_section h3 {
  color: #fff !important;
  font-family: montserrat;
  font-size: 21px; }
.calling_section p {
  color: #fff !important;
  font-family: "Museo Sans 500" !important;
  font-size: 17px !important;
  max-width: 735px;
  margin:0px auto; }
.client_happy li .client_image { display: none; }   
.costom-style .client_happy .rslides_container p { font-family: 'Merriweather', serif !important; color:#efefef !important; font-size:16px !important; font-style:italic; text-align:center;}
.client_happy .rslides_container { max-width:940px; margin:0px auto; }
.client_happy .rslides_container .client_name { color:#4aa3a0 !important;  font-family:'Museo Sans 700' !important; font-weight:600 !important; font-size:15px !important; text-align:center; }
.client_happy .rslides_container .company_name { font-size:13px !important; font-family: 'MuseoSans-300'; line-height:normal; text-align:center; margin-bottom:25px !important; }
.client_happy .rslides_container .company_name a { color:#4aa3a0 !important; display:block; }
.client_happy h2 { color:#fff !important; font-size:26px !important; font-weight:600 !important; line-height:normal; }
.client_happy .bx-controls .bx-pager-item { display: inline-block; }
.client_happy .bx-controls { text-align: center; margin-top:25px;}
.client_happy .bx-controls a.bx-pager-link {
  background: #a3d8dd;
  border-radius: 100%;
  display: block;
  height: 8px;
  margin: 10px 3px;
  text-indent: -999px;
  width: 8px; }
.client_happy .bx-controls-direction { display:none; }

.our_people { min-height: 550px; padding-top: 250px; }
.our_people a.vc_general {
  background:none !important;
  border: 3px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  color: #fff !important;
  font-family: "Montserrat",sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 10px;
  padding: 8px 25px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase; }
.our_people a.vc_general:hover { border:3px solid #fff; background:#fff !important; color:#005059 !important; 
   text-shadow: none;
   -webkit-text-shadow:none;
  -moz-text-shadow:none;
   box-shadow:none;
   -webkit-box-shadow:none;
   -moz-box-shadow:none; }
.coach_melinda.wpb_column { background-repeat: repeat-y !important; min-height:470px; }
.coach_melinda.wpb_column .vc_custom_heading h2 { color: #ffffff !important; font-size: 27px !important; line-height:normal; }
.coach_melinda.wpb_column .vc_custom_heading h2 span { color: #fff !important;
font-family: 'Dancing Script', cursive  !important;
font-size: 26px !important;
font-weight: 700 !important;
letter-spacing: 7px; }
.coach_melinda .wpb_wrapper > p {
  color: #fff !important;
  font-size: 14px !important; }
.coach_melinda .wpb_wrapper > p strong { color:#005059 !important; font-family: 'Merriweather', serif !important; 
 font-size:12px !important; font-weight:bold; font-style:italic; }
.coach_melinda .wpb_wrapper p.bottom_text {
  color: #005059 !important;
  font-family: "Museo Sans 500" !important;
  font-size: 13px !important;
  font-weight: normal !important; } 

.coach_melinda button.vc_general, .coach_melinda a.vc_general {
  background: #00ded3 !important;
  border: medium none !important;
  border-radius: 0 !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-family: "Museo Sans 500" !important;
  font-size: 15px !important;
  letter-spacing: 0;
  margin-right: 10px;
  text-transform: capitalize; }  
.coach_melinda button.vc_general:hover, .coach_melinda a.vc_general:hover { background:#4aa3a0 !important;}  

.our_service .wpb_wrapper h3 {
  font-family: Montserrat;
  font-size: 26px !important;
  font-weight: bold;
  letter-spacing: 7px; }
.costom-style .our_service .wpb_wrapper > p { font-family: montserrat !important; }
.services .wpb_single_image { margin-bottom: 15px;}
.services .vc_custom_heading h5 { text-transform:uppercase; color:#000000; font-family: montserrat !important; font-weight:bold; }
.services .vc_custom_heading h6 { text-transform:uppercase; margin-bottom:5px; }
.our_packages .vc_separator h4 {
  background: #4aa3a0;
  color: #fff !important;
  font-size: 15px !important;
  letter-spacing: 1px;
  margin: 0 15px !important;
  padding: 15px !important; }
.our_packages .wpb_wrapper > p { margin-bottom: 10px; }
.our_packages .wpb_wrapper > p strong { font-family: montserrat; font-weight: normal; }
.quarterback_programs .vc_separator h4 {
  color: #4aa3a0 !important;
  font-family: merriweather;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 15px !important; }
.quarterback_programs .wpb_wrapper button.vc_general {
  background: #46b0b7;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "museo sans 500";
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-transform: capitalize; }  
.quarterback_programs .wpb_wrapper button.vc_general:hover { background:#4aa3a0; color:#fff; }
.our_story .wpb_wrapper > p strong {
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: normal; }

.entry-content > h1 { font-size: 28px !important;}
.entry-content > h2 { font-size: 25px !important;}
.entry-content > h3 { font-size: 18px !important;}
.entry-content > h4 { font-size: 16px !important;}
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 { margin-bottom:15px; }  
.entry-content > blockquote, .entry-content > blockquote p { color: #0097a7 !important;
    font-family: "Merriweather",serif !important;
    font-size: 15px !important;
    font-style: italic !important;
    font-weight: bold; padding:10px 0 10px 20px;}
.entry-content > blockquote:before{ margin-top:0; top:20px;}
.entry-content > blockquote em { font-style: italic; }	
.entry-content .wp-caption .wp-caption-text { font-family: museosans-300; font-size: 12px; }
	
.blog .big-title, .archive .big-title { background-size: cover; }
.blog .big-title .entry-title, .archive .big-title .entry-title { padding-top: 50px;}
.blog .big-title .entry-desc, .archive .big-title .entry-desc { padding-bottom: 50px; padding-top:0px; }
.blog .post h3.entry-title, .archive .post h3.entry-title {
  font-size: 27px; font-weight:bold;
  letter-spacing: 2px;
  text-transform: uppercase; }
.blog .post h3.entry-title a, .archive .post h3.entry-title a { color:#333; }
.blog .hentry .entry-header, .archive .hentry .entry-header { margin-top:0px; }  
.blog .post .dates, .archive .post .dates { font-family: "museo sans 500"; font-style: italic; }
.blog .read-more-contain > a, .archive .read-more-contain > a {
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase; }
.blog .read-more-contain > a:hover, .archive .read-more-contain > a:hover { border-color:#50829b; }
.post-thumb { margin-bottom:20px; }
.site-header{ padding:0 !important}
body.admin-bar { padding-top: 175px;}
.site{ position:static;}

.bx-pager-link {
    font-size: 0 !important;
}
.bx-pager-link {
    font-size: 0 !important;
}
.big-title.big-title--page .entry-title {
    font-family: "Montserrat",sans-serif;
    font-size: 25px;
    padding-top: 45px;
}
.page-id-84 .big-title.big-title--page .entry-title {
    font-family: "Montserrat",sans-serif;
    font-size: 25px;
    padding-top: 25px;
	margin-bottom:0;
}
.page-id-84 .big-title{ margin-bottom:20px;}
.big-title.big-title--page .entry-desc {
    padding: 16px 0 15px;
}
.vc_btn3-left .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-peacoc {
    background: #46b0b7 none repeat scroll 0 0 !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    font-family: "museo sans 500";
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: capitalize;
}
.vc_btn3-left .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-flat.vc_btn3-color-peacoc:hover {
	background-color: #13b1ba !important;
}

/*Homepage Our Story Section CSS Start
@media (max-width:2560px) {
.story_img .vc_col-sm-8 {
    min-height: 1046px;
}
}
@media (max-width:1920px) {
.story_img .vc_col-sm-8 {
    min-height: 795px;
}
}
@media (max-width:1680px) {
.story_img .vc_col-sm-8 {
    min-height: 697px;
}
}
@media (max-width:1600px) {
.story_img .vc_col-sm-8 {
    min-height: 665px;
}
}
@media (max-width:1440px) {
.story_img .vc_col-sm-8 {
    min-height: 599px;
}
}
@media (max-width:1366px) {
.story_img .vc_col-sm-8 {
    min-height: 568px;
}		
}
@media (max-width:1360px) {
		
}
@media (max-width:1280px) {
.story_img .vc_col-sm-8 {
    min-height: 528px;
}
}
@media (max-width:1024px) {
.our_story img {
    height: 528px;
    max-width: initial;
    width: initial;
}	
}
Homepage Our Story Section CSS End*/

.girls_images .wpb_single_image img {
    visibility: hidden !important;
}

.site-header iframe {
    max-height: 70px;
}

.header-form { height: 70px;
    overflow: hidden;}

#__lpform_mr-field-element-71660977391{
	display:none !important;}
.online-form {
  max-height: 237px; overflow:hidden;
}
.calling-form {
  max-height: 305px;
  overflow: hidden;
}

.rslides p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.rslides_container ul li {
    list-style: none !important;
}


@media (max-width:1440px) {

.story_img .vc_col-sm-8 { padding:60px 100px 30px !important; }	

}
@media (max-width:1200px) {
.site-header iframe {
    max-height: 120px;
}
.header-form { height: 117px;}
}


@media (max-width:1100px) {

.story_img .vc_col-sm-8, .coach_melinda.wpb_column { padding: 30px !important;}
.coach_melinda .wpb_wrapper > p br { display: none; }	

}

@media (max-width:991px) {

.quarterback_programs .wpb_wrapper .vc_col-sm-6 { padding: 0 15px !important; }
.our_service, .our_packages, .quarterback_programs { padding-left: 30px !important; padding-right: 30px !important; }
.snap-drawers, .snap-drawer-left{ z-index:-99; width:0; overflow:hidden;}
.snapjs-left .snap-drawers .snap-drawer-left{ z-index:0;  width:auto; overflow:visible;}
.snapjs-left .snap-drawers  { z-index:0;  width:80%; overflow:visible;}
.site-header > div#mainMenuBarAnchor { display: none;}
}

@media (max-width:800px) {

.story_img .vc_col-sm-8 { padding: 20px 15px 20px 30px !important; }
.story_img .vc_custom_heading { padding-bottom: 0 !important;} 
body { padding-top:0px;}
body.admin-bar { padding-top: 0;}
.site-header { position:relative;}
.site-header.fixed { position:fixed; }
.site-header .row.fixed{ position:fixed; top:0; margin-top:0;} 
.online-form { max-height: 268px;}
.calling-form { max-height: 329px;}
}

@media (max-width:767px) {
.blog_loop .blog_item .item_img {
  float: left;
  margin-bottom: 15px;
  padding-right: 0;
  width: 100%;
}
.blog_loop .blog_item .item_detail {
   width: 100%;
}	
.blog_loop .blog_item .item_detail .item_meta .item_date {
  display: block;
  margin-right: 0px;
}
.blog_loop .blog_item .item_detail .item_meta .meta_right div { background: #f6f6f6; display: inline-block; position: absolute; right: 0px; top: 36px;}
.blog_loop .blog_item .item_detail .item_meta{ position: relative;} 
.single-post .item_blog_detail .entry-footer .item_navigation .navigation.post-navigation {
  padding: 30px 0;
}
.single-post .item_blog_detail .entry-footer .item_navigation .navigation.post-navigation .nav-links .nav-previous, .single-post .item_blog_detail .entry-footer .item_navigation .navigation.post-navigation .nav-links .nav-next {
  text-align: left;
  width: auto;
}
.single-post .item_blog_detail .entry-footer .item_navigation .navigation.post-navigation .nav-links .nav-previous a {
  padding-left: 15px;
}
.single-post .item_blog_detail .entry-footer .item_navigation .navigation.post-navigation .nav-links .nav-next a {
  padding-right: 15px; 
}
.item_blog_detail .entry-meta > span {
  display: block;
  margin: 0 0 1px 15px !important;
  text-align: left;
}
.item_blog_detail .entry-meta > span.dates {
  margin-top: 10px !important;
}
.item_blog_detail .author-info .author-avatar {
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.item_blog_detail .author-info .author-desc {
  text-align: center;
  width: 100%;
}
.item_blog_detail .author-info {
  padding: 40px 0 10px;
}
.single-post .item_comments .comment .comment-author, .page .item_comments .comment .comment-author {
   padding-right: 0px;
  width: 100%; margin-bottom:20px; text-align:center;
}
.single-post  .item_comments .comment .comment-content, .page  .item_comments .comment .comment-content {
  padding: 0 15px;
  text-align: center;
  width: 100%;
}
.blog_loop .blog_item .item_img{ text-align:center;}

.story_img .vc_col-sm-8 {
  min-height: 0;
  padding: 50px 20px !important; }
  
.client_happy .wpb_wrapper pre {
  border: medium none !important;
  overflow: hidden !important;}
.client_happy ul.rslides { margin-left: 0;}
.coach_melinda.wpb_column { min-height:0px; }
.services .vc_col-sm-4 { margin-bottom: 40px; }
.our_service .services { padding-bottom: 0 !important; }
.quarterback_programs .wpb_wrapper .vc_col-sm-6 + .vc_col-sm-6 { margin-top: 50px;}
.big-title{ position:relative; z-index:999;}
.girls_images .wpb_single_image img {
    visibility: visible !important;
}
.story_img > div {
    display: block;
}
.full-height-img > div {
  display: block;
  float: none;
  min-height: 580px;
  margin-bottom:0 !important;
}

}


@media (max-width:750px) {
.online-form {
  max-height: 315px;
}

}

@media (max-width:743px) {
.calling-form { max-height: 352px;}	
}
 
@media (max-width:639px) {
.page.page-id-84 #team ul.mainul li {
  margin: 0 0 30px !important;
}
.costom-style.our_values { margin-bottom:0px !important; padding-top: 0 !important; }
.vc_custom_1479732240885 .wpb_column.vc_col-sm-3 { margin-bottom: 25px;}  
.costom-style.vc_custom_1479732240885 { margin-bottom: 0; padding-bottom: 0 !important; }
.wpb_column.vc_column_container.vc_col-sm-4 { margin-bottom: 50px; }
.our_story .wpb_column.vc_column_container.vc_col-sm-4, .vc_custom_1484818106859 .wpb_column.vc_column_container.vc_col-sm-4 { margin-bottom:0px; }  
.content-sidebar .site-content > .container .row > .col-md-3 {
  border-top: 1px solid #eeeeee;
  margin-top: 25px;
  padding-top: 25px; }

figcaption.wp-caption-text {
  font-size: 13px !important;
  line-height: normal;
  padding-top: 15px; }
  
.wpb_column.vc_col-sm-3 .wpb_wrapper {
  margin-bottom: 25px;}  
.site-header.fixed > iframe { display: none !important; }  
.site-header.fixed .row { margin:0px auto;}
.our_people {
  min-height: 320px;
  padding-top: 120px; }
.our_people a.vc_general { padding:8px 20px; font-size:20px; }

.remove_marg{margin-bottom:0px !important;	}
.full-height-img > div { min-height: 460px;}
}

@media (max-width:601px) {
.calling-form { max-height: 383px;}	
}


@media (max-width:549px){
.header-form {
  height: 220px;
}
.site-header iframe {
    max-height: 210px;
}
.online-form {
  max-height: 405px;
}

.calling-form {
  max-height: 574px;
}

}


@media (max-width:480px) { 

.our_service, .our_packages, .quarterback_programs {
  padding-left: 20px !important;
  padding-right: 20px !important; }
.quarterback_programs .wpb_wrapper .vc_col-sm-6 {
  padding: 0 !important; }

.pp_hoverContainer { width:100% !important; height: auto !important; }
.pp_pic_holder.pp_default .pp_content { width: 98% !important; height:auto !important; }
 #pp_full_res > img {
  height: auto !important;
  width: 100% !important; } 
div.pp_default .pp_content_container .pp_details {
  background: #fff;
  border-radius: 0 0 8px 8px;
  margin-top: 12px;
  padding: 8px;
  width: 100% !important; }
div.pp_default .pp_close { top:10px; right:10px; }
.pp_pic_holder.pp_default { left: 2% !important; width: 98% !important; }
div.pp_default .pp_description { margin-top:12px; } 
div.pp_default .pp_expand { display:none !important; } 
.our_people {
    min-height: 210px !important;
    padding-top: 80px !important; 
}
.full-height-img > div {
  min-height: 360px;
}

}

@media (max-width:399px) { 
.coach_melinda .vc_btn3-container.vc_btn3-inline { display:block; }
.coach_melinda button.vc_general { margin:0px auto; width:100%; }
.full-height-img > div { min-height: 300px;}
.online-form { max-height: 432px;}
.calling-form { max-height: 598px;}

}
@media (max-width:374px) { 
.calling-form {
  max-height: 620px;
}

}

@media (max-width:359px) { 
.online-form { max-height: 466px;}
}

@media (max-width:352px) { 
.calling-form {
  max-height: 648px;
}
}

/*# sourceMappingURL=main.css.map */


