/*-----------------------------------------------------------

 Theme Name: Joy Multi Purpose Wordpress Theme 
 Version: 1.0.2
 Description: Joy Multi Purpose Theme by CenturyThemes
 Author: CenturyThemes
 Author URI: http://www.CenturyThemes.com
 Designed & Developed by CenturyThemes
 Theme URI: http://www.CenturyThemes.com/
 License: GNU General Public License version 2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset 
2.0 Base styles
    2.1 Typography
    2.2 Elements
    2.3 Forms
    2.4 Links
    2.5 Accessibility
    2.6 Alignments
    2.7 Clearings
    2.8 Base page
    2.9 Grid System
3.0 Header
    3.1 Navigation
    3.2 Pagination
4.0 Content
    4.1 Posts and pages
    4.2 Post formats
    4.3 Galleries
    4.4 Comments
    4.5 Author Box
    4.6 Responsive Media Payer
    4.7 Related Posts
    4.8 Staff post
5.0 Widgets
6.0 Footer
    6.1 Social link
7.0 Media
8.0 Genericons
9.0 Slider
10.0 Featured Area
11.0 Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
blockquote .credit,
q .credit {
  margin-top: .8rem;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  color: #4b4c4d;
}
blockquote .credit:before,
q .credit:before {
  content: '\2014';
  display: inline-block;
  margin-right: 0.3rem;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
2.0 Base Styles
--------------------------------------------------------------*/
@media only screen and (max-device-width: 1024px) {
  .fullwidth-section {
    background-attachment: scroll;
  }
}
.hidden,
#dp_swf_engine {
  display: none;
}
/*--------------------------------------------------------------
2.1 Typography
--------------------------------------------------------------*/
body {
  background: #fff;
}
body,
button,
input,
select,
textarea {
  color: #858585;
  font-family: "PT Serif", serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  color: #4b4c4d;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #a7a7a7;
  font-size: 50%;
}
h1,
.h1 {
  font-size: 3.584rem;
}
h2,
.h2 {
  font-size: 3.072rem;
}
h3,
.h3 {
  font-size: 2.56rem;
}
h4,
.h4 {
  font-size: 2.24rem;
}
h5,
.h5 {
  font-size: 1.92rem;
}
h6,
.h6 {
  font-size: 1.6rem;
}
p {
  margin-bottom: 2.2rem;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-weight: 300;
  font-style: italic;
  border-left: 0.4rem solid #378ac4;
  padding-left: 2.4rem;
  margin-bottom: 2.0rem;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #f8f8f8;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: auto;
  padding: 2.4rem;
}
code,
kbd,
tt,
var {
  font: 1.5rem Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #858585;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
/*--------------------------------------------------------------
2.2 Elements
--------------------------------------------------------------*/
hr {
  background-color: #f8f8f8;
  border: 0;
  height: 1px;
  margin-bottom: 2.0rem;
}
ul,
ol {
  margin-left: 2rem;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
table {
  border-bottom: 1px solid #f8f8f8;
  margin: 0 0 2.5rem;
  width: 100%;
}
th {
  padding: 1rem 0.5rem;
  color: #4b4c4d;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
td {
  border-top: 1px solid #f8f8f8;
  padding: 1rem 0.5rem;
}
/*--------------------------------------------------------------
2.3 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0.2rem solid #378ac4;
  background: #fff;
  color: #378ac4;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.5rem 3.8rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  border-radius: .3rem;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #378ac4;
  color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #667272;
  border-color: #667272;
  color: #fff;
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
#searchform input[type="search"] {
  width: 100%;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="date"],
textarea,
select {
  padding: .5rem 1rem;
  background: #fcfcfc;
  border: 0.2rem solid #e6e6e6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  border-radius: 0.3rem;
}
select {
  padding: .7rem 1rem;
}
input[type="date"] {
  height: 4.2rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  color: #4b4c4d;
  border-color: #378ac4;
  outline: none;
}
select:focus {
  outline: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}
#search-button {
  content: '\f400';
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap input[type="number"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="search"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap input[type="range"],
.wpcf7-form-control-wrap select {
  width: 100%;
}
.wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
  margin-top: 1rem;
  position: relative;
}
.wpcf7-form p {
  margin: 0 0 2rem;
}
.wpcf7-form p:last-of-type {
  margin: 0;
}
div.wpcf7-validation-errors {
  margin: 2.5rem 0 0;
}
span.wpcf7-not-valid-tip {
  font-size: 1.1rem;
  color: #ff4847;
  margin-top: .6rem;
}
.wpcf7-response-output {
  background: #f4f4f4;
  color: #888;
  display: none;
  line-height: 1.45em;
  margin-top: 3rem;
  padding: 1.2rem;
  text-align: center;
}
input.wpcf7-not-valid[type="text"],
input.wpcf7-not-valid[type="password"],
input.wpcf7-not-valid[type="email"],
input.wpcf7-not-valid[type="url"],
input.wpcf7-not-valid[type="tel"],
textarea.wpcf7-not-valid {
  border-color: #ff4847;
}
.wpcf7-list-item {
  margin-left: 1em;
}
.wpcf7-list-item.first {
  margin-left: 0;
}
/*--------------------------------------------------------------
2.4 Links
--------------------------------------------------------------*/
a {
  color: #3399cc;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: #378ac4;
}
.a-alt a {
  color: #378ac4;
}
.a-alt a:hover,
.a-alt a:focus,
.a-alt a:active {
  color: #4b4c4d;
}
/*--------------------------------------------------------------
2.5 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: .3rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: .5rem;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem;
  text-decoration: none;
  top: .5rem;
  width: auto;
  z-index: 100000;
}
/*--------------------------------------------------------------
2.6 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto !important;
}
/*--------------------------------------------------------------
2.7 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.main-navigation:before,
.main-navigation:after,
.entry-content:before,
.entry-content:after,
.gallery:before,
.gallery:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.entry-content .chat-row:before,
.entry-content .chat-row:after {
  content: '';
  display: table;
}
.clear:after,
.main-navigation:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.entry-content .chat-row:after {
  clear: both;
}
/*--------------------------------------------------------------
2.8 Base page
--------------------------------------------------------------*/
#page {
  position: relative;
  z-index: 2;
}
.overlay {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
}
.has-sidebar #post-main,
.has-sidebar #secondary {
  width: 71.92982456%;
  float: left;
}
.has-sidebar #post-main .container,
.has-sidebar #secondary .container {
  max-width: 100%;
}
.has-sidebar #post-main,
.has-sidebar .search-main {
  padding-right: 4rem;
}
.has-sidebar.sidebar-left #post-main,
.has-sidebar.sidebar-left #secondary {
  float: right;
}
.has-sidebar.sidebar-left #post-main,
.has-sidebar.sidebar-left .search-main {
  padding-left: 4rem;
  padding-right: 0;
}
.has-sidebar #secondary {
  width: 28.07017544%;
}
.has-sidebar #secondary + #post-main,
.has-sidebar #secondary + .search-main {
  padding-left: 4rem;
  padding-right: 0;
}
a:focus {
  outline: none;
}
body.archive #post-main,
body.archive #secondary {
  padding-top: 58px;
  padding-bottom: 58px;
}
/*--------------------------------------------------------------
2.9 Grid System
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-xs-2, .col-sm-2, .col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xs-4, .col-sm-4, .col-md-4, .col-xs-5, .col-sm-5, .col-md-5, .col-xs-6, .col-sm-6, .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 100%;
  }
  .col-sm-5 {
    width: 83.33333333%;
  }
  .col-sm-4 {
    width: 66.66666667%;
  }
  .col-sm-3 {
    width: 50%;
  }
  .col-sm-2 {
    width: 33.33333333%;
  }
  .col-sm-1 {
    width: 16.66666667%;
  }
  .col-sm-pull-6 {
    right: 100%;
  }
  .col-sm-pull-5 {
    right: 83.33333333%;
  }
  .col-sm-pull-4 {
    right: 66.66666667%;
  }
  .col-sm-pull-3 {
    right: 50%;
  }
  .col-sm-pull-2 {
    right: 33.33333333%;
  }
  .col-sm-pull-1 {
    right: 16.66666667%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-6 {
    left: 100%;
  }
  .col-sm-push-5 {
    left: 83.33333333%;
  }
  .col-sm-push-4 {
    left: 66.66666667%;
  }
  .col-sm-push-3 {
    left: 50%;
  }
  .col-sm-push-2 {
    left: 33.33333333%;
  }
  .col-sm-push-1 {
    left: 16.66666667%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-6 {
    margin-left: 100%;
  }
  .col-sm-offset-5 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-4 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 50%;
  }
  .col-sm-offset-2 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
    float: left;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-5 {
    width: 83.33333333%;
  }
  .col-md-4 {
    width: 66.66666667%;
  }
  .col-md-3 {
    width: 50%;
  }
  .col-md-2 {
    width: 33.33333333%;
  }
  .col-md-1 {
    width: 16.66666667%;
  }
  .col-md-pull-6 {
    right: 100%;
  }
  .col-md-pull-5 {
    right: 83.33333333%;
  }
  .col-md-pull-4 {
    right: 66.66666667%;
  }
  .col-md-pull-3 {
    right: 50%;
  }
  .col-md-pull-2 {
    right: 33.33333333%;
  }
  .col-md-pull-1 {
    right: 16.66666667%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-6 {
    left: 100%;
  }
  .col-md-push-5 {
    left: 83.33333333%;
  }
  .col-md-push-4 {
    left: 66.66666667%;
  }
  .col-md-push-3 {
    left: 50%;
  }
  .col-md-push-2 {
    left: 33.33333333%;
  }
  .col-md-push-1 {
    left: 16.66666667%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-6 {
    margin-left: 100%;
  }
  .col-md-offset-5 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-4 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 50%;
  }
  .col-md-offset-2 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
.col-no-space > .ct-column:not(:only-child):not(.only-col):not(:first-child):not(:last-child):not(.first-col):not(.last-col) {
  padding-left: 0!important;
  padding-right: 0!important;
}
.col-no-space > .ct-column:not(:only-child):not(.only-col):first-child,
.col-no-space > .ct-column:not(:only-child):not(.only-col).first-col {
  padding-right: 0!important;
}
.col-no-space > .ct-column:not(:only-child):not(.only-col):last-child,
.col-no-space > .ct-column:not(:only-child):not(.only-col).last-col {
  padding-left: 0!important;
}
.col-md-1-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-1-5 {
    float: left;
    width: 25%;
  }
}
.col-sm-1-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    float: left;
    width: 25%;
  }
}
.col-md-4-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-4-5 {
    float: left;
    width: 75%;
  }
}
.col-sm-4-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-4-5 {
    float: left;
    width: 75%;
  }
}
.col-md-1-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-1-2 {
    float: left;
    width: 20%;
  }
}
.col-sm-1-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-1-2 {
    float: left;
    width: 20%;
  }
}
.col-md-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-2-4 {
    float: left;
    width: 40%;
  }
}
.col-sm-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-2-4 {
    float: left;
    width: 40%;
  }
}
.col-md-3-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-3-6 {
    float: left;
    width: 60%;
  }
}
.col-sm-3-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-3-6 {
    float: left;
    width: 60%;
  }
}
.col-md-4-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-4-8 {
    float: left;
    width: 80%;
  }
}
.col-sm-4-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-4-8 {
    float: left;
    width: 80%;
  }
}
/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
.devider-line {
  border-top: 1px solid #e6e6e6;
}
.site-branding {
  max-height: 78px;
  float: left;
  line-height: 78px;
}
.site-branding h1 {
  color: #4b4c4d;
  text-transform: uppercase;
}
.site-branding a {
  display: inline-block;
}
.site-branding a h1,
.site-branding .site-logo {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-title {
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 4.8rem;
}
.site-title a {
  color: #ffffff;
  border: none;
  vertical-align: middle;
}
.site-title a:hover {
  color: #ffffff;
}
.site-description,
.entry-subtitle,
.page-subtitle {
  margin: .8rem 0;
  font-size: 1.4007rem;
  color: #e6e6e6;
  font-weight: 400;
}
.site-logo {
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.5rem;
}
/*--------------------------------------------------------------
3.1 Navigation
--------------------------------------------------------------*/
.site-header {
  position: relative;
  background: #ffffff;
  border-bottom-color: #f8f8f8;
  border-bottom: 1px solid rgba(248, 248, 248, 0.8);
  min-height: 79px;
}
.site-header:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1rem;
  bottom: -1rem;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuMDI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.025) 5%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.025) 5%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.025) 5%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.025) 5%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 993px) {
  .transparent-header .site-header {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
    border-bottom-color: rgba(248, 248, 248, 0.4);
  }
  .transparent-header .site-header.dark {
    border-bottom-color: rgba(75, 76, 77, 0.4);
  }
  .transparent-header .site-header.light {
    border-bottom-color: rgba(247, 249, 250, 0.4);
  }
  .fixed-header:not(.transparent-header) .site-header {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
  }
  .fixed-header:not(.transparent-header) .site-header + .site-content,
  .fixed-header:not(.transparent-header) .site-header + #page-slider-wrapper {
    margin-top: 78px;
  }
  .fixed-header:not(.transparent-header).admin-bar .site-header {
    top: 3.2rem;
  }
  .fixed-header.admin-bar .site-header.fixed {
    top: 3.2rem;
  }
  .fixed-header .site-header.fixed {
    min-height: 70px;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-color: rgba(248, 248, 248, 0.95);
  }
  .fixed-header .site-header.fixed .main-navigation ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fixed-header .site-header.fixed .slicknav_btn {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .fixed-header .site-header.fixed .site-branding {
    max-height: 70px;
    line-height: 70px;
  }
  .fixed-header .site-header.fixed .main-navigation ul ul {
    top: 70px;
  }
}
.light {
  background: #f7f9fa;
  border-bottom-color: #f7f9fa;
}
.light.fixed {
  background: rgba(247, 249, 250, 0.95) !important;
}
.dark {
  background: #4b4c4d;
  border-bottom: 1px solid #4b4c4d;
}
.dark.fixed {
  background: rgba(46, 46, 46, 0.95) !important;
}
.dark .site-branding h1 {
  color: #fff;
}
.dark .main-navigation ul.main-menu > li > a {
  color: #fff;
}
.dark .main-navigation ul.main-menu .main-menu-search a.active,
.dark .main-navigation .main-menu > ul .main-menu-search a.active {
  color: #fff !important;
}
.dark .main-navigation ul.main-menu > li.current-menu-item > a,
.dark .main-navigation .main-menu > ul > li.current-menu-item > a,
.dark .main-navigation ul.main-menu > li.current-menu-ancestor > a,
.dark .main-navigation .main-menu > ul > li.current-menu-ancestor > a,
.dark .main-navigation ul.main-menu > li.current_page_item > a,
.dark .main-navigation .main-menu > ul > li.current_page_item > a,
.dark .main-navigation ul.main-menu > li.current_page_ancestor > a,
.dark .main-navigation .main-menu > ul > li.current_page_ancestor > a {
  color: #f8f8f8;
  border-bottom-color: #fff;
}
.dark .main-navigation ul.main-menu > li:hover > a,
.dark .main-navigation .main-menu > ul > li:hover > a {
  color: #f8f8f8 !important;
  border-bottom-color: #fff;
}
.dark .main-navigation.normal ul.main-menu > li:hover a,
.dark .main-navigation.normal .main-menu > ul > li:hover a,
.dark .main-navigation.normal ul.main-menu > li .current-menu-item a,
.dark .main-navigation.normal .main-menu > ul > li .current-menu-item a,
.dark .main-navigation.normal ul.main-menu > li.current-menu-ancestor a,
.dark .main-navigation.normal .main-menu > ul > li.current-menu-ancestor a,
.dark .main-navigation.normal ul.main-menu > li.current_page_item a,
.dark .main-navigation.normal .main-menu > ul > li.current_page_item a,
.dark .main-navigation.normal ul.main-menu > li.current_page_ancestor a,
.dark .main-navigation.normal .main-menu > ul > li.current_page_ancestor a {
  color: #cccccc !important;
  background: transparent;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .1rem;
  color: #4b4c4d;
  white-space: nowrap;
}
.main-navigation a i.fa {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: baseline;
}
.main-navigation a i.fa + span {
  margin-left: -0.3rem;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-navigation ul li a {
  display: inline-block;
  line-height: 2.4rem;
  padding-right: .8rem;
  padding-left: .8rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation ul li.main-menu-search a.active,
.main-navigation ul li.main-menu-search:hover a.active {
  border-color: transparent;
  background: transparent;
  color: #4b4c4d !important;
}
.main-navigation ul li.right ul {
  text-align: right;
  left: auto;
  right: .5rem;
}
.main-navigation ul li.right ul ul {
  right: 100% !important;
}
.main-navigation ul li.right:last-child ul {
  right: 0;
}
.main-navigation ul ul {
  background: #ffffff;
  box-shadow: 0 0 0.3rem 0 rgba(55, 138, 196, 0.15);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 78px;
  z-index: 99999;
  text-align: left;
  padding: 1.4rem 1rem;
  border-radius: .3rem;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0 !important;
}
.main-navigation ul ul li {
  padding: 0 1rem!important;
}
.main-navigation ul ul li a {
  padding: .7rem 1rem;
}
.main-navigation ul.main-menu > li,
.main-navigation .main-menu > ul > li {
  margin-left: .4rem;
}
.main-navigation ul.main-menu > li.current-menu-item > a,
.main-navigation .main-menu > ul > li.current-menu-item > a,
.main-navigation ul.main-menu > li.current-menu-ancestor > a,
.main-navigation .main-menu > ul > li.current-menu-ancestor > a,
.main-navigation ul.main-menu > li.current_page_item > a,
.main-navigation .main-menu > ul > li.current_page_item > a,
.main-navigation ul.main-menu > li.current_page_ancestor > a,
.main-navigation .main-menu > ul > li.current_page_ancestor > a {
  color: #378ac4;
  border-bottom-color: #378ac4;
}
.main-navigation ul.main-menu > li > a,
.main-navigation .main-menu > ul > li > a {
  margin-right: .5rem;
  display: inline-block;
  border-width: 1px 0;
  border-style: solid;
  border-color: transparent;
  line-height: 28px;
}
.main-navigation ul.main-menu > li:hover > a,
.main-navigation .main-menu > ul > li:hover > a {
  border-bottom-color: #4b4c4d;
}
.main-navigation ul.main-menu > li:last-child > a,
.main-navigation .main-menu > ul > li:last-child > a {
  margin-right: 0 !important;
}
.main-navigation ul.main-menu > li ul.sub-menu li,
.main-navigation .main-menu > ul > li ul.sub-menu li {
  width: 100%;
  min-width: 12rem;
}
.main-navigation ul.main-menu > li ul.sub-menu li a,
.main-navigation .main-menu > ul > li ul.sub-menu li a {
  display: block;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.main-navigation ul.main-menu > li ul.sub-menu li:hover > a,
.main-navigation .main-menu > ul > li ul.sub-menu li:hover > a {
  border-bottom-color: #4b4c4d;
}
.main-navigation ul.main-menu > li ul.sub-menu li.current-menu-ancestor > a,
.main-navigation .main-menu > ul > li ul.sub-menu li.current-menu-ancestor > a,
.main-navigation ul.main-menu > li ul.sub-menu li.current-menu-item > a,
.main-navigation .main-menu > ul > li ul.sub-menu li.current-menu-item > a {
  color: #378ac4;
}
.main-navigation ul.main-menu > li > ul.sub-menu ul,
.main-navigation .main-menu > ul > li > ul.sub-menu ul {
  margin-top: -1px;
}
.main-navigation.normal ul.main-menu > li.current-menu-item > a,
.main-navigation.normal .main-menu > ul > li.current-menu-item > a,
.main-navigation.normal ul.main-menu > li.current-menu-ancestor > a,
.main-navigation.normal .main-menu > ul > li.current-menu-ancestor > a,
.main-navigation.normal ul.main-menu > li.current_page_item > a,
.main-navigation.normal .main-menu > ul > li.current_page_item > a,
.main-navigation.normal ul.main-menu > li.current_page_ancestor > a,
.main-navigation.normal .main-menu > ul > li.current_page_ancestor > a {
  color: #a7a7a7;
  background: transparent;
}
.main-navigation.normal ul.main-menu > li > a,
.main-navigation.normal .main-menu > ul > li > a {
  border-color: transparent !important;
  padding-right: 0;
  padding-left: 0;
  margin-right: 1rem;
}
.main-navigation.normal ul.main-menu > li:hover > a,
.main-navigation.normal .main-menu > ul > li:hover > a {
  color: #a7a7a7 !important;
  background: transparent;
}
.main-navigation ul:first-child > .menu-item-has-children > a:after,
.main-navigation ul:first-child > .page_item_has_children > a:after {
  content: '';
}
.main-navigation ul ul .menu-item-has-children > a,
.main-navigation ul ul .page_item_has_children > a {
  padding-right: 3rem;
}
.main-navigation ul .right .menu-item-has-children > a,
.main-navigation ul .right .page_item_has_children > a {
  padding-left: 3.7rem;
  padding-right: 1rem;
}
.main-navigation ul .menu-item-has-children > a:after,
.main-navigation ul .page_item_has_children > a:after,
.main-navigation ul .right .menu-item-has-children > a:before,
.main-navigation ul .right .page_item_has_children > a:before {
  content: '\f105';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: inherit;
  font-size: 1.4rem;
  font-family: FontAwesome;
  vertical-align: middle;
  right: 1rem;
  position: absolute;
}
.main-navigation ul .right .menu-item-has-children > a:after,
.main-navigation ul .right .page_item_has_children > a:after {
  content: '';
  right: auto;
}
.main-navigation ul .right .menu-item-has-children > a:before,
.main-navigation ul .right .page_item_has_children > a:before {
  content: '\f104';
  left: 1.5rem;
  right: auto;
}
#site-navigation .main-menu,
.menu-main-menu-container {
  float: right;
}
.main-menu-search {
  position: relative;
  z-index: 9999;
}
.main-menu-search a .fa-remove {
  display: none;
}
.main-menu-search a.active .fa-remove {
  display: inline-block;
  font-size: 2rem;
}
.main-menu-search a.active .fa-search {
  display: none;
}
.main-menu-search a.active + .searchform {
  display: inline-block;
}
#mobile-menu .extra-buttons {
  float: right;
}
#top-search {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: transparent;
}
#top-search .container {
  position: relative;
  height: 100%;
}
#top-search #nav-searchform {
  height: 100%;
}
#top-search #nav-searchform:after {
  display: none;
}
#top-search #nav-searchform input {
  border: none;
  height: 100%;
  width: 100%;
  background: transparent;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  color: #000000;
}
/*--------------------------------------------------------------
3.2. Pagination
--------------------------------------------------------------*/
/* Pagination
================================================== */
.pagination {
  height: 3.2rem;
  margin-top: 2.2rem;
  text-align: center;
}
.pagination.pagination-centered {
  text-align: center;
}
.pagination.pagination-centered ul.page-numbers {
  display: inline-block;
}
ul.page-numbers {
  list-style: none;
  margin: 0;
  display: inline-block;
}
ul.page-numbers li {
  text-align: center;
  display: block;
  float: left;
}
.page-numbers:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.page-numbers a,
.page-numbers span {
  color: #4b4c4d;
  background: #ffffff;
  border: 0.1rem solid #f8f8f8;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 3rem;
  font-size: 1.2rem;
  margin-right: -1px;
  padding: 0 1.2rem;
  text-align: center;
  text-decoration: none;
}
.page-numbers a:hover,
.page-numbers span.current {
  background: #f8f8f8;
  color: #378ac4;
  text-decoration: none;
  border-color: transparent;
  border-color: #f8f8f8;
}
.site-main .comment-navigation,
.paging-navigation {
  margin-top: 6.6rem;
  overflow: hidden;
  padding-bottom: 6.6rem;
}
.site-main .post-navigation {
  float: right;
}
.site-main .comment-navigation {
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 1.2rem;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  display: inline-block;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  display: inline-block;
}
.comment-navigation a,
.paging-navigation a,
.post-navigation a {
  display: inline-block;
  border: 1px solid #4b4c4d;
  margin-left: .8rem;
  line-height: 1;
  padding: .2rem .8rem;
  border-radius: .3rem;
}
.comment-navigation a:hover,
.paging-navigation a:hover,
.post-navigation a:hover {
  background-color: #4b4c4d;
  color: #ffffff !important;
}
.comment-navigation a:hover,
.paging-navigation a:hover,
.post-navigation a:hover {
  text-decoration: none;
  color: #858585;
}
.nav-links .nav-text {
  letter-spacing: .2rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.nav-links .nav-title {
  font-size: 1.8rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
}
.nav-previous.nav-single,
.nav-next.nav-single {
  border-width: 0;
}
.nav-previous .nav-wrap,
.nav-next .nav-wrap {
  display: inline-block;
}
.nav-previous img,
.nav-next img {
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 1.6rem;
  border-radius: 50%;
}
.nav-previous img,
.nav-next img,
.nav-previous .nav-wrap,
.nav-next .nav-wrap {
  vertical-align: middle;
}
.load-more-button {
  text-align: center;
  margin-top: 3.2rem;
  margin-bottom: 6.6rem;
}
.load-more-button .ct-button {
  margin: 0;
  padding-left: 6.6rem !important;
  padding-right: 6.6rem !important;
}
.load-more-button .ct-button.disable,
.load-more-button .ct-button.disable:hover {
  color: #f8f8f8;
  border-color: #f8f8f8;
  background: #fff;
}
/*--------------------------------------------------------------
4.0 Content
--------------------------------------------------------------*/
[data-animation] {
  visibility: hidden;
}
.site-content {
  margin: 0 auto;
  background: #fff;
}
body.page .site-content {
  padding: 0;
}
body.page .site-content .site-main > .page-header {
  margin: 25;
  padding: 6.6rem 0;
}
.page .page-header,
.woocommerce-page .page-header {
  background-color: #70add7;
  box-shadow: inset 0 -1px 1px -1px rgba(0, 0, 0, 0.25);
  margin: 0 !important;
}
@media only screen and (max-device-width: 1024px) {
  body.page .site-content .site-main > .page-header,
  .home-header,
  .single-entry-header,
  .page-header {
    background-attachment: scroll!important;
  }
}
/* Page header */
.no-results,
.not-found {
  margin: 6.6rem 0;
  text-align: center;
  font-size: 1.6rem;
}
.no-results #searchform input[type="search"],
.not-found #searchform input[type="search"] {
  width: 32rem;
}
.no-results .help-404,
.not-found .help-404 {
  margin: 4.8rem auto;
}
.text404 {
  font-size: 14rem;
  line-height: 14rem;
  color: #4b4c4d;
}
/*--------------------------------------------------------------
4.1 Posts and pages
--------------------------------------------------------------*/
.entry-header {
  margin-bottom: 2.4rem;
}
.blog-grid.row,
.portfolio-grid {
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid-blog-item,
.grid-portfolio-item {
  padding: 0 2rem 4rem;
  width: 33.3333%;
  float: left;
}
.grid-blog-item.exclude,
.grid-portfolio-item.exclude {
  display: none;
}
.col-1 .grid-blog-item,
.col-1 .grid-portfolio-item {
  width: 100%;
}
.col-1 .grid-blog-item:not(:last-child),
.col-1 .grid-portfolio-item:not(:last-child) {
  padding-bottom: 6.6rem;
}
.col-2 .grid-blog-item,
.col-2 .grid-portfolio-item {
  width: 50%;
}
.col-4 .grid-blog-item,
.col-4 .grid-portfolio-item {
  width: 25%;
}
.grid-blog-item .post-wrap,
.related-posts .post-wrap {
  background-color: #ffffff;
  position: relative;
}
.grid-blog-item .entry-title,
.related-posts .entry-title {
  font-size: 2.24rem;
  line-height: 1.3;
}
.grid-blog-item .entry-content-wrapper {
  position: relative;
}
.grid-blog-item .entry-header {
  margin-bottom: 2.2rem;
  margin-top: 2.2rem;
  padding-bottom: 2.2rem;
  position: relative;
}
.grid-blog-item .entry-header:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  height: .5rem;
}
.grid-blog-item .ctts-readmore {
  display: block;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
}
.grid-blog-item .audio-content {
  max-height: 16.8rem;
  max-width: 100%;
}
.grid-blog-item .audio-content .mejs-controls a > .mejs-offscreen {
  display: none;
}
.grid-blog-item .audio-content .mejs-controls a:focus > .mejs-offscreen {
  display: block;
}
.grid-blog-item .audio-content iframe {
  max-height: 16.8rem;
}
.grid-blog-item .entry-content {
  margin-bottom: 0;
  width: 100% !important;
  text-align: left;
  overflow: hidden;
}
.entry-meta {
  line-height: 2.2rem;
}
.ctts-readmore,
.entry-meta-f {
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #4b4c4d;
}
.entry-meta-f {
  position: absolute;
  right: 0;
  bottom: 1.1rem;
}
.entry-meta-f > span {
  margin-left: .4rem;
}
.single-meta.entry-meta {
  margin-bottom: 3.3rem;
  line-height: 3.3rem;
  padding: .4rem 2.2rem;
  background: #f8f8f8;
}
.single-meta.entry-meta > span {
  margin-right: .4rem;
  font-size: 1.2rem;
}
.like-button .fa {
  vertical-align: baseline !important;
}
.blog-title-left .grid-blog-item .entry-header {
  text-align: left;
}
.blog-title-right .grid-blog-item .entry-header {
  text-align: right;
}
.blog-content-left .grid-blog-item .entry-content,
.blog-content-left .grid-blog-item .ctts-readmore {
  text-align: left;
}
.blog-content-right .grid-blog-item .entry-content {
  text-align: right;
}
.space-none.blog-grid.row,
.space-none.portfolio-grid,
.space-none.staff-grid {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.4rem;
}
.space-none .grid-blog-item,
.space-none .grid-portfolio-item,
.space-none.staff-grid .staff-item {
  padding: 0;
}
.space-none .grid-blog-item .entry-content-wrapper {
  margin: 3.3rem;
}
.space-narrow.blog-grid.row,
.space-narrow.portfolio-grid,
.space-narrow.staff-grid {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 2.2rem;
}
.space-narrow .grid-blog-item,
.space-narrow .grid-portfolio-item,
.space-narrow.staff-grid .staff-item {
  padding: 0 1rem 2rem;
}
.space-normal.blog-grid.row,
.space-normal.portfolio-grid,
.space-normal.staff-grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 2.2rem;
}
.space-normal .grid-blog-item,
.space-normal .grid-portfolio-item,
.space-normal.staff-grid .staff-item {
  padding: 0 1.5rem 3rem;
}
.portfolio-grid .post-wrap {
  position: relative;
}
.portfolio-grid .post-wrap > a {
  display: block;
}
.portfolio-grid .post-wrap .portfolio-thumbnail {
  overflow: hidden;
}
.portfolio-grid .post-wrap .portfolio-thumbnail img {
  vertical-align: middle;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-grid .post-wrap:hover .portfolio-thumbnail img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.portfolio-grid .post-wrap .entry-title {
  font-size: 2.24rem;
}
.portfolio-grid .post-wrap .skills {
  font-size: 1.2rem;
}
.portfolio-grid.portfolio-style-normal .portfolio-overlay {
  background: #fcfcfc;
  border: 1px solid #f8f8f8;
  border-top: none;
  padding: 3.3rem 2.2rem;
}
.portfolio-grid.portfolio-style-normal .entry-title {
  margin-bottom: 1.1rem;
}
.portfolio-grid.portfolio-style-normal .skills {
  color: #858585;
}
.portfolio-grid .portfolio-overlay hr {
  height: .1rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  background: #ffffff;
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay:hover {
  -moz-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.75);
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay:hover .entry-title,
.portfolio-grid.portfolio-style-tiles .portfolio-overlay:hover .skills,
.portfolio-grid.portfolio-style-tiles .portfolio-overlay:hover hr,
.portfolio-grid.portfolio-style-tiles .portfolio-overlay:hover .ct-button {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 1;
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay:hover hr {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay .overlay-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4.4rem;
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay .entry-title,
.portfolio-grid.portfolio-style-tiles .portfolio-overlay .skills,
.portfolio-grid.portfolio-style-tiles .portfolio-overlay hr,
.portfolio-grid.portfolio-style-tiles .portfolio-overlay .ct-button {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay hr {
  width: 4.4rem;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay .entry-title,
.portfolio-grid.portfolio-style-tiles .portfolio-overlay .skills {
  color: #ffffff;
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay .skills {
  display: block;
  margin-bottom: 1.1rem;
}
.portfolio-grid.portfolio-style-tiles .portfolio-overlay .ct-button {
  border-width: 1px;
  border-radius: .3rem;
  font-size: 1rem;
  padding: 0.8rem 1.6rem;
  margin: 0.4rem 0;
}
.tax-skill .portfolio-grid {
  margin-bottom: 3.2rem;
}
.portfolio-filter {
  margin: 0 0 3.6rem 0;
  font-size: 1.4007rem;
  line-height: 1.4;
  text-align: center;
}
.portfolio-filter li {
  list-style: none;
  display: inline-block;
}
.portfolio-filter li a:hover,
.portfolio-filter li a.active {
  color: #858585;
}
.portfolio-filter li.filter-sep {
  padding: 0 1.2rem;
  color: #4b4c4d;
}
.quote-content:before,
.link-content:before {
  font-family: "FontAwesome";
  font-size: 2.2rem;
  margin-bottom: 1.1rem;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  position: relative;
  left: 50%;
  margin-left: -2.2rem;
  color: #fff;
  font-style: normal;
}
.quote-content:before {
  content: '\f10d';
}
.link-content:before {
  content: '\f08e';
}
.single-entry-header,
.page-header,
.home-header {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.single-entry-header .entry-title {
  position: relative;
  margin-top: -0.6rem;
  padding-bottom: 0.6rem;
}
.single-entry-header .entry-title:after {
  position: absolute;
  content: "";
  width: 3.3rem;
  height: 2px;
  background-color: #378ac4;
  bottom: -0.6rem;
  left: 0;
}
.search-results .site-main article {
  margin-bottom: 4.8rem;
}
.search-results .entry-header {
  text-align: left;
}
.search-results .ctts-readmore {
  display: block;
  margin-top: .8rem;
}
.search-results .entry-content,
.search-results .entry-summary {
  margin-top: 2.4rem;
}
.entry-header {
  /*    position:relative;
     &:after{
        @header-border-width:2rem;
        content:"";
        width:@header-border-width;
        height:.2rem;
        position:absolute;
        left:50%;
        margin-left:-@header-border-width/2;
        margin-top:1rem;
        background:@color3;
    } */
}
.entry-title {
  margin: 0;
}
.entry-cat {
  font-size: 1.1rem;
  line-height: 3rem;
}
.entry-cat a {
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin-left: .3rem;
}
.entry-title,
.page-header .page-title {
  line-height: 1;
}
.page-title.entry-title a,
.page-title.entry-title span,
.page-title.entry-title {
  color: #ffffff;
}
.entry-title a,
.entry-title span,
.entry-title {
  color: #4b4c4d;
  font-weight: normal;
}
.entry-title a:hover {
  color: #378ac4;
}
.entry-meta {
  color: #a7a7a7;
}
.entry-meta span {
  font-size: 1.3rem;
}
.featured-image {
  overflow: hidden;
}
.featured-image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.featured-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.single-post .type-post .quote-content,
.single-post .type-post .link-content {
  padding: 4rem;
}
.link-content,
.quote-content {
  position: relative;
  background: #378ac4;
  color: #ffffff;
  padding: 2.2rem;
  font-size: 1.6rem;
  font-style: italic;
  text-align: center;
}
.quote-content .desc .byline {
  font-style: normal;
  padding-top: 2.2rem;
  display: block;
  font-size: 1.4rem;
  position: relative;
}
.quote-content .desc .byline:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  height: .5rem;
}
.audio-thumbnail img {
  vertical-align: middle;
}
.single-post .entry-wrapper .featured-image,
.single-post .entry-wrapper .audio-content,
.single-post .entry-wrapper .video-content,
.single-post .entry-wrapper .gallery-content {
  margin: 0;
}
article .featured-image,
article .audio-content,
article .video-content,
article .gallery-content {
  margin: 0 0 2.2rem 0;
}
.blog-style-split article .entry-media,
.blog-style-split article .entry-content-wrapper {
  width: 50%;
  float: left;
}
.blog-style-split article .entry-header {
  margin-top: 0;
}
.blog-style-split article .entry-content-wrapper {
  padding-left: 1.1rem;
}
.blog-style-split article .entry-media {
  padding-right: 1.1rem;
}
.blog-style-split article .entry-media > div {
  margin-bottom: 0;
}
.audio-content {
  max-height: 30rem;
}
.audio-content iframe {
  max-height: 30rem;
  width: 100%;
}
.entry:hover .featured-image {
  opacity: 1;
}
.entry-share-wrap .entry-share {
  display: none;
}
.entry-share-wrap {
  float: right;
  margin-right: 0 !important;
  cursor: pointer;
}
.entry-share-wrap span a {
  vertical-align: middle !important;
}
.entry-share-wrap:hover .entry-share {
  display: inline-block;
  margin-top: -2px;
  margin-right: .4rem;
}
.share-button .fa {
  width: 2rem;
}
.entry-share-btn a {
  border: 1px solid #4b4c4d;
  line-height: 3.3rem;
  height: 3.3rem;
  width: 3.3rem;
  text-align: center;
  display: inline-block;
  border-radius: .3rem;
  margin-right: 2px;
}
.entry-share-btn a:hover {
  border-color: #378ac4;
}
.page-content,
.entry-content,
.entry-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2.4rem;
}
.page-content {
  overflow: visible;
}
.page .entry-content {
  margin-bottom: 0;
}
.single .hentry {
  margin-bottom: 6.6rem;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Entry footer */
.entry-footer {
  font-size: 1.4rem;
}
.entry-tags {
  float: left;
}
.page .entry-footer {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
.entry-footer span.tags {
  color: #4b4c4d;
}
.entry-footer span.tags > span {
  display: inline-block;
  border-bottom: 1px dotted #4b4c4d;
}
.entry-footer span.tags > span:hover {
  color: #378ac4;
  border-color: #378ac4;
}
.entry-desc,
.entry-info {
  margin-bottom: 4.4rem;
}
.project-heading {
  margin-bottom: 2.2rem;
}
.entry-info > div {
  margin-bottom: 1.1rem;
}
.portfolio-info-label {
  font-size: 1.4rem;
  width: 12rem;
  font-weight: 700;
}
.portfolio-info-label,
.portfolio-info {
  float: left;
}
.entry-footer .staff-social {
  float: left;
}
.sticky .entry-title:before {
  content: '\f308';
}
/*--------------------------------------------------------------
4.2 Post format
--------------------------------------------------------------*/
/* quote format */
.format-quote .entry-title {
  position: relative;
}
/* chat post */
.format-chat .entry-content .chat-row .fn {
  font-weight: bold;
}
/* status post */
.format-status .entry-content .avatar {
  float: left;
  margin: 0 1rem 1rem 0;
  border-radius: 100%;
  border: 0.5rem solid #378ac4;
}
/*--------------------------------------------------------------
4.3 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 2rem;
  clear: both;
}
.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.gallery dd,
.gallery figcaption {
  margin: 0;
}
.gallery-item {
  float: left;
  margin: 0 .5rem 1rem 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail,
.gallery-columns-4.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 2rem;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
  text-align: center;
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(19.5%);
  max-width: calc(19.5%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.2%);
  max-width: calc(16.2%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(13.78%);
  max-width: calc(13.78%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12%);
  max-width: calc(12%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(10.6%);
  max-width: calc(10.6%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
  float: none;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: .3rem .8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -1rem 1.5rem #000000 inset;
  content: "";
  height: 100%;
  min-height: 4.9rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.featured-media + .gallery-tiles,
.featured-media + .post-slider-wrap {
  margin-top: 3rem;
}
.gallery-tiles .gallery-tiles-item {
  margin-bottom: 30px;
}
.gallery-tiles .gallery-tiles-item img {
  vertical-align: middle;
}
.space-none {
  margin-left: 0;
  margin-right: 0;
}
.space-none .gallery-tiles-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.space-very-narrow {
  margin-left: -2px;
  margin-right: -2px;
}
.space-very-narrow .gallery-tiles-item {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
.space-narrow {
  margin-left: -10px;
  margin-right: -10px;
}
.space-narrow .gallery-tiles-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.space-wide {
  margin-left: -20px;
  margin-right: -20px;
}
.space-wide .gallery-tiles-item {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.gallery-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}
.gallery-carousel li {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  overflow: hidden;
}
.gallery-carousel li a img {
  width: 100% !important;
}
.carousel-pager {
  text-align: center;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  margin-top: 2.2rem;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-pager a {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 50%;
  font-size: 0;
  height: .8rem;
  width: .8rem;
  margin: 0 .3rem;
}
.carousel-pager a span {
  display: none;
}
.carousel-pager a.selected {
  background-color: #858585;
}
.carousel-pager a:hover {
  cursor: pointer;
}
/*--------------------------------------------------------------
4.4 Comments
--------------------------------------------------------------*/
.comments-title {
  margin: 4.4rem 0;
}
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comments-area ol.children {
  margin-left: 7%;
}
.comment > .comment {
  overflow: hidden;
  margin: 0 0 2.4rem;
  border: 1px solid #e6e6e6;
  padding: 2.2rem;
}
.comment-content,
.reply {
  font-size: 1.6rem;
  line-height: 1.5556;
}
.comment-content a,
.reply a {
  word-wrap: break-word;
}
.comment-content a:before,
.reply a:before {
  content: '\f112';
  font-family: "FontAwesome";
  margin-right: .4rem;
  vertical-align: text-top;
  font-size: 1.2rem;
}
.comment .comment-avatar {
  width: 5%;
  float: left;
  margin-top: .5rem;
}
.comment .comment-avatar img {
  border-radius: 100%;
}
.comment-meta,
.comment-content,
.reply {
  width: 93%;
  float: right;
}
.comment-meta {
  margin: 0 0 1rem;
}
.comment-meta .vcard a {
  font-weight: 400;
}
.comment-metadata {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}
.comment-metadata a {
  color: #a7a7a7;
}
.comment-author .cma {
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: inline-block;
  padding: 0 .8rem;
  background: #f8f8f8;
  border-radius: .4rem;
  vertical-align: middle;
}
/* Comment form */
.comments-area .comment-respond:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
textarea#comment {
  height: 15.6rem;
}
.comment-respond {
  margin-top: 5.5rem;
}
.comment-reply-title {
  margin: 4.4rem 0;
  font-size: 1.92rem;
}
#cancel-comment-reply-link {
  float: right;
}
#cancel-comment-reply-link:before {
  content: '\f00d';
  display: inline-block;
  margin-right: 0.5rem;
  -webkit-font-smoothing: antialiased;
  font: normal 1.5rem/1 'FontAwesome';
}
.comment-respond > p,
.comment-form label {
  font-size: 1.6rem;
  margin-bottom: .8rem;
  display: block;
}
.comment-form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}
.comment-form input[type=submit] {
  width: auto;
}
.comment-form .form-allowed-tags {
  font-size: 1.4rem;
}
.comments-area {
  margin-bottom: 6.6rem;
  border-top: 1px solid #f8f8f8;
}
.comments-title,
.comment-reply-title,
.related-posts-title,
.related.products h2,
.upsells.products h2 {
  margin-bottom: 3.3rem !important;
}
/*--------------------------------------------------------------
4.5 Author Box
--------------------------------------------------------------*/
.author-box {
  position: relative;
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
  min-height: 8rem;
}
.author-box .author-name {
  line-height: 1;
  margin-bottom: .5rem;
}
.author-box .author-name a {
  color: #4b4c4d;
  font-weight: 400;
}
.author-box .author-url {
  font-size: 1.2rem;
}
.author-box .author-avatar {
  position: absolute;
  overflow: hidden;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.author-box .author-avatar a {
  width: 8rem;
  display: inline-block;
}
.author-box .author-bio {
  margin-top: 1.1rem;
}
.author-box .author-box-content {
  margin-left: 12rem;
}
.author-box .author-box-social {
  text-align: left;
  margin-top: 1.1rem;
}
.author-box .author-box-social a {
  margin: 1px;
}
.author-box .author-box-social span {
  font-size: 1.4rem;
}
/*--------------------------------------------------------------
4.6 Responsive Media Payer
--------------------------------------------------------------*/
.wp-video {
  width: 100% !important;
  overflow: hidden;
  height: auto !important;
}
.mejs-container.mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%;
}
.mejs-overlay,
.mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-mediaelement {
  overflow: hidden;
}
.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.mejs-container,
.mejs-embed,
.mejs-embed body {
  background: transparent!important;
}
.mejs-overlay-button {
  margin: -50px 0 0 -50px !important;
}
.video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.audio-content iframe {
  width: 100%;
}
.video-content frame,
.video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-controls div.mejs-horizontal-volume-slider,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 45px !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 35px !important;
}
/*--------------------------------------------------------------
4.7 Related Posts
--------------------------------------------------------------*/
.related-posts {
  margin-top: 4.4rem;
}
.related-posts .featured-media .audio-content iframe {
  max-height: 20.2rem;
}
.related-posts .featured-media + .post-content h4 {
  margin-top: 2.2rem;
}
.related-posts .post-content .entry-meta {
  line-height: 2.2rem;
}
.related-posts .post-content .entry-meta > span {
  font-size: 1.2rem;
}
.related-posts .post-box {
  margin-bottom: 5.5rem;
}
/*--------------------------------------------------------------
4.8 Staff post
--------------------------------------------------------------*/
.staff-grid {
  margin-bottom: 0 !important;
}
.staff-grid.col-2 .staff-item {
  width: 50%;
}
.staff-grid.col-2 .staff-item:nth-child(2n+1) {
  clear: both;
}
.staff-grid.col-3 .staff-item {
  width: 33.33333333%;
}
.staff-grid.col-3 .staff-item:nth-child(3n+1) {
  clear: both;
}
.staff-grid.col-4 .staff-item {
  width: 25%;
}
.staff-grid.col-4 .staff-item:nth-child(4n+1) {
  clear: both;
}
.staff-grid.col-5 .staff-item {
  width: 20%;
}
.staff-grid .staff-item {
  padding: 0 2rem 4rem;
  float: left;
}
.staff-grid .staff-item .staff-bio {
  line-height: 2.2;
}
.staff-grid .staff-item .staff-bio hr {
  width: 7.8rem;
  margin-top: 2.2rem;
  height: .2rem;
}
.staff-grid .staff-item .staff-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 -4.4rem 5.5rem;
}
.staff-grid .staff-item .staff-social a {
  line-height: 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.2rem;
  border-color: #c1c1c1;
  color: #c1c1c1;
}
.staff-grid .staff-item .staff-social a:hover {
  color: #4b4c4d;
  background-color: #ffffff;
  border-color: #ffffff;
}
.staff-grid .staff-item .staff-content,
.staff-grid .staff-item .devider-line {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  text-align: center;
}
.staff-grid .staff-item .featured-media {
  position: relative;
}
.staff-grid .staff-item .staff-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #c1c1c1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}
.staff-grid .staff-item .staff-overlay .overlay-content {
  padding: 5.5rem 4.4rem 0 4.4rem;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.staff-grid .staff-item:hover .staff-overlay {
  -moz-box-shadow: inset 0 0 0 2.2rem rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0 2.2rem rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 2.2rem rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.75);
}
.staff-grid .staff-item:hover .staff-overlay .overlay-content {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.staff-grid .staff-item:hover .staff-bio,
.staff-grid .staff-item:hover .staff-social {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.staff-grid .staff-item .staff-bio,
.staff-grid .staff-item .staff-social {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.staff-social a {
  margin-right: .4rem;
}
.staff-social a:hover {
  color: #a7a7a7;
}
.type-staff .staff-info {
  margin-bottom: 2.2rem;
}
/*--------------------------------------------------------------
5.0 Widgets
--------------------------------------------------------------*/
.widget {
  padding-bottom: 3.3rem;
  position: relative;
}
.widget:not(:last-child) {
  margin: 0 0 3.3rem;
}
.widget:not(:last-child):after {
  position: absolute;
  content: "";
  width: 100%;
  height: .5rem;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  left: 0;
  bottom: 0;
}
.widget-title {
  margin: 0 0 2.2rem;
  color: #4b4c4d;
  position: relative;
}
.widget select {
  max-width: 100%;
}
.search-submit {
  padding: 1rem 2rem !important;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget ul li {
  padding: .6rem 0;
  font-style: italic;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.widget ul li:hover {
  padding-left: .2rem;
}
.widget ul ul {
  padding-left: 2rem;
}
.widget ul li a,
.widget_rss .rssSummary {
  font-style: normal;
}
.widget .post-date,
.widget_rss .rss-date {
  font-size: 1.2rem;
  font-style: italic;
  color: #a7a7a7;
  display: block;
}
.widget_calendar caption {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1rem;
}
.widget_calendar tfoot td {
  border: none;
  padding: 0;
}
.widget_calendar td {
  font-size: 1.4rem;
}
.widget_calendar table {
  border-bottom: none;
}
.widget_calendar #next {
  text-align: right;
}
.widget-flickr ul,
.stag-dribbble ul,
.widget-recent-portfolios ul,
.stag-instagram ul {
  margin: -0.2rem;
}
.widget-flickr ul li,
.stag-dribbble ul li,
.widget-recent-portfolios ul li,
.stag-instagram ul li {
  display: block;
  float: left;
  max-width: 33.33333333%;
  padding: 0.2rem;
  border-bottom: none;
}
.widget-flickr ul li img,
.stag-dribbble ul li img,
.widget-recent-portfolios ul li img,
.stag-instagram ul li img {
  vertical-align: middle;
}
.stag-dribbble ul.dribbbles li {
  max-width: 50%;
}
.stag-instagram ul.size-large li {
  max-width: 100%;
}
.stag-twitter p {
  margin-bottom: 0;
}
.stag-twitter .tweet {
  margin-bottom: 0;
}
.stag-twitter .tweet .fa-twitter {
  margin-right: .8rem !important;
  color: #5EA9DD;
}
.stag-twitter .time {
  line-height: 3.3rem;
  font-size: 1.2rem;
}
.stag-twitter .time a {
  font-style: italic !important;
}
.widget-contact {
  font-size: 1.5rem;
  line-height: 1.5;
}
.widget-contact address {
  margin-bottom: .8rem;
}
/*--------------------------------------------------------------
6.0 Footer
--------------------------------------------------------------*/
#page-bottom-widget-area {
  margin: 4.4rem auto;
}
#colophon {
  background: #7d87c5;
}
.footer-widget-wrapper {
  margin-top: 5.5rem;
  margin-bottom: 2.2rem;
}
#page-bottom-widget-area:empty,
.footer-widget-wrapper:empty {
  margin: 0 auto;
}
.site-footer {
  margin: 0 auto;
  font-size: 1.6rem;
}
.site-info {
  margin: 0 auto;
  letter-spacing: .1rem;
}
.site-footer .powered {
  font-size: 1.4rem;
}
.site-footer .copyright,
.site-footer .powered {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.footer-navigation .menu-footer-menu-container {
  float: right;
}
.footer-navigation .footer-menu {
  list-style: none;
}
.footer-navigation .footer-menu li {
  display: inline-block;
  float: left;
  margin: 2.2rem 0 2.2rem 1.6rem;
}
#footer-social {
  float: right;
}
#backtotop {
  font-size: 4.8rem;
  text-align: center;
}
#backtotop .fa {
  line-height: 7.2rem;
  vertical-align: top;
  cursor: pointer;
}
/*--------------------------------------------------------------
6.1 Social link
--------------------------------------------------------------*/
.century-social a {
  display: inline-block;
  margin: 0 0 0 1.6rem;
}
.century-social a:first-child {
  margin-left: 0;
}
.century-social a:hover span {
  color: #a7a7a7 !important;
}
.century-social span {
  display: inline-block;
  vertical-align: middle;
  color: #4b4c4d;
  border-radius: 50%;
  font-size: 1.6rem;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.century-social span.fa + span {
  margin-left: .8rem;
  margin-right: .8rem;
  font-weight: 700;
}
#footer-social .century-social span {
  font-size: 2.2rem !important;
  line-height: 6.9rem;
  color: #919191;
}
#footer-social .century-social a:hover span {
  color: #f8f8f8 !important;
}
#backtotop {
  font-size: 1.9rem;
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  background: #378ac4;
  color: #ffffff;
  border-radius: .5rem;
  text-align: center;
  position: fixed;
  bottom: 1.3rem;
  right: 2.2rem;
  cursor: pointer;
  z-index: 9999;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#backtotop .fa {
  vertical-align: baseline;
  line-height: 4.8rem;
}
#backtotop.active {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#backtotop:hover {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
/* custom style for custom menu widget */
.widget .social-menu li {
  display: block;
}
.widget .social-menu li a {
  width: 100%;
  height: auto;
  margin: 0;
  line-height: 0;
}
.widget .social-menu li a::before {
  margin-right: 1rem;
}
/*--------------------------------------------------------------
7.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"],
img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-caption img[class*="wp-image-"]:hover,
img[class*="wp-image-"]:hover {
  opacity: 1;
}
.wp-caption-text {
  margin: .5rem;
  font-size: 1.3rem;
  font-style: italic;
}
.wp-caption-text:before {
  content: '\2014';
  display: inline-block;
  margin-right: 0.3rem;
}
.gallery .wp-caption-text:before {
  content: '';
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
8.0 Mobile Menu
--------------------------------------------------------------*/
/* Mobile Menu Core Style */
.slicknav_btn,
.extra-buttons a {
  position: relative;
  display: block;
  line-height: 28px;
  cursor: pointer;
  margin: 24px 0;
}
.slicknav_menu .slicknav_icon {
  display: none;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}
#mobile-menu {
  background: transparent;
}
#mobile-menu.normal .slicknav_btn,
#mobile-menu.normal .extra-buttons a {
  border-color: transparent;
}
#mobile-menu .slicknav_nav .main-menu-search {
  display: none;
}
.slicknav_menu {
  font-size: 1.6rem;
}
.slicknav_btn {
  text-decoration: none;
  max-width: 50%;
  float: right;
  display: block;
}
.slicknav_menu .slicknav_menutxt,
.extra-buttons a {
  color: #4b4c4d;
  font-weight: 600;
}
.slicknav_menu .slicknav_menutxt:before {
  content: '\f0c9';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome';
}
.slicknav_menu .slicknav_menutxt:before,
.extra-buttons .fa {
  font-size: 2rem;
  line-height: 28px;
  vertical-align: top;
}
.extra-buttons .fa {
  margin-left: 1rem;
}
.slicknav_nav {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2.4rem;
}
.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0 0 0 1.6rem;
  margin: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: .5rem 0;
  border: none;
  text-decoration: none;
  color: #4b4c4d;
  font-weight: 600;
}
.slicknav_nav .slicknav_row > a,
.slicknav_nav a > a {
  padding: 0;
}
.slicknav_nav .slicknav_row:focus,
.slicknav_nav a:focus {
  outline: none;
}
.slicknav_nav li > a {
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 1.2rem;
}
.slicknav_nav li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 1.5rem;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 992px) {
  .main-navigation {
    display: none;
  }
  .main-navigation .main-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  :not(.site-main) > .blog-grid {
    margin-left: auto;
    margin-right: auto;
  }
  .has-sidebar #main,
  .has-sidebar #post-main,
  .has-sidebar #secondary {
    width: 100%;
    float: none !important;
  }
  .has-sidebar #main,
  .has-sidebar #post-main {
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 2.4rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .has-sidebar #secondary {
    width: 32rem;
    margin: 6.6rem auto !important;
  }
  .has-sidebar .blog-post-wrap > .blog-grid {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .staff-grid .staff-item {
    float: none;
    width: 100% !important;
  }
  .staff-grid .staff-item > div {
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .grid-blog-item,
  .grid-portfolio-item {
    width: 100% !important;
  }
  .grid-portfolio-item .post-wrap {
    max-width: 64rem;
    margin: 0 auto;
  }
  .related-posts,
  .footer-widget-wrapper .widget {
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  #top-search #searchform {
    right: -1.5rem;
  }
  #secondary.widget-area {
    width: 30rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  div.flexslider-container .flex-direction-nav li a {
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
    filter: alpha(opacity=35);
  }
}
@media screen and (max-width: 600px) {
  .share-button {
    margin: 0 .6rem;
  }
  .share-button span {
    line-height: 3.6rem;
    height: 3.6rem;
    width: 5rem;
  }
  .share-button span i {
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  #top-search #searchform {
    right: -1.5rem;
  }
  .share-button {
    margin: 0 .2rem;
  }
  .share-button:first-child,
  .share-button:last-child {
    margin: 0;
  }
  .share-button span {
    line-height: 2.8rem;
    height: 2.8rem;
    width: 3.6rem;
  }
  .share-button span i {
    line-height: 2.8rem;
    font-size: 1.4rem;
  }
  .entry-share.circle .share-button span {
    width: 2.8rem;
  }
  .author-box .author-avatar {
    position: relative;
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .author-box .author-box-content {
    text-align: center;
    margin-left: 0;
  }
  .author-box .author-box-social {
    text-align: center;
  }
}
/*--------------------------------------------------------------
8.0 Genericons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 Slider
--------------------------------------------------------------*/
#slider_container {
  margin: 0 auto;
}
.jssora05l,
.jssora05r,
.jssora05ldn,
.jssora05rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(images/a17.png) no-repeat;
  overflow: hidden;
  top: 50% !important;
  left: 2.2rem !important;
  margin-top: -2rem;
  -webkit-opacity: 0.05;
  -moz-opacity: 0.05;
  opacity: 0.05;
  filter: alpha(opacity=5);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-slide .jssora05l,
.single-slide .jssora05r,
.single-slide .jssora05ldn,
.single-slide .jssora05rdn,
.single-slide .jss-page {
  display: none;
}
.single-slide #slides {
  cursor: default !important;
}
#page-slider-wrapper .slider-content {
  color: #ffffff;
}
.slider-content,
.slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1170px) {
  .slider-content {
    left: 50%;
    width: 114rem;
    margin-left: -570px;
  }
}
@media screen and (max-width: 1169px) {
  .slider-content {
    margin: 0 3rem;
  }
}
.jssora05r,
.jssora05rdn {
  left: auto !important;
  right: 2.2rem !important;
}
.jss-page {
  width: 100% !important;
  text-align: center;
}
#page-slider-wrapper:hover .jssora05l,
#page-slider-wrapper:hover .jssora05r,
#page-slider-wrapper:hover .jssora05ldn,
#page-slider-wrapper:hover .jssora05rdn {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-slide-button .ct-button {
  margin: 0;
}
.jssora05l,
.jssora05ldn {
  background-position: -1rem -4rem;
}
.jssora05r,
.jssora05rdn {
  background-position: -7rem -4rem;
}
.jss-page div,
.jss-page div:hover,
.jss-page .av {
  overflow: hidden;
  cursor: pointer;
  border-radius: 100%;
  position: relative !important;
  left: auto !important;
  top: -0.8rem !important;
  display: inline-block;
  margin: 0 .3rem;
  width: .8rem;
  height: .8rem;
}
.jss-page div {
  background-color: #4b4c4d;
}
.jss-page div:hover,
.jss-page .av:hover {
  background-color: #e6e6e6;
}
.jss-page .av {
  background-color: #378ac4;
}
.jss-page .dn,
.jss-page .dn:hover {
  background-color: #555555;
}
#page-slider-wrapper #loading {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-slider.flexslider {
  padding: 4.4rem 0;
  height: auto !important;
  overflow: hidden;
  text-align: center;
}
.testimonial-slider.flexslider .testimonial-wrap {
  max-width: 72rem;
  margin: 0 auto 3.3rem;
}
.testimonial-slider.flexslider .testimonial-avatar img {
  width: 9.6rem;
  height: 9.6rem;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-bottom: 2.2rem;
}
.testimonial-slider.flexslider .testimonial-content {
  font-size: 1.92rem;
  font-style: italic;
}
.testimonial-slider.flexslider .testimonial-author,
.testimonial-slider.flexslider .testimonial-author-info {
  line-height: 1;
  color: #4b4c4d;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.testimonial-slider.flexslider .testimonial-author-info {
  font-size: 1.1rem;
  color: #858585;
  margin-top: 1.1rem;
}
.testimonial-slider.flexslider .flex-control-paging {
  bottom: 4.4rem;
}
.testimonial-slider.flexslider.white p,
.testimonial-slider.flexslider.white h5,
.testimonial-slider.flexslider.white .h6 {
  color: #fff;
}
/* FlexSlider
================================================== */
/* Necessary Styles*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-control-paging {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.flex-control-paging li {
  display: inline-block;
  margin: 3px;
}
.flex-control-paging li a {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 50%;
  font-size: 0;
  height: 8px;
  width: 8px;
}
.flex-control-paging li a.flex-active {
  background-color: #858585;
}
.flex-control-paging li a:hover {
  cursor: pointer;
}
#page-slider {
  transition: top ease .01s;
  overflow: hidden;
}
.boxed-layout #page-slider,
.boxed-narrow-layout #page-slider {
  width: 1170px;
  left: auto !important;
  right: auto !important;
}
.boxed-narrow-layout #page-slider {
  width: 970px;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  margin: 0;
  overflow: hidden;
  position: relative;
  display: none;
}
.flexslider .slides > li .slide-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
/*main*/
.flexslider-container {
  position: relative;
}
.flexslider .loading {
  display: none;
  height: 32px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}
.flexslider.loading {
  height: 270px !important;
}
.flexslider.loading .loading {
  display: block;
}
.flexslider-container img {
  display: block;
}
.post-slider-wrap {
  background: #4b4c4d;
  background: rgba(75, 76, 77, 0.6);
}
.loader {
  display: none;
  animation: load3 1s infinite linear;
  background: #000;
  background: linear-gradient(to right, #dddddd 10%, @{@loader-color-fade} 70%);
  border-radius: 50%;
  height: 50px;
  margin: 5em auto;
  position: relative;
  width: 50px;
}
.loader:before {
  width: 100%;
  height: 50%;
  background: #dddddd;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  animation: load3 1s infinite linear;
  background: #000;
  background: linear-gradient(to right, #dddddd 10%, rgba(221, 221, 221, 0) 70%);
  border-radius: 50%;
  height: 50px;
  margin: 5em auto;
  position: relative;
  width: 50px;
}
.loader:before {
  width: 100%;
  height: 50%;
  background: #ddd;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  100% {
    transform: rotate(360deg);
  }
}
.flexslider-container .flex-direction-nav li a {
  display: block;
  z-index: 9;
  position: absolute;
  bottom: 0;
  margin-top: -18px;
  height: 36px;
  width: 36px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #4b4c4d;
  color: #ffffff;
  transition: all .5s ease;
  text-align: center;
  right: 36px;
}
.flexslider-container .flex-direction-nav li a:hover {
  background-color: #378ac4;
  color: #ffffff;
}
.flexslider-container .flex-direction-nav li a.flex-next {
  right: 0;
}
.flexslider-container .flex-direction-nav li a span {
  line-height: 36px;
  display: inline-block;
  text-align: center;
}
.flexslider-container:hover .flex-direction-nav li a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-slide-title *,
.page-slide-caption * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
/*--------------------------------------------------------------
10.0 Featured Area
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 Shortcodes
--------------------------------------------------------------*/
.ct-section,
.ct-row,
.ct-column,
.ct-element,
.ct-element-inline {
  position: relative;
}
.ct-element-inline {
  display: inline-block;
}
.ct-clearfix,
.instragram-widget-wrapper {
  zoom: 1;
}
.ct-clearfix:before,
.instragram-widget-wrapper:before,
.ct-clearfix:after,
.instragram-widget-wrapper:after {
  display: table;
  content: "";
}
.ct-clearfix:after,
.instragram-widget-wrapper:after {
  clear: both;
}
.ct-tabs,
.ct-toggle,
.ct-video {
  margin: 0 0 2.2rem 0;
}
.ct-iconbox {
  display: inline-block;
}
/* BUTTONS */
.ct-button {
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  display: inline-block;
  background: #378ac4;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 .2rem .5rem 0;
  padding: .9rem 2rem;
  text-decoration: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-weight: 400;
  border-radius: .3rem;
}
.ct-button.ct-button--stroke {
  padding: 0.7rem 1.8rem;
}
.ct-button:hover {
  color: #fff;
  text-decoration: none;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ct-button--medium {
  font-size: 1.4rem;
  padding: 1.3rem 3rem;
}
.ct-button--medium.ct-button--stroke {
  padding: 1.1rem 2.8rem;
}
.ct-button--large {
  font-size: 1.6rem;
  padding: 1.7rem 4rem;
}
.ct-button--large.ct-button--stroke {
  padding: 1.5rem 3.8rem;
}
.ct-button--stroke {
  background: transparent ;
  border: 0.2rem solid #378ac4;
  color: #378ac4;
}
.ct-button--stroke:hover {
  background: #378ac4;
  color: #fff !important;
}
.ct-button--black {
  background: #4b4c4d;
}
.ct-button--stroke.ct-button--black {
  background: transparent;
  color: #4b4c4d;
  border-color: #4b4c4d;
}
.ct-button--stroke.ct-button--black:hover {
  background: #4b4c4d;
}
.ct-button--blue {
  background: #1b93c7;
}
.ct-button--stroke.ct-button--blue {
  background: transparent;
  color: #1b93c7;
  border-color: #1b93c7;
}
.ct-button--stroke.ct-button--blue:hover {
  background: #1b93c7;
}
.ct-button--green {
  background: #84c333;
}
.ct-button--stroke.ct-button--green {
  background: transparent;
  color: #84c333;
  border-color: #84c333;
}
.ct-button--stroke.ct-button--green:hover {
  background: #84c333;
}
.ct-button--gray {
  background: #979797;
}
.ct-button--stroke.ct-button--gray {
  background: transparent;
  color: #979797;
  border-color: #979797;
}
.ct-button--stroke.ct-button--gray:hover {
  background: #979797;
  color: white;
}
.ct-button--light-blue {
  background: #56c3f2;
}
.ct-button--stroke.ct-button--light-blue {
  background: transparent;
  color: #56c3f2;
  border-color: #56c3f2;
}
.ct-button--stroke.ct-button--light-blue:hover {
  background: #56c3f2;
}
.ct-button--orange {
  background: #fc901d;
}
.ct-button--stroke.ct-button--orange {
  background: transparent;
  color: #fc901d;
  border-color: #fc901d;
}
.ct-button--stroke.ct-button--orange:hover {
  background: #fc901d;
}
.ct-button--red {
  background: #d15858;
}
.ct-button--stroke.ct-button--red {
  background: transparent;
  color: #d15858;
  border-color: #d15858;
}
.ct-button--stroke.ct-button--red:hover {
  background: #d15858;
}
.ct-button--purple {
  background: #c16ad7;
}
.ct-button--stroke.ct-button--purple {
  background: transparent;
  color: #c16ad7;
  border-color: #c16ad7;
}
.ct-button--stroke.ct-button--purple:hover {
  background: #c16ad7;
}
.ct-button--white {
  background: white;
  color: #4b4c4d;
}
.ct-button--white:hover {
  color: #4b4c4d !important;
  background: #e6e6e6;
}
.ct-button--stroke.ct-button--white {
  background: transparent;
  color: white;
  border-color: white;
}
.ct-button--stroke.ct-button--white:hover {
  background: #ffffff;
  color: #4b4c4d;
}
.ct-intro-text {
  font-size: 2.2rem;
  margin-bottom: 3.2rem;
  display: block;
}
/* ALERTS */
.ct-alert {
  text-align: center;
  color: #fff;
  padding: 2rem;
  margin-bottom: 2.2rem;
  position: relative;
}
.ct-alert .close-btn {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}
.ct-alert-text,
.alert-icon {
  margin: 0 1px;
}
.ct-alert--white {
  background: #F9F9F9;
  color: #4b4c4d;
}
.ct-alert--notice {
  background: #a7a7a7;
}
.ct-alert--error {
  background: #d15858;
}
.ct-alert--warning {
  background: #ffd164;
}
.ct-alert--success {
  background: #84c333;
}
.ct-alert--info {
  background: #1b93c7;
}
.ct-alert--gray {
  background: #979797;
}
.ct-dropcap {
  display: block;
  float: left;
  text-align: center;
  margin: .5rem 1.5rem 1.5rem 0;
  color: #4b4c4d;
  line-height: 1em;
  width: 1em;
  height: 1em;
  clear: both;
}
.ct-dropcap--squared {
  background: #4b4c4d;
  color: #fff;
  line-height: 1.2em;
  width: 1.2em;
  height: 1.2em;
}
/* DIVIDER */
.divider-element {
  line-height: 0;
}
.ct-divider {
  border-bottom: 1px solid #e6e6e6;
  border-left: none!important;
  border-right: none!important;
  height: 1px;
  background: #e6e6e6;
  margin: 2em 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100% !important;
}
.ct-divider--strong {
  height: .7rem;
}
.ct-divider--double {
  height: .7rem;
  border-top: 1px solid #e6e6e6;
}
.ct-divider--double.dashed {
  border-style: dashed;
}
.ct-divider--double.dotted {
  border-style: dotted;
}
.ct-divider--double,
.ct-divider--dashed,
.ct-divider--dotted {
  background: transparent!important;
}
/* .ct-divider--double:after {
    content: '';
    display: block;
    border-bottom: 1px solid @color3;
    position: relative;
    top: 1rem;
} */
.ct-divider--dashed {
  border-bottom: 1px dashed #e6e6e6;
}
.ct-divider--dotted {
  border-bottom: 1px dotted #e6e6e6;
}
/* Tabs */
.ct-nav {
  list-style: none !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ct-tabs--center .ct-nav {
  text-align: center;
}
.ct-tabs--left .ct-nav {
  text-align: left;
}
.ct-tabs--right .ct-nav {
  text-align: right;
}
.ct-nav li {
  margin: 0;
  display: inline-block;
  position: relative;
  margin: 0 4px 0px 0 !important;
  z-index: 1;
  outline: 0;
}
.ct-nav a {
  text-decoration: none;
  display: block;
  padding: 1.2rem 2.4rem;
  line-height: 1;
  font-weight: 600;
  font-size: 1.6rem;
  outline: 0;
  border-radius: 3px 3px 0 0;
}
.ct-tab {
  padding: 2.2rem;
}
.ct-tab p:first-of-type {
  margin-top: 0;
}
.ct-tab p:last-of-type {
  margin-bottom: 0;
}
.ct-tabs--style2 .ct-nav a {
  background: #858585;
  color: #fff;
  border-radius: 3px;
}
.ct-tabs--style2 .ct-nav .ui-tabs-active a {
  background: #378ac4;
  outline: 0;
}
.ct-tabs--style2 .ct-tab {
  background: #f8f8f8;
}
.ct-tabs--style1 .ct-nav li {
  margin: 0 -0.1rem 0 0 !important;
}
.ct-tabs--style1 .ct-nav li:first-child {
  margin-left: 0.8rem !important;
}
.ct-tabs--style1 .ct-nav li:last-child {
  margin-right: 0.8rem !important;
}
.ct-tabs--style1 .ct-nav li:last-child:after,
.ct-tabs--style1 .ct-nav li:first-child:after {
  content: "";
  border-top: 0.1rem solid #858585;
  height: 0px;
  width: 5000px;
  display: block;
  left: 100%;
  left: calc(100% - 1px);
  position: absolute;
  bottom: 0;
}
.ct-tabs--style1 .ct-nav li:first-child:after {
  left: auto;
  right: 100%;
  right: calc(100% - 1px);
}
.ct-tabs--style1 .ct-nav a {
  border: .1rem solid transparent;
  border-bottom-color: #858585;
  color: #4b4c4d;
  position: relative;
}
.ct-tabs--style1 .ct-nav .ui-tabs-active a {
  border-color: #858585;
  border-bottom-color: transparent;
}
.ct-tabs--style1 .ct-tab {
  margin-top: -0.1rem;
  padding-left: 0;
  padding-right: 0;
}
.ct-accordions .ct-toggle-title {
  margin-bottom: 1.6rem;
}
.ct-accordions .ct-toggle-content {
  margin-top: -1.1rem;
}
.ct-toggle-title {
  display: block;
  padding: 1.6rem 2.4rem;
  outline: 0;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 3px;
}
.ct-toggle-title:after {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  font-size: 1.4rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ct-toggle-title.ui-state-active:after {
  content: "\f068";
}
.ct-toggle-content {
  padding: 2.2rem;
}
.ct-toggle--style2 .ct-toggle-title {
  background: #858585;
  color: white;
}
.ct-toggle--style1 .ct-toggle-title {
  border: 0.1rem solid #858585;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #4b4c4d;
}
.ct-toggle--style1 .ct-toggle-title:after {
  color: #4b4c4d;
}
.ct-toggle--style3 .ct-toggle-title {
  padding: 0 0 16px ;
  border-bottom: 1px solid #858585;
  border-radius: 0;
}
.ct-toggle--style3 .ct-toggle-title:after {
  right: 0;
  top: 1rem;
}
.ct-toggle--style3 .ct-toggle-content {
  padding: 2.2rem 0;
}
/* Image */
.ct-image {
  display: block;
  max-width: 100%;
}
.ct-image--left {
  float: left;
  margin: 0 1.5em 1em 0;
}
.ct-image--center {
  display: block;
  margin: 1.5em 0;
  text-align: center;
}
.ct-image--right {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.ct-image--grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.ct-image--sepia {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.ct-image--blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.ct-image--hue-rotate {
  -webkit-filter: hue-rotate(50deg);
  filter: hue-rotate(50deg);
}
.ct-image--contrast {
  -webkit-filter: contrast(15%);
  filter: contrast(15%);
}
.ct-image--brightness {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.ct-image--invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
/* Video */
.ct-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 3rem;
  height: 0;
  overflow: hidden;
}
.ct-video iframe,
.ct-video object,
.ct-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-icon-link {
  text-decoration: none;
  -moz-transition: color 150ms;
  -o-transition: color 150ms;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}
.ct-icon {
  text-align: center;
  vertical-align: middle;
  line-height: inherit;
}
.fa--before .fa,
.ct-icon--before .fa,
.fa--before .ct-icon,
.ct-icon--before .ct-icon {
  margin-right: 0.7em;
}
.fa--after .fa,
.ct-icon--after .fa,
.fa--after .ct-icon,
.ct-icon--after .ct-icon {
  margin-left: 0.7em;
}
.ct-social-icons {
  font-size: 4.5rem;
}
.ct-social-icons .ct-icon {
  line-height: 7.2rem;
}
.ct-social-icons a {
  display: inline-block;
  width: 7.2rem;
  height: 7.2rem;
  text-align: center;
  vertical-align: top;
  margin: 0 1rem 1rem 0;
}
.ct-social-icons.normal a {
  color: #2f322b;
}
.ct-social-icons.square a {
  background: #2f322b;
  color: #fff;
}
.gm-style img {
  max-width: none;
}
.gm-style-iw + div {
  display: none;
}
.gm-style-iw > div {
  margin-left: 1.1rem;
}
/**     Feature Item        */
.feature-item {
  margin-bottom: 4.4rem;
  position: relative;
}
.feature-item .feature-icon {
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-bottom: 2.2rem;
  display: inline-block;
}
.feature-item .feature-icon .fa {
  font-size: 7.7rem;
  line-height: 1;
  color: #378ac4;
}
.feature-item .feature-icon img {
  vertical-align: middle;
  max-width: 9.6rem;
}
.feature-item .featured-item-content {
  overflow: hidden;
}
.feature-item .feature-item-title {
  color: #4b4c4d;
  margin-bottom: 1.4rem;
  line-height: 1;
}
.feature-item.feature-size-medium .feature-icon .fa {
  font-size: 6.05rem;
}
.feature-item.feature-size-small .feature-icon .fa {
  font-size: 4.4rem;
}
.feature-item.feature-align-center {
  text-align: center;
}
.feature-item.feature-align-center .feature-icon {
  margin-left: auto;
  margin-right: auto;
}
.feature-item.feature-align-right {
  text-align: right;
}
.feature-item.feature-align-right .feature-icon {
  text-align: right;
}
.feature-item.feature-position-left .feature-icon {
  position: absolute;
  left: 0;
  right: auto;
}
.feature-item.feature-position-left .featured-item-content {
  float: left;
  margin-left: 11rem;
}
.feature-item.feature-position-left.feature-size-medium .featured-item-content {
  margin-left: 9.35rem;
}
.feature-item.feature-position-left.feature-size-small .featured-item-content {
  margin-left: 7.7rem;
}
.feature-item.feature-position-left.feature-style-circle .featured-item-content {
  margin-left: 14.4rem;
}
.feature-item.feature-position-left.feature-style-circle.feature-size-medium .featured-item-content {
  margin-left: 12.1rem;
}
.feature-item.feature-position-left.feature-style-circle.feature-size-small .featured-item-content {
  margin-left: 9.9rem;
}
.feature-item.feature-position-right .feature-icon {
  position: absolute;
  right: 0;
  left: auto;
}
.feature-item.feature-position-right .featured-item-content {
  float: right;
  margin-right: 11rem;
  text-align: right;
}
.feature-item.feature-position-right.feature-size-medium .featured-item-content {
  margin-right: 9.35rem;
}
.feature-item.feature-position-right.feature-size-small .featured-item-content {
  margin-right: 7.7rem;
}
.feature-item.feature-position-right.feature-style-circle .featured-item-content {
  margin-right: 14.4rem;
}
.feature-item.feature-position-right.feature-style-circle.feature-size-medium .featured-item-content {
  margin-right: 12.1rem;
}
.feature-item.feature-position-right.feature-style-circle.feature-size-small .featured-item-content {
  margin-right: 9.9rem;
}
.feature-item.feature-style-circle .feature-icon {
  text-align: center;
  width: 11.1rem;
  height: 11.1rem;
  background: #4b4c4d;
  border-radius: 100%;
}
.feature-item.feature-style-circle .feature-icon:hover {
  background: #378ac4;
}
.feature-item.feature-style-circle .feature-icon i {
  color: #ffffff;
  line-height: 11.1rem;
  font-size: 4.4rem;
}
.feature-item.feature-style-circle.feature-size-medium .feature-icon {
  width: 8.8rem;
  height: 8.8rem;
}
.feature-item.feature-style-circle.feature-size-medium .feature-icon i {
  line-height: 8.8rem;
  font-size: 3.3rem;
}
.feature-item.feature-style-circle.feature-size-small .feature-icon {
  width: 6.6rem;
  height: 6.6rem;
}
.feature-item.feature-style-circle.feature-size-small .feature-icon i {
  line-height: 6.6rem;
  font-size: 2.2rem;
}
.ct-box .ct-box-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ct-box .ct-box-content {
  position: relative;
  z-index: 2;
  padding: 3.3rem;
  border-style: solid;
}
.ct-box .ct-box-content :last-child {
  margin-bottom: 0;
}
.ct-price {
  font-size: 5.7344rem;
  line-height: 1;
  color: #4b4c4d;
  vertical-align: middle;
}
.ct-price .ct-price-cur,
.ct-price .ct-price-time {
  vertical-align: super;
  font-size: 1.92rem;
  font-weight: 600;
}
.ct-price .ct-price-cur {
  position: relative;
  top: -0.5rem;
}
.ct-price .ct-price-time {
  vertical-align: baseline;
}
/*--------------------------------------------------------------
10.0 Skill Bar
--------------------------------------------------------------*/
.skillbar {
  position: relative;
  display: block;
  margin-bottom: 2.4rem;
  width: 100%;
  background: #eee;
  height: 3.2rem;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 11rem;
  font-weight: bold;
  font-size: 1.3rem;
  color: #ffffff;
}
.skillbar-normal {
  margin-top: 2.8rem;
}
.skillbar-normal.skillbar {
  height: .6rem;
  margin-bottom: 4.8rem;
}
.skillbar-normal .skillbar-title,
.skillbar-normal .skill-bar-percent {
  top: -2.8rem;
  right: 0;
  height: 1.6rem;
  line-height: 1.6rem;
  background: transparent !important;
  color: #4b4c4d;
}
.skillbar-normal .skillbar-title span {
  height: 1.6rem;
  line-height: 1.6rem;
  padding: 0;
}
.skillbar-normal .skillbar-bar {
  height: .6rem;
}
.skillbar-title span {
  display: block;
  padding: 0 2rem;
  height: 3.2rem;
  line-height: 3.2rem;
}
.skillbar-bar {
  height: 3.2rem;
  width: 0;
  background: #4b4c4d;
}
.skill-bar-percent {
  position: absolute;
  right: 1rem;
  top: 0;
  font-size: 1.3rem;
  height: 3.2rem;
  line-height: 3.2rem;
  color: #ffffff;
  color: #000;
}
/* Counter */
.ct-counter-body {
  font-size: 3.584rem;
  font-weight: 400;
  line-height: 1em;
  color: #4b4c4d;
  height: 1em;
}
.ct-counter,
.ct-counter-prefix,
.ct-counter-suffix {
  height: 1em;
}
.fancylist {
  margin-left: 0;
  margin-right: 0;
}
.fancylist li {
  list-style: none;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  padding-left: 3.6rem;
}
.fancylist li:before {
  text-align: center;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  display: inline-block;
  line-height: 2rem;
  height: 2rem;
  width: 2rem;
  content: ' ';
  margin-right: 1.1rem;
  margin-left: -3.6rem;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #858585;
}
.fancylist.fancylist-circle li:before {
  color: #fff;
  font-size: .9rem;
  background: #a7a7a7;
}
/* Color classes */
.dark-bg {
  color: #577f4f;
  background: #577f4f;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg .widget-title,
.dark-bg a {
  color: #f8f8f8;
}
.dark-bg a:hover {
  color: #378ac4;
}
/*# sourceMappingURL=style.css.map */